Interface SchemaTransformation

    • Method Detail

      • apply

        Keyspaces apply​(Keyspaces schema)
                 throws java.net.UnknownHostException
        Apply a statement transformation to a schema snapshot. Implementing methods should be side-effect free.
        Parameters:
        schema - Keyspaces to base the transformation on
        Returns:
        Keyspaces transformed by the statement
        Throws:
        java.net.UnknownHostException