Uses of Enum Class
org.graylog2.indexer.indices.ShardsInfo.ShardType
Packages that use ShardsInfo.ShardType
-
Uses of ShardsInfo.ShardType in org.graylog2.indexer.indices
Methods in org.graylog2.indexer.indices that return ShardsInfo.ShardTypeModifier and TypeMethodDescriptionstatic ShardsInfo.ShardTypeShardsInfo.ShardType.fromString(String value) ShardsInfo.shardType()Returns the value of theshardTyperecord component.static ShardsInfo.ShardTypeReturns the enum constant of this class with the specified name.static ShardsInfo.ShardType[]ShardsInfo.ShardType.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.ShardTypeModifierConstructorDescriptionShardsInfo(String index, int shard, ShardsInfo.ShardType shardType, ShardsInfo.State state, long docs, String store, String ip, String node) Creates an instance of aShardsInforecord class.