Uses of Interface
org.apache.accumulo.core.client.admin.CloneConfiguration.Builder
-
Packages that use CloneConfiguration.Builder Package Description org.apache.accumulo.core.client.admin org.apache.accumulo.core.clientImpl -
-
Uses of CloneConfiguration.Builder in org.apache.accumulo.core.client.admin
Methods in org.apache.accumulo.core.client.admin that return CloneConfiguration.Builder Modifier and Type Method Description static CloneConfiguration.BuilderCloneConfiguration. builder()CloneConfiguration.BuilderCloneConfiguration.Builder. setFlush(boolean flush)Determines if memory is flushed in the source table before cloning.CloneConfiguration.BuilderCloneConfiguration.Builder. setKeepOffline(boolean keepOffline)The new table is normally brought online after the cloning process.CloneConfiguration.BuilderCloneConfiguration.Builder. setPropertiesToExclude(Set<String> propertiesToExclude)The source table properties are copied, this allows reverting to system defaults for some of those properties.CloneConfiguration.BuilderCloneConfiguration.Builder. setPropertiesToSet(Map<String,String> propertiesToSet)The source table properties are copied. -
Uses of CloneConfiguration.Builder in org.apache.accumulo.core.clientImpl
Classes in org.apache.accumulo.core.clientImpl that implement CloneConfiguration.Builder Modifier and Type Class Description classCloneConfigurationImplACloneConfigurationimplementation which also implements the builder thereofMethods in org.apache.accumulo.core.clientImpl that return CloneConfiguration.Builder Modifier and Type Method Description CloneConfiguration.BuilderCloneConfigurationImpl. setFlush(boolean flush)CloneConfiguration.BuilderCloneConfigurationImpl. setKeepOffline(boolean keepOffline)CloneConfiguration.BuilderCloneConfigurationImpl. setPropertiesToExclude(Set<String> propertiesToExclude)CloneConfiguration.BuilderCloneConfigurationImpl. setPropertiesToSet(Map<String,String> propertiesToSet)
-