Uses of Class
org.apache.accumulo.core.client.ConditionalWriterConfig
-
Uses of ConditionalWriterConfig in org.apache.accumulo.core.client
Modifier and TypeMethodDescriptionConditionalWriterConfig.merge
(ConditionalWriterConfig other) Merge this ConditionalWriterConfig with another.ConditionalWriterConfig.setAuthorizations
(Authorizations auths) A set of authorization labels that will be checked against the column visibility of each key in order to filter data.ConditionalWriterConfig.setDurability
(Durability durability) Sets the Durability for the mutation, if applied.ConditionalWriterConfig.setMaxWriteThreads
(int maxWriteThreads) Sets the maximum number of threads to use for writing data to the tablet servers.ConditionalWriterConfig.setTimeout
(long timeout, TimeUnit timeUnit) Sets the maximum amount of time an unresponsive server will be re-tried.Modifier and TypeMethodDescriptionAccumuloClient.createConditionalWriter
(String tableName, ConditionalWriterConfig config) Factory method to create a ConditionalWriter connected to Accumulo.abstract ConditionalWriter
Connector.createConditionalWriter
(String tableName, ConditionalWriterConfig config) Deprecated.Factory method to create a ConditionalWriter connected to Accumulo.ConditionalWriterConfig.merge
(ConditionalWriterConfig other) Merge this ConditionalWriterConfig with another.