Class EmptySystemIndices

java.lang.Object
org.elasticsearch.indices.SystemIndices
org.elasticsearch.indices.EmptySystemIndices

public class EmptySystemIndices
extends org.elasticsearch.indices.SystemIndices
A test class which contains a singleton instance of the SystemIndices class that has been created with no non-standard system indices defined except for those defined within the class itself.
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.elasticsearch.indices.SystemIndices

    org.elasticsearch.indices.SystemIndices.Feature, org.elasticsearch.indices.SystemIndices.SystemIndexAccessLevel
  • Field Summary

    Fields
    Modifier and Type Field Description
    static org.elasticsearch.indices.SystemIndices INSTANCE  

    Fields inherited from class org.elasticsearch.indices.SystemIndices

    EXTERNAL_SYSTEM_INDEX_ACCESS_CONTROL_HEADER_KEY, SYSTEM_INDEX_ACCESS_CONTROL_HEADER_KEY
  • Method Summary

    Methods inherited from class org.elasticsearch.indices.SystemIndices

    dataStreamAccessException, findMatchingDataStreamDescriptor, findMatchingDescriptor, getFeatures, getProductSystemIndexMetadataPredicate, getProductSystemIndexNamePredicate, getSystemIndexAccessLevel, isSystemDataStream, isSystemIndex, isSystemIndex, isSystemIndexBackingDataStream, isSystemName, pluginToFeature, validateDataStreamAccess, validateFeatureName

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • INSTANCE

      public static final org.elasticsearch.indices.SystemIndices INSTANCE