Uses of Interface
org.apache.accumulo.core.client.admin.CloneConfiguration
Packages that use CloneConfiguration
-
Uses of CloneConfiguration in org.apache.accumulo.core.client.admin
Methods in org.apache.accumulo.core.client.admin that return CloneConfigurationModifier and TypeMethodDescriptionCloneConfiguration.Builder.build()Build the clone configurationMethods in org.apache.accumulo.core.client.admin with parameters of type CloneConfigurationModifier and TypeMethodDescriptionvoidTableOperations.clone(String srcTableName, String newTableName, CloneConfiguration config) Clone a table from an existing table.