Class TransformPartitioningMeta

    • Field Detail

      • PARTITIONING_METHOD_NONE

        public static final int PARTITIONING_METHOD_NONE
        See Also:
        Constant Field Values
      • PARTITIONING_METHOD_MIRROR

        public static final int PARTITIONING_METHOD_MIRROR
        See Also:
        Constant Field Values
      • PARTITIONING_METHOD_SPECIAL

        public static final int PARTITIONING_METHOD_SPECIAL
        See Also:
        Constant Field Values
      • methodCodes

        public static final String[] methodCodes
      • methodDescriptions

        public static final String[] methodDescriptions
    • Method Detail

      • equals

        public boolean equals​(Object obj)
        Overrides:
        equals in class Object
        Returns:
        true if the partition schema names are the same.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • getMethodType

        public int getMethodType()
        Returns:
        the partitioningMethod
      • getMethodCode

        public String getMethodCode()
      • getMethodDescription

        public String getMethodDescription()
      • getMethod

        public String getMethod()
      • getMethod

        public static final String getMethod​(String name)
      • getMethodType

        public static final int getMethodType​(String description)
      • isPartitioned

        public boolean isPartitioned()
      • getPartitionSchema

        public PartitionSchema getPartitionSchema()
        Returns:
        the partitionSchema
      • setPartitionSchema

        public void setPartitionSchema​(PartitionSchema partitionSchema)
        Parameters:
        partitionSchema - the partitionSchema to set
      • isMethodMirror

        public boolean isMethodMirror()
      • setPartitioner

        public void setPartitioner​(IPartitioner partitioner)
      • hasChanged

        public boolean hasChanged()
      • hasChanged

        public void hasChanged​(boolean hasChanged)
      • setMethodType

        public void setMethodType​(int methodType)