Interface OperatorFactory

  • All Known Implementing Classes:
    DefaultOperatorFactory
    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 interface OperatorFactory
    Defines the factory to retrieve the target operator by name.
    • Method Detail

      • get

        DataGrainOperator get​(String name)
        Gets operator of data grain by name.
        Parameters:
        name - The name of operator
        Returns:
        The matched operator