public interface TypeNode
Modifier and Type | Method and Description |
---|---|
String |
getFullName() |
String |
getName() |
Class<?> |
getType() |
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. |
String getFullName()
String getName()
Class<?> getType()
void writeToColumnFamilyRow(Object value, ColumnFamilyRow row, TypeNodeContext context)
ColumnFamilyRow
instance.value
- The value matching this type node.row
- The row to write the value into.context
- the current TypeNodeContext
.Object readFromColumnFamilyRow(ColumnFamilyRow row, TypeNodeContext context)
ColumnFamilyRow
.row
- The row to read from.context
- The current TypeNodeContext
.ColumnFamilyRow
.Copyright © GigaSpaces.