Uses of Enum Class
org.graylog2.indexer.indices.ShardsInfo.State
Packages that use ShardsInfo.State
-
Uses of ShardsInfo.State in org.graylog2.indexer.indices
Methods in org.graylog2.indexer.indices that return ShardsInfo.StateModifier and TypeMethodDescriptionShardsInfo.state()Returns the value of thestaterecord component.static ShardsInfo.StateReturns the enum constant of this class with the specified name.static ShardsInfo.State[]ShardsInfo.State.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.graylog2.indexer.indices with parameters of type ShardsInfo.StateModifierConstructorDescriptionShardsInfo(String index, int shard, ShardsInfo.ShardType shardType, ShardsInfo.State state, long docs, String store, String ip, String node) Creates an instance of aShardsInforecord class.