Uses of Enum Class
org.graylog2.rest.models.system.indexer.responses.IndexSummary.TierType
Packages that use IndexSummary.TierType
-
Uses of IndexSummary.TierType in org.graylog2.rest.models.system.indexer.responses
Methods in org.graylog2.rest.models.system.indexer.responses that return IndexSummary.TierTypeModifier and TypeMethodDescriptionabstract IndexSummary.TierTypeIndexSummary.tier()static IndexSummary.TierTypeReturns the enum constant of this class with the specified name.static IndexSummary.TierType[]IndexSummary.TierType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.graylog2.rest.models.system.indexer.responses with parameters of type IndexSummary.TierTypeModifier and TypeMethodDescriptionstatic IndexSummaryIndexSummary.create(String indexName, IndexSizeSummary size, IndexRangeSummary range, boolean isDeflector, boolean isClosed, boolean isReopened, IndexSummary.TierType tier, long shardCount)