public abstract class AbstractColumnMetadata extends Object implements ColumnMetadata, TypeNode
ColumnMetadata
implementationsConstructor and Description |
---|
AbstractColumnMetadata() |
Modifier and Type | Method and Description |
---|---|
Object |
readFromColumnFamilyRow(ColumnFamilyRow row,
TypeNodeContext context)
Recursively read the value matching this type node property from the
ColumnFamilyRow . |
void |
writeToColumnFamilyRow(Object value,
ColumnFamilyRow row,
TypeNodeContext context)
Recursively write the value matching this type node and all its children to a
ColumnFamilyRow instance. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getFullName, getSerializer
getFullName, getName, getType
public void writeToColumnFamilyRow(Object value, ColumnFamilyRow row, TypeNodeContext context)
TypeNode
ColumnFamilyRow
instance.writeToColumnFamilyRow
in interface TypeNode
value
- The value matching this type node.row
- The row to write the value into.context
- the current TypeNodeContext
.public Object readFromColumnFamilyRow(ColumnFamilyRow row, TypeNodeContext context)
TypeNode
ColumnFamilyRow
.readFromColumnFamilyRow
in interface TypeNode
row
- The row to read from.context
- The current TypeNodeContext
.ColumnFamilyRow
.Copyright © GigaSpaces.