Uses of Class
com.floragunn.searchguard.action.licenseinfo.LicenseInfoNodeResponse
-
Packages that use LicenseInfoNodeResponse Package Description com.floragunn.searchguard.action.licenseinfo -
-
Uses of LicenseInfoNodeResponse in com.floragunn.searchguard.action.licenseinfo
Methods in com.floragunn.searchguard.action.licenseinfo that return LicenseInfoNodeResponse Modifier and Type Method Description protected LicenseInfoNodeResponseTransportLicenseInfoAction. newNodeResponse(org.elasticsearch.common.io.stream.StreamInput in, org.elasticsearch.cluster.node.DiscoveryNode node)protected LicenseInfoNodeResponseTransportLicenseInfoAction. nodeOperation(TransportLicenseInfoAction.NodeLicenseRequest request)static LicenseInfoNodeResponseLicenseInfoNodeResponse. readNodeResponse(org.elasticsearch.common.io.stream.StreamInput in)Methods in com.floragunn.searchguard.action.licenseinfo that return types with arguments of type LicenseInfoNodeResponse Modifier and Type Method Description List<LicenseInfoNodeResponse>LicenseInfoResponse. readNodesFrom(org.elasticsearch.common.io.stream.StreamInput in)Method parameters in com.floragunn.searchguard.action.licenseinfo with type arguments of type LicenseInfoNodeResponse Modifier and Type Method Description protected LicenseInfoResponseTransportLicenseInfoAction. newResponse(LicenseInfoRequest request, List<LicenseInfoNodeResponse> responses, List<org.elasticsearch.action.FailedNodeException> failures)voidLicenseInfoResponse. writeNodesTo(org.elasticsearch.common.io.stream.StreamOutput out, List<LicenseInfoNodeResponse> nodes)Constructor parameters in com.floragunn.searchguard.action.licenseinfo with type arguments of type LicenseInfoNodeResponse Constructor Description LicenseInfoResponse(org.elasticsearch.cluster.ClusterName clusterName, List<LicenseInfoNodeResponse> nodes, List<org.elasticsearch.action.FailedNodeException> failures)
-