public final class InfinispanTupleSnapshot extends Object implements TupleSnapshot
| Constructor and Description |
|---|
InfinispanTupleSnapshot(org.infinispan.atomic.FineGrainedAtomicMap<String,Object> atomicMap) |
| Modifier and Type | Method and Description |
|---|---|
Object |
get(String column)
Returns the value set in a column or null if not set
|
org.infinispan.atomic.FineGrainedAtomicMap<String,Object> |
getAtomicMap() |
Set<String> |
getColumnNames() |
boolean |
isEmpty() |
public Object get(String column)
TupleSnapshotget in interface TupleSnapshotpublic boolean isEmpty()
isEmpty in interface TupleSnapshotpublic Set<String> getColumnNames()
getColumnNames in interface TupleSnapshotCopyright © 2010-2013 Red Hat, Inc., Emmanuel Bernard and various contributors. All Rights Reserved.