Package | Description |
---|---|
org.apache.ignite.cache.store.cassandra.common |
Contains commonly used helper classes
|
org.apache.ignite.cache.store.cassandra.persistence |
Contains persistent settings configuration
|
org.apache.ignite.cache.store.cassandra.serializer |
Contains serializers implementation, to store BLOBs into Cassandra
|
Modifier and Type | Method and Description |
---|---|
static Object |
PropertyMappingHelper.getCassandraColumnValue(com.datastax.driver.core.Row row,
String col,
Class clazz,
Serializer serializer)
Returns value of specific column in the row returned by CQL statement.
|
Modifier and Type | Method and Description |
---|---|
Serializer |
PersistenceSettings.getSerializer()
Returns serializer to be used for BLOBs.
|
Modifier and Type | Method and Description |
---|---|
Object |
PojoField.getValueFromObject(Object obj,
Serializer serializer)
Gets field value as an object having Cassandra compatible type.
|
void |
PojoField.setValueFromRow(com.datastax.driver.core.Row row,
Object obj,
Serializer serializer)
Sets object field value from a
Row returned by Cassandra CQL statement. |
Modifier and Type | Class and Description |
---|---|
class |
JavaSerializer
Serializer based on standard Java serialization.
|
class |
KryoSerializer
Serializer based on Kryo serialization.
|
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024