Interface DataRegion.TimePartitionFilter

  • Enclosing class:
    DataRegion
    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 DataRegion.TimePartitionFilter
    • Method Detail

      • satisfy

        boolean satisfy​(java.lang.String storageGroupName,
                        long timePartitionId)