Uses of Class
org.elasticsearch.cluster.AbstractDiffable
-
-
Uses of AbstractDiffable in org.elasticsearch.action.admin.indices.rollover
Subclasses of AbstractDiffable in org.elasticsearch.action.admin.indices.rollover Modifier and Type Class Description classRolloverInfoClass for holding Rollover related information within an index -
Uses of AbstractDiffable in org.elasticsearch.cluster.block
Subclasses of AbstractDiffable in org.elasticsearch.cluster.block Modifier and Type Class Description classClusterBlocksRepresents current cluster level blocks to block dirty operations done against the cluster. -
Uses of AbstractDiffable in org.elasticsearch.cluster.metadata
Subclasses of AbstractDiffable in org.elasticsearch.cluster.metadata Modifier and Type Class Description classAliasMetaDataclassIndexTemplateMetaDataclassMappingMetaDataMapping configuration for a type. -
Uses of AbstractDiffable in org.elasticsearch.cluster.node
Subclasses of AbstractDiffable in org.elasticsearch.cluster.node Modifier and Type Class Description classDiscoveryNodesThis class holds allDiscoveryNodein the cluster and provides convenience methods to access, modify merge / diff discovery nodes. -
Uses of AbstractDiffable in org.elasticsearch.cluster.routing
Subclasses of AbstractDiffable in org.elasticsearch.cluster.routing Modifier and Type Class Description classIndexRoutingTableTheIndexRoutingTablerepresents routing information for a single index. -
Uses of AbstractDiffable in org.elasticsearch.ingest
Subclasses of AbstractDiffable in org.elasticsearch.ingest Modifier and Type Class Description classPipelineConfigurationEncapsulates a pipeline's id and configuration as a blob -
Uses of AbstractDiffable in org.elasticsearch.script
Subclasses of AbstractDiffable in org.elasticsearch.script Modifier and Type Class Description classStoredScriptSourceStoredScriptSourcerepresents user-defined parameters for a script saved in theClusterState.
-