Package | Description |
---|---|
org.apache.accumulo.core.client | |
org.apache.accumulo.core.client.mock |
Modifier and Type | Method and Description |
---|---|
ConditionalWriterConfig |
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 |
ConditionalWriterConfig.setDurability(Durability durability)
Sets the Durability for the mutation, if applied.
|
ConditionalWriterConfig |
ConditionalWriterConfig.setMaxWriteThreads(int maxWriteThreads)
Sets the maximum number of threads to use for writing data to the tablet servers.
|
ConditionalWriterConfig |
ConditionalWriterConfig.setTimeout(long timeout,
TimeUnit timeUnit)
Sets the maximum amount of time an unresponsive server will be re-tried.
|
Modifier and Type | Method and Description |
---|---|
abstract ConditionalWriter |
Connector.createConditionalWriter(String tableName,
ConditionalWriterConfig config)
Factory method to create a ConditionalWriter connected to Accumulo.
|
Modifier and Type | Method and Description |
---|---|
ConditionalWriter |
MockConnector.createConditionalWriter(String tableName,
ConditionalWriterConfig config) |
Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.