Class DefaultOperatorFactory

  • All Implemented Interfaces:
    OperatorFactory

    public class DefaultOperatorFactory
    extends Object
    implements OperatorFactory
    This implementation would cache the found operator in order to improve performance for looking for corresponding operators.

    As with provided DataSource, this factory would use vendor-specific implementation of operations.

    The DataGrainOperator retrieving by this function is not thread-safe.