Package | Description |
---|---|
org.apache.accumulo.core.client |
Modifier and Type | Method and Description |
---|---|
ConditionalWriter.Result |
ConditionalWriter.write(ConditionalMutation mutation)
This method has the same thread safety guarantees as @link
ConditionalWriter.write(Iterator) |
Modifier and Type | Method and Description |
---|---|
Iterator<ConditionalWriter.Result> |
ConditionalWriter.write(Iterator<ConditionalMutation> mutations)
This method returns one result for each mutation passed to it.
|
Copyright © 2011–2017 The Apache Software Foundation. All rights reserved.