Module org.elasticsearch.server
Package org.elasticsearch.action.support.local
package org.elasticsearch.action.support.local
-
ClassesClassDescriptionA base request for actions that are executed locally on the node that receives the request.TransportLocalClusterStateAction<Request extends LocalClusterStateRequest,
Response extends ActionResponse> Analogue ofTransportMasterNodeReadActionexcept that it runs on the local node rather than delegating to the master.TransportLocalProjectMetadataAction<Request extends LocalClusterStateRequest,Response extends ActionResponse> Analogue ofTransportMasterNodeReadProjectActionexcept that it runs on the local node rather than delegating to the master.