Interface LocalSchemaProcessor.StorageGroupFilter

  • Enclosing class:
    LocalSchemaProcessor
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public static interface LocalSchemaProcessor.StorageGroupFilter
    StorageGroupFilter filters unsatisfied storage groups in metadata queries to speed up and deduplicate.
    • Method Detail

      • satisfy

        boolean satisfy​(java.lang.String storageGroup)