|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConditionalWriter
ConditionalWriter provides the ability to do efficient, atomic read-modify-write operations on rows. These operations are performed on the tablet server while a row lock is held.
Nested Class Summary | |
---|---|
static class |
ConditionalWriter.Result
|
static class |
ConditionalWriter.Status
|
Method Summary | |
---|---|
void |
close()
release any resources (like threads pools) used by conditional writer |
ConditionalWriter.Result |
write(ConditionalMutation mutation)
This method has the same thread safety guarantees as @link write(Iterator) |
Iterator<ConditionalWriter.Result> |
write(Iterator<ConditionalMutation> mutations)
This method returns one result for each mutation passed to it. |
Method Detail |
---|
Iterator<ConditionalWriter.Result> write(Iterator<ConditionalMutation> mutations)
ConditionalWriter.Result write(ConditionalMutation mutation)
write(Iterator)
void close()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |