| 
GigaSpaces XAP 9.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openspaces.persistency.cassandra.CassandraSpaceSynchronizationEndpointConfigurer
public class CassandraSpaceSynchronizationEndpointConfigurer
A configurer for creating CassandraSpaceSynchronizationEndpoint instances.
| 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 | 
| 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.FlattenedPropertiesFilterpublic CassandraSpaceSynchronizationEndpointConfigurer columnFamilyNameConverter(ColumnFamilyNameConverter columnFamilyNameConverter)
columnFamilyNameConverter - The ColumnFamilyNameConverter to use.
 (default: DefaultColumnFamilyNameConverter)
this instance.ColumnFamilyNameConverterpublic CassandraSpaceSynchronizationEndpointConfigurer hectorClient(HectorCassandraClient hectorClient)
hectorClient - an instance of HectorCassandraClient.
this instance.public CassandraSpaceSynchronizationEndpoint create()
CassandraSpaceSynchronizationEndpoint 
 matching this configurer configuration.
  | 
GigaSpaces XAP 9.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||