public class MapTypeNode extends AbstractCompoundTypeNode
Map
based CompoundTypeNode
(currently, unused)Constructor and Description |
---|
MapTypeNode(String fullName) |
Modifier and Type | Method and Description |
---|---|
protected String |
getDynamicHeaderColumnName()
controls how this type will be read from cassandra, see implementations and
SpaceDocumentTopLevelTypeNode.
|
String |
getFullName() |
String |
getName() |
Class<?> |
getType() |
Object |
readFromColumnFamilyRow(ColumnFamilyRow row,
TypeNodeContext context)
Recursively read the value matching this type node property from the
ColumnFamilyRow . |
protected void |
writeToColumnFamilyRowImpl(Object value,
ColumnFamilyRow row,
TypeNodeContext context) |
getAllTypedColumnMetadataChildren, getChildren, writePropertyToColumnFamilyRow, writeToColumnFamilyRow
public MapTypeNode(String fullName)
public String getFullName()
protected String getDynamicHeaderColumnName()
AbstractCompoundTypeNode
getDynamicHeaderColumnName
in class AbstractCompoundTypeNode
protected void writeToColumnFamilyRowImpl(Object value, ColumnFamilyRow row, TypeNodeContext context)
writeToColumnFamilyRowImpl
in class AbstractCompoundTypeNode
public Object readFromColumnFamilyRow(ColumnFamilyRow row, TypeNodeContext context)
TypeNode
ColumnFamilyRow
.row
- The row to read from.context
- The current TypeNodeContext
.ColumnFamilyRow
.public String getName()
public Class<?> getType()
Copyright © GigaSpaces.