| Package | Description | 
|---|---|
| org.apache.accumulo.core.client | |
| org.apache.accumulo.core.data | 
| Modifier and Type | Method and Description | 
|---|---|
| ConditionalMutation | ConditionalWriter.Result. getMutation() | 
| 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. | 
| Constructor and Description | 
|---|
| ConditionalWriter.Result(ConditionalWriter.Status s,
                        ConditionalMutation m,
                        String server) | 
| ConditionalWriter.Result(Exception e,
                        ConditionalMutation cm,
                        String server) | 
| Constructor and Description | 
|---|
| ConditionalMutation(ConditionalMutation cm) | 
Copyright © 2011–2017 The Apache Software Foundation. All rights reserved.