|
GigaSpaces XAP 9.7.2 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of FlattenedPropertiesFilter in org.openspaces.persistency.cassandra |
---|
Fields in org.openspaces.persistency.cassandra declared as FlattenedPropertiesFilter | |
---|---|
protected FlattenedPropertiesFilter |
CassandraSpaceSynchronizationEndpointConfigurer.flattenedPropertiesFilter
|
Methods in org.openspaces.persistency.cassandra with parameters of type FlattenedPropertiesFilter | |
---|---|
CassandraSpaceSynchronizationEndpointConfigurer |
CassandraSpaceSynchronizationEndpointConfigurer.flattenedPropertiesFilter(FlattenedPropertiesFilter flattenedPropertiesFilter)
Optional. |
void |
CassandraSpaceSynchronizationEndpointFactoryBean.setFlattenedPropertiesFilter(FlattenedPropertiesFilter flattenedPropertiesFilter)
|
Constructors in org.openspaces.persistency.cassandra with parameters of type FlattenedPropertiesFilter | |
---|---|
CassandraSpaceSynchronizationEndpoint(PropertyValueSerializer fixedPropertyValueSerializer,
PropertyValueSerializer dynamicPropertyValueSerializer,
FlattenedPropertiesFilter flattenedPropertiesFilter,
ColumnFamilyNameConverter columnFamilyNameConverter,
HectorCassandraClient hectorClient)
|
Uses of FlattenedPropertiesFilter in org.openspaces.persistency.cassandra.archive |
---|
Methods in org.openspaces.persistency.cassandra.archive that return FlattenedPropertiesFilter | |
---|---|
FlattenedPropertiesFilter |
CassandraArchiveOperationHandler.getFlattenedPropertiesFilter()
|
Methods in org.openspaces.persistency.cassandra.archive with parameters of type FlattenedPropertiesFilter | |
---|---|
void |
CassandraArchiveOperationHandler.setFlattenedPropertiesFilter(FlattenedPropertiesFilter flattenedPropertiesFilter)
|
Uses of FlattenedPropertiesFilter in org.openspaces.persistency.cassandra.meta.mapping |
---|
Constructors in org.openspaces.persistency.cassandra.meta.mapping with parameters of type FlattenedPropertiesFilter | |
---|---|
DefaultSpaceDocumentColumnFamilyMapper(PropertyValueSerializer fixedPropertyValueSerializer,
PropertyValueSerializer dynamicPropertyValueSerializer,
FlattenedPropertiesFilter flattenePropertiesFilter,
ColumnFamilyNameConverter columnFamilyNameConverter)
|
Uses of FlattenedPropertiesFilter in org.openspaces.persistency.cassandra.meta.mapping.filter |
---|
Classes in org.openspaces.persistency.cassandra.meta.mapping.filter that implement FlattenedPropertiesFilter | |
---|---|
class |
DefaultFlattenedPropertiesFilter
A FlattenedPropertiesFilter implementation that will return true for
all fixed properties and false for all dynamic properties. |
class |
PojoTypeFlattenPropertiesFilter
A FlattenedPropertiesFilter used internally to determine whether
the given type is not primitive or a common java type and if so, does this
type have a default no-args constructors and at lease 1 property with both
getter and setter methods. |
Uses of FlattenedPropertiesFilter in org.openspaces.persistency.cassandra.meta.mapping.node |
---|
Constructors in org.openspaces.persistency.cassandra.meta.mapping.node with parameters of type FlattenedPropertiesFilter | |
---|---|
TypeNodeIntrospector(PropertyValueSerializer fixedPropertyValueSerializer,
PropertyValueSerializer dynamicPropertyValueSerializer,
FlattenedPropertiesFilter flattenedPropertiesFilter)
|
|
GigaSpaces XAP 9.7.2 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |