Uses of Class
org.elasticsearch.action.admin.indices.shards.IndicesShardStoresResponse.StoreStatus.AllocationStatus
-
Packages that use IndicesShardStoresResponse.StoreStatus.AllocationStatus Package Description org.elasticsearch.action.admin.indices.shards -
-
Uses of IndicesShardStoresResponse.StoreStatus.AllocationStatus in org.elasticsearch.action.admin.indices.shards
Methods in org.elasticsearch.action.admin.indices.shards that return IndicesShardStoresResponse.StoreStatus.AllocationStatus Modifier and Type Method Description IndicesShardStoresResponse.StoreStatus.AllocationStatusIndicesShardStoresResponse.StoreStatus. getAllocationStatus()The allocationStatus status of the store.static IndicesShardStoresResponse.StoreStatus.AllocationStatusIndicesShardStoresResponse.StoreStatus.AllocationStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static IndicesShardStoresResponse.StoreStatus.AllocationStatus[]IndicesShardStoresResponse.StoreStatus.AllocationStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.elasticsearch.action.admin.indices.shards with parameters of type IndicesShardStoresResponse.StoreStatus.AllocationStatus Constructor Description StoreStatus(DiscoveryNode node, String allocationId, IndicesShardStoresResponse.StoreStatus.AllocationStatus allocationStatus, Exception storeException)
-