Uses of Class
org.apache.fluo.api.exceptions.AlreadySetException
-
Packages that use AlreadySetException Package Description org.apache.fluo.api.client -
-
Uses of AlreadySetException in org.apache.fluo.api.client
Methods in org.apache.fluo.api.client that throw AlreadySetException Modifier and Type Method Description void
AbstractTransactionBase. set(CharSequence row, Column col, CharSequence value)
void
TransactionBase. set(CharSequence row, Column col, CharSequence value)
Wrapper forTransactionBase.set(Bytes, Column, Bytes)
that uses Strings.void
TransactionBase. set(Bytes row, Column col, Bytes value)
-