Uses of Class
org.apache.accumulo.core.client.ConditionalWriterConfig
Package
Description
Mock framework for Accumulo
-
Uses of ConditionalWriterConfig in org.apache.accumulo.core.client
Modifier and TypeMethodDescriptionConditionalWriterConfig.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 TypeMethodDescriptionabstract ConditionalWriter
Connector.createConditionalWriter
(String tableName, ConditionalWriterConfig config) Factory method to create a ConditionalWriter connected to Accumulo. -
Uses of ConditionalWriterConfig in org.apache.accumulo.core.client.mock
Modifier and TypeMethodDescriptionMockConnector.createConditionalWriter
(String tableName, ConditionalWriterConfig config) Deprecated.