Uses of Class
org.graylog2.rest.models.system.indexer.responses.ShardRouting
Packages that use ShardRouting
Package
Description
-
Uses of ShardRouting in org.graylog2.indexer.indices.stats
Methods in org.graylog2.indexer.indices.stats that return types with arguments of type ShardRoutingMethod parameters in org.graylog2.indexer.indices.stats with type arguments of type ShardRoutingModifier and TypeMethodDescriptionstatic IndexStatisticsIndexStatistics.create(String index, IndexStats primaryShards, IndexStats allShards, List<ShardRouting> routing) -
Uses of ShardRouting in org.graylog2.rest.models.system.indexer.responses
Methods in org.graylog2.rest.models.system.indexer.responses that return ShardRoutingModifier and TypeMethodDescriptionstatic ShardRoutingShardRouting.create(int id, String state, boolean active, boolean primary, String nodeId, String nodeName, String nodeHostname, String relocatingTo) ShardRouting.withNodeDetails(String nodeName, String nodeHostname) Methods in org.graylog2.rest.models.system.indexer.responses that return types with arguments of type ShardRoutingMethod parameters in org.graylog2.rest.models.system.indexer.responses with type arguments of type ShardRoutingModifier and TypeMethodDescriptionstatic IndexInfoIndexInfo.create(String indexName, IndexStats primaryShards, IndexStats allShards, List<ShardRouting> routing, boolean isReopened)