Class TransformContext


  • public class TransformContext
    extends java.lang.Object
    The context for generating transformation plans.
    • Constructor Summary

      Constructors 
      Constructor Description
      TransformContext​(java.lang.String dbName, java.lang.String tableName, java.lang.String identifier)
      Creates an instance.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      alluxio.AlluxioURI generateTransformedPath()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TransformContext

        public TransformContext​(java.lang.String dbName,
                                java.lang.String tableName,
                                java.lang.String identifier)
        Creates an instance.
        Parameters:
        dbName - the database name
        tableName - the table name
        identifier - the identifier for this transformation
    • Method Detail

      • generateTransformedPath

        public alluxio.AlluxioURI generateTransformedPath()
        Returns:
        a newly generated path to a transformed partition