|
GigaSpaces XAP 10.0.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.openspaces.persistency.cassandra.CassandraSpaceSynchronizationEndpointConfigurer
public class CassandraSpaceSynchronizationEndpointConfigurer
A configurer for creating CassandraSpaceSynchronizationEndpoint
instances.
Field Summary | |
---|---|
protected ColumnFamilyNameConverter |
columnFamilyNameConverter
|
protected PropertyValueSerializer |
dynamicPropertyValueSerializer
|
protected PropertyValueSerializer |
fixedPropertyValueSerializer
|
protected FlattenedPropertiesFilter |
flattenedPropertiesFilter
|
protected HectorCassandraClient |
hectorClient
|
Constructor Summary | |
---|---|
CassandraSpaceSynchronizationEndpointConfigurer()
|
Method Summary | |
---|---|
CassandraSpaceSynchronizationEndpointConfigurer |
columnFamilyNameConverter(ColumnFamilyNameConverter columnFamilyNameConverter)
Optional. |
CassandraSpaceSynchronizationEndpoint |
create()
|
CassandraSpaceSynchronizationEndpointConfigurer |
dynamicPropertyValueSerializer(PropertyValueSerializer dynamicPropertyValueSerializer)
Optional. |
CassandraSpaceSynchronizationEndpointConfigurer |
fixedPropertyValueSerializer(PropertyValueSerializer fixedPropertyValueSerializer)
Optional. |
CassandraSpaceSynchronizationEndpointConfigurer |
flattenedPropertiesFilter(FlattenedPropertiesFilter flattenedPropertiesFilter)
Optional. |
CassandraSpaceSynchronizationEndpointConfigurer |
hectorClient(HectorCassandraClient hectorClient)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected PropertyValueSerializer fixedPropertyValueSerializer
protected PropertyValueSerializer dynamicPropertyValueSerializer
protected FlattenedPropertiesFilter flattenedPropertiesFilter
protected ColumnFamilyNameConverter columnFamilyNameConverter
protected HectorCassandraClient hectorClient
Constructor Detail |
---|
public CassandraSpaceSynchronizationEndpointConfigurer()
Method Detail |
---|
public CassandraSpaceSynchronizationEndpointConfigurer fixedPropertyValueSerializer(PropertyValueSerializer fixedPropertyValueSerializer)
PropertyValueSerializer.toByteBuffer(Object)
Note: This property must correspond to the property set on CassandraSpaceDataSource
.
(default: Java object serialization)
fixedPropertyValueSerializer
- the PropertyValueSerializer
to use.
this
instance.public CassandraSpaceSynchronizationEndpointConfigurer dynamicPropertyValueSerializer(PropertyValueSerializer dynamicPropertyValueSerializer)
PropertyValueSerializer.fromByteBuffer(java.nio.ByteBuffer)
.
Note: This property must correspond to the property set on
CassandraSpaceSynchronizationEndpoint
.
(default DynamicPropertyValueSerializer
)
dynamicPropertyValueSerializer
- the PropertyValueSerializer
to use.
this
instance.public CassandraSpaceSynchronizationEndpointConfigurer flattenedPropertiesFilter(FlattenedPropertiesFilter flattenedPropertiesFilter)
flattenedPropertiesFilter
- the FlattenedPropertiesFilter
to use.
(default: DefaultFlattenedPropertiesFilter
)
this
instance.FlattenedPropertiesFilter
public CassandraSpaceSynchronizationEndpointConfigurer columnFamilyNameConverter(ColumnFamilyNameConverter columnFamilyNameConverter)
columnFamilyNameConverter
- The ColumnFamilyNameConverter
to use.
(default: DefaultColumnFamilyNameConverter
)
this
instance.ColumnFamilyNameConverter
public CassandraSpaceSynchronizationEndpointConfigurer hectorClient(HectorCassandraClient hectorClient)
hectorClient
- an instance of HectorCassandraClient
.
this
instance.public CassandraSpaceSynchronizationEndpoint create()
CassandraSpaceSynchronizationEndpoint
matching this configurer configuration.
|
GigaSpaces XAP 10.0.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |