Package | Description |
---|---|
org.apache.ignite.cache.store.cassandra.persistence |
Contains persistent settings configuration
|
Modifier and Type | Class and Description |
---|---|
class |
PersistenceSettings<F extends PojoField>
Stores persistence settings, which describes how particular key/value
from Ignite cache should be stored in Cassandra.
|
Modifier and Type | Class and Description |
---|---|
class |
PojoKeyField
Descriptor for Ignite key POJO class
|
class |
PojoValueField
Descriptor for Ignite value POJO class
|
Modifier and Type | Method and Description |
---|---|
PojoField |
PersistenceSettings.getFieldByColumn(String column)
Returns POJO field by Cassandra table column name.
|
Modifier and Type | Method and Description |
---|---|
List<PojoField> |
KeyValuePersistenceSettings.getFields()
Returns list of POJO fields to be mapped to Cassandra table columns.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
PojoField.containsField(List<? extends PojoField> fields,
String fieldName)
Checks if list contains POJO field with the specified name.
|
Constructor and Description |
---|
PojoField(PojoField field,
Class<?> pojoCls)
Creates instance of
PojoField from the other instance
and java class. |
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024