public class TypedTransactionBase extends TypedSnapshotBase implements org.apache.fluo.api.client.TransactionBase
TransactionBase that uses a TypeLayer| Modifier and Type | Class and Description |
|---|---|
class |
TypedTransactionBase.Mutator |
class |
TypedTransactionBase.MutatorFamilyMethods |
class |
TypedTransactionBase.MutatorQualifierMethods |
class |
TypedTransactionBase.MutatorRowMethods |
class |
TypedTransactionBase.VisibilityMutator |
TypedSnapshotBase.ColumnsMethods, TypedSnapshotBase.MapConverter, TypedSnapshotBase.Value, TypedSnapshotBase.ValueFamilyMethods, TypedSnapshotBase.ValueQualifierBuilder, TypedSnapshotBase.ValueRowMethods, TypedSnapshotBase.VisibilityMethods| Modifier | Constructor and Description |
|---|---|
protected |
TypedTransactionBase(org.apache.fluo.api.client.TransactionBase tx,
Encoder encoder,
TypeLayer tl) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete(org.apache.fluo.api.data.Bytes row,
org.apache.fluo.api.data.Column col) |
void |
delete(CharSequence row,
org.apache.fluo.api.data.Column col) |
TypedTransactionBase.MutatorRowMethods |
mutate() |
void |
set(org.apache.fluo.api.data.Bytes row,
org.apache.fluo.api.data.Column col,
org.apache.fluo.api.data.Bytes value) |
void |
set(CharSequence row,
org.apache.fluo.api.data.Column col,
CharSequence value) |
void |
setWeakNotification(org.apache.fluo.api.data.Bytes row,
org.apache.fluo.api.data.Column col) |
void |
setWeakNotification(CharSequence row,
org.apache.fluo.api.data.Column col) |
get, get, get, get, get, gets, gets, gets, gets, getStartTimestamp, scannerget, get, get, gets, gets, getspublic TypedTransactionBase.MutatorRowMethods mutate()
public void set(org.apache.fluo.api.data.Bytes row,
org.apache.fluo.api.data.Column col,
org.apache.fluo.api.data.Bytes value)
throws org.apache.fluo.api.exceptions.AlreadySetException
set in interface org.apache.fluo.api.client.TransactionBaseorg.apache.fluo.api.exceptions.AlreadySetExceptionpublic void set(CharSequence row, org.apache.fluo.api.data.Column col, CharSequence value) throws org.apache.fluo.api.exceptions.AlreadySetException
set in interface org.apache.fluo.api.client.TransactionBaseorg.apache.fluo.api.exceptions.AlreadySetExceptionpublic void setWeakNotification(org.apache.fluo.api.data.Bytes row,
org.apache.fluo.api.data.Column col)
setWeakNotification in interface org.apache.fluo.api.client.TransactionBasepublic void setWeakNotification(CharSequence row, org.apache.fluo.api.data.Column col)
setWeakNotification in interface org.apache.fluo.api.client.TransactionBasepublic void delete(org.apache.fluo.api.data.Bytes row,
org.apache.fluo.api.data.Column col)
throws org.apache.fluo.api.exceptions.AlreadySetException
delete in interface org.apache.fluo.api.client.TransactionBaseorg.apache.fluo.api.exceptions.AlreadySetExceptionpublic void delete(CharSequence row, org.apache.fluo.api.data.Column col)
delete in interface org.apache.fluo.api.client.TransactionBaseCopyright © 2016–2018 The Apache Software Foundation. All rights reserved.