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 CloneConfigurationCloneConfiguration.Builder. build()Build the clone configurationMethods in org.apache.accumulo.core.client.admin with parameters of type CloneConfiguration Modifier and Type Method Description voidTableOperations. 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 classCloneConfigurationImplACloneConfigurationimplementation which also implements the builder thereofMethods in org.apache.accumulo.core.clientImpl that return CloneConfiguration Modifier and Type Method Description CloneConfigurationCloneConfigurationImpl. build()Methods in org.apache.accumulo.core.clientImpl with parameters of type CloneConfiguration Modifier and Type Method Description voidTableOperationsImpl. clone(String srcTableName, String newTableName, CloneConfiguration config)
-