public abstract class AbstractColumnMetadata extends Object implements ColumnMetadata, TypeNode
ColumnMetadata implementations| Constructor 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  ColumnFamilyRowinstance. | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetFullName, getSerializergetFullName, getName, getTypepublic void writeToColumnFamilyRow(Object value, ColumnFamilyRow row, TypeNodeContext context)
TypeNodeColumnFamilyRow instance.writeToColumnFamilyRow in interface TypeNodevalue - 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)
TypeNodeColumnFamilyRow.readFromColumnFamilyRow in interface TypeNoderow - The row to read from.context - The current TypeNodeContext.ColumnFamilyRow.Copyright © GigaSpaces.