Uses of Record Class
org.graylog2.indexer.migration.RemoteIndex
Packages that use RemoteIndex
-
Uses of RemoteIndex in org.graylog2.indexer.migration
Methods in org.graylog2.indexer.migration that return types with arguments of type RemoteIndexModifier and TypeMethodDescriptionIndexerConnectionCheckResult.indices()Returns the value of theindicesrecord component.Method parameters in org.graylog2.indexer.migration with type arguments of type RemoteIndexModifier and TypeMethodDescriptionstatic IndexerConnectionCheckResultIndexerConnectionCheckResult.success(List<RemoteIndex> indexNames) Constructor parameters in org.graylog2.indexer.migration with type arguments of type RemoteIndexModifierConstructorDescriptionIndexerConnectionCheckResult(List<RemoteIndex> indices, String error) Creates an instance of aIndexerConnectionCheckResultrecord class.