Uses of Interface
org.apache.accumulo.core.client.admin.CloneConfiguration
-
Packages that use CloneConfiguration Package Description org.apache.accumulo.core.client.admin org.apache.accumulo.core.clientImpl -
-
Uses of CloneConfiguration in org.apache.accumulo.core.client.admin
Methods in org.apache.accumulo.core.client.admin that return CloneConfiguration Modifier and Type Method Description CloneConfiguration
CloneConfiguration.Builder. build()
Build the clone configurationMethods in org.apache.accumulo.core.client.admin with parameters of type CloneConfiguration Modifier and Type Method Description void
TableOperations. clone(String srcTableName, String newTableName, CloneConfiguration config)
Clone a table from an existing table. -
Uses of CloneConfiguration in org.apache.accumulo.core.clientImpl
Classes in org.apache.accumulo.core.clientImpl that implement CloneConfiguration Modifier and Type Class Description class
CloneConfigurationImpl
ACloneConfiguration
implementation which also implements the builder thereofMethods in org.apache.accumulo.core.clientImpl that return CloneConfiguration Modifier and Type Method Description CloneConfiguration
CloneConfigurationImpl. build()
Methods in org.apache.accumulo.core.clientImpl with parameters of type CloneConfiguration Modifier and Type Method Description void
TableOperationsImpl. clone(String srcTableName, String newTableName, CloneConfiguration config)
-