com.netflix.astyanax
Interface ColumnMutation
- All Known Implementing Classes:
- AbstractThriftColumnMutationImpl
public interface ColumnMutation
Method Summary |
Execution<Void> |
deleteColumn()
|
Execution<Void> |
deleteCounterColumn()
|
Execution<Void> |
incrementCounterColumn(long amount)
|
Execution<Void> |
putEmptyColumn(Integer ttl)
|
Execution<Void> |
putValue(boolean value,
Integer ttl)
|
Execution<Void> |
putValue(byte[] value,
Integer ttl)
|
Execution<Void> |
putValue(ByteBuffer value,
Integer ttl)
|
Execution<Void> |
putValue(Date value,
Integer ttl)
|
Execution<Void> |
putValue(double value,
Integer ttl)
|
Execution<Void> |
putValue(int value,
Integer ttl)
|
Execution<Void> |
putValue(long value,
Integer ttl)
|
Execution<Void> |
putValue(String value,
Integer ttl)
|
|
putValue(T value,
Serializer<T> serializer,
Integer ttl)
|
Execution<Void> |
putValue(UUID value,
Integer ttl)
|
ColumnMutation |
setConsistencyLevel(ConsistencyLevel consistencyLevel)
|
ColumnMutation |
withRetryPolicy(RetryPolicy retry)
|
setConsistencyLevel
ColumnMutation setConsistencyLevel(ConsistencyLevel consistencyLevel)
withRetryPolicy
ColumnMutation withRetryPolicy(RetryPolicy retry)
putValue
Execution<Void> putValue(String value,
Integer ttl)
putValue
Execution<Void> putValue(byte[] value,
Integer ttl)
putValue
Execution<Void> putValue(int value,
Integer ttl)
putValue
Execution<Void> putValue(long value,
Integer ttl)
putValue
Execution<Void> putValue(boolean value,
Integer ttl)
putValue
Execution<Void> putValue(ByteBuffer value,
Integer ttl)
putValue
Execution<Void> putValue(Date value,
Integer ttl)
putValue
Execution<Void> putValue(double value,
Integer ttl)
putValue
Execution<Void> putValue(UUID value,
Integer ttl)
putValue
<T> Execution<Void> putValue(T value,
Serializer<T> serializer,
Integer ttl)
putEmptyColumn
Execution<Void> putEmptyColumn(Integer ttl)
incrementCounterColumn
Execution<Void> incrementCounterColumn(long amount)
deleteColumn
Execution<Void> deleteColumn()
deleteCounterColumn
Execution<Void> deleteCounterColumn()
Copyright © 2012. All Rights Reserved.