Uses of Interface
org.apache.accumulo.core.client.admin.CloneConfiguration.Builder
-
Uses of CloneConfiguration.Builder in org.apache.accumulo.core.client.admin
Modifier and TypeMethodDescriptionstatic CloneConfiguration.Builder
CloneConfiguration.builder()
CloneConfiguration.Builder.setFlush
(boolean flush) Determines if memory is flushed in the source table before cloning.CloneConfiguration.Builder.setKeepOffline
(boolean keepOffline) The new table is normally brought online after the cloning process.CloneConfiguration.Builder.setPropertiesToExclude
(Set<String> propertiesToExclude) The source table properties are copied, this allows reverting to system defaults for some of those properties.CloneConfiguration.Builder.setPropertiesToSet
(Map<String, String> propertiesToSet) The source table properties are copied.