Index

A C E F G H I L M O P S T V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

AuthProviderFactory - Class in org.synchronoss.cpo.cassandra.config
FactoryMethod for creating a Cassandra AuthProvider
AuthProviderFactory() - Constructor for class org.synchronoss.cpo.cassandra.config.AuthProviderFactory
Constructs the AuthProviderFactory

C

CassandraBoundStatementCpoData - Class in org.synchronoss.cpo.cassandra
Helps manage data transfer between the CPO object and the Cassandra bound statement.
CassandraBoundStatementCpoData(CassandraBoundStatementFactory, CpoAttribute, int) - Constructor for class org.synchronoss.cpo.cassandra.CassandraBoundStatementCpoData
Constructs the CassandraBoundStatementCpoData
CassandraBoundStatementFactory - Class in org.synchronoss.cpo.cassandra
CassandraBoundStatementFactory is the object that encapsulates the creation of the actual Cassandra BoundStatement used to execute a CpoFunction against the datastax driver.
CassandraBoundStatementFactory(CqlSession, CassandraCpoAdapter, CpoClass, CpoFunction, T, Collection<CpoWhere>, Collection<CpoOrderBy>, Collection<CpoNativeFunction>) - Constructor for class org.synchronoss.cpo.cassandra.CassandraBoundStatementFactory
Used to build the Cassandra BoundStatement that CPO executes for a given CpoFunction.
CassandraCpoAdapter - Class in org.synchronoss.cpo.cassandra
CassandraCpoAdapter is the Cassandra implementation of CpoAdapter, a set of routines that are responsible for managing value beans from a Cassandra datasource.
CassandraCpoAdapterFactory - Class in org.synchronoss.cpo.cassandra
A factory for creating CassandraCpoAdapter
CassandraCpoAdapterFactory(CassandraCpoAdapter) - Constructor for class org.synchronoss.cpo.cassandra.CassandraCpoAdapterFactory
Constructs a CassandraCpoAdapterFactory
CassandraCpoAttribute - Class in org.synchronoss.cpo.cassandra.meta
CassandraCpoAttribute.
CassandraCpoAttribute() - Constructor for class org.synchronoss.cpo.cassandra.meta.CassandraCpoAttribute
Constructs the CassandraCpoAttribute
CassandraCpoConfigProcessor - Class in org.synchronoss.cpo.cassandra.config
CassandraCpoConfigProcessor processes the datasource configuration file for cassandra.
CassandraCpoConfigProcessor() - Constructor for class org.synchronoss.cpo.cassandra.config.CassandraCpoConfigProcessor
Constructs a CassandraCpoConfigProcessor
CassandraCpoMetaAdapter - Class in org.synchronoss.cpo.cassandra.meta
CassandraCpoMetaAdapter is the Cassandra-specific AbstractCpoMetaAdapter.
CassandraCpoMetaAdapter() - Constructor for class org.synchronoss.cpo.cassandra.meta.CassandraCpoMetaAdapter
Constructs a CassandraCpoMetaAdapter
CassandraCpoMetaDescriptor - Class in org.synchronoss.cpo.cassandra.meta
CassandraCpoMetaDescriptor is the Cassandra implementation of CpoMetaDescriptor.
CassandraCpoMetaDescriptor(String, boolean) - Constructor for class org.synchronoss.cpo.cassandra.meta.CassandraCpoMetaDescriptor
Constructs a CassandraCpoMetaDescriptor
CassandraCpoTransform<D,J> - Interface in org.synchronoss.cpo.cassandra.transform
Custom transforms of Java classes to Datasource classes
CassandraMetaXmlObjectExporter - Class in org.synchronoss.cpo.cassandra.exporter
Exports the Cassandra metadata
CassandraMetaXmlObjectExporter(CpoMetaDescriptor) - Constructor for class org.synchronoss.cpo.cassandra.exporter.CassandraMetaXmlObjectExporter
Constructs the CassandraMetaXmlObjectExporter
CassandraMethodMapEntry<J,D> - Class in org.synchronoss.cpo.cassandra.meta
CassandraMethodMapEntry is a class that defines the getters and setters for Cassandra-specific data classes
CassandraMethodMapEntry(int, Class<J>, Class<D>, Method, Method) - Constructor for class org.synchronoss.cpo.cassandra.meta.CassandraMethodMapEntry
Contsructs a method map entry
CassandraMethodMapper - Class in org.synchronoss.cpo.cassandra.meta
CassandraMethodMapper defines, for each Java type CPO binds to/from Cassandra, the Row getter used to read that type back from a query result.
CassandraResultSetCpoData - Class in org.synchronoss.cpo.cassandra.meta
Manages data transfer between the cpo objects and the result set
CassandraResultSetCpoData(MethodMapper<?>, Object, CpoAttribute, int) - Constructor for class org.synchronoss.cpo.cassandra.meta.CassandraResultSetCpoData
Constructs the CassandraResultSetCpoData
ClusterDataSource - Class in org.synchronoss.cpo.cassandra
Represents a Cassandra session
ClusterDataSource(CqlSession, String) - Constructor for class org.synchronoss.cpo.cassandra.ClusterDataSource
Construct a ClusterDataSource
ClusterDataSourceInfo - Class in org.synchronoss.cpo.cassandra
Contains the information needed to connect to a Cassandra cluster
ClusterDataSourceInfo(String, String, List<String>, int, int) - Constructor for class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Constructs a ClusterDataSourceInfo
ConfigInstantiator<T> - Class in org.synchronoss.cpo.cassandra.config
Instantiates the Config file processor
ConfigInstantiator() - Constructor for class org.synchronoss.cpo.cassandra.config.ConfigInstantiator
Construct a ConfigInstantiator
createAuthProvider() - Method in class org.synchronoss.cpo.cassandra.config.AuthProviderFactory
Creates an AuthProvider
createListeners() - Method in class org.synchronoss.cpo.cassandra.config.ListenerFactory
Create the listeners
createSchemaChangeListeners() - Method in class org.synchronoss.cpo.cassandra.config.SchemaChangeListenerFactory
Create the listeners
createSSLOptions() - Method in class org.synchronoss.cpo.cassandra.config.SSLOptionsFactory
Create the SslEngineFactory

E

existsBean(CpoQuery, T) - Method in class org.synchronoss.cpo.cassandra.CassandraCpoAdapter
 

F

FactoryMethodName - Interface in org.synchronoss.cpo.cassandra.config
Used to access methods on the driver

G

getAddressTranslatorAdvertisedHostname() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get the advertised hostname used by FixedHostNameAddressTranslator
getAddressTranslatorClassName() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get the AddressTranslator implementation class name
getAddressTranslatorDefaultAddress() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get the default address used by SubnetAddressTranslator when no subnet matches
getAddressTranslatorResolveAddresses() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get whether addresses are resolved once at initialization (true) or on each reconnection (false)
getAddressTranslatorSubnetAddresses() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get the CIDR-to-"host:port" map used by SubnetAddressTranslator
getApplicationName() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get the application name sent in the STARTUP protocol message
getApplicationVersion() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get the application version sent in the STARTUP protocol message
getAuthProvider() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get the AuthProvider
getBoundStatement() - Method in class org.synchronoss.cpo.cassandra.CassandraBoundStatementFactory
Gets the BoundStatent associated with this factory
getClusterName() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get the cluster name
getCoalescerIntervalMicros() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get the write-coalescer reschedule interval, in microseconds
getCoalescerMaxRuns() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get the maximum number of coalescing runs per reschedule interval
getCompressionType() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get the compression type
getConnectInitQueryTimeoutMillis() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get the timeout for internal queries run just after a connection opens, in milliseconds
getConnectionPoolLocalSize() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get the local connection pool size
getConnectionPoolRemoteSize() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get the remote connection pool size
getConnectTimeoutMillis() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get the connect timeout, in milliseconds
getConsistencyLevel() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get the request consistency level name
getControlConnectionTimeoutMillis() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get the control connection timeout, in milliseconds
getCpoAdapter() - Method in class org.synchronoss.cpo.cassandra.CassandraCpoAdapterFactory
 
getCpoAttributes(String) - Method in class org.synchronoss.cpo.cassandra.CassandraCpoAdapter
Get the cpo attributes for this expression
getCpoMetaDescriptor() - Method in class org.synchronoss.cpo.cassandra.CassandraCpoAdapter
getCpoMetaDescriptor returns the CpoMetaDescriptor associated with this CpoAdapter
getCpoTrxAdapter() - Method in class org.synchronoss.cpo.cassandra.CassandraCpoAdapterFactory
 
getCpoXaAdapter() - Method in class org.synchronoss.cpo.cassandra.CassandraCpoAdapterFactory
 
getDatasourceMethod(Class<?>) - Static method in class org.synchronoss.cpo.cassandra.meta.CassandraMethodMapper
Looks up the datasource method for the Clazz
getDcFailoverAllowForLocalConsistencyLevels() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get whether cross-DC failover is allowed for local consistency levels
getDcFailoverMaxNodesPerRemoteDc() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get the maximum number of nodes to contact in each remote datacenter for cross-DC failover
getDcFailoverPreferredRemoteDcs() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get the ordered list of preferred remote datacenters for cross-DC failover
getDefaultIdempotence() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get the defaultIdempotence flag
getExpressionParser() - Method in class org.synchronoss.cpo.cassandra.meta.CassandraCpoMetaAdapter
 
getFactoryMethodName() - Method in class org.synchronoss.cpo.cassandra.config.AuthProviderFactory
 
getFactoryMethodName() - Method in interface org.synchronoss.cpo.cassandra.config.FactoryMethodName
Gets the factory method name
getFactoryMethodName() - Method in class org.synchronoss.cpo.cassandra.config.ListenerFactory
Gets the factory method name
getFactoryMethodName() - Method in class org.synchronoss.cpo.cassandra.config.SchemaChangeListenerFactory
Gets the factory method name
getFactoryMethodName() - Method in class org.synchronoss.cpo.cassandra.config.SSLOptionsFactory
Get the factory method name
getHeartbeatIntervalSeconds() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get the heartbeat interval, in seconds
getHeartbeatTimeoutSeconds() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get the heartbeat response timeout, in seconds
getHighestLatencyMillis() - Method in class org.synchronoss.cpo.cassandra.HistogramOptions
Get the largest latency expected to be recorded, in milliseconds
getInstance(CassandraCpoMetaDescriptor, DataSourceInfo<ClusterDataSource>) - Static method in class org.synchronoss.cpo.cassandra.CassandraCpoAdapter
Creates a CassandraCpoAdapter.
getInstance(CassandraCpoMetaDescriptor, DataSourceInfo<ClusterDataSource>, DataSourceInfo<ClusterDataSource>) - Static method in class org.synchronoss.cpo.cassandra.CassandraCpoAdapter
Creates a CassandraCpoAdapter.
getKeySpace() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSource
Gets the keyspace this data source's session is connected to.
getKeySpace() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get the keyspace name
getKeyType() - Method in class org.synchronoss.cpo.cassandra.meta.CassandraCpoAttribute
Gets the keytype class name
getKeyTypeClass() - Method in class org.synchronoss.cpo.cassandra.meta.CassandraCpoAttribute
Sets the Value Type classname
getListeners() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get the NodeStateListeners
getLoadBalancingDistanceEvaluatorClassName() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get the custom NodeDistanceEvaluator implementation class name
getLoadBalancingPolicyClassName() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get the LoadBalancingPolicy implementation class name
getLoadBalancingSlowReplicaAvoidance() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get whether slow-replica avoidance is enabled on the default load balancing policy
getLocalDatacenter() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get the local datacenter, required by the driver's default load balancing policy whenever contact points are supplied.
getLowestLatencyMillis() - Method in class org.synchronoss.cpo.cassandra.HistogramOptions
Get the shortest latency expected to be recorded, in milliseconds
getMaxOrphanRequests() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get the maximum number of orphaned requests before a connection is closed and replaced
getMaxRequestsPerConnection() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get the maximum number of requests that can execute concurrently on a single connection
getMaxSchemaAgreementWaitSeconds() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get the MaxSchemaAgreementWaitSeconds setting
getMetadataSchemaEnabled() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get whether schema metadata is enabled
getMetadataSchemaMaxEvents() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get the maximum number of schema-change events accumulated before forcing a refresh
getMetadataSchemaRefreshedKeyspaces() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get the keyspace name-matching rules for which schema/token metadata is maintained
getMetadataSchemaRequestPageSize() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get the page size for schema metadata requests
getMetadataSchemaRequestTimeoutMillis() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get the timeout for schema metadata requests, in milliseconds
getMetadataSchemaWindowMillis() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get the debounce window for coalescing schema-change events, in milliseconds
getMetadataTokenMapEnabled() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get whether token metadata is enabled
getMetadataTopologyMaxEvents() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get the maximum number of topology events accumulated before forcing propagation
getMetadataTopologyWindowMillis() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get the debounce window for coalescing topology events, in milliseconds
getMethodMapper() - Static method in class org.synchronoss.cpo.cassandra.meta.CassandraMethodMapper
Gets the MethodMapper
getMetricsFactoryClassName() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get the metrics factory class name
getMetricsGenerateAggregableHistograms() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get whether aggregable histogram buckets are generated for monitoring systems
getMetricsIdGeneratorClassName() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get the metric id generator class name
getMetricsIdGeneratorPrefix() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get the prefix prepended to every generated metric name
getMetricsNodeCqlMessages() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get the histogram tuning for the node "cql-messages" metric
getMetricsNodeEnabled() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get the node-level metric names to enable
getMetricsNodeExpireAfterMinutes() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get how long a node's metrics are kept registered after it leaves the cluster, in minutes
getMetricsSessionCqlRequests() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get the histogram tuning for the session "cql-requests" metric
getMetricsSessionEnabled() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get the session-level metric names to enable
getMetricsSessionThrottlingDelay() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get the histogram tuning for the session "throttling.delay" metric
getNettyAdminGroupShutdownQuietPeriodSeconds() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get the admin event loop group shutdown quiet period, in seconds
getNettyAdminGroupShutdownTimeoutSeconds() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get the admin event loop group shutdown timeout, in seconds
getNettyAdminGroupSize() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get the number of admin threads
getNettyDaemonThreads() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get whether the driver's internal threads are daemon threads
getNettyIoGroupShutdownQuietPeriodSeconds() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get the I/O event loop group shutdown quiet period, in seconds
getNettyIoGroupShutdownTimeoutSeconds() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get the I/O event loop group shutdown timeout, in seconds
getNettyIoGroupSize() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get the number of I/O threads
getNettyTimerTickDurationMillis() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get the request-timeout/speculative-execution timer's tick duration, in milliseconds
getNettyTimerTicksPerWheel() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get the timer's hashed wheel size
getPageSize() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get the default request page size
getPassword() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get the password
getPort() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get the port number
getPreparedCacheWeakValues() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get whether the prepared-statement cache uses weak references for its values
getPrepareOnAllNodes() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get whether Session.prepare() calls are re-sent to all other active nodes
getProtocolMaxFrameLengthBytes() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get the protocol maximum frame length, in bytes
getProtocolVersion() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get the ProtocolVersion name
getPublishPercentiles() - Method in class org.synchronoss.cpo.cassandra.HistogramOptions
Get the percentiles to publish as their own time series
getReconnectionBaseDelayMillis() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get the base reconnection delay, in milliseconds
getReconnectionMaxDelayMillis() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get the maximum reconnection delay, in milliseconds
getReconnectionPolicyClassName() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get the ReconnectionPolicy implementation class name
getReconnectOnInit() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get whether reconnection is attempted if all contact points are unreachable on first init
getRefreshIntervalMinutes() - Method in class org.synchronoss.cpo.cassandra.HistogramOptions
Get the interval at which percentile data is refreshed, in minutes
getReprepareCheckSystemTable() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get whether system.prepared_statements is checked before repreparing
getReprepareEnabled() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get whether the driver re-prepares statements on nodes that come back up or join the cluster
getReprepareMaxParallelism() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get the maximum number of concurrent reprepare requests
getReprepareMaxStatements() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get the maximum number of statements to reprepare
getReprepareTimeoutMillis() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get the reprepare request timeout, in milliseconds
getRequestLoggerErrorEnabled() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get whether the built-in RequestLogger logs failed requests
getRequestLoggerMaxQueryLength() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get the maximum logged query string length
getRequestLoggerMaxValueLength() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get the maximum logged bound-value length
getRequestLoggerMaxValues() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get the maximum number of bound values logged per request
getRequestLoggerShowStackTraces() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get whether the built-in RequestLogger logs stack traces for failed queries
getRequestLoggerShowValues() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get whether the built-in RequestLogger logs bound values
getRequestLoggerSlowEnabled() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get whether the built-in RequestLogger logs slow requests
getRequestLoggerSlowThresholdMillis() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get the threshold above which a successful request is classified as "slow", in milliseconds
getRequestLoggerSuccessEnabled() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get whether the built-in RequestLogger logs successful requests
getRequestLogWarnings() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get whether server-generated query warnings are logged
getRequestTimeoutMillis() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get the global request timeout, in milliseconds
getRequestTraceAttempts() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get how many times the driver retries fetching a not-yet-ready query trace
getRequestTraceConsistencyLevel() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get the consistency level used when fetching query traces
getRequestTraceIntervalMillis() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get the interval between query trace fetch attempts, in milliseconds
getRequestTrackerClasses() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get the RequestTracker implementation class names to register
getRequestWarnIfSetKeyspace() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get whether a warning is logged when a request changes the active keyspace
getResolveContactPoints() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get whether contact-point addresses are resolved once at startup (true) or on every connection attempt (false)
getRetryPolicyClassName() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get the RetryPolicy implementation class name
getSchemaAgreementIntervalMillis() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get the schema agreement check interval, in milliseconds
getSchemaAgreementWarnOnFailure() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get whether a warning is logged if schema agreement fails
getSchemaChangeListeners() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get the SchemaChangeListeners
getSerialConsistencyLevel() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get the request serial consistency level name
getSessionLeakThreshold() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get the maximum number of live sessions allowed to coexist in this JVM before a leak warning is logged
getSetKeyspaceTimeoutMillis() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get the timeout used when switching keyspace on a connection at runtime, in milliseconds
getSignificantDigits() - Method in class org.synchronoss.cpo.cassandra.HistogramOptions
Get the number of significant decimal digits of resolution
getSloMillis() - Method in class org.synchronoss.cpo.cassandra.HistogramOptions
Get the service-level-objective latency boundaries, in milliseconds
getSocketKeepAlive() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get the socket keep-alive flag
getSocketLingerIntervalSeconds() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get the socket linger interval, in seconds
getSocketReceiveBufferSize() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get the socket receive buffer size hint
getSocketReuseAddress() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get the socket reuse-address flag
getSocketSendBufferSize() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get the socket send buffer size hint
getSpeculativeExecutionDelayMillis() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get the delay between speculative executions, in milliseconds
getSpeculativeExecutionMaxExecutions() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get the maximum number of speculative executions (including the initial one)
getSpeculativeExecutionPolicyClassName() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get the SpeculativeExecutionPolicy implementation class name
getSslAllowDnsReverseLookupSan() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get whether a DNS reverse lookup is allowed for SAN addresses
getSslCipherSuites() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get the cipher suites enabled for the default SSL engine factory
getSslEngineFactory() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get the SslEngineFactory
getSslHostnameValidation() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get whether server certificate hostname validation is enabled
getSslKeystorePassword() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get the keystore password
getSslKeystorePath() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get the keystore path
getSslKeystoreReloadIntervalMinutes() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get the keystore reload interval, in minutes
getSslTruststorePassword() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get the truststore password
getSslTruststorePath() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get the truststore path
getTcpNoDelay() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get the tcpNoDelay flag
getThrottlerClassName() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get the RequestThrottler implementation class name
getThrottlerDrainIntervalMillis() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get how often the throttler attempts to dequeue requests, in milliseconds (RateLimitingRequestThrottler only)
getThrottlerMaxConcurrentRequests() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get the maximum number of requests allowed to execute in parallel (ConcurrencyLimitingRequestThrottler only)
getThrottlerMaxQueueSize() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get the maximum number of requests that can be enqueued once throttled
getThrottlerMaxRequestsPerSecond() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get the maximum allowed request rate (RateLimitingRequestThrottler only)
getTimestampGeneratorClassName() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get the TimestampGenerator implementation class name
getTimestampGeneratorDriftWarningIntervalSeconds() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get how often the drift warning is re-logged, in seconds
getTimestampGeneratorDriftWarningThresholdMillis() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get how far timestamps may drift into the future before a warning is logged, in milliseconds
getTimestampGeneratorForceJavaClock() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get whether the generator is forced to use Java's millisecond-precision system clock
getUserName() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get the username
getValueType() - Method in class org.synchronoss.cpo.cassandra.meta.CassandraCpoAttribute
Gets the Value Type classname
getValueTypeClass() - Method in class org.synchronoss.cpo.cassandra.meta.CassandraCpoAttribute
Gets the Value Type Clazz
getWarnOnInitError() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get whether non-fatal connection-init errors are logged

H

hasCredentials() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Has Credentials
HistogramOptions - Class in org.synchronoss.cpo.cassandra
Histogram tuning shared by the driver's per-metric latency options (session cql-requests, session throttling.delay, node cql-messages).
HistogramOptions() - Constructor for class org.synchronoss.cpo.cassandra.HistogramOptions
Constructs an empty HistogramOptions with all tuning values unset.

I

instantiate(String) - Method in class org.synchronoss.cpo.cassandra.config.ConfigInstantiator
Instantiates the CpoConfigProcessor

L

ListenerFactory - Class in org.synchronoss.cpo.cassandra.config
FactoryMethod for creating the collection of NodeStateListener to register with the Cassandra session
ListenerFactory() - Constructor for class org.synchronoss.cpo.cassandra.config.ListenerFactory
Constructs a ListenerFactory
loadGetter(int, Class<M>, String) - Static method in class org.synchronoss.cpo.cassandra.meta.CassandraMethodMapper
Loads the GetterMethod for the Datasource class
loadRunTimeInfo(CpoMetaDescriptor, Class<?>) - Method in class org.synchronoss.cpo.cassandra.meta.CassandraCpoAttribute
 

M

METHOD_TYPE_ONE - Static variable in class org.synchronoss.cpo.cassandra.meta.CassandraMethodMapEntry
Method Types that take 1 additional parameter
METHOD_TYPE_TWO - Static variable in class org.synchronoss.cpo.cassandra.meta.CassandraMethodMapEntry
Method types that take two additional parameters

O

org.synchronoss.cpo.cassandra - package org.synchronoss.cpo.cassandra
 
org.synchronoss.cpo.cassandra.config - package org.synchronoss.cpo.cassandra.config
 
org.synchronoss.cpo.cassandra.exporter - package org.synchronoss.cpo.cassandra.exporter
 
org.synchronoss.cpo.cassandra.meta - package org.synchronoss.cpo.cassandra.meta
 
org.synchronoss.cpo.cassandra.transform - package org.synchronoss.cpo.cassandra.transform
 

P

processCpoConfig(CtDataSourceConfig) - Method in class org.synchronoss.cpo.cassandra.config.CassandraCpoConfigProcessor
 

S

SchemaChangeListenerFactory - Class in org.synchronoss.cpo.cassandra.config
FactoryMethod for creating the collection of SchemaChangeListener to register with the Cassandra session
SchemaChangeListenerFactory() - Constructor for class org.synchronoss.cpo.cassandra.config.SchemaChangeListenerFactory
Constructs a SchemaChangeListenerFactory
setAddressTranslatorAdvertisedHostname(String) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set the advertised hostname used by FixedHostNameAddressTranslator
setAddressTranslatorClassName(String) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set the AddressTranslator implementation class name.
setAddressTranslatorDefaultAddress(String) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set the default address used by SubnetAddressTranslator when no subnet matches
setAddressTranslatorResolveAddresses(Boolean) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set whether addresses are resolved once at initialization (true) or on each reconnection (false)
setAddressTranslatorSubnetAddresses(Map<String, String>) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set the CIDR-to-"host:port" map used by SubnetAddressTranslator
setApplicationName(String) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set the application name sent in the STARTUP protocol message
setApplicationVersion(String) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set the application version sent in the STARTUP protocol message
setAuthProvider(AuthProvider) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set the AuthProvider
setBindValues(Collection<BindAttribute>) - Method in class org.synchronoss.cpo.cassandra.CassandraBoundStatementFactory
Binds every value in a single call, rather than one call per bind variable.
setClusterName(String) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set the cluster name.
setCoalescerIntervalMicros(Long) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set the write-coalescer reschedule interval, in microseconds.
setCoalescerMaxRuns(Integer) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set the maximum number of coalescing runs per reschedule interval.
setCompressionType(String) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set the compression type
setConnectInitQueryTimeoutMillis(Long) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set the timeout for internal queries run just after a connection opens, in milliseconds
setConnectionPoolLocalSize(Integer) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set the local connection pool size
setConnectionPoolRemoteSize(Integer) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set the remote connection pool size
setConnectTimeoutMillis(Integer) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set the connect timeout, in milliseconds
setConsistencyLevel(String) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set the request consistency level name (e.g.
setControlConnectionTimeoutMillis(Long) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set the control connection timeout, in milliseconds
setDcFailoverAllowForLocalConsistencyLevels(Boolean) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set whether cross-DC failover is allowed for local consistency levels
setDcFailoverMaxNodesPerRemoteDc(Integer) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set the maximum number of nodes to contact in each remote datacenter for cross-DC failover
setDcFailoverPreferredRemoteDcs(List<String>) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set the ordered list of preferred remote datacenters for cross-DC failover
setDefaultIdempotence(Boolean) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set the defaultIdempotence flag
setHasCredentials(boolean) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set hasCredentials
setHeartbeatIntervalSeconds(Integer) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set the heartbeat interval, in seconds
setHeartbeatTimeoutSeconds(Integer) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set the heartbeat response timeout, in seconds
setHighestLatencyMillis(Long) - Method in class org.synchronoss.cpo.cassandra.HistogramOptions
Set the largest latency expected to be recorded, in milliseconds
setKeyType(String) - Method in class org.synchronoss.cpo.cassandra.meta.CassandraCpoAttribute
Sets the Key Type
setKeyTypeClass(Class<?>) - Method in class org.synchronoss.cpo.cassandra.meta.CassandraCpoAttribute
Sets the Key Type Clazz
setListeners(Collection<NodeStateListener>) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set the NodeStateListeners
setLoadBalancingDistanceEvaluatorClassName(String) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set the custom NodeDistanceEvaluator implementation class name.
setLoadBalancingPolicyClassName(String) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set the LoadBalancingPolicy implementation class name.
setLoadBalancingSlowReplicaAvoidance(Boolean) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set whether slow-replica avoidance is enabled on the default load balancing policy
setLocalDatacenter(String) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set the local datacenter
setLowestLatencyMillis(Long) - Method in class org.synchronoss.cpo.cassandra.HistogramOptions
Set the shortest latency expected to be recorded, in milliseconds
setMaxOrphanRequests(Integer) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set the maximum number of orphaned requests before a connection is closed and replaced
setMaxRequestsPerConnection(Integer) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set the maximum number of requests that can execute concurrently on a single connection
setMaxSchemaAgreementWaitSeconds(Integer) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set the MaxSchemaAgreementWaitSeconds setting
setMetadataSchemaEnabled(Boolean) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set whether schema metadata is enabled
setMetadataSchemaMaxEvents(Integer) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set the maximum number of schema-change events accumulated before forcing a refresh
setMetadataSchemaRefreshedKeyspaces(List<String>) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set the keyspace name-matching rules for which schema/token metadata is maintained
setMetadataSchemaRequestPageSize(Integer) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set the page size for schema metadata requests
setMetadataSchemaRequestTimeoutMillis(Long) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set the timeout for schema metadata requests, in milliseconds
setMetadataSchemaWindowMillis(Long) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set the debounce window for coalescing schema-change events, in milliseconds
setMetadataTokenMapEnabled(Boolean) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set whether token metadata is enabled
setMetadataTopologyMaxEvents(Integer) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set the maximum number of topology events accumulated before forcing propagation
setMetadataTopologyWindowMillis(Long) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set the debounce window for coalescing topology events, in milliseconds
setMetricsFactoryClassName(String) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set the metrics factory class name (e.g.
setMetricsGenerateAggregableHistograms(Boolean) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set whether aggregable histogram buckets are generated for monitoring systems
setMetricsIdGeneratorClassName(String) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set the metric id generator class name (e.g.
setMetricsIdGeneratorPrefix(String) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set the prefix prepended to every generated metric name
setMetricsNodeCqlMessages(HistogramOptions) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set the histogram tuning for the node "cql-messages" metric
setMetricsNodeEnabled(List<String>) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set the node-level metric names to enable
setMetricsNodeExpireAfterMinutes(Long) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set how long a node's metrics are kept registered after it leaves the cluster, in minutes
setMetricsSessionCqlRequests(HistogramOptions) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set the histogram tuning for the session "cql-requests" metric
setMetricsSessionEnabled(List<String>) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set the session-level metric names to enable
setMetricsSessionThrottlingDelay(HistogramOptions) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set the histogram tuning for the session "throttling.delay" metric
setNettyAdminGroupShutdownQuietPeriodSeconds(Integer) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set the admin event loop group shutdown quiet period, in seconds
setNettyAdminGroupShutdownTimeoutSeconds(Integer) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set the admin event loop group shutdown timeout, in seconds
setNettyAdminGroupSize(Integer) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set the number of admin threads (cluster events, metadata refresh, reconnection scheduling)
setNettyDaemonThreads(Boolean) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set whether the driver's internal threads are daemon threads
setNettyIoGroupShutdownQuietPeriodSeconds(Integer) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set the I/O event loop group shutdown quiet period, in seconds
setNettyIoGroupShutdownTimeoutSeconds(Integer) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set the I/O event loop group shutdown timeout, in seconds
setNettyIoGroupSize(Integer) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set the number of I/O threads; 0 means availableProcessors() * 2
setNettyTimerTickDurationMillis(Long) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set the request-timeout/speculative-execution timer's tick duration, in milliseconds
setNettyTimerTicksPerWheel(Integer) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set the timer's hashed wheel size
setPageSize(Integer) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set the default request page size
setPassword(String) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set the password
setPort(int) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set the port number
setPreparedCacheWeakValues(Boolean) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set whether the prepared-statement cache uses weak references for its values
setPrepareOnAllNodes(Boolean) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set whether Session.prepare() calls are re-sent to all other active nodes
setProtocolMaxFrameLengthBytes(Long) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set the protocol maximum frame length, in bytes
setProtocolVersion(String) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set the ProtocolVersion name
setPublishPercentiles(List<Double>) - Method in class org.synchronoss.cpo.cassandra.HistogramOptions
Set the percentiles to publish as their own time series
setReconnectionBaseDelayMillis(Long) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set the base reconnection delay, in milliseconds
setReconnectionMaxDelayMillis(Long) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set the maximum reconnection delay, in milliseconds
setReconnectionPolicyClassName(String) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set the ReconnectionPolicy implementation class name.
setReconnectOnInit(Boolean) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set whether reconnection is attempted if all contact points are unreachable on first init
setRefreshIntervalMinutes(Long) - Method in class org.synchronoss.cpo.cassandra.HistogramOptions
Set the interval at which percentile data is refreshed, in minutes
setReprepareCheckSystemTable(Boolean) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set whether system.prepared_statements is checked before repreparing
setReprepareEnabled(Boolean) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set whether the driver re-prepares statements on nodes that come back up or join the cluster
setReprepareMaxParallelism(Integer) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set the maximum number of concurrent reprepare requests
setReprepareMaxStatements(Integer) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set the maximum number of statements to reprepare; 0 or negative means no limit
setReprepareTimeoutMillis(Long) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set the reprepare request timeout, in milliseconds
setRequestLoggerErrorEnabled(Boolean) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set whether the built-in RequestLogger logs failed requests
setRequestLoggerMaxQueryLength(Integer) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set the maximum logged query string length
setRequestLoggerMaxValueLength(Integer) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set the maximum logged bound-value length
setRequestLoggerMaxValues(Integer) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set the maximum number of bound values logged per request
setRequestLoggerShowStackTraces(Boolean) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set whether the built-in RequestLogger logs stack traces for failed queries
setRequestLoggerShowValues(Boolean) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set whether the built-in RequestLogger logs bound values
setRequestLoggerSlowEnabled(Boolean) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set whether the built-in RequestLogger logs slow requests
setRequestLoggerSlowThresholdMillis(Long) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set the threshold above which a successful request is classified as "slow", in milliseconds
setRequestLoggerSuccessEnabled(Boolean) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set whether the built-in RequestLogger logs successful requests
setRequestLogWarnings(Boolean) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set whether server-generated query warnings are logged
setRequestTimeoutMillis(Long) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set the global request timeout, in milliseconds
setRequestTraceAttempts(Integer) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set how many times the driver retries fetching a not-yet-ready query trace
setRequestTraceConsistencyLevel(String) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set the consistency level used when fetching query traces
setRequestTraceIntervalMillis(Long) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set the interval between query trace fetch attempts, in milliseconds
setRequestTrackerClasses(List<String>) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set the RequestTracker implementation class names to register.
setRequestWarnIfSetKeyspace(Boolean) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set whether a warning is logged when a request changes the active keyspace
setResolveContactPoints(Boolean) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set whether contact-point addresses are resolved once at startup (true) or on every connection attempt (false)
setRetryPolicyClassName(String) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set the RetryPolicy implementation class name.
setSchemaAgreementIntervalMillis(Long) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set the schema agreement check interval, in milliseconds
setSchemaAgreementWarnOnFailure(Boolean) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set whether a warning is logged if schema agreement fails
setSchemaChangeListeners(Collection<SchemaChangeListener>) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set the SchemaChangeListeners
setSerialConsistencyLevel(String) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set the request serial consistency level name (e.g.
setSessionLeakThreshold(Integer) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set the maximum number of live sessions allowed to coexist in this JVM before a leak warning is logged
setSetKeyspaceTimeoutMillis(Long) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set the timeout used when switching keyspace on a connection at runtime, in milliseconds
setSignificantDigits(Integer) - Method in class org.synchronoss.cpo.cassandra.HistogramOptions
Set the number of significant decimal digits of resolution
setSloMillis(List<Long>) - Method in class org.synchronoss.cpo.cassandra.HistogramOptions
Set the service-level-objective latency boundaries, in milliseconds
setSocketKeepAlive(Boolean) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set the socket keep-alive flag
setSocketLingerIntervalSeconds(Integer) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set the socket linger interval, in seconds
setSocketReceiveBufferSize(Integer) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set the socket receive buffer size hint
setSocketReuseAddress(Boolean) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set the socket reuse-address flag
setSocketSendBufferSize(Integer) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set the socket send buffer size hint
setSpeculativeExecutionDelayMillis(Long) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set the delay between speculative executions, in milliseconds, used by the built-in ConstantSpeculativeExecutionPolicy
setSpeculativeExecutionMaxExecutions(Integer) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set the maximum number of speculative executions (including the initial one), used by the built-in ConstantSpeculativeExecutionPolicy
setSpeculativeExecutionPolicyClassName(String) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set the SpeculativeExecutionPolicy implementation class name.
setSslAllowDnsReverseLookupSan(Boolean) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set whether a DNS reverse lookup is allowed for SAN addresses
setSslCipherSuites(List<String>) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set the cipher suites enabled for the default SSL engine factory
setSslEngineFactory(SslEngineFactory) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set the SslEngineFactory
setSslHostnameValidation(Boolean) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set whether server certificate hostname validation is enabled
setSslKeystorePassword(String) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set the keystore password
setSslKeystorePath(String) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set the keystore path
setSslKeystoreReloadIntervalMinutes(Long) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set the keystore reload interval, in minutes
setSslTruststorePassword(String) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set the truststore password
setSslTruststorePath(String) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set the truststore path
setTcpNoDelay(Boolean) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set the tcpNoDelay flag
setThrottlerClassName(String) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set the RequestThrottler implementation class name (e.g.
setThrottlerDrainIntervalMillis(Long) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set how often the throttler attempts to dequeue requests, in milliseconds (RateLimitingRequestThrottler only)
setThrottlerMaxConcurrentRequests(Integer) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set the maximum number of requests allowed to execute in parallel (ConcurrencyLimitingRequestThrottler only)
setThrottlerMaxQueueSize(Integer) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set the maximum number of requests that can be enqueued once throttled
setThrottlerMaxRequestsPerSecond(Integer) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set the maximum allowed request rate (RateLimitingRequestThrottler only)
setTimestampGeneratorClassName(String) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set the TimestampGenerator implementation class name.
setTimestampGeneratorDriftWarningIntervalSeconds(Long) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set how often the drift warning is re-logged, in seconds
setTimestampGeneratorDriftWarningThresholdMillis(Long) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set how far timestamps may drift into the future before a warning is logged, in milliseconds
setTimestampGeneratorForceJavaClock(Boolean) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set whether the generator is forced to use Java's millisecond-precision system clock
setUserName(String) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set the username
setValueType(String) - Method in class org.synchronoss.cpo.cassandra.meta.CassandraCpoAttribute
Sets the Value Type classname
setValueTypeClass(Class<?>) - Method in class org.synchronoss.cpo.cassandra.meta.CassandraCpoAttribute
Sets the Value Type Clazz
setWarnOnInitError(Boolean) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set whether non-fatal connection-init errors are logged
SSLOptionsFactory - Class in org.synchronoss.cpo.cassandra.config
FactoryMethod for creating a Cassandra SslEngineFactory
SSLOptionsFactory() - Constructor for class org.synchronoss.cpo.cassandra.config.SSLOptionsFactory
Constructs a SSLOptionsFactory

T

transformIn(Integer) - Method in class org.synchronoss.cpo.cassandra.transform.TransformNoOp
Transforms the datasource object into an object required by the class.
TransformNoOp - Class in org.synchronoss.cpo.cassandra.transform
This is an example of a transform that does nothing.
TransformNoOp() - Constructor for class org.synchronoss.cpo.cassandra.transform.TransformNoOp
Create a TransformNoOp
transformOut(Integer) - Method in class org.synchronoss.cpo.cassandra.transform.TransformNoOp
 
transformOut(Object) - Method in class org.synchronoss.cpo.cassandra.CassandraBoundStatementCpoData
 
transformOut(CassandraBoundStatementFactory, J) - Method in interface org.synchronoss.cpo.cassandra.transform.CassandraCpoTransform
Transforms a java class to a datasource class
transformOut(CassandraBoundStatementFactory, Integer) - Method in class org.synchronoss.cpo.cassandra.transform.TransformNoOp
Transforms the data from the class attribute to the object required by the datasource.

V

visit(CpoArgument) - Method in class org.synchronoss.cpo.cassandra.exporter.CassandraMetaXmlObjectExporter
 
visit(CpoAttribute) - Method in class org.synchronoss.cpo.cassandra.exporter.CassandraMetaXmlObjectExporter
 
A C E F G H I L M O P S T V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form