Uses of Interface
org.elasticsearch.cluster.ClusterState.Custom
-
Packages that use ClusterState.Custom Package Description org.elasticsearch.cluster org.elasticsearch.cluster.routing.allocation -
-
Uses of ClusterState.Custom in org.elasticsearch.cluster
Classes in org.elasticsearch.cluster that implement ClusterState.Custom Modifier and Type Class Description classRepositoryCleanupInProgressclassRestoreInProgressMeta data about restore processes that are currently executingclassSnapshotDeletionsInProgressA class that represents the snapshot deletions that are in progress in the cluster.classSnapshotsInProgressMeta data about snapshots that are currently executingMethods in org.elasticsearch.cluster with type parameters of type ClusterState.Custom Modifier and Type Method Description <T extends ClusterState.Custom>
TClusterState. custom(String type)Methods in org.elasticsearch.cluster that return types with arguments of type ClusterState.Custom Modifier and Type Method Description ImmutableOpenMap<String,ClusterState.Custom>ClusterState. customs()ImmutableOpenMap<String,ClusterState.Custom>ClusterState. getCustoms()static NamedDiff<ClusterState.Custom>RepositoryCleanupInProgress. readDiffFrom(StreamInput in)static NamedDiff<ClusterState.Custom>RestoreInProgress. readDiffFrom(StreamInput in)static NamedDiff<ClusterState.Custom>SnapshotDeletionsInProgress. readDiffFrom(StreamInput in)static NamedDiff<ClusterState.Custom>SnapshotsInProgress. readDiffFrom(StreamInput in)Methods in org.elasticsearch.cluster with parameters of type ClusterState.Custom Modifier and Type Method Description ClusterState.BuilderClusterState.Builder. putCustom(String type, ClusterState.Custom custom)Method parameters in org.elasticsearch.cluster with type arguments of type ClusterState.Custom Modifier and Type Method Description ClusterState.BuilderClusterState.Builder. customs(ImmutableOpenMap<String,ClusterState.Custom> customs)Constructor parameters in org.elasticsearch.cluster with type arguments of type ClusterState.Custom Constructor Description ClusterState(ClusterName clusterName, long version, String stateUUID, MetaData metaData, RoutingTable routingTable, DiscoveryNodes nodes, ClusterBlocks blocks, ImmutableOpenMap<String,ClusterState.Custom> customs, int minimumMasterNodesOnPublishingMaster, boolean wasReadFromDiff) -
Uses of ClusterState.Custom in org.elasticsearch.cluster.routing.allocation
Methods in org.elasticsearch.cluster.routing.allocation with type parameters of type ClusterState.Custom Modifier and Type Method Description <T extends ClusterState.Custom>
TRoutingAllocation. custom(String key)Methods in org.elasticsearch.cluster.routing.allocation that return types with arguments of type ClusterState.Custom Modifier and Type Method Description ImmutableOpenMap<String,ClusterState.Custom>RoutingAllocation. getCustoms()
-