Uses of Class
org.graylog2.rest.models.system.indexer.responses.ClosedIndices
Packages that use ClosedIndices
Package
Description
-
Uses of ClosedIndices in org.graylog2.rest.models.system.indexer.responses
Methods in org.graylog2.rest.models.system.indexer.responses that return ClosedIndicesModifier and TypeMethodDescriptionabstract ClosedIndicesAllIndices.closed()static ClosedIndicesabstract ClosedIndicesAllIndices.reopened()Methods in org.graylog2.rest.models.system.indexer.responses with parameters of type ClosedIndicesModifier and TypeMethodDescriptionstatic AllIndicesAllIndices.create(ClosedIndices closed, ClosedIndices reopened, OpenIndicesInfo all) -
Uses of ClosedIndices in org.graylog2.rest.resources.system.indexer
Methods in org.graylog2.rest.resources.system.indexer that return ClosedIndicesModifier and TypeMethodDescriptionIndicesResource.closed()IndicesResource.indexSetClosed(String indexSetId) IndicesResource.indexSetReopened(String indexSetId) IndicesResource.reopened()