Class TransportLicenseInfoAction
- java.lang.Object
-
- org.elasticsearch.action.support.TransportAction<Request,Response>
-
- org.elasticsearch.action.support.HandledTransportAction<NodesRequest,NodesResponse>
-
- org.elasticsearch.action.support.nodes.TransportNodesAction<LicenseInfoRequest,LicenseInfoResponse,TransportLicenseInfoAction.NodeLicenseRequest,LicenseInfoNodeResponse>
-
- com.floragunn.searchguard.action.licenseinfo.TransportLicenseInfoAction
-
public class TransportLicenseInfoAction extends org.elasticsearch.action.support.nodes.TransportNodesAction<LicenseInfoRequest,LicenseInfoResponse,TransportLicenseInfoAction.NodeLicenseRequest,LicenseInfoNodeResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTransportLicenseInfoAction.NodeLicenseRequest
-
Constructor Summary
Constructors Constructor Description TransportLicenseInfoAction(org.elasticsearch.common.settings.Settings settings, org.elasticsearch.threadpool.ThreadPool threadPool, org.elasticsearch.cluster.service.ClusterService clusterService, org.elasticsearch.transport.TransportService transportService, ConfigurationRepository configurationRepository, org.elasticsearch.action.support.ActionFilters actionFilters)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected TransportLicenseInfoAction.NodeLicenseRequestnewNodeRequest(LicenseInfoRequest request)protected LicenseInfoNodeResponsenewNodeResponse(org.elasticsearch.common.io.stream.StreamInput in)protected LicenseInfoResponsenewResponse(LicenseInfoRequest request, List<LicenseInfoNodeResponse> responses, List<org.elasticsearch.action.FailedNodeException> failures)protected LicenseInfoNodeResponsenodeOperation(TransportLicenseInfoAction.NodeLicenseRequest request)-
Methods inherited from class org.elasticsearch.action.support.nodes.TransportNodesAction
doExecute, getTransportNodeAction, newResponse, nodeOperation, resolveRequest
-
-
-
-
Constructor Detail
-
TransportLicenseInfoAction
@Inject public TransportLicenseInfoAction(org.elasticsearch.common.settings.Settings settings, org.elasticsearch.threadpool.ThreadPool threadPool, org.elasticsearch.cluster.service.ClusterService clusterService, org.elasticsearch.transport.TransportService transportService, ConfigurationRepository configurationRepository, org.elasticsearch.action.support.ActionFilters actionFilters)
-
-
Method Detail
-
newNodeResponse
protected LicenseInfoNodeResponse newNodeResponse(org.elasticsearch.common.io.stream.StreamInput in) throws IOException
- Specified by:
newNodeResponsein classorg.elasticsearch.action.support.nodes.TransportNodesAction<LicenseInfoRequest,LicenseInfoResponse,TransportLicenseInfoAction.NodeLicenseRequest,LicenseInfoNodeResponse>- Throws:
IOException
-
newResponse
protected LicenseInfoResponse newResponse(LicenseInfoRequest request, List<LicenseInfoNodeResponse> responses, List<org.elasticsearch.action.FailedNodeException> failures)
- Specified by:
newResponsein classorg.elasticsearch.action.support.nodes.TransportNodesAction<LicenseInfoRequest,LicenseInfoResponse,TransportLicenseInfoAction.NodeLicenseRequest,LicenseInfoNodeResponse>
-
nodeOperation
protected LicenseInfoNodeResponse nodeOperation(TransportLicenseInfoAction.NodeLicenseRequest request)
- Specified by:
nodeOperationin classorg.elasticsearch.action.support.nodes.TransportNodesAction<LicenseInfoRequest,LicenseInfoResponse,TransportLicenseInfoAction.NodeLicenseRequest,LicenseInfoNodeResponse>
-
newNodeRequest
protected TransportLicenseInfoAction.NodeLicenseRequest newNodeRequest(LicenseInfoRequest request)
- Specified by:
newNodeRequestin classorg.elasticsearch.action.support.nodes.TransportNodesAction<LicenseInfoRequest,LicenseInfoResponse,TransportLicenseInfoAction.NodeLicenseRequest,LicenseInfoNodeResponse>
-
-