| Modifier and Type | Method and Description | 
|---|---|
void | 
HectorCassandraClient.performBatchOperation(List<ColumnFamilyRow> rows)
Writes the given  
ColumnFamilyRow's in a mutate operation to the configured keyspace. | 
| Modifier and Type | Method and Description | 
|---|---|
Object | 
AbstractColumnMetadata.readFromColumnFamilyRow(ColumnFamilyRow row,
                       TypeNodeContext context)  | 
void | 
AbstractColumnMetadata.writeToColumnFamilyRow(Object value,
                      ColumnFamilyRow row,
                      TypeNodeContext context)  | 
| Modifier and Type | Method and Description | 
|---|---|
ColumnFamilyRow | 
DefaultSpaceDocumentColumnFamilyMapper.toColumnFamilyRow(ColumnFamilyMetadata metadata,
                 SpaceDocument document,
                 ColumnFamilyRow.ColumnFamilyRowType type,
                 boolean useDynamicPropertySerializerForDynamicColumns)  | 
ColumnFamilyRow | 
SpaceDocumentColumnFamilyMapper.toColumnFamilyRow(ColumnFamilyMetadata metadata,
                 SpaceDocument document,
                 ColumnFamilyRow.ColumnFamilyRowType rowType,
                 boolean useDynamicPropertySerializerForDynamicColumns)  | 
| Modifier and Type | Method and Description | 
|---|---|
SpaceDocument | 
DefaultSpaceDocumentColumnFamilyMapper.toDocument(ColumnFamilyRow columnFamilyRow)  | 
SpaceDocument | 
SpaceDocumentColumnFamilyMapper.toDocument(ColumnFamilyRow columnFamilyRow)  | 
| Modifier and Type | Method and Description | 
|---|---|
Object | 
MapTypeNode.readFromColumnFamilyRow(ColumnFamilyRow row,
                       TypeNodeContext context)  | 
SpaceDocument | 
SpaceDocumentTypeNode.readFromColumnFamilyRow(ColumnFamilyRow row,
                       TypeNodeContext context)  | 
SpaceDocument | 
SpaceDocumentTopLevelTypeNode.readFromColumnFamilyRow(ColumnFamilyRow row,
                       TypeNodeContext context)  | 
Object | 
PojoTypeNode.readFromColumnFamilyRow(ColumnFamilyRow row,
                       TypeNodeContext context)  | 
Object | 
TypeNode.readFromColumnFamilyRow(ColumnFamilyRow row,
                       TypeNodeContext context)
Recursively read the value matching this type node property from the  
ColumnFamilyRow. | 
protected void | 
AbstractCompoundTypeNode.writePropertyToColumnFamilyRow(ColumnFamilyRow row,
                              String propertyName,
                              Object propertyValue,
                              TypeNodeContext context)  | 
protected void | 
SpaceDocumentTopLevelTypeNode.writePropertyToColumnFamilyRow(ColumnFamilyRow row,
                              String propertyName,
                              Object propertyValue,
                              TypeNodeContext context)  | 
void | 
AbstractCompoundTypeNode.writeToColumnFamilyRow(Object value,
                      ColumnFamilyRow row,
                      TypeNodeContext context)  | 
void | 
TypeNode.writeToColumnFamilyRow(Object value,
                      ColumnFamilyRow row,
                      TypeNodeContext context)
Recursively write the value matching this type node and all its children to a  
ColumnFamilyRow instance. | 
protected void | 
MapTypeNode.writeToColumnFamilyRowImpl(Object value,
                          ColumnFamilyRow row,
                          TypeNodeContext context)  | 
protected void | 
SpaceDocumentTypeNode.writeToColumnFamilyRowImpl(Object value,
                          ColumnFamilyRow row,
                          TypeNodeContext context)  | 
protected abstract void | 
AbstractCompoundTypeNode.writeToColumnFamilyRowImpl(Object value,
                          ColumnFamilyRow row,
                          TypeNodeContext context)  | 
protected void | 
PojoTypeNode.writeToColumnFamilyRowImpl(Object value,
                          ColumnFamilyRow row,
                          TypeNodeContext context)  | 
Copyright © GigaSpaces.