public class TypedTransactionBase.Mutator extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
int |
increment(int i)
Reads the current value of the row/column, adds i, sets the sum.
|
long |
increment(long l)
Reads the current value of the row/column, adds l, sets the sum.
|
void |
set()
Set an empty value
|
void |
set(boolean b) |
void |
set(byte[] ba) |
void |
set(ByteBuffer bb) |
void |
set(org.apache.fluo.api.data.Bytes bytes) |
void |
set(double d) |
void |
set(float f) |
void |
set(int i) |
void |
set(long l) |
void |
set(String s) |
void |
weaklyNotify() |
public void set(org.apache.fluo.api.data.Bytes bytes)
throws org.apache.fluo.api.exceptions.AlreadySetException
org.apache.fluo.api.exceptions.AlreadySetExceptionpublic void set(String s) throws org.apache.fluo.api.exceptions.AlreadySetException
org.apache.fluo.api.exceptions.AlreadySetExceptionpublic void set(int i)
throws org.apache.fluo.api.exceptions.AlreadySetException
org.apache.fluo.api.exceptions.AlreadySetExceptionpublic void set(long l)
throws org.apache.fluo.api.exceptions.AlreadySetException
org.apache.fluo.api.exceptions.AlreadySetExceptionpublic void set(float f)
throws org.apache.fluo.api.exceptions.AlreadySetException
org.apache.fluo.api.exceptions.AlreadySetExceptionpublic void set(double d)
throws org.apache.fluo.api.exceptions.AlreadySetException
org.apache.fluo.api.exceptions.AlreadySetExceptionpublic void set(boolean b)
throws org.apache.fluo.api.exceptions.AlreadySetException
org.apache.fluo.api.exceptions.AlreadySetExceptionpublic void set(byte[] ba)
throws org.apache.fluo.api.exceptions.AlreadySetException
org.apache.fluo.api.exceptions.AlreadySetExceptionpublic void set(ByteBuffer bb) throws org.apache.fluo.api.exceptions.AlreadySetException
org.apache.fluo.api.exceptions.AlreadySetExceptionpublic void set()
throws org.apache.fluo.api.exceptions.AlreadySetException
org.apache.fluo.api.exceptions.AlreadySetExceptionpublic int increment(int i)
throws org.apache.fluo.api.exceptions.AlreadySetException
i - Integer increment amountorg.apache.fluo.api.exceptions.AlreadySetException - if value was previously set in transactionpublic long increment(long l)
throws org.apache.fluo.api.exceptions.AlreadySetException
l - Long increment amountorg.apache.fluo.api.exceptions.AlreadySetException - if value was previously set in transactionpublic void delete()
throws org.apache.fluo.api.exceptions.AlreadySetException
org.apache.fluo.api.exceptions.AlreadySetExceptionpublic void weaklyNotify()
Copyright © 2016–2018 The Apache Software Foundation. All rights reserved.