Index

A B C D E F G H I J L M N O P R S T U V W X 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

AbstractBindableCpoData - Class in org.synchronoss.cpo.core.meta
Base CpoData implementation for datastore bindings that are addressed by a positional index (e.g. a JDBC parameter or column index) in addition to the CpoAttribute they move data for.
AbstractBindableCpoData(CpoAttribute, int) - Constructor for class org.synchronoss.cpo.core.meta.AbstractBindableCpoData
Creates an instance bound to the given attribute and positional index.
AbstractCpoData - Class in org.synchronoss.cpo.core
Base CpoData implementation that owns the CpoAttribute being bound and handles the transform half of the contract (AbstractCpoData.transformIn(Object)/AbstractCpoData.transformOut(Object)).
AbstractCpoData(CpoAttribute) - Constructor for class org.synchronoss.cpo.core.AbstractCpoData
Creates an instance bound to the given attribute.
AbstractCpoMetaAdapter - Class in org.synchronoss.cpo.core.meta
Base CpoMetaAdapter implementation that maintains the in-memory map of loaded CpoClass metadata and the shared logic for loading that metadata from the JAXB-bound Ct* classes produced by unmarshalling a CPO meta XML document.
AbstractDataSourceInfo<T> - Class in org.synchronoss.cpo.core
Base DataSourceInfo implementation that holds the common name/fetchSize/batchSize configuration and lazily creates the underlying datasource object on first access, guarding creation with a lock so concurrent callers cannot race to create it twice.
AbstractDataSourceInfo(String, int, int) - Constructor for class org.synchronoss.cpo.core.AbstractDataSourceInfo
Creates an instance with the given configuration.
AbstractJdbcDataSource - Class in org.synchronoss.cpo.jdbc
An AbstractJDBCDatasource used for instantiating the DataSource from the database driver
AbstractJdbcDataSource(String, int, int) - Constructor for class org.synchronoss.cpo.jdbc.AbstractJdbcDataSource
Constructs a AbstractJdbcDataSource
AbstractJdbcDataSource(String, Properties, int, int) - Constructor for class org.synchronoss.cpo.jdbc.AbstractJdbcDataSource
Constructs a AbstractJdbcDataSource
AbstractJdbcDataSource(String, SortedMap<String, String>, int, int) - Constructor for class org.synchronoss.cpo.jdbc.AbstractJdbcDataSource
Constructs a AbstractJdbcDataSource
AbstractJdbcDataSourceInfo - Class in org.synchronoss.cpo.jdbc
A class used for collecting the properties to instantiate the datasource
AbstractJdbcDataSourceInfo(String, int, int) - Constructor for class org.synchronoss.cpo.jdbc.AbstractJdbcDataSourceInfo
Constructs a AbstractJdbcDataSourceInfo
AbstractJdbcDataSourceInfo(String, Properties, int, int) - Constructor for class org.synchronoss.cpo.jdbc.AbstractJdbcDataSourceInfo
Constructs a AbstractJdbcDataSourceInfo
AbstractJdbcDataSourceInfo(String, SortedMap<String, String>, int, int) - Constructor for class org.synchronoss.cpo.jdbc.AbstractJdbcDataSourceInfo
Constructs a AbstractJdbcDataSourceInfo
AbstractMetaVisitor - Class in org.synchronoss.cpo.core.exporter
Base class for MetaVisitor implementations that generate Java source (interfaces, classes) from CpoClass meta model objects.
AbstractStatementCpoData - Class in org.synchronoss.cpo.jdbc
Base for CpoData implementations backed by a JDBC Statement subtype, resolving the JdbcMethodMapEntry used to bind/read a bound attribute's value.
AbstractStatementCpoData(CpoAttribute, int) - Constructor for class org.synchronoss.cpo.jdbc.AbstractStatementCpoData
Creates an instance for the given bound attribute and bind-marker index.
accept(Consumer<T>) - Method in class org.synchronoss.cpo.core.jta.CpoBaseXaResource
Applies consumer to the resource currently associated with this instance (the transaction branch's resource if one is associated, otherwise the local resource), serialized against concurrent calls on this instance.
acceptDFVisitor(NodeVisitor) - Method in class org.synchronoss.cpo.core.Node
Implements the visitor pattern.
acceptMetaDFVisitor(MetaVisitor) - Method in class org.synchronoss.cpo.core.meta.domain.CpoClass
Accepts a visitor, depth-first: this node is visited, then each child accepts the visitor in turn.
acceptMetaDFVisitor(MetaVisitor) - Method in interface org.synchronoss.cpo.core.MetaDFVisitable
Accepts a visitor, depth-first: this node is visited, then each child accepts the visitor in turn.
addArgument(CpoArgument) - Method in class org.synchronoss.cpo.core.meta.domain.CpoFunction
Appends an argument to this function's argument list.
addAttribute(CpoAttribute) - Method in class org.synchronoss.cpo.core.meta.domain.CpoClass
Adds an attribute to this class, indexing it by both its Java name and its datastore name.
addChild(Node) - Method in class org.synchronoss.cpo.core.Node
This function adds a child to the linked-list of children for this node.
addChildSort(Node) - Method in class org.synchronoss.cpo.core.Node
This function adds a child to the linked-list of children for this node.
addChildSort(Node, Comparator<Node>) - Method in class org.synchronoss.cpo.core.Node
Adds a child to the linked-list of children for this node, inserting it in sorted order.
addCpoClass(CpoClass) - Method in class org.synchronoss.cpo.core.meta.CpoMetaDescriptor
Adds a CpoClass to this descriptor's metadata.
addDataNameToMap(String, CpoAttribute) - Method in class org.synchronoss.cpo.core.meta.domain.CpoClass
Adds an attribute to the datastore-name lookup map, using whatever case-sensitivity policy the concrete subclass implements.
addDataNameToMap(String, CpoAttribute) - Method in class org.synchronoss.cpo.core.meta.domain.CpoClassCaseInsensitive
Adds an attribute to the datastore-name lookup map, using whatever case-sensitivity policy the concrete subclass implements.
addDataNameToMap(String, CpoAttribute) - Method in class org.synchronoss.cpo.core.meta.domain.CpoClassCaseSensitive
Adds an attribute to the datastore-name lookup map, using whatever case-sensitivity policy the concrete subclass implements.
addDataTypeEntry(DataTypeMapEntry<?>) - Method in class org.synchronoss.cpo.core.meta.DataTypeMapper
Registers a data type entry, indexed by both its type code and its name.
addFunction(CpoFunction) - Method in class org.synchronoss.cpo.core.meta.domain.CpoFunctionGroup
Appends a function to this group.
addFunctionGroup(CpoFunctionGroup) - Method in class org.synchronoss.cpo.core.meta.domain.CpoClass
Adds a function group to this class, keyed by its CRUD type and name.
addMethodMapEntry(T) - Method in class org.synchronoss.cpo.core.meta.MethodMapper
Registers a method map entry, keyed by its MethodMapEntry.getJavaClass().
AddReleasable(CpoReleasable) - Method in class org.synchronoss.cpo.core.CpoStatementFactory
Adds a releasable object to this object.
AddReleasable(CpoReleasable) - Method in class org.synchronoss.cpo.jdbc.JdbcCallableStatementFactory
Adds a releasable object to this object.
addWhere(CpoWhere) - Method in class org.synchronoss.cpo.core.BindableCpoWhere
Chains another where clause onto this one, joined by this instance's Logical operator, turning this instance into a branch node.
addWhere(CpoWhere) - Method in interface org.synchronoss.cpo.core.CpoWhere
Chains another where clause onto this one, joined by this instance's Logical operator, turning this instance into a branch node.
AND - Enum constant in enum class org.synchronoss.cpo.core.enums.Logical
Logical AND operator
apply(Function<T, R>) - Method in class org.synchronoss.cpo.core.jta.CpoBaseXaResource
Applies function to the resource currently associated with this instance (the transaction branch's resource if one is associated, otherwise the local resource), serialized against concurrent calls on this instance.
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

B

BindableCpoOrderBy - Class in org.synchronoss.cpo.core
Default CpoOrderBy implementation: an immutable, bindable sort clause on a single attribute, optionally wrapped in a native datastore function and associated with a custom marker for multi-clause substitution.
BindableCpoOrderBy(String, boolean) - Constructor for class org.synchronoss.cpo.core.BindableCpoOrderBy
Creates an order-by clause on the given attribute using the CpoOrderBy.DEFAULT_MARKER.
BindableCpoOrderBy(String, boolean, String) - Constructor for class org.synchronoss.cpo.core.BindableCpoOrderBy
Creates an order-by clause on the given attribute, wrapped in a native datastore function, using the CpoOrderBy.DEFAULT_MARKER.
BindableCpoOrderBy(String, String, boolean) - Constructor for class org.synchronoss.cpo.core.BindableCpoOrderBy
Creates an order-by clause on the given attribute using a custom marker, for use when more than one order-by expression must be substituted into the same native expression.
BindableCpoOrderBy(String, String, boolean, String) - Constructor for class org.synchronoss.cpo.core.BindableCpoOrderBy
Creates an order-by clause on the given attribute, wrapped in a native datastore function, using a custom marker, for use when more than one order-by expression must be substituted into the same native expression.
BindableCpoWhere - Class in org.synchronoss.cpo.core
Default CpoWhere implementation: a bindable where-clause node that is also a Node, allowing leaf comparisons to be chained into branches via BindableCpoWhere.addWhere(CpoWhere) and rendered to native SQL/CQL text via BindableCpoWhere.toString(CpoClass).
BindableCpoWhere() - Constructor for class org.synchronoss.cpo.core.BindableCpoWhere
Creates an empty where clause with no comparison, attribute, or value set.
BindableCpoWhere(Logical, String, Comparison, T) - Constructor for class org.synchronoss.cpo.core.BindableCpoWhere
Creates a leaf where clause comparing the named attribute to a literal value, joined to a subsequent clause (if any) by the given logical operator.
BindableCpoWhere(Logical, String, Comparison, T, boolean) - Constructor for class org.synchronoss.cpo.core.BindableCpoWhere
Creates a leaf where clause comparing the named attribute to a literal value, optionally negated, joined to a subsequent clause (if any) by the given logical operator.
BindableWhereBuilder<T> - Class in org.synchronoss.cpo.core
A NodeVisitor that walks a BindableCpoWhere tree and, as a side effect of the traversal, accumulates both the rendered native (SQL/CQL) where-clause text and the ordered list of BindAttribute values that must be bound to its parameter placeholders.
BindableWhereBuilder(CpoClass) - Constructor for class org.synchronoss.cpo.core.BindableWhereBuilder
Creates a builder that resolves attributes against the given class while visiting a where tree.
BindAttribute - Record Class in org.synchronoss.cpo.core
BindAttribute pairs a single bind value produced while walking a CpoWhere tree (see BindableWhereBuilder) with either the resolved CpoAttribute it belongs to, or, when no matching bean attribute exists, the raw attribute name it was addressed by.
BindAttribute(String, Object) - Constructor for record class org.synchronoss.cpo.core.BindAttribute
Creates an instance for a value that has no matching bean attribute, identified instead by name (for example, a raw column name used directly in a where clause).
BindAttribute(CpoAttribute, Object) - Constructor for record class org.synchronoss.cpo.core.BindAttribute
Creates an instance bound to a resolved bean attribute.
BindAttribute(CpoAttribute, Object, String) - Constructor for record class org.synchronoss.cpo.core.BindAttribute
Creates an instance of a BindAttribute record class.
bindObject() - Method in record class org.synchronoss.cpo.core.BindAttribute
Returns the value of the bindObject record component.
BoundExpressionParser - Class in org.synchronoss.cpo.core.parser
ExpressionParser implementation for native expressions that use positional ? bind markers (the common JDBC/CQL convention).
BoundExpressionParser() - Constructor for class org.synchronoss.cpo.core.parser.BoundExpressionParser
Creates a parser with no expression set.

C

CallableStatementCpoData - Class in org.synchronoss.cpo.jdbc
Moves a bound attribute's value to or from a JDBC CallableStatement IN/OUT parameter, applying any configured JdbcCpoTransform along the way.
CallableStatementCpoData(CallableStatement, CpoAttribute, int) - Constructor for class org.synchronoss.cpo.jdbc.CallableStatementCpoData
Constructs a CallableStatementCpoData
CallableStatementCpoData(JdbcCallableStatementFactory, CpoAttribute, int) - Constructor for class org.synchronoss.cpo.jdbc.CallableStatementCpoData
Constructs a CallableStatementCpoData
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
ChildNodeException - Exception Class in org.synchronoss.cpo.core
Exception class acts as a catch all for any condition occurring in with regards to an Element
ChildNodeException() - Constructor for exception class org.synchronoss.cpo.core.ChildNodeException
Creates an exception with no detail message.
ChildNodeException(String) - Constructor for exception class org.synchronoss.cpo.core.ChildNodeException
Creates an exception with the given detail message.
ClassJdbcDataSourceInfo - Class in org.synchronoss.cpo.jdbc
Collects the info required to instantiate a DataSource from a JDBC Driver Provides the DataSourceInfo factory method getDataSource which instantiates the DataSource
ClassJdbcDataSourceInfo(String, SortedMap<String, String>, int, int) - Constructor for class org.synchronoss.cpo.jdbc.ClassJdbcDataSourceInfo
Creates a ClassJdbcDataSourceInfo from a Jdbc Driver
clearAllInstances() - Static method in class org.synchronoss.cpo.core.meta.CpoMetaDescriptor
Removes all descriptors from the cache.
clearFunctions() - Method in class org.synchronoss.cpo.core.meta.domain.CpoFunctionGroup
Removes all functions from this group.
clone() - Method in class org.synchronoss.cpo.core.Node
 
close() - Method in interface org.synchronoss.cpo.core.CpoTrxAdapter
Closes the current transaction behind the CpoTrxAdapter.
close() - Method in class org.synchronoss.cpo.jdbc.ClassJdbcDataSourceInfo
 
close() - Method in class org.synchronoss.cpo.jdbc.JdbcCpoTrxAdapter
 
close() - Method in class org.synchronoss.cpo.jdbc.jta.JdbcCpoXaAdapter
Closes the current transaction behind the CpoTrxAdapter.
close(Xid) - Method in class org.synchronoss.cpo.core.jta.CpoBaseXaResource
Closes the resource for the specified xid
close(Xid) - Method in interface org.synchronoss.cpo.core.jta.CpoXaResource
Closes the resource associated with the given transaction branch.
closeAssociated() - Method in class org.synchronoss.cpo.core.jta.CpoBaseXaResource
Closes the resource associated with this instance
closeResource(JdbcCpoAdapter) - Method in class org.synchronoss.cpo.jdbc.jta.JdbcCpoXaAdapter
 
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
commit() - Method in interface org.synchronoss.cpo.core.CpoTrxAdapter
Commits the current transaction behind the CpoTrxAdapter
commit() - Method in class org.synchronoss.cpo.jdbc.JdbcCpoTrxAdapter
 
commit() - Method in class org.synchronoss.cpo.jdbc.jta.JdbcCpoXaAdapter
Commits the current transaction behind the CpoTrxAdapter
commit(Xid, boolean) - Method in class org.synchronoss.cpo.core.jta.CpoBaseXaResource
Commits the global transaction specified by xid.
commitResource(JdbcCpoAdapter) - Method in class org.synchronoss.cpo.jdbc.jta.JdbcCpoXaAdapter
 
compareTo(CpoClass) - Method in class org.synchronoss.cpo.core.meta.domain.CpoClass
compareTo(CpoFunctionGroup) - Method in class org.synchronoss.cpo.core.meta.domain.CpoFunctionGroup
compareTo(Node) - Method in class org.synchronoss.cpo.core.Node
Default natural ordering: creation order.
Comparison - Enum Class in org.synchronoss.cpo.core.enums
The comparison operators for where clauses
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
connectionClosed(ConnectionEvent) - Method in class org.synchronoss.cpo.jdbc.ClassJdbcDataSourceInfo
 
connectionErrorOccurred(ConnectionEvent) - Method in class org.synchronoss.cpo.jdbc.ClassJdbcDataSourceInfo
 
CoreMetaXmlObjectExporter - Class in org.synchronoss.cpo.core.exporter
XmlObject exporter for meta objects
CoreMetaXmlObjectExporter(CpoMetaDescriptor) - Constructor for class org.synchronoss.cpo.core.exporter.CoreMetaXmlObjectExporter
Constructs an exporter that builds a CtCpoMetaData document for the given meta descriptor.
countArguments() - Method in class org.synchronoss.cpo.core.parser.BoundExpressionParser
Returns the count of the bind markers in the expression
countArguments() - Method in interface org.synchronoss.cpo.core.parser.ExpressionParser
Returns the count of the bind markers in the expression
CPO_CONFIG - Static variable in class org.synchronoss.cpo.core.CpoAdapterFactoryManager
Name of the system property / environment variable that overrides the config file path.
CPO_CONFIG_XSD - Static variable in class org.synchronoss.cpo.core.helper.XmlHelper
Classpath-relative location of the CPO config XML schema.
CPO_META_XSD - Static variable in class org.synchronoss.cpo.core.helper.XmlHelper
Classpath-relative location of the CPO meta data XML schema.
CpoAdapter - Interface in org.synchronoss.cpo.core
CpoAdapter is an interface for a set of routines that are responsible for Creating, Retrieving, Updating, and Deleting (CRUD) value beans within a datasource.
CpoAdapterCache - Class in org.synchronoss.cpo.core.cache
Process-wide cache of CpoAdapter instances keyed by adapter name.
CpoAdapterFactory - Interface in org.synchronoss.cpo.core
Creates CpoAdapter instances (plain, transactional, or XA) for a single named data source configuration.
CpoAdapterFactoryCache - Class in org.synchronoss.cpo.core.cache
Process-wide cache of CpoAdapterFactory instances keyed by config name.
CpoAdapterFactoryManager - Class in org.synchronoss.cpo.core
CpoAdapterFactoryManager is the static entry point applications use to obtain CpoAdapter, CpoTrxAdapter, and CpoXaResource instances by named configuration context.
CpoArgument - Class in org.synchronoss.cpo.core.meta.domain
Represents a single bound argument of a CpoFunction: a reference to the CpoAttribute whose value is supplied for one of the function's bind markers.
CpoArgument() - Constructor for class org.synchronoss.cpo.core.meta.domain.CpoArgument
Creates an empty instance.
cpoAttribute() - Method in record class org.synchronoss.cpo.core.BindAttribute
Returns the value of the cpoAttribute record component.
CpoAttribute - Class in org.synchronoss.cpo.core.meta.domain
Runtime metadata for a single JavaBean-to-datastore attribute binding: extends CpoAttributeBean's plain configuration data with the reflectively-resolved getter/setter Methods and, if configured, the CpoTransform instance and its transform methods.
CpoAttribute() - Constructor for class org.synchronoss.cpo.core.meta.domain.CpoAttribute
Creates an empty instance.
CpoAttributeBean - Class in org.synchronoss.cpo.core.meta.bean
Plain-data holder for the fields of a CPO attribute as loaded from meta XML: the Java-side name/type, the datastore-side name/type, and an optional CpoTransform class name.
CpoAttributeBean() - Constructor for class org.synchronoss.cpo.core.meta.bean.CpoAttributeBean
Creates an empty instance.
CpoBaseAdapter<D> - Class in org.synchronoss.cpo.core
The CpoBaseAdapter has common functionality needed by all Adapter implementations
CpoBaseAdapter(String, int, int) - Constructor for class org.synchronoss.cpo.core.CpoBaseAdapter
Constructs the adapter with the given data source name and default fetch/batch sizes.
CpoBaseXaResource<T> - Class in org.synchronoss.cpo.core.jta
Base CpoXaResource implementation that tracks per-Xid state for a family of XA resources and drives the JTA two-phase-commit protocol against a subclass-supplied local resource of type T (e.g. a JDBC Connection).
CpoBaseXaResource(T) - Constructor for class org.synchronoss.cpo.core.jta.CpoBaseXaResource
Constructs a resource manager backed by the given local (non-XA) resource, used whenever no transaction branch is currently associated with this instance.
CpoClass - Class in org.synchronoss.cpo.core.meta.domain
Runtime metadata for a JavaBean class mapped by CPO: its CpoAttributes, keyed both by Java property name and by datastore column name, and its CpoFunctionGroups (one per named CRUD operation group).
CpoClass() - Constructor for class org.synchronoss.cpo.core.meta.domain.CpoClass
Creates an empty instance.
CpoClassBean - Class in org.synchronoss.cpo.core.meta.bean
Plain-data holder for a name and description, the common base for the CPO metadata bean classes (CpoClass, CpoArgument, CpoFunctionGroup) that all identify themselves primarily by name.
CpoClassBean() - Constructor for class org.synchronoss.cpo.core.meta.bean.CpoClassBean
Creates an empty instance.
CpoClassCaseInsensitive - Class in org.synchronoss.cpo.core.meta.domain
CpoClass variant whose datastore-name lookups are case-insensitive: attribute data names are upper-cased before being used as map keys.
CpoClassCaseInsensitive() - Constructor for class org.synchronoss.cpo.core.meta.domain.CpoClassCaseInsensitive
Creates an empty instance.
CpoClassCaseSensitive - Class in org.synchronoss.cpo.core.meta.domain
CpoClass variant whose datastore-name lookups are case-sensitive: attribute data names are used as map keys exactly as configured.
CpoClassCaseSensitive() - Constructor for class org.synchronoss.cpo.core.meta.domain.CpoClassCaseSensitive
Creates an empty instance.
CpoClassLoader - Class in org.synchronoss.cpo.core.helper
This is a proxy class designed to handle the different classloaders needed when running in a container as a skinny war versus running from the console.
CpoClassSourceGenerator - Class in org.synchronoss.cpo.core.exporter
The CpoClassSourceGenerator generates java source code to define the cpo classes.
CpoClassSourceGenerator(CpoMetaDescriptor) - Constructor for class org.synchronoss.cpo.core.exporter.CpoClassSourceGenerator
Constructs a generator for the given meta descriptor.
CpoConfigProcessor - Interface in org.synchronoss.cpo.core.config
Builds a CpoAdapterFactory from a single dataConfig entry parsed out of cpoConfig.xml.
CpoData - Interface in org.synchronoss.cpo.core
CpoData is the binding between a single bean attribute and the mechanics needed to move its value into and out of the datastore: invoking the bean's getter/setter reflectively and applying any configured CpoTransform on the way in or out.
CpoException - Exception Class in org.synchronoss.cpo.core
A CpoException is the common superclass for any number of CPO related exceptions that may occur during the execution of a business task.
CpoException() - Constructor for exception class org.synchronoss.cpo.core.CpoException
Constructs a CpoException with no specified detail message.
CpoException(String) - Constructor for exception class org.synchronoss.cpo.core.CpoException
Constructs a CpoException with the specified detail message.
CpoException(String, Throwable) - Constructor for exception class org.synchronoss.cpo.core.CpoException
Constructs a CpoException with the specified detail message and nested exception.
CpoException(Throwable) - Constructor for exception class org.synchronoss.cpo.core.CpoException
Constructs a CpoException with the specified detail message and nested exception.
CpoFunction - Class in org.synchronoss.cpo.core.meta.domain
Runtime metadata for a single CPO function: extends CpoFunctionBean's name/expression/ description with the ordered list of CpoArguments bound to the function's positional bind markers.
CpoFunction() - Constructor for class org.synchronoss.cpo.core.meta.domain.CpoFunction
Creates an empty instance.
CpoFunctionBean - Class in org.synchronoss.cpo.core.meta.bean
Plain-data holder for the fields of a CPO function as loaded from meta XML: its name, native expression (SQL/CQL), and description.
CpoFunctionBean() - Constructor for class org.synchronoss.cpo.core.meta.bean.CpoFunctionBean
Creates an empty instance.
CpoFunctionGroup - Class in org.synchronoss.cpo.core.meta.domain
Runtime metadata for a named group of CpoFunctions that together implement one CRUD operation (e.g. all the INSERT functions named "cpo_default") for a CpoClass.
CpoFunctionGroup() - Constructor for class org.synchronoss.cpo.core.meta.domain.CpoFunctionGroup
Creates an empty instance.
CpoFunctionGroupBean - Class in org.synchronoss.cpo.core.meta.bean
Plain-data holder for the fields of a CPO function group as loaded from meta XML: the group's name (inherited from CpoClassBean) and its CRUD type (INSERT, RETRIEVE, UPDATE, DELETE, EXIST, EXECUTE).
CpoFunctionGroupBean() - Constructor for class org.synchronoss.cpo.core.meta.bean.CpoFunctionGroupBean
Creates an empty instance.
CpoInterfaceSourceGenerator - Class in org.synchronoss.cpo.core.exporter
The CpoInterfaceSourceGenerator generates java source code to define the cpo interfaces.
CpoInterfaceSourceGenerator(CpoMetaDescriptor) - Constructor for class org.synchronoss.cpo.core.exporter.CpoInterfaceSourceGenerator
Constructs a generator for the given meta descriptor.
CpoLegacyClassSourceGenerator - Class in org.synchronoss.cpo.core.exporter
The CpoClassSourceGenerator generates java source code to define the cpo classes.
CpoLegacyClassSourceGenerator(CpoMetaDescriptor) - Constructor for class org.synchronoss.cpo.core.exporter.CpoLegacyClassSourceGenerator
Constructs a generator for the given meta descriptor.
CpoMetaAdapter - Interface in org.synchronoss.cpo.core.meta
CpoMetaAdapter is the datastore-agnostic view over a loaded CPO metadata source: it resolves the CpoClass for a given bean, exposes the classes it knows about, and bridges between the datastore's native data type names/ids and their Java equivalents via the implementation's DataTypeMapper.
CpoMetaDescriptor - Class in org.synchronoss.cpo.core.meta
CpoMetaDescriptor is the runtime, named handle on a loaded CPO metadata source: it owns the datastore-specific AbstractCpoMetaAdapter that holds the actual CpoClass metadata, and delegates the CpoMetaAdapter contract to it.
CpoMetaDescriptorCache - Class in org.synchronoss.cpo.core.cache
Process-wide cache of CpoMetaDescriptor instances keyed by descriptor name.
CpoMetaExportable - Interface in org.synchronoss.cpo.core.meta
CpoMetaExportable is implemented by metadata sources that can serialize their loaded CpoClass metadata back out to a CPO meta XML document.
CpoNativeFunction - Class in org.synchronoss.cpo.core
Represents a native (datastore-specific) function expression bound to a marker, for embedding SQL/CQL functions like UPPER(?) into a CPO where/order-by clause.
CpoNativeFunction() - Constructor for class org.synchronoss.cpo.core.CpoNativeFunction
Creates an empty native function with no marker or expression set.
CpoNativeFunction(String, String) - Constructor for class org.synchronoss.cpo.core.CpoNativeFunction
Creates a native function with the given marker and expression text.
CpoOrderBy - Interface in org.synchronoss.cpo.core
CpoOrderBy is an interface for specifying the sort order in which objects are returned from the Datasource.
CpoQuery - Record Class in org.synchronoss.cpo.core
The clauses of a CpoAdapter operation: the function group to run plus any run-time where constraints, orderings, and native expressions.
CpoQuery(String, List<CpoWhere>, List<CpoOrderBy>, List<CpoNativeFunction>) - Constructor for record class org.synchronoss.cpo.core.CpoQuery
Creates an instance of a CpoQuery record class.
CpoReleasable - Interface in org.synchronoss.cpo.core
CpoReleasable is a class that can be called during a CpoTransform when there are resources that need to released after the current prepared statement is processed.
CpoStatementFactory - Class in org.synchronoss.cpo.core
CpoStatementFactory is the base class that encapsulates the creation of the native statement for the target datastore from the meta expression, where clauses, and order-by clauses.
CpoStatementFactory(Logger) - Constructor for class org.synchronoss.cpo.core.CpoStatementFactory
Constructs a statement factory that logs to the given logger.
CpoTransform<D,J> - Interface in org.synchronoss.cpo.core.transform
CpoTransform converts an attribute's value between the raw form stored/read at the datastore and the form exposed on the Java bean, e.g. clob-to-string or gzip compression.
CpoTrxAdapter - Interface in org.synchronoss.cpo.core
CpoTrxAdapter adds commit, rollback, and close functionality to the methods already in CpoAdapter.
CpoWhere - Interface in org.synchronoss.cpo.core
`CpoWhere` is an interface for specifying the where clause to filter objects that are returned from the Datasource.
CpoXaError - Enum Class in org.synchronoss.cpo.core.jta
The XA error codes used by Cpo, mirroring the int constants declared on XAException so error codes can be passed around as a type-safe enum instead of a bare int.
CpoXaResource - Interface in org.synchronoss.cpo.core.jta
A JTA XAResource that additionally allows the resource for a specific transaction branch to be closed directly, without waiting for commit/rollback/forget.
CpoXaState<T> - Class in org.synchronoss.cpo.core.jta
Mutable state tracked for a single XA transaction branch (Xid): its association state with a resource manager, its underlying resource, and its success/prepared flags.
CpoXaState(Xid, T, int, CpoBaseXaResource<T>, boolean) - Constructor for class org.synchronoss.cpo.core.jta.CpoXaState
Constructs the state for a new transaction branch.
CpoXaStateMap<T> - Class in org.synchronoss.cpo.core.jta
Simple holder for a Xid-to-CpoXaState map, one per family of XA resources.
CpoXaStateMap() - Constructor for class org.synchronoss.cpo.core.jta.CpoXaStateMap
Constructs an empty state map.
CREATE - Enum constant in enum class org.synchronoss.cpo.core.enums.Crud
Identifies the operation to be processed by the CPO.
createAuthProvider() - Method in class org.synchronoss.cpo.cassandra.config.AuthProviderFactory
Creates an AuthProvider
createCpoArgument() - Method in class org.synchronoss.cpo.core.meta.CpoMetaDescriptor
Creates a new, empty CpoArgument.
createCpoAttribute() - Method in class org.synchronoss.cpo.core.meta.CpoMetaDescriptor
Creates a new, empty CpoAttribute.
createCpoClass() - Method in class org.synchronoss.cpo.core.meta.CpoMetaDescriptor
Creates a new, empty CpoClass of the concrete type appropriate for this descriptor's case-sensitivity setting.
createCpoFunction() - Method in class org.synchronoss.cpo.core.meta.CpoMetaDescriptor
Creates a new, empty CpoFunction.
createCpoFunctionGroup() - Method in class org.synchronoss.cpo.core.meta.CpoMetaDescriptor
Creates a new, empty CpoFunctionGroup.
createListeners() - Method in class org.synchronoss.cpo.cassandra.config.ListenerFactory
Create the listeners
createNewResource() - Method in class org.synchronoss.cpo.jdbc.jta.JdbcCpoXaAdapter
 
createNode(int) - Static method in class org.synchronoss.cpo.core.Node
This is the factory method for creating Node objects.
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
createXAException(CpoXaError, String) - Static method in enum class org.synchronoss.cpo.core.jta.CpoXaError
Builds an XAException carrying a message that embeds this error code's name and numeric value alongside the caller-supplied detail text.
Crud - Enum Class in org.synchronoss.cpo.core.enums
The kinds of operation a CPO function group can perform against a datasource.

D

DataSourceInfo<T> - Interface in org.synchronoss.cpo.core
Interface that defines the methods needed by CPO for any class that collects DataSource info and instantiates the DataSource
dataTypeInt() - Method in record class org.synchronoss.cpo.core.meta.DataTypeMapEntry
Returns the value of the dataTypeInt record component.
DataTypeMapEntry<T> - Record Class in org.synchronoss.cpo.core.meta
DataTypeMapEntry is a class that defines the mapping of datasource datatypes to java types
DataTypeMapEntry(int, String, Class<T>) - Constructor for record class org.synchronoss.cpo.core.meta.DataTypeMapEntry
Creates an instance of a DataTypeMapEntry record class.
DataTypeMapper - Class in org.synchronoss.cpo.core.meta
Maps datastore data types, identified by either a java.sql.Types constant or a native type name, to their DataTypeMapEntry.
DataTypeMapper(DataTypeMapEntry<?>) - Constructor for class org.synchronoss.cpo.core.meta.DataTypeMapper
Creates a data type mapper with the given fallback entry for unrecognized types.
dataTypeName() - Method in record class org.synchronoss.cpo.core.meta.DataTypeMapEntry
Returns the value of the dataTypeName record component.
DEFAULT_MARKER - Static variable in interface org.synchronoss.cpo.core.CpoOrderBy
Default marker string searched for and replaced by the generated order-by expression.
defaultGroup() - Static method in record class org.synchronoss.cpo.core.CpoQuery
A query against the default (unnamed) function group.
DELETE - Enum constant in enum class org.synchronoss.cpo.core.enums.Crud
Identifies the operation to be processed by CPO.
deleteBean(String, T) - Method in interface org.synchronoss.cpo.core.CpoAdapter
Removes the bean from the datasource using the named DELETE function group.
deleteBean(CpoQuery, T) - Method in interface org.synchronoss.cpo.core.CpoAdapter
Removes the bean from the datasource using the query's DELETE function group.
deleteBean(CpoQuery, T) - Method in class org.synchronoss.cpo.core.CpoBaseAdapter
 
deleteBean(CpoQuery, T) - Method in class org.synchronoss.cpo.jdbc.jta.JdbcCpoXaAdapter
 
deleteBean(T) - Method in interface org.synchronoss.cpo.core.CpoAdapter
Removes the bean from the datasource using the default DELETE function group.
deleteBeans(String, List<T>) - Method in interface org.synchronoss.cpo.core.CpoAdapter
Removes the beans from the datasource using the named DELETE function group.
deleteBeans(List<T>) - Method in interface org.synchronoss.cpo.core.CpoAdapter
Removes the beans from the datasource using the default DELETE function group.
deleteBeans(CpoQuery, List<T>) - Method in interface org.synchronoss.cpo.core.CpoAdapter
Removes the beans from the datasource using the query's DELETE function group, batching where the datasource supports it.
deleteBeans(CpoQuery, List<T>) - Method in class org.synchronoss.cpo.core.CpoBaseAdapter
 
deleteBeans(CpoQuery, List<T>) - Method in class org.synchronoss.cpo.jdbc.jta.JdbcCpoXaAdapter
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.synchronoss.cpo.core.exporter.XmlExporterServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.synchronoss.cpo.core.exporter.XmlExporterServlet
 
DriverJdbcDataSourceInfo - Class in org.synchronoss.cpo.jdbc
Collects the info required to instantiate a DataSource from a JDBC Driver Provides the DataSourceInfo factory method getDataSource which instantiates the DataSource
DriverJdbcDataSourceInfo(String, String, int, int) - Constructor for class org.synchronoss.cpo.jdbc.DriverJdbcDataSourceInfo
Creates a DriverJdbcDataSourceInfo from a Jdbc Driver
DriverJdbcDataSourceInfo(String, String, String, String, int, int) - Constructor for class org.synchronoss.cpo.jdbc.DriverJdbcDataSourceInfo
Creates a DriverJdbcDataSourceInfo from a Jdbc Driver
DriverJdbcDataSourceInfo(String, String, Properties, int, int) - Constructor for class org.synchronoss.cpo.jdbc.DriverJdbcDataSourceInfo
Creates a DriverJdbcDataSourceInfo from a Jdbc Driver

E

emptyMaps() - Method in class org.synchronoss.cpo.core.meta.domain.CpoClass
Clears this class's attribute and function group maps, discarding all metadata.
end(Xid, int) - Method in class org.synchronoss.cpo.core.jta.CpoBaseXaResource
Ends the work performed on behalf of a transaction branch.
EQ - Enum constant in enum class org.synchronoss.cpo.core.enums.Comparison
The equals operator
equals(Object) - Method in record class org.synchronoss.cpo.core.BindAttribute
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.synchronoss.cpo.core.CpoQuery
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.synchronoss.cpo.core.meta.bean.CpoAttributeBean
 
equals(Object) - Method in class org.synchronoss.cpo.core.meta.bean.CpoClassBean
 
equals(Object) - Method in class org.synchronoss.cpo.core.meta.bean.CpoFunctionBean
 
equals(Object) - Method in class org.synchronoss.cpo.core.meta.bean.CpoFunctionGroupBean
 
equals(Object) - Method in record class org.synchronoss.cpo.core.meta.DataTypeMapEntry
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.synchronoss.cpo.core.Node
 
ExceptionHelper - Class in org.synchronoss.cpo.core.helper
Static helpers for extracting readable messages from a Throwable and for normalizing arbitrary exceptions into CpoException.
execute() - Method in class org.synchronoss.cpo.plugin.GenerateJavaSources
Loads the configured CPO meta XML file(s), and for each matching CpoClass generates the requested interface and/or class source file under the configured output directory.
EXECUTE - Enum constant in enum class org.synchronoss.cpo.core.enums.Crud
Identifies the operation to be processed by the CPO.
executeBean(String, T) - Method in interface org.synchronoss.cpo.core.CpoAdapter
Executes the named EXECUTE function group with the bean as both criteria and result.
executeBean(CpoQuery, C, T) - Method in interface org.synchronoss.cpo.core.CpoAdapter
Executes the EXECUTE function group identified by the query — typically a stored procedure — using the criteria bean to populate the IN arguments and the result bean type for the OUT arguments.
executeBean(CpoQuery, C, T) - Method in class org.synchronoss.cpo.core.CpoBaseAdapter
 
executeBean(CpoQuery, C, T) - Method in class org.synchronoss.cpo.jdbc.jta.JdbcCpoXaAdapter
 
executeBean(T) - Method in interface org.synchronoss.cpo.core.CpoAdapter
Executes the default EXECUTE function group with the bean as both criteria and result.
EXIST - Enum constant in enum class org.synchronoss.cpo.core.enums.Crud
Identifies the operation to be processed by CPO.
EXISTS - Enum constant in enum class org.synchronoss.cpo.core.enums.Comparison
The exists operator
existsBean(String, T) - Method in interface org.synchronoss.cpo.core.CpoAdapter
Checks whether beans matching the given bean exist, using the named EXIST function group.
existsBean(CpoQuery, T) - Method in class org.synchronoss.cpo.cassandra.CassandraCpoAdapter
 
existsBean(CpoQuery, T) - Method in interface org.synchronoss.cpo.core.CpoAdapter
Checks whether beans matching the given bean exist in the datasource, using the query's EXIST function group and where constraints.
existsBean(CpoQuery, T) - Method in class org.synchronoss.cpo.core.CpoBaseAdapter
The CpoAdapter will check to see if this object exists in the datasource.
existsBean(CpoQuery, T) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
 
existsBean(CpoQuery, T) - Method in class org.synchronoss.cpo.jdbc.jta.JdbcCpoXaAdapter
 
existsBean(T) - Method in interface org.synchronoss.cpo.core.CpoAdapter
Checks whether beans matching the given bean exist, using the default EXIST function group.
existsFunctionGroup(Crud, String) - Method in class org.synchronoss.cpo.core.meta.domain.CpoClass
Gets whether a function group exists for the given CRUD type and group name.
export(File) - Method in class org.synchronoss.cpo.core.meta.CpoMetaDescriptor
Performs an export of the metadata to the specified File
export(File) - Method in interface org.synchronoss.cpo.core.meta.CpoMetaExportable
Performs an export of the metadata to the specified File
export(OutputStream) - Method in class org.synchronoss.cpo.core.meta.CpoMetaDescriptor
Performs an export of the meta ata to the specified OutputStream
export(OutputStream) - Method in interface org.synchronoss.cpo.core.meta.CpoMetaExportable
Performs an export of the meta ata to the specified OutputStream
export(Writer) - Method in class org.synchronoss.cpo.core.meta.CpoMetaDescriptor
Performs an export of the metadata to the specified Writer
export(Writer) - Method in interface org.synchronoss.cpo.core.meta.CpoMetaExportable
Performs an export of the metadata to the specified Writer
ExpressionParser - Interface in org.synchronoss.cpo.core.parser
ExpressionParser extracts bind-marker information from a native (SQL/CQL) function expression, letting CPO figure out which bean attribute each positional bind marker in the expression corresponds to.

F

FactoryMethodName - Interface in org.synchronoss.cpo.cassandra.config
Used to access methods on the driver
forget(Xid) - Method in class org.synchronoss.cpo.core.jta.CpoBaseXaResource
Tells the resource manager to forget about a heuristically completed transaction branch.
forName(String) - Static method in class org.synchronoss.cpo.core.helper.CpoClassLoader
Loads a class by name, first via the normal Class.forName(String) lookup, then falling back to the current thread's context classloader.

G

GenerateJavaSources - Class in org.synchronoss.cpo.plugin
Maven goal (cpo:generatejavasource) that reads one or more CPO meta XML files and generates the corresponding Java interface and/or class source files, adding the generated directory to the project's compile (or test-compile) source roots.
GenerateJavaSources() - Constructor for class org.synchronoss.cpo.plugin.GenerateJavaSources
Creates the mojo.
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
getAllowableDataTypes() - Method in class org.synchronoss.cpo.core.meta.AbstractCpoMetaAdapter
Gets the names of all native data types this meta adapter knows how to map.
getAllowableDataTypes() - Method in interface org.synchronoss.cpo.core.meta.CpoMetaAdapter
Gets the names of all native data types this meta adapter knows how to map.
getAllowableDataTypes() - Method in class org.synchronoss.cpo.core.meta.CpoMetaDescriptor
Gets the names of all native data types this meta adapter knows how to map.
getAllowableDataTypes() - Method in class org.synchronoss.cpo.jdbc.meta.JdbcCpoMetaAdapter
 
getAllowChildren() - Method in class org.synchronoss.cpo.core.Node
Gets whether this node is allowed to have children.
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
getArguments() - Method in class org.synchronoss.cpo.core.meta.domain.CpoFunction
Gets the arguments bound to this function's bind markers, in bind-marker order.
getAscending() - Method in class org.synchronoss.cpo.core.BindableCpoOrderBy
Gets the boolean that determines if the objects will be returned from from the CpoAdapter in Ascending order or Descending order
getAscending() - Method in interface org.synchronoss.cpo.core.CpoOrderBy
Gets the boolean that determines if the objects will be returned from from the CpoAdapter in Ascending order or Descending order
getAssignedResourceManager() - Method in class org.synchronoss.cpo.core.jta.CpoXaState
Gets the resource manager instance currently associated with this branch.
getAssociation() - Method in class org.synchronoss.cpo.core.jta.CpoXaState
Gets the current association state.
getAttribute() - Method in class org.synchronoss.cpo.core.BindableCpoOrderBy
Gets the name of the attribute that is to be used to sort the results from the CpoAdapter.
getAttribute() - Method in class org.synchronoss.cpo.core.BindableCpoWhere
Gets the name of the bean attribute on the left-hand side of the comparison.
getAttribute() - Method in interface org.synchronoss.cpo.core.CpoOrderBy
Gets the name of the attribute that is to be used to sort the results from the CpoAdapter.
getAttribute() - Method in interface org.synchronoss.cpo.core.CpoWhere
Gets the name of the bean attribute on the left-hand side of the comparison.
getAttribute() - Method in class org.synchronoss.cpo.core.meta.domain.CpoArgument
Gets the attribute bound to this argument.
getAttribute() - Method in class org.synchronoss.cpo.jdbc.JdbcCpoArgument
Gets the attribute bound to this argument.
getAttributeData(String) - Method in class org.synchronoss.cpo.core.meta.domain.CpoClass
Gets the attribute bound to the given datastore-side name.
getAttributeData(String) - Method in class org.synchronoss.cpo.core.meta.domain.CpoClassCaseInsensitive
Gets the attribute bound to the given datastore-side name.
getAttributeData(String) - Method in class org.synchronoss.cpo.core.meta.domain.CpoClassCaseSensitive
Gets the attribute bound to the given datastore-side name.
getAttributeFunction() - Method in class org.synchronoss.cpo.core.BindableCpoWhere
Gets the native datastore function applied to the left-hand attribute before comparison.
getAttributeFunction() - Method in interface org.synchronoss.cpo.core.CpoWhere
Gets the native datastore function applied to the left-hand attribute before comparison.
getAttributeJava(String) - Method in class org.synchronoss.cpo.core.meta.domain.CpoClass
Gets the attribute bound to the given JavaBean property name.
getAuthProvider() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get the AuthProvider
getBatchSize() - Method in class org.synchronoss.cpo.core.AbstractDataSourceInfo
Gets the number of statements to accumulate before executing a batch against this datasource.
getBatchSize() - Method in interface org.synchronoss.cpo.core.CpoAdapter
Get the batch size for updating the datasource
getBatchSize() - Method in class org.synchronoss.cpo.core.CpoBaseAdapter
 
getBatchSize() - Method in interface org.synchronoss.cpo.core.DataSourceInfo
Gets the number of statements to accumulate before executing a batch against this datasource.
getBatchSize() - Method in class org.synchronoss.cpo.jdbc.jta.JdbcCpoXaAdapter
 
getBindMarkerIndexes(String) - Static method in class org.synchronoss.cpo.core.parser.BoundExpressionParser
Finds the character offsets of every unquoted ? bind marker in source.
getBindValues() - Method in class org.synchronoss.cpo.core.BindableWhereBuilder
Gets the bind values accumulated so far by visiting the tree, in the order their placeholders appear in BindableWhereBuilder.getWhereClause().
getBindValues(CpoFunction, Object) - Method in class org.synchronoss.cpo.core.CpoStatementFactory
Called by the CPO Framework.
getBoundStatement() - Method in class org.synchronoss.cpo.cassandra.CassandraBoundStatementFactory
Gets the BoundStatent associated with this factory
getBsSetter() - Method in class org.synchronoss.cpo.core.meta.MethodMapEntry
Gets the setter method used to write the value to the datastore.
getCallableStatement() - Method in class org.synchronoss.cpo.jdbc.JdbcCallableStatementFactory
returns the jdbc callable statment associated with this object
getChildCount() - Method in class org.synchronoss.cpo.core.Node
Counts the immediate children of this node.
getChildList() - Method in class org.synchronoss.cpo.core.Node
Collects the immediate children of this node into a list, in sibling order.
getClassName() - Method in class org.synchronoss.cpo.core.exporter.CpoClassSourceGenerator
Gets the name of the last class generated.
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
getComparison() - Method in class org.synchronoss.cpo.core.BindableCpoWhere
Gets the Comparison operator used to compare the attribute against the value or right-hand attribute.
getComparison() - Method in interface org.synchronoss.cpo.core.CpoWhere
Gets the Comparison operator used to compare the attribute against the value or right-hand attribute.
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
getConnection() - Method in class org.synchronoss.cpo.jdbc.ClassJdbcDataSourceInfo
 
getConnection() - Method in class org.synchronoss.cpo.jdbc.DriverJdbcDataSourceInfo
 
getConnection(String, String) - Method in class org.synchronoss.cpo.jdbc.AbstractJdbcDataSource
 
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
 
getCpoAdapter() - Method in interface org.synchronoss.cpo.core.CpoAdapterFactory
Gets a CpoAdapter that manages its own connections per call (no explicit transaction control).
getCpoAdapter() - Static method in class org.synchronoss.cpo.core.CpoAdapterFactoryManager
Gets the CpoAdapter for the default configuration context.
getCpoAdapter() - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapterFactory
 
getCpoAdapter(String) - Static method in class org.synchronoss.cpo.core.CpoAdapterFactoryManager
Gets the CpoAdapter for the named configuration context.
getCpoAttribute() - Method in class org.synchronoss.cpo.core.AbstractCpoData
Gets the attribute this instance moves data for.
getCpoAttributes(String) - Method in class org.synchronoss.cpo.cassandra.CassandraCpoAdapter
Get the cpo attributes for this expression
getCpoAttributes(String) - Method in interface org.synchronoss.cpo.core.CpoAdapter
Gets the CpoAttribute definitions matching a comma-separated expression of attribute names, as declared in the meta data for this bean's class.
getCpoAttributes(String) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
 
getCpoAttributes(String) - Method in class org.synchronoss.cpo.jdbc.jta.JdbcCpoXaAdapter
 
getCpoClasses() - Method in class org.synchronoss.cpo.core.meta.AbstractCpoMetaAdapter
Returns a list of the cpo class objects that the meta adapter is aware of.
getCpoClasses() - Method in interface org.synchronoss.cpo.core.meta.CpoMetaAdapter
Returns a list of the cpo class objects that the meta adapter is aware of.
getCpoClasses() - Method in class org.synchronoss.cpo.core.meta.CpoMetaDescriptor
Returns a list of the cpo class objects that the meta adapter is aware of.
getCpoMetaData() - Method in class org.synchronoss.cpo.core.exporter.CoreMetaXmlObjectExporter
 
getCpoMetaData() - Method in interface org.synchronoss.cpo.core.exporter.MetaXmlObjectExporter
Gets the exported meta data document built up by visiting the meta model.
getCpoMetaDescriptor() - Method in class org.synchronoss.cpo.cassandra.CassandraCpoAdapter
getCpoMetaDescriptor returns the CpoMetaDescriptor associated with this CpoAdapter
getCpoMetaDescriptor() - Method in interface org.synchronoss.cpo.core.CpoAdapter
Get the CpoMetaDescriptor
getCpoMetaDescriptor() - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
 
getCpoMetaDescriptor() - Method in class org.synchronoss.cpo.jdbc.jta.JdbcCpoXaAdapter
 
getCpoMetaDescriptorNames() - Static method in class org.synchronoss.cpo.core.meta.CpoMetaDescriptor
Gets the names of all meta descriptors currently loaded.
getCpoTransform() - Method in class org.synchronoss.cpo.core.meta.domain.CpoAttribute
Gets the transform instance configured for this attribute, if any.
getCpoTrxAdapter() - Method in class org.synchronoss.cpo.cassandra.CassandraCpoAdapterFactory
 
getCpoTrxAdapter() - Method in interface org.synchronoss.cpo.core.CpoAdapterFactory
Gets a CpoTrxAdapter pinned to a single connection/session for explicit transaction control (commit/rollback/close).
getCpoTrxAdapter() - Static method in class org.synchronoss.cpo.core.CpoAdapterFactoryManager
Gets a CpoTrxAdapter for the default configuration context.
getCpoTrxAdapter() - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapterFactory
Provides a mechanism for the user to obtain a CpoTrxAdapter object.
getCpoTrxAdapter(String) - Static method in class org.synchronoss.cpo.core.CpoAdapterFactoryManager
Gets a CpoTrxAdapter for the named configuration context.
getCpoXaAdapter() - Method in class org.synchronoss.cpo.cassandra.CassandraCpoAdapterFactory
 
getCpoXaAdapter() - Method in interface org.synchronoss.cpo.core.CpoAdapterFactory
Gets a CpoXaResource that participates in a JTA-managed distributed transaction.
getCpoXaAdapter() - Static method in class org.synchronoss.cpo.core.CpoAdapterFactoryManager
Gets the CpoXaResource for the default configuration context.
getCpoXaAdapter() - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapterFactory
 
getCpoXaAdapter(String) - Static method in class org.synchronoss.cpo.core.CpoAdapterFactoryManager
Gets the CpoXaResource for the named configuration context.
getCsGetter() - Method in class org.synchronoss.cpo.jdbc.meta.JdbcMethodMapEntry
Gets the callable statement getter
getCsSetter() - Method in class org.synchronoss.cpo.jdbc.meta.JdbcMethodMapEntry
Gets the callable statement setter
getDataGetterReturnType() - Method in class org.synchronoss.cpo.core.AbstractCpoData
Gets the type that the datastore-side value should be coerced to before being handed to the bean's setter: the setter's own parameter type, or the transform's input type if the attribute has a configured CpoTransform.
getDataMethodMapEntry(Class<?>) - Method in class org.synchronoss.cpo.core.meta.MethodMapper
Gets the method map entry registered for the given Java class.
getDataName() - Method in class org.synchronoss.cpo.core.meta.bean.CpoAttributeBean
Gets the name of the datastore-side column/field this attribute binds to.
getDataSetterParamType() - Method in class org.synchronoss.cpo.core.AbstractCpoData
Gets the type that the bean attribute's value is coerced to before being bound to the datastore: the getter's own return type, or the transform's output type if the attribute has a configured CpoTransform.
getDataSource() - Method in class org.synchronoss.cpo.core.AbstractDataSourceInfo
Gets the underlying datasource object, creating it on first access.
getDataSource() - Method in interface org.synchronoss.cpo.core.DataSourceInfo
Gets the underlying datasource object, creating it on first access.
getDatasourceMethod(Class<?>) - Static method in class org.synchronoss.cpo.cassandra.meta.CassandraMethodMapper
Looks up the datasource method for the Clazz
getDataSourceName() - Method in class org.synchronoss.cpo.core.AbstractDataSourceInfo
Gets the configured name of this datasource, as declared in cpoConfig.xml.
getDataSourceName() - Method in interface org.synchronoss.cpo.core.CpoAdapter
Get the name of the datasource
getDataSourceName() - Method in class org.synchronoss.cpo.core.CpoBaseAdapter
 
getDataSourceName() - Method in interface org.synchronoss.cpo.core.DataSourceInfo
Gets the configured name of this datasource, as declared in cpoConfig.xml.
getDataSourceName() - Method in class org.synchronoss.cpo.jdbc.jta.JdbcCpoXaAdapter
 
getDataType() - Method in class org.synchronoss.cpo.core.meta.bean.CpoAttributeBean
Gets the name of the native datastore data type of this attribute.
getDataTypeInt() - Method in class org.synchronoss.cpo.core.meta.domain.CpoAttribute
Gets the integer identifier of this attribute's native data type.
getDataTypeInt(String) - Method in class org.synchronoss.cpo.core.meta.AbstractCpoMetaAdapter
Gets the integer identifier for a named native data type.
getDataTypeInt(String) - Method in interface org.synchronoss.cpo.core.meta.CpoMetaAdapter
Gets the integer identifier for a named native data type.
getDataTypeInt(String) - Method in class org.synchronoss.cpo.core.meta.CpoMetaDescriptor
Gets the integer identifier for a named native data type.
getDataTypeInt(String) - Method in class org.synchronoss.cpo.core.meta.DataTypeMapper
Gets the type code for the data type registered under the given name, or the default entry's type code if none is registered.
getDataTypeJavaClass(int) - Method in class org.synchronoss.cpo.core.meta.DataTypeMapper
Gets the Java class for the data type registered under the given type code, or the default entry's Java class if none is registered.
getDataTypeJavaClass(Integer) - Method in class org.synchronoss.cpo.core.meta.DataTypeMapper
Gets the Java class for the data type registered under the given type code, or the default entry's Java class if none is registered.
getDataTypeJavaClass(String) - Method in class org.synchronoss.cpo.core.meta.DataTypeMapper
Gets the Java class for the data type registered under the given name, or the default entry's Java class if none is registered.
getDataTypeJavaClass(CpoAttribute) - Method in class org.synchronoss.cpo.core.meta.AbstractCpoMetaAdapter
Gets the Java class that the given attribute's native data type maps to.
getDataTypeJavaClass(CpoAttribute) - Method in interface org.synchronoss.cpo.core.meta.CpoMetaAdapter
Gets the Java class that the given attribute's native data type maps to.
getDataTypeJavaClass(CpoAttribute) - Method in class org.synchronoss.cpo.core.meta.CpoMetaDescriptor
Gets the Java class that the given attribute's native data type maps to.
getDataTypeMapEntry(int) - Method in class org.synchronoss.cpo.core.meta.AbstractCpoMetaAdapter
Gets the full data type mapping entry for a given native data type identifier.
getDataTypeMapEntry(int) - Method in interface org.synchronoss.cpo.core.meta.CpoMetaAdapter
Gets the full data type mapping entry for a given native data type identifier.
getDataTypeMapEntry(int) - Method in class org.synchronoss.cpo.core.meta.CpoMetaDescriptor
Gets the full data type mapping entry for a given native data type identifier.
getDataTypeMapEntry(int) - Method in class org.synchronoss.cpo.core.meta.DataTypeMapper
Gets the data type entry registered under the given type code, or the default entry if none is registered.
getDataTypeMapEntry(String) - Method in class org.synchronoss.cpo.core.meta.DataTypeMapper
Gets the data type entry registered under the given type name, or the default entry if none is registered.
getDataTypeName(CpoAttribute) - Method in class org.synchronoss.cpo.core.meta.AbstractCpoMetaAdapter
Gets the Java class name that the given attribute's native data type maps to.
getDataTypeName(CpoAttribute) - Method in interface org.synchronoss.cpo.core.meta.CpoMetaAdapter
Gets the Java class name that the given attribute's native data type maps to.
getDataTypeName(CpoAttribute) - Method in class org.synchronoss.cpo.core.meta.CpoMetaDescriptor
Gets the Java class name that the given attribute's native data type maps to.
getDataTypeNames() - Method in class org.synchronoss.cpo.core.meta.DataTypeMapper
Gets the names of all registered data types.
getDbColumn() - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAttribute
Get the db column associated with this attribute
getDbTable() - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAttribute
Get the db table associated with this attribute
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
getDefaultPackageName() - Method in class org.synchronoss.cpo.core.meta.CpoMetaDescriptor
Gets the default Java package name used by the CPO tooling (e.g.
getDescription() - Method in class org.synchronoss.cpo.core.meta.bean.CpoAttributeBean
Gets the human-readable description of this attribute, as loaded from the meta XML.
getDescription() - Method in class org.synchronoss.cpo.core.meta.bean.CpoClassBean
Gets the human-readable description of this metadata element, as loaded from the meta XML.
getDescription() - Method in class org.synchronoss.cpo.core.meta.bean.CpoFunctionBean
Gets the human-readable description of this function, as loaded from the meta XML.
getExpression() - Method in class org.synchronoss.cpo.core.CpoNativeFunction
Gets the native expression text.
getExpression() - Method in class org.synchronoss.cpo.core.meta.bean.CpoFunctionBean
Gets the native (SQL/CQL) expression executed by this function.
getExpression() - Method in class org.synchronoss.cpo.core.parser.BoundExpressionParser
Returns the expression used by this parser
getExpression() - Method in interface org.synchronoss.cpo.core.parser.ExpressionParser
Returns the expression used by this parser
getExpressionParser() - Method in class org.synchronoss.cpo.cassandra.meta.CassandraCpoMetaAdapter
 
getExpressionParser() - Method in interface org.synchronoss.cpo.core.meta.CpoMetaAdapter
Gets the parser used to extract bind-marker/column information from this metadata source's native function expressions.
getExpressionParser() - Method in class org.synchronoss.cpo.core.meta.CpoMetaDescriptor
Gets the parser used to extract bind-marker/column information from this metadata source's native function expressions.
getExpressionParser() - Method in class org.synchronoss.cpo.jdbc.meta.JdbcCpoMetaAdapter
 
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
getFetchSize() - Method in class org.synchronoss.cpo.core.AbstractDataSourceInfo
Gets the number of rows the driver should fetch per round-trip when reading result sets from this datasource.
getFetchSize() - Method in interface org.synchronoss.cpo.core.CpoAdapter
Get the fetch size for the datasource
getFetchSize() - Method in class org.synchronoss.cpo.core.CpoBaseAdapter
 
getFetchSize() - Method in interface org.synchronoss.cpo.core.DataSourceInfo
Gets the number of rows the driver should fetch per round-trip when reading result sets from this datasource.
getFetchSize() - Method in class org.synchronoss.cpo.jdbc.jta.JdbcCpoXaAdapter
 
getFirstChild() - Method in class org.synchronoss.cpo.core.Node
Gets the first child node in the linked-list of children.
getFunction() - Method in class org.synchronoss.cpo.core.BindableCpoOrderBy
Gets a string representing a datasource specific function call that must be applied to the attribute that will be used for sorting.
getFunction() - Method in interface org.synchronoss.cpo.core.CpoOrderBy
Gets a string representing a datasource specific function call that must be applied to the attribute that will be used for sorting.
getFunctionGroup(Crud, String) - Method in class org.synchronoss.cpo.core.meta.domain.CpoClass
Gets the function group for the given CRUD type and group name.
getFunctionGroups() - Method in class org.synchronoss.cpo.core.meta.domain.CpoClass
Gets all function groups defined on this class, keyed internally by CRUD type and group name.
getFunctions() - Method in class org.synchronoss.cpo.core.meta.domain.CpoFunctionGroup
Gets the functions in this group.
getGetterReturnType() - Method in class org.synchronoss.cpo.core.meta.domain.CpoAttribute
Gets the return type of the bean's getter method.
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
getIndex() - Method in class org.synchronoss.cpo.core.meta.AbstractBindableCpoData
Gets the positional index of this binding.
getInstance(String) - Static method in class org.synchronoss.cpo.core.meta.CpoMetaDescriptor
Gets the already-loaded descriptor registered under the given name.
getInstance(String, String[], boolean) - Static method in class org.synchronoss.cpo.core.meta.CpoMetaDescriptor
Gets the descriptor registered under name, creating and loading it from one or more meta XML documents if it does not already exist.
getInstance(String, String, boolean) - Static method in class org.synchronoss.cpo.core.meta.CpoMetaDescriptor
Gets the descriptor registered under name, creating and loading it from a single meta XML document if it does not already exist.
getInstance(String, List<String>, boolean) - Static method in class org.synchronoss.cpo.core.meta.CpoMetaDescriptor
Gets the descriptor registered under name, creating and loading it from one or more meta XML documents if it does not already exist.
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.
getInstance(JdbcCpoMetaDescriptor, DataSourceInfo<DataSource>) - Static method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
Finds or Creates a JdbcCpoAdapter.
getInstance(JdbcCpoMetaDescriptor, DataSourceInfo<DataSource>, DataSourceInfo<DataSource>) - Static method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
Creates a JdbcCpoAdapter.
getInterfaceName() - Method in class org.synchronoss.cpo.core.exporter.CpoInterfaceSourceGenerator
Gets the name of the last interface generated.
getJavaClass() - Method in class org.synchronoss.cpo.core.meta.MethodMapEntry
Gets the Java type moved by this entry's getter/setter pair.
getJavaName() - Method in class org.synchronoss.cpo.core.meta.bean.CpoAttributeBean
Gets the name of the JavaBean property this attribute binds to.
getJavaSqlMethod(Class<?>) - Static method in class org.synchronoss.cpo.jdbc.meta.JdbcMethodMapper
Get the java sql method map
getJavaSqlMethodClass() - Method in class org.synchronoss.cpo.core.meta.MethodMapEntry
Gets the datastore-specific class that declares the getter/setter methods.
getJavaType() - Method in class org.synchronoss.cpo.core.meta.bean.CpoAttributeBean
Gets the Java type name of the bound JavaBean property.
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.
getLocalizedMessage(Throwable) - Static method in class org.synchronoss.cpo.core.helper.ExceptionHelper
Gets the localized message of the given exception, falling back to its cause's localized message when the exception itself has none.
getLocalLogger() - Method in class org.synchronoss.cpo.core.CpoStatementFactory
Gets the logger used for statement-building diagnostics.
getLogical() - Method in class org.synchronoss.cpo.core.BindableCpoWhere
Gets the Logical operator used to join this where clause with the next one added via CpoWhere.addWhere(CpoWhere).
getLogical() - Method in interface org.synchronoss.cpo.core.CpoWhere
Gets the Logical operator used to join this where clause with the next one added via CpoWhere.addWhere(CpoWhere).
getLoginTimeout() - Method in class org.synchronoss.cpo.jdbc.AbstractJdbcDataSource
 
getLogWriter() - Method in class org.synchronoss.cpo.jdbc.AbstractJdbcDataSource
 
getLowestLatencyMillis() - Method in class org.synchronoss.cpo.cassandra.HistogramOptions
Get the shortest latency expected to be recorded, in milliseconds
getMarker() - Method in class org.synchronoss.cpo.core.BindableCpoOrderBy
Gets the string marker that this cpoOrderBy will search for in the expression to replace
getMarker() - Method in class org.synchronoss.cpo.core.CpoNativeFunction
Gets the bind marker this function is associated with.
getMarker() - Method in interface org.synchronoss.cpo.core.CpoOrderBy
Gets the string marker that this cpoOrderBy will search for in the expression to replace
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
getMessage(Throwable) - Static method in class org.synchronoss.cpo.core.helper.ExceptionHelper
Gets the message of the given exception, falling back to its cause's message when the exception itself has none.
getMetaClass() - Method in class org.synchronoss.cpo.core.meta.domain.CpoClass
Gets the reflectively-resolved Java class this metadata describes, once CpoClass.loadRunTimeInfo(CpoMetaDescriptor) has been called.
getMetaClass(T) - Method in class org.synchronoss.cpo.core.meta.AbstractCpoMetaAdapter
Returns the metadata for the class that is contained within the metadata source
getMetaClass(T) - Method in interface org.synchronoss.cpo.core.meta.CpoMetaAdapter
Returns the metadata for the class that is contained within the metadata source
getMetaClass(T) - Method in class org.synchronoss.cpo.core.meta.CpoMetaDescriptor
Returns the metadata for the class that is contained within the metadata source
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
getMethodMapper() - Static method in class org.synchronoss.cpo.jdbc.meta.JdbcMethodMapper
Gets the MethodMapper
getMethodType() - Method in class org.synchronoss.cpo.core.meta.MethodMapEntry
Gets the method type of this entry.
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
getName() - Method in class org.synchronoss.cpo.core.BindableCpoWhere
Gets a string representing the name of this instance of the CpoOrderBy
getName() - Method in interface org.synchronoss.cpo.core.CpoWhere
Gets a string representing the name of this instance of the CpoOrderBy
getName() - Method in class org.synchronoss.cpo.core.meta.bean.CpoClassBean
Gets the name of this metadata element.
getName() - Method in class org.synchronoss.cpo.core.meta.bean.CpoFunctionBean
Gets the name of this function.
getName() - Method in class org.synchronoss.cpo.core.meta.CpoMetaDescriptor
Gets the name this descriptor is registered under.
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
getNextSibling() - Method in class org.synchronoss.cpo.core.Node
Gets the next sibling for this node in the linked list of Nodes.
getNot() - Method in class org.synchronoss.cpo.core.BindableCpoWhere
Gets whether this where clause's comparison result is negated.
getNot() - Method in interface org.synchronoss.cpo.core.CpoWhere
Gets whether this where clause's comparison result is negated.
getOutArguments() - Method in class org.synchronoss.cpo.jdbc.JdbcCallableStatementFactory
returns the Out parameters from the callable statement
getPageSize() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get the default request page size
getParentLogger() - Method in class org.synchronoss.cpo.jdbc.AbstractJdbcDataSource
 
getParentNode() - Method in class org.synchronoss.cpo.core.Node
Gets the parent node for this node
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
getPreparedStatement() - Method in class org.synchronoss.cpo.jdbc.JdbcPreparedStatementFactory
Returns the jdbc prepared statement associated with this object
getPrepareOnAllNodes() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get whether Session.prepare() calls are re-sent to all other active nodes
getPrevSibling() - Method in class org.synchronoss.cpo.core.Node
Gets the previous sibling for this node in the linked list of 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)
getResource() - Method in class org.synchronoss.cpo.core.jta.CpoXaState
Gets the underlying resource associated with this branch.
getResourceAsStream(String) - Static method in class org.synchronoss.cpo.core.helper.CpoClassLoader
Loads a classpath resource, first via this class's own classloader, then falling back to the current thread's context classloader.
getRetryPolicyClassName() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get the RetryPolicy implementation class name
getRightAttribute() - Method in class org.synchronoss.cpo.core.BindableCpoWhere
Gets the name of the bean attribute to compare against, when comparing two attributes rather than an attribute and a literal value.
getRightAttribute() - Method in interface org.synchronoss.cpo.core.CpoWhere
Gets the name of the bean attribute to compare against, when comparing two attributes rather than an attribute and a literal value.
getRightAttributeFunction() - Method in class org.synchronoss.cpo.core.BindableCpoWhere
Gets the native datastore function applied to the right-hand attribute before comparison.
getRightAttributeFunction() - Method in interface org.synchronoss.cpo.core.CpoWhere
Gets the native datastore function applied to the right-hand attribute before comparison.
getRs() - Method in class org.synchronoss.cpo.core.meta.ResultSetCpoData
Gets the datastore-specific result row object this instance reads from.
getRsGetter() - Method in class org.synchronoss.cpo.core.meta.MethodMapEntry
Gets the getter method used to read the value from the datastore.
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
getScope() - Method in class org.synchronoss.cpo.jdbc.JdbcCpoArgument
Gets the scope of this argument
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
getSetterParamType() - Method in class org.synchronoss.cpo.core.meta.domain.CpoAttribute
Gets the parameter type expected by the bean's setter method.
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
getSourceCode() - Method in class org.synchronoss.cpo.core.exporter.CpoClassSourceGenerator
Gets the full generated Java source for the class last visited.
getSourceCode() - Method in class org.synchronoss.cpo.core.exporter.CpoInterfaceSourceGenerator
Gets the full generated Java source for the interface last visited.
getSourceCode() - Method in class org.synchronoss.cpo.core.exporter.CpoLegacyClassSourceGenerator
 
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
getStaticValue() - Method in class org.synchronoss.cpo.core.BindableCpoWhere
Gets the literal, unescaped value used in place of a bound comparison value.
getStaticValue() - Method in interface org.synchronoss.cpo.core.CpoWhere
Gets the literal, unescaped value used in place of a bound comparison value.
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
getTransactionTimeout() - Method in class org.synchronoss.cpo.core.jta.CpoBaseXaResource
Obtains the current transaction timeout value set for this XAResource instance.
getTransformClassName() - Method in class org.synchronoss.cpo.core.meta.bean.CpoAttributeBean
Gets the fully-qualified class name of the CpoTransform to apply to this attribute's value, if any.
getTransformInMethod() - Method in class org.synchronoss.cpo.core.meta.domain.CpoAttribute
Gets the resolved transformIn method of the configured transform.
getTransformInParamType() - Method in class org.synchronoss.cpo.core.meta.domain.CpoAttribute
Gets the parameter type of the configured transform's transformIn method.
getTransformOutMethod() - Method in class org.synchronoss.cpo.core.meta.domain.CpoAttribute
Gets the resolved transformOut method of the configured transform.
getType() - Method in class org.synchronoss.cpo.core.meta.bean.CpoFunctionGroupBean
Gets the CRUD type of this function group (e.g.
getTypeInfo() - Method in class org.synchronoss.cpo.jdbc.JdbcCpoArgument
Get the type info for this argument
getUserName() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Get the username
getValue() - Method in class org.synchronoss.cpo.core.BindableCpoWhere
Gets the literal value the attribute is compared against.
getValue() - Method in interface org.synchronoss.cpo.core.CpoWhere
Gets the literal value the attribute is compared against.
getValueFunction() - Method in class org.synchronoss.cpo.core.BindableCpoWhere
Gets the native datastore function applied to the comparison value before comparison.
getValueFunction() - Method in interface org.synchronoss.cpo.core.CpoWhere
Gets the native datastore function applied to the comparison value before comparison.
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
getWhereClause() - Method in class org.synchronoss.cpo.core.BindableWhereBuilder
Gets the native where-clause text accumulated so far by visiting the tree.
getXid() - Method in class org.synchronoss.cpo.core.jta.CpoXaState
Gets the global transaction identifier for this branch.
getXidStateMap() - Method in class org.synchronoss.cpo.core.jta.CpoXaStateMap
Gets the map of all transaction branches currently tracked.
group(String) - Static method in record class org.synchronoss.cpo.core.CpoQuery
A query against the named function group.
groupName() - Method in record class org.synchronoss.cpo.core.CpoQuery
Returns the value of the groupName record component.
GT - Enum constant in enum class org.synchronoss.cpo.core.enums.Comparison
The greater than operator
GTEQ - Enum constant in enum class org.synchronoss.cpo.core.enums.Comparison
The greater than or equal to operator

H

hasCredentials() - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Has Credentials
hashCode() - Method in record class org.synchronoss.cpo.core.BindAttribute
Returns a hash code value for this object.
hashCode() - Method in record class org.synchronoss.cpo.core.CpoQuery
Returns a hash code value for this object.
hashCode() - Method in class org.synchronoss.cpo.core.meta.bean.CpoAttributeBean
 
hashCode() - Method in class org.synchronoss.cpo.core.meta.bean.CpoClassBean
 
hashCode() - Method in class org.synchronoss.cpo.core.meta.bean.CpoFunctionBean
 
hashCode() - Method in class org.synchronoss.cpo.core.meta.bean.CpoFunctionGroupBean
 
hashCode() - Method in record class org.synchronoss.cpo.core.meta.DataTypeMapEntry
Returns a hash code value for this object.
hashCode() - Method in class org.synchronoss.cpo.core.Node
 
hasParent() - Method in class org.synchronoss.cpo.core.Node
Checks to see if this node has a parent.
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

IN - Enum constant in enum class org.synchronoss.cpo.core.enums.Comparison
The in operator
insertBean(String, T) - Method in interface org.synchronoss.cpo.core.CpoAdapter
Creates the bean in the datasource using the named CREATE function group.
insertBean(CpoQuery, T) - Method in interface org.synchronoss.cpo.core.CpoAdapter
Creates the bean in the datasource using the query's CREATE function group.
insertBean(CpoQuery, T) - Method in class org.synchronoss.cpo.core.CpoBaseAdapter
 
insertBean(CpoQuery, T) - Method in class org.synchronoss.cpo.jdbc.jta.JdbcCpoXaAdapter
 
insertBean(T) - Method in interface org.synchronoss.cpo.core.CpoAdapter
Creates the bean in the datasource using the default CREATE function group.
insertBeans(String, List<T>) - Method in interface org.synchronoss.cpo.core.CpoAdapter
Creates the beans in the datasource using the named CREATE function group.
insertBeans(List<T>) - Method in interface org.synchronoss.cpo.core.CpoAdapter
Creates the beans in the datasource using the default CREATE function group.
insertBeans(CpoQuery, List<T>) - Method in interface org.synchronoss.cpo.core.CpoAdapter
Creates the beans in the datasource using the query's CREATE function group, batching where the datasource supports it.
insertBeans(CpoQuery, List<T>) - Method in class org.synchronoss.cpo.core.CpoBaseAdapter
 
insertBeans(CpoQuery, List<T>) - Method in class org.synchronoss.cpo.jdbc.jta.JdbcCpoXaAdapter
 
insertParentAfter(Node) - Method in class org.synchronoss.cpo.core.Node
Inserts a new Parent Node as a child of this node and moves all pre-existing children to be children of the new Parent Node.
insertParentBefore(Node) - Method in class org.synchronoss.cpo.core.Node
Inserts a new Parent into the tree structure and adds this node as its child.
insertSiblingAfter(Node) - Method in class org.synchronoss.cpo.core.Node
Adds a Sibling immediately following this Node.
insertSiblingBefore(Node) - Method in class org.synchronoss.cpo.core.Node
Inserts a Sibling into the linked list just prior to this Node
instantiate(String) - Method in class org.synchronoss.cpo.cassandra.config.ConfigInstantiator
Instantiates the CpoConfigProcessor
invokeGetter() - Method in class org.synchronoss.cpo.core.AbstractCpoData
Invokes the bean's getter for the bound attribute.
invokeGetter() - Method in interface org.synchronoss.cpo.core.CpoData
Invokes the bean's getter for the bound attribute.
invokeGetter() - Method in class org.synchronoss.cpo.core.meta.ResultSetCpoData
Invokes the bean's getter for the bound attribute.
invokeGetter() - Method in class org.synchronoss.cpo.jdbc.CallableStatementCpoData
 
invokeGetter(Object) - Method in class org.synchronoss.cpo.core.meta.domain.CpoAttribute
Invokes the bean's getter method to read this attribute's value.
invokeSetter(Object) - Method in class org.synchronoss.cpo.core.AbstractCpoData
Invokes the bean's setter for the bound attribute.
invokeSetter(Object) - Method in interface org.synchronoss.cpo.core.CpoData
Invokes the bean's setter for the bound attribute.
invokeSetter(Object) - Method in class org.synchronoss.cpo.jdbc.CallableStatementCpoData
 
invokeSetter(Object) - Method in class org.synchronoss.cpo.jdbc.JdbcPreparedStatementCpoData
 
invokeSetter(Object, CpoData) - Method in class org.synchronoss.cpo.core.meta.domain.CpoAttribute
Invokes the bean's setter method, passing the value read from cpoData.
isCaseSensitive() - Method in class org.synchronoss.cpo.core.meta.CpoMetaDescriptor
Gets whether this descriptor matches attribute data names case-sensitively.
isClosed() - Method in interface org.synchronoss.cpo.core.CpoTrxAdapter
Returns true if the TrxAdapter has been closed, false if it is still active
isClosed() - Method in class org.synchronoss.cpo.jdbc.JdbcCpoTrxAdapter
 
isClosed() - Method in class org.synchronoss.cpo.jdbc.jta.JdbcCpoXaAdapter
Returns true if the TrxAdapter has been closed, false if it is still active
isInParameter() - Method in class org.synchronoss.cpo.jdbc.JdbcCpoArgument
Is this attribute an IN parameter
isLeaf() - Method in interface org.synchronoss.cpo.core.CpoWhere
Gets whether this instance is a leaf node (a single comparison) rather than a branch node formed by CpoWhere.addWhere(CpoWhere).
isLeaf() - Method in class org.synchronoss.cpo.core.Node
Checks to see if this node is a leaf node, that is, if it has no children.
ISNULL - Enum constant in enum class org.synchronoss.cpo.core.enums.Comparison
The is null operator
isOutParameter() - Method in class org.synchronoss.cpo.jdbc.JdbcCpoArgument
Is this attribute an OUT parameter
isPrepared() - Method in class org.synchronoss.cpo.core.jta.CpoXaState
Gets whether this branch has been prepared as part of two-phase commit.
isPrimitiveAssignableFrom(Class<?>, Class<?>) - Static method in class org.synchronoss.cpo.core.meta.domain.CpoAttribute
Gets whether one of clazz/paramClass is a primitive type and the other is its corresponding wrapper class (e.g.
isSameRM(XAResource) - Method in class org.synchronoss.cpo.jdbc.jta.JdbcCpoXaAdapter
 
isSuccess() - Method in class org.synchronoss.cpo.core.jta.CpoXaState
Gets whether the work done on this branch so far is considered successful.
isValidMetaDescriptor(CpoMetaDescriptor) - Static method in class org.synchronoss.cpo.core.meta.CpoMetaDescriptor
Gets whether metaDescriptor is registered in the descriptor cache under its own name.
isWrapperFor(Class<?>) - Method in class org.synchronoss.cpo.jdbc.AbstractJdbcDataSource
 

J

javaClass() - Method in record class org.synchronoss.cpo.core.meta.DataTypeMapEntry
Returns the value of the javaClass record component.
JdbcCallableStatementFactory - Class in org.synchronoss.cpo.jdbc
JdbcCallableStatementFactory is the object that encapsulates the creation of the actual CallableStatement for the JDBC driver.
JdbcCallableStatementFactory(Connection, JdbcCpoAdapter, CpoFunction, Object, CpoClass) - Constructor for class org.synchronoss.cpo.jdbc.JdbcCallableStatementFactory
Used to build the CallableStatement that is used by CPO to create the actual JDBC CallableStatement.
JdbcCpoAdapter - Class in org.synchronoss.cpo.jdbc
JdbcCpoAdapter is the JDBC implementation of CpoAdapter, a set of routines that are responsible for managing value beans from a jdbc datasource.
JdbcCpoAdapterFactory - Class in org.synchronoss.cpo.jdbc
JDBC implementation of CpoAdapterFactory, vending JdbcCpoAdapter, transaction-scoped JdbcCpoTrxAdapter, and JdbcCpoXaAdapter instances backed by a single underlying JdbcCpoAdapter.
JdbcCpoAdapterFactory(JdbcCpoAdapter) - Constructor for class org.synchronoss.cpo.jdbc.JdbcCpoAdapterFactory
Constructs a JdbcCpoAdapterFactory from a JdbcCpoAdapter
JdbcCpoArgument - Class in org.synchronoss.cpo.jdbc
JdbcCpoArgument is a class that defines the arguments to a JDBC expression
JdbcCpoArgument() - Constructor for class org.synchronoss.cpo.jdbc.JdbcCpoArgument
Construct a JdbcCpoArgument
JdbcCpoAttribute - Class in org.synchronoss.cpo.jdbc
JdbcCpoAttribute.
JdbcCpoAttribute() - Constructor for class org.synchronoss.cpo.jdbc.JdbcCpoAttribute
Constructs a JdbcCpoAttribute
JdbcCpoConfigProcessor - Class in org.synchronoss.cpo.jdbc.config
Processes the cpoConfig.xml data for Jdbc
JdbcCpoConfigProcessor() - Constructor for class org.synchronoss.cpo.jdbc.config.JdbcCpoConfigProcessor
Default constructor
JdbcCpoMetaAdapter - Class in org.synchronoss.cpo.jdbc.meta
Builds and manages the Java to Datasource type mapping
JdbcCpoMetaAdapter() - Constructor for class org.synchronoss.cpo.jdbc.meta.JdbcCpoMetaAdapter
Constructs a JdbcCpoMetaAdapter
JdbcCpoMetaDescriptor - Class in org.synchronoss.cpo.jdbc.meta
Process the Jdbc specific metadata from the xml metadata
JdbcCpoMetaDescriptor(String, boolean) - Constructor for class org.synchronoss.cpo.jdbc.meta.JdbcCpoMetaDescriptor
Constructs a JdbcCpoMetaDescriptor
JdbcCpoTransform<D,J> - Interface in org.synchronoss.cpo.jdbc.transform
Transforms are used when standard java types to data types do not work.
JdbcCpoTrxAdapter - Class in org.synchronoss.cpo.jdbc
A transaction adapter that allows the user to control the commits and role backs
JdbcCpoWhere - Class in org.synchronoss.cpo.jdbc
JDBC implementation of BindableCpoWhere, resolving a where clause attribute to its qualified table.column (or bare column) name using the attribute's JdbcCpoAttribute metadata.
JdbcCpoWhere() - Constructor for class org.synchronoss.cpo.jdbc.JdbcCpoWhere
Create a JdbcCpoWhere
JdbcCpoWhere(Logical, String, Comparison, T) - Constructor for class org.synchronoss.cpo.jdbc.JdbcCpoWhere
Create a JdbcCpoWhere
JdbcCpoWhere(Logical, String, Comparison, T, boolean) - Constructor for class org.synchronoss.cpo.jdbc.JdbcCpoWhere
Create a JdbcCpoWhere
JdbcCpoXaAdapter - Class in org.synchronoss.cpo.jdbc.jta
A JdbcCpoXaAdapter wraps the XAResource processing around a JdbcCpoTrxAdapter.
JdbcCpoXaAdapter(JdbcCpoAdapterFactory) - Constructor for class org.synchronoss.cpo.jdbc.jta.JdbcCpoXaAdapter
Construct a JdbcCpoXaAdapter
JdbcMetaXmlObjectExporter - Class in org.synchronoss.cpo.jdbc.exporter
XmlObject exporter for jdbc meta objects
JdbcMetaXmlObjectExporter(CpoMetaDescriptor) - Constructor for class org.synchronoss.cpo.jdbc.exporter.JdbcMetaXmlObjectExporter
Constructs a JdbcMetaXmlObjectExporter object.
JdbcMethodMapEntry<J,D> - Class in org.synchronoss.cpo.jdbc.meta
MethodMapEntry is a class defines the getters and setters for JDBC specific data classes
JdbcMethodMapEntry(int, Class<J>, Class<D>, Method, Method, Method, Method) - Constructor for class org.synchronoss.cpo.jdbc.meta.JdbcMethodMapEntry
Constructs a JdbcMethodMapEntry
JdbcMethodMapper - Class in org.synchronoss.cpo.jdbc.meta
MethodMapper is a class defines the getters and setters for all the JDBC specific data classes
JdbcPreparedStatementCpoData - Class in org.synchronoss.cpo.jdbc
The data handler for a prepared statement
JdbcPreparedStatementCpoData(JdbcPreparedStatementFactory, CpoAttribute, int) - Constructor for class org.synchronoss.cpo.jdbc.JdbcPreparedStatementCpoData
Construct a JdbcPreparedStatementCpoData
JdbcPreparedStatementFactory - Class in org.synchronoss.cpo.jdbc
JdbcPreparedStatementFactory is the object that encapsulates the creation of the actual PreparedStatement for the JDBC driver.
JdbcPreparedStatementFactory(Connection, JdbcCpoAdapter, CpoClass, CpoFunction, T, Collection<CpoWhere>, Collection<CpoOrderBy>, Collection<CpoNativeFunction>) - Constructor for class org.synchronoss.cpo.jdbc.JdbcPreparedStatementFactory
Used to build the PreparedStatement that is used by CPO to create the actual JDBC PreparedStatement.
JdbcResultSetCpoData - Class in org.synchronoss.cpo.jdbc.meta
Result set data getter helper
JdbcResultSetCpoData(MethodMapper<?>, Object, CpoAttribute, int) - Constructor for class org.synchronoss.cpo.jdbc.meta.JdbcResultSetCpoData
Construct a JdbcResultSetCpoData
JndiJdbcDataSourceInfo - Class in org.synchronoss.cpo.jdbc
Collects the info required to instantiate a DataSource stored as a JNDI Resource.
JndiJdbcDataSourceInfo(String, int, int) - Constructor for class org.synchronoss.cpo.jdbc.JndiJdbcDataSourceInfo
Creates a JndiJdbcDataSourceInfo from a JNDIName that represents the datasource in the application server.
JndiJdbcDataSourceInfo(String, int, int, Context) - Constructor for class org.synchronoss.cpo.jdbc.JndiJdbcDataSourceInfo
Creates a JndiJdbcDataSourceInfo from a JNDIName that represents the datasource in the application server.

L

LIKE - Enum constant in enum class org.synchronoss.cpo.core.enums.Comparison
The like operator
LIST - Enum constant in enum class org.synchronoss.cpo.core.enums.Crud
Identifies the operation to be processed by CPO.
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
loadAdapters() - Static method in class org.synchronoss.cpo.core.CpoAdapterFactoryManager
LoadAdapters is responsible for loading the config file and then subsequently loading all the metadata.
loadGetter(int, Class<M>, String) - Static method in class org.synchronoss.cpo.cassandra.meta.CassandraMethodMapper
Loads the GetterMethod for the Datasource class
loadRunTimeInfo(CpoMetaDescriptor) - Method in class org.synchronoss.cpo.core.meta.domain.CpoClass
Resolves this class's reflective metadata (the concrete Java class, and each attribute's getter/setter/transform) against the classpath, if not already resolved.
loadRunTimeInfo(CpoMetaDescriptor, Class<?>) - Method in class org.synchronoss.cpo.cassandra.meta.CassandraCpoAttribute
 
loadRunTimeInfo(CpoMetaDescriptor, Class<?>) - Method in class org.synchronoss.cpo.core.meta.domain.CpoAttribute
Resolves this attribute's reflective getter/setter methods against metaClass, and instantiates and resolves its configured transform (if any) via metaDescriptor.
loadXmlStream(String, StringBuilder) - Static method in class org.synchronoss.cpo.core.helper.XmlHelper
Resolves xmlStr to an open InputStream, trying (in order) a file: URL, a classpath resource, and finally a plain filesystem path.
Logical - Enum Class in org.synchronoss.cpo.core.enums
Logical operators for where clauses
LT - Enum constant in enum class org.synchronoss.cpo.core.enums.Comparison
The less than operator
LTEQ - Enum constant in enum class org.synchronoss.cpo.core.enums.Comparison
The less than or equal to operator

M

makeCpoAdapterFactory(CtDataSourceConfig) - Static method in class org.synchronoss.cpo.core.CpoAdapterFactoryManager
Instantiates the dataSourceConfig's configured CpoConfigProcessor and uses it to build a CpoAdapterFactory for that datasource.
makeJavaName(String) - Method in record class org.synchronoss.cpo.core.meta.DataTypeMapEntry
Converts a SNAKE_CASE native data type name to camelCase, e.g. for use as a generated Java identifier.
MetaDFVisitable - Interface in org.synchronoss.cpo.core
Defines that a implementer of this interface allows visits from a MetaVisitor.
MetaVisitor - Interface in org.synchronoss.cpo.core
This defines a depth first meta visitor.
MetaXmlObjectExporter - Interface in org.synchronoss.cpo.core.exporter
XmlObject exporter for meta objects
METHOD_TYPE_BASIC - Static variable in class org.synchronoss.cpo.core.meta.MethodMapEntry
The basic (default) method type: a plain getter/setter pair with no special handling.
METHOD_TYPE_OBJECT - Static variable in class org.synchronoss.cpo.jdbc.meta.JdbcMethodMapEntry
Methods that accept and return objects
METHOD_TYPE_ONE - Static variable in class org.synchronoss.cpo.cassandra.meta.CassandraMethodMapEntry
Method Types that take 1 additional parameter
METHOD_TYPE_READER - Static variable in class org.synchronoss.cpo.jdbc.meta.JdbcMethodMapEntry
Methods that accept and return readers
METHOD_TYPE_STREAM - Static variable in class org.synchronoss.cpo.jdbc.meta.JdbcMethodMapEntry
Methods that accept and return streams
METHOD_TYPE_TWO - Static variable in class org.synchronoss.cpo.cassandra.meta.CassandraMethodMapEntry
Method types that take two additional parameters
MethodMapEntry<J,D> - Class in org.synchronoss.cpo.core.meta
MethodMapEntry is a class defines the getters and setters for JDBC specific data classes
MethodMapEntry(int, Class<J>, Class<D>, Method, Method) - Constructor for class org.synchronoss.cpo.core.meta.MethodMapEntry
Creates an entry describing the getter/setter pair used to move values of javaClass to and from a datastore-specific class.
MethodMapper<T> - Class in org.synchronoss.cpo.core.meta
MethodMapper maps java classes to the datastore-specific getter and setter methods used to bind them.
MethodMapper() - Constructor for class org.synchronoss.cpo.core.meta.MethodMapper
Creates an empty mapper with no registered entries.

N

name() - Method in record class org.synchronoss.cpo.core.BindAttribute
Returns the value of the name record component.
nativeExpression(CpoNativeFunction) - Method in record class org.synchronoss.cpo.core.CpoQuery
Adds a native expression that augments the expression stored in the metadata.
nativeExpressions() - Method in record class org.synchronoss.cpo.core.CpoQuery
Returns the value of the nativeExpressions record component.
nativeExpressions(Collection<CpoNativeFunction>) - Method in record class org.synchronoss.cpo.core.CpoQuery
Adds a collection of native expressions.
NEQ - Enum constant in enum class org.synchronoss.cpo.core.enums.Comparison
The not equals operator
newOrderBy(String, boolean) - Method in interface org.synchronoss.cpo.core.CpoAdapter
Creates a CpoOrderBy for the attribute and direction.
newOrderBy(String, boolean) - Method in class org.synchronoss.cpo.core.CpoBaseAdapter
 
newOrderBy(String, boolean) - Method in class org.synchronoss.cpo.jdbc.jta.JdbcCpoXaAdapter
 
newOrderBy(String, boolean, String) - Method in interface org.synchronoss.cpo.core.CpoAdapter
Creates a CpoOrderBy applying a datasource function to the attribute.
newOrderBy(String, boolean, String) - Method in class org.synchronoss.cpo.core.CpoBaseAdapter
 
newOrderBy(String, boolean, String) - Method in class org.synchronoss.cpo.jdbc.jta.JdbcCpoXaAdapter
 
newOrderBy(String, String, boolean) - Method in interface org.synchronoss.cpo.core.CpoAdapter
Creates a CpoOrderBy bound to a marker within the expression.
newOrderBy(String, String, boolean) - Method in class org.synchronoss.cpo.core.CpoBaseAdapter
 
newOrderBy(String, String, boolean) - Method in class org.synchronoss.cpo.jdbc.jta.JdbcCpoXaAdapter
 
newOrderBy(String, String, boolean, String) - Method in interface org.synchronoss.cpo.core.CpoAdapter
Creates a CpoOrderBy bound to a marker, applying a datasource function to the attribute.
newOrderBy(String, String, boolean, String) - Method in class org.synchronoss.cpo.core.CpoBaseAdapter
 
newOrderBy(String, String, boolean, String) - Method in class org.synchronoss.cpo.jdbc.jta.JdbcCpoXaAdapter
 
newWhere() - Method in interface org.synchronoss.cpo.core.CpoAdapter
Creates an empty CpoWhere.
newWhere() - Method in class org.synchronoss.cpo.core.CpoBaseAdapter
 
newWhere() - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
 
newWhere() - Method in class org.synchronoss.cpo.jdbc.jta.JdbcCpoXaAdapter
 
newWhere(Logical, String, Comparison, T) - Method in interface org.synchronoss.cpo.core.CpoAdapter
Creates a CpoWhere comparing the attribute to the value.
newWhere(Logical, String, Comparison, T) - Method in class org.synchronoss.cpo.core.CpoBaseAdapter
 
newWhere(Logical, String, Comparison, T) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
 
newWhere(Logical, String, Comparison, T) - Method in class org.synchronoss.cpo.jdbc.jta.JdbcCpoXaAdapter
 
newWhere(Logical, String, Comparison, T, boolean) - Method in interface org.synchronoss.cpo.core.CpoAdapter
Creates a CpoWhere comparing the attribute to the value, optionally negated.
newWhere(Logical, String, Comparison, T, boolean) - Method in class org.synchronoss.cpo.core.CpoBaseAdapter
 
newWhere(Logical, String, Comparison, T, boolean) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
 
newWhere(Logical, String, Comparison, T, boolean) - Method in class org.synchronoss.cpo.jdbc.jta.JdbcCpoXaAdapter
 
Node - Class in org.synchronoss.cpo.core
This is a general Node class to be used to build different types of trees.
NodeVisitor - Interface in org.synchronoss.cpo.core
This is the interface for the visitors to the Node Hierarchy
NONE - Enum constant in enum class org.synchronoss.cpo.core.enums.Comparison
No comparison operator defined
NONE - Enum constant in enum class org.synchronoss.cpo.core.enums.Logical
No operator

O

operation - Variable in enum class org.synchronoss.cpo.core.enums.Crud
The string operation in this enum
operator - Variable in enum class org.synchronoss.cpo.core.enums.Comparison
The string operator in this enum
operator - Variable in enum class org.synchronoss.cpo.core.enums.Logical
The string operator in this enum
OR - Enum constant in enum class org.synchronoss.cpo.core.enums.Logical
Logical OR operator
orderBy(CpoOrderBy) - Method in record class org.synchronoss.cpo.core.CpoQuery
Adds an ordering.
orderBys() - Method in record class org.synchronoss.cpo.core.CpoQuery
Returns the value of the orderBys record component.
orderBys(Collection<CpoOrderBy>) - Method in record class org.synchronoss.cpo.core.CpoQuery
Adds a collection of orderings.
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
 
org.synchronoss.cpo.core - package org.synchronoss.cpo.core
 
org.synchronoss.cpo.core.cache - package org.synchronoss.cpo.core.cache
 
org.synchronoss.cpo.core.config - package org.synchronoss.cpo.core.config
 
org.synchronoss.cpo.core.enums - package org.synchronoss.cpo.core.enums
 
org.synchronoss.cpo.core.exporter - package org.synchronoss.cpo.core.exporter
 
org.synchronoss.cpo.core.helper - package org.synchronoss.cpo.core.helper
 
org.synchronoss.cpo.core.jta - package org.synchronoss.cpo.core.jta
 
org.synchronoss.cpo.core.meta - package org.synchronoss.cpo.core.meta
 
org.synchronoss.cpo.core.meta.bean - package org.synchronoss.cpo.core.meta.bean
 
org.synchronoss.cpo.core.meta.domain - package org.synchronoss.cpo.core.meta.domain
 
org.synchronoss.cpo.core.parser - package org.synchronoss.cpo.core.parser
 
org.synchronoss.cpo.core.transform - package org.synchronoss.cpo.core.transform
 
org.synchronoss.cpo.jdbc - package org.synchronoss.cpo.jdbc
 
org.synchronoss.cpo.jdbc.config - package org.synchronoss.cpo.jdbc.config
 
org.synchronoss.cpo.jdbc.exporter - package org.synchronoss.cpo.jdbc.exporter
 
org.synchronoss.cpo.jdbc.jta - package org.synchronoss.cpo.jdbc.jta
 
org.synchronoss.cpo.jdbc.meta - package org.synchronoss.cpo.jdbc.meta
 
org.synchronoss.cpo.jdbc.transform - package org.synchronoss.cpo.jdbc.transform
 
org.synchronoss.cpo.plugin - package org.synchronoss.cpo.plugin
 

P

PARAM_META_DESCRIPTOR_NAME - Static variable in class org.synchronoss.cpo.core.exporter.XmlExporterServlet
Name of the request parameter that identifies which meta descriptor to export.
parameterToString(CpoFunction) - Method in class org.synchronoss.cpo.core.meta.domain.CpoFunction
Builds a diagnostic string describing function's argument list: each argument's bound attribute Java type, for debugging/logging purposes.
parse() - Method in class org.synchronoss.cpo.core.parser.BoundExpressionParser
Returns a list of columns from the expression for each bind marker
parse() - Method in interface org.synchronoss.cpo.core.parser.ExpressionParser
Returns a list of columns from the expression for each bind marker
prepare(Xid) - Method in class org.synchronoss.cpo.core.jta.CpoBaseXaResource
Ask the resource manager to prepare for a transaction commit of the transaction specified in xid.
processCpoConfig(CtDataSourceConfig) - Method in class org.synchronoss.cpo.cassandra.config.CassandraCpoConfigProcessor
 
processCpoConfig(CtDataSourceConfig) - Method in interface org.synchronoss.cpo.core.config.CpoConfigProcessor
Processes a single data source configuration and builds the adapter factory it describes.
processCpoConfig(CtDataSourceConfig) - Method in class org.synchronoss.cpo.jdbc.config.JdbcCpoConfigProcessor
 

R

recover(int) - Method in class org.synchronoss.cpo.core.jta.CpoBaseXaResource
Obtains a list of prepared transaction branches from a resource manager.
refreshDescriptorMeta(String, List<String>) - Static method in class org.synchronoss.cpo.core.meta.CpoMetaDescriptor
Hot-reloads the descriptor registered under name by merging in the given meta XML documents, if that descriptor is currently loaded.
refreshDescriptorMeta(String, List<String>, boolean) - Static method in class org.synchronoss.cpo.core.meta.CpoMetaDescriptor
Hot-reloads the descriptor registered under name by merging in (or, if overwrite is set, replacing with) the given meta XML documents, if that descriptor is currently loaded.
refreshDescriptorMeta(List<String>) - Method in class org.synchronoss.cpo.core.meta.CpoMetaDescriptor
Hot-reloads this descriptor by merging in the given meta XML documents.
refreshDescriptorMeta(List<String>, boolean) - Method in class org.synchronoss.cpo.core.meta.CpoMetaDescriptor
Hot-reloads this descriptor by merging in (or, if overwrite is set, replacing with) the given meta XML documents.
release() - Method in interface org.synchronoss.cpo.core.CpoReleasable
release is called by the CPO framework.
release() - Method in class org.synchronoss.cpo.core.CpoStatementFactory
Called by the CPO framework.
release() - Method in class org.synchronoss.cpo.core.Node
Resets all the attributes to their default state.
release() - Method in class org.synchronoss.cpo.jdbc.JdbcCallableStatementFactory
Called by the CPO framework.
removeAll() - Method in class org.synchronoss.cpo.core.Node
Remove this node and all its children from the tree.
removeArgument(int) - Method in class org.synchronoss.cpo.core.meta.domain.CpoFunction
Removes the argument at the given position in this function's argument list.
removeArgument(CpoArgument) - Method in class org.synchronoss.cpo.core.meta.domain.CpoFunction
Removes an argument from this function's argument list.
removeAttribute(CpoAttribute) - Method in class org.synchronoss.cpo.core.meta.domain.CpoClass
Removes an attribute from this class's Java-name and datastore-name indexes.
removeChild(Node) - Method in class org.synchronoss.cpo.core.Node
Searches for an immediate child node and if found removes it from the linked-list of children.
removeChildNode() - Method in class org.synchronoss.cpo.core.Node
Remove just this node from the tree.
removeCpoClass(CpoClass) - Method in class org.synchronoss.cpo.core.meta.CpoMetaDescriptor
Removes a CpoClass from this descriptor's metadata.
removeDataNameFromMap(String) - Method in class org.synchronoss.cpo.core.meta.domain.CpoClass
Removes an attribute from the datastore-name lookup map.
removeDataNameFromMap(String) - Method in class org.synchronoss.cpo.core.meta.domain.CpoClassCaseInsensitive
Removes an attribute from the datastore-name lookup map.
removeDataNameFromMap(String) - Method in class org.synchronoss.cpo.core.meta.domain.CpoClassCaseSensitive
Removes an attribute from the datastore-name lookup map.
removeFunction(CpoFunction) - Method in class org.synchronoss.cpo.core.meta.domain.CpoFunctionGroup
Removes a function from this group.
removeFunctionGroup(CpoFunctionGroup) - Method in class org.synchronoss.cpo.core.meta.domain.CpoClass
Removes a function group from this class.
removeInstance(String) - Static method in class org.synchronoss.cpo.core.meta.CpoMetaDescriptor
Removes the descriptor registered under the given name from the cache.
ResultSetCpoData - Class in org.synchronoss.cpo.core.meta
Base CpoData implementation for reading a bound attribute's value out of a datastore result row (e.g. a JDBC ResultSet or Cassandra Row).
ResultSetCpoData(MethodMapper<?>, Object, CpoAttribute, int) - Constructor for class org.synchronoss.cpo.core.meta.ResultSetCpoData
Creates an instance bound to a single column/attribute of the given result row.
reThrowCpoException(Throwable, String) - Static method in class org.synchronoss.cpo.core.helper.ExceptionHelper
Rethrows e as a CpoException: if it already is one it is rethrown unchanged, otherwise it is wrapped in a new CpoException with the given message.
RETRIEVE - Enum constant in enum class org.synchronoss.cpo.core.enums.Crud
Identifies the operation to be processed by CPO.
retrieveBean(String, T) - Method in interface org.synchronoss.cpo.core.CpoAdapter
Retrieves a single bean using the named RETRIEVE function group; the bean supplies the search criteria and receives the result.
retrieveBean(CpoQuery, C, T) - Method in interface org.synchronoss.cpo.core.CpoAdapter
Retrieves the first bean produced by the query's RETRIEVE function group, using separate criteria and result beans.
retrieveBean(CpoQuery, C, T) - Method in class org.synchronoss.cpo.core.CpoBaseAdapter
 
retrieveBean(CpoQuery, C, T) - Method in class org.synchronoss.cpo.jdbc.jta.JdbcCpoXaAdapter
 
retrieveBean(CpoQuery, T) - Method in interface org.synchronoss.cpo.core.CpoAdapter
Retrieves a single bean from the datasource using the query's RETRIEVE function group, with the given bean supplying the search criteria and receiving the result.
retrieveBean(CpoQuery, T) - Method in class org.synchronoss.cpo.core.CpoBaseAdapter
 
retrieveBean(CpoQuery, T) - Method in class org.synchronoss.cpo.jdbc.jta.JdbcCpoXaAdapter
 
retrieveBean(T) - Method in interface org.synchronoss.cpo.core.CpoAdapter
Retrieves a single bean using the default RETRIEVE function group; the bean supplies the search criteria and receives the result.
retrieveBeans(String, C) - Method in interface org.synchronoss.cpo.core.CpoAdapter
Retrieves beans using the named LIST function group; the criteria bean type is also the result type.
retrieveBeans(String, C, T) - Method in interface org.synchronoss.cpo.core.CpoAdapter
Retrieves beans using the named LIST function group with separate criteria and result beans.
retrieveBeans(CpoQuery, C) - Method in interface org.synchronoss.cpo.core.CpoAdapter
Retrieves beans from the datasource using the query's LIST function group; the criteria bean type is also the result type.
retrieveBeans(CpoQuery, C, T) - Method in interface org.synchronoss.cpo.core.CpoAdapter
Retrieves beans from the datasource using the query's LIST function group, with separate criteria and result beans.
retrieveBeans(CpoQuery, C, T) - Method in class org.synchronoss.cpo.core.CpoBaseAdapter
 
retrieveBeans(CpoQuery, C, T) - Method in class org.synchronoss.cpo.jdbc.jta.JdbcCpoXaAdapter
 
rollback() - Method in interface org.synchronoss.cpo.core.CpoTrxAdapter
Rollback the current transaction behind the CpoTrxAdapter
rollback() - Method in class org.synchronoss.cpo.jdbc.JdbcCpoTrxAdapter
 
rollback() - Method in class org.synchronoss.cpo.jdbc.jta.JdbcCpoXaAdapter
Rollback the current transaction behind the CpoTrxAdapter
rollback(Xid) - Method in class org.synchronoss.cpo.core.jta.CpoBaseXaResource
Informs the resource manager to roll back work done on behalf of a transaction branch.
rollbackResource(JdbcCpoAdapter) - Method in class org.synchronoss.cpo.jdbc.jta.JdbcCpoXaAdapter
 

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
setAssignedResourceManager(CpoBaseXaResource<T>) - Method in class org.synchronoss.cpo.core.jta.CpoXaState
Sets the resource manager instance currently associated with this branch.
setAssociation(int) - Method in class org.synchronoss.cpo.core.jta.CpoXaState
Sets the association state.
setAttribute(String) - Method in class org.synchronoss.cpo.core.BindableCpoWhere
Sets the name of the bean attribute on the left-hand side of the comparison.
setAttribute(String) - Method in interface org.synchronoss.cpo.core.CpoWhere
Sets the name of the bean attribute on the left-hand side of the comparison.
setAttribute(CpoAttribute) - Method in class org.synchronoss.cpo.core.meta.domain.CpoArgument
Sets the attribute bound to this argument, and updates this argument's name to match the attribute's Java name.
setAttributeFunction(String) - Method in class org.synchronoss.cpo.core.BindableCpoWhere
Sets a native datastore function (e.g.
setAttributeFunction(String) - Method in interface org.synchronoss.cpo.core.CpoWhere
Sets a native datastore function (e.g.
setAuthProvider(AuthProvider) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set the AuthProvider
setBatchSize(int) - Method in interface org.synchronoss.cpo.core.CpoAdapter
set the batch size for updating the datasource
setBatchSize(int) - Method in class org.synchronoss.cpo.core.CpoBaseAdapter
 
setBatchSize(int) - Method in class org.synchronoss.cpo.jdbc.jta.JdbcCpoXaAdapter
 
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.
setBindValues(Collection<BindAttribute>) - Method in class org.synchronoss.cpo.core.CpoStatementFactory
Called by the CPO Framework.
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.
setComparison(Comparison) - Method in class org.synchronoss.cpo.core.BindableCpoWhere
Sets the Comparison operator (e.g. equals, greater-than) used to compare the attribute against the value or right-hand attribute.
setComparison(Comparison) - Method in interface org.synchronoss.cpo.core.CpoWhere
Sets the Comparison operator (e.g. equals, greater-than) used to compare the attribute against the value or right-hand attribute.
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
setCpoAttribute(CpoAttribute) - Method in class org.synchronoss.cpo.core.AbstractCpoData
Sets the attribute this instance moves data for.
setDataName(String) - Method in class org.synchronoss.cpo.core.meta.bean.CpoAttributeBean
Sets the name of the datastore-side column/field this attribute binds to.
setDataType(String) - Method in class org.synchronoss.cpo.core.meta.bean.CpoAttributeBean
Sets the name of the native datastore data type of this attribute.
setDataTypeInt(int) - Method in class org.synchronoss.cpo.core.meta.domain.CpoAttribute
Sets the integer identifier of this attribute's native data type.
setDbColumn(String) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAttribute
Set the db column associated with this attribute
setDbTable(String) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAttribute
Set the db table associated with this attribute
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
setDefaultPackageName(String) - Method in class org.synchronoss.cpo.core.meta.CpoMetaDescriptor
Sets the default Java package name used by the CPO tooling.
setDescription(String) - Method in class org.synchronoss.cpo.core.meta.bean.CpoAttributeBean
Sets the human-readable description of this attribute.
setDescription(String) - Method in class org.synchronoss.cpo.core.meta.bean.CpoClassBean
Sets the human-readable description of this metadata element.
setDescription(String) - Method in class org.synchronoss.cpo.core.meta.bean.CpoFunctionBean
Sets the human-readable description of this function.
setExpression(String) - Method in class org.synchronoss.cpo.core.CpoNativeFunction
Sets the native expression text.
setExpression(String) - Method in class org.synchronoss.cpo.core.meta.bean.CpoFunctionBean
Sets the native (SQL/CQL) expression executed by this function.
setExpression(String) - Method in class org.synchronoss.cpo.core.parser.BoundExpressionParser
Sets the expression to be used for this parser
setExpression(String) - Method in interface org.synchronoss.cpo.core.parser.ExpressionParser
Sets the expression to be used for this parser
setFetchSize(int) - Method in interface org.synchronoss.cpo.core.CpoAdapter
set the fetch size for the datasource
setFetchSize(int) - Method in class org.synchronoss.cpo.core.CpoBaseAdapter
 
setFetchSize(int) - Method in class org.synchronoss.cpo.jdbc.jta.JdbcCpoXaAdapter
 
setFirstChild(Node) - Method in class org.synchronoss.cpo.core.Node
Sets the first child node in the linked-list of children.
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
setJavaName(String) - Method in class org.synchronoss.cpo.core.meta.bean.CpoAttributeBean
Sets the name of the JavaBean property this attribute binds to.
setJavaType(String) - Method in class org.synchronoss.cpo.core.meta.bean.CpoAttributeBean
Sets the Java type name of the bound JavaBean property.
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
setLogical(Logical) - Method in class org.synchronoss.cpo.core.BindableCpoWhere
Sets the Logical operator (e.g.
setLogical(Logical) - Method in interface org.synchronoss.cpo.core.CpoWhere
Sets the Logical operator (e.g.
setLoginTimeout(int) - Method in class org.synchronoss.cpo.jdbc.AbstractJdbcDataSource
 
setLogWriter(PrintWriter) - Method in class org.synchronoss.cpo.jdbc.AbstractJdbcDataSource
 
setLowestLatencyMillis(Long) - Method in class org.synchronoss.cpo.cassandra.HistogramOptions
Set the shortest latency expected to be recorded, in milliseconds
setMarker(String) - Method in class org.synchronoss.cpo.core.CpoNativeFunction
Sets the bind marker this function is associated with.
setMarshallerProperties(Marshaller) - Static method in class org.synchronoss.cpo.core.helper.XmlHelper
Configures a JAXB Marshaller with CPO's standard output settings: UTF-8 encoding and formatted (indented) output.
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
setName(String) - Method in class org.synchronoss.cpo.core.BindableCpoWhere
Sets a string representing the name of this instance of the CpoOrderBy
setName(String) - Method in interface org.synchronoss.cpo.core.CpoWhere
Sets a string representing the name of this instance of the CpoOrderBy
setName(String) - Method in class org.synchronoss.cpo.core.meta.bean.CpoClassBean
Sets the name of this metadata element.
setName(String) - Method in class org.synchronoss.cpo.core.meta.bean.CpoFunctionBean
Sets the name of this function.
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
setNextSibling(Node) - Method in class org.synchronoss.cpo.core.Node
Sets the NextSibling for this node.
setNot(boolean) - Method in class org.synchronoss.cpo.core.BindableCpoWhere
Sets whether this where clause's comparison result should be negated.
setNot(boolean) - Method in interface org.synchronoss.cpo.core.CpoWhere
Sets whether this where clause's comparison result should be negated.
setPageSize(Integer) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set the default request page size
setParent(Node) - Method in class org.synchronoss.cpo.core.Node
Sets the Parent Node for this Node.
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
setPrepared(boolean) - Method in class org.synchronoss.cpo.core.jta.CpoXaState
Sets whether this branch has been prepared (voted to commit) as part of two-phase commit.
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
setPrevSibling(Node) - Method in class org.synchronoss.cpo.core.Node
Sets the PrevSibling for this node.
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.
setRightAttribute(String) - Method in class org.synchronoss.cpo.core.BindableCpoWhere
Sets the name of the bean attribute to compare against, when comparing two attributes rather than an attribute and a literal value.
setRightAttribute(String) - Method in interface org.synchronoss.cpo.core.CpoWhere
Sets the name of the bean attribute to compare against, when comparing two attributes rather than an attribute and a literal value.
setRightAttributeFunction(String) - Method in class org.synchronoss.cpo.core.BindableCpoWhere
Sets a native datastore function (e.g.
setRightAttributeFunction(String) - Method in interface org.synchronoss.cpo.core.CpoWhere
Sets a native datastore function (e.g.
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
setScope(String) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoArgument
Sets this arguments scope
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
setStaticValue(String) - Method in class org.synchronoss.cpo.core.BindableCpoWhere
Sets a literal, unescaped value to use in place of a bound comparison value, inserted directly into the native expression.
setStaticValue(String) - Method in interface org.synchronoss.cpo.core.CpoWhere
Sets a literal, unescaped value to use in place of a bound comparison value, inserted directly into the native expression.
setSuccess(boolean) - Method in class org.synchronoss.cpo.core.jta.CpoXaState
Sets whether the work done on this branch so far is considered successful.
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
setTransactionTimeout(int) - Method in class org.synchronoss.cpo.core.jta.CpoBaseXaResource
Sets the current transaction timeout value for this XAResource instance.
setTransformClassName(String) - Method in class org.synchronoss.cpo.core.meta.bean.CpoAttributeBean
Sets the fully-qualified class name of the CpoTransform to apply to this attribute's value.
setType(String) - Method in class org.synchronoss.cpo.core.meta.bean.CpoFunctionGroupBean
Sets the CRUD type of this function group.
setTypeInfo(String) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoArgument
Sets the type info for this argument
setUserName(String) - Method in class org.synchronoss.cpo.cassandra.ClusterDataSourceInfo
Set the username
setValue(Object) - Method in class org.synchronoss.cpo.core.BindableCpoWhere
Sets the literal value to compare the attribute against.
setValue(Object) - Method in interface org.synchronoss.cpo.core.CpoWhere
Sets the literal value to compare the attribute against.
setValueFunction(String) - Method in class org.synchronoss.cpo.core.BindableCpoWhere
Sets a native datastore function (e.g.
setValueFunction(String) - Method in interface org.synchronoss.cpo.core.CpoWhere
Sets a native datastore function (e.g.
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
start(Xid, int) - Method in class org.synchronoss.cpo.core.jta.CpoBaseXaResource
Starts work on behalf of a transaction branch specified in xid.

T

toString() - Method in record class org.synchronoss.cpo.core.BindAttribute
Returns a string representation of this record class.
toString() - Method in record class org.synchronoss.cpo.core.CpoQuery
Returns a string representation of this record class.
toString() - Method in class org.synchronoss.cpo.core.meta.bean.CpoAttributeBean
 
toString() - Method in class org.synchronoss.cpo.core.meta.bean.CpoClassBean
 
toString() - Method in class org.synchronoss.cpo.core.meta.bean.CpoFunctionBean
 
toString() - Method in class org.synchronoss.cpo.core.meta.bean.CpoFunctionGroupBean
 
toString() - Method in record class org.synchronoss.cpo.core.meta.DataTypeMapEntry
Returns a string representation of this record class.
toString() - Method in class org.synchronoss.cpo.core.meta.domain.CpoArgument
toString() - Method in class org.synchronoss.cpo.core.meta.domain.CpoAttribute
 
toString() - Method in class org.synchronoss.cpo.core.meta.domain.CpoClass
toString() - Method in class org.synchronoss.cpo.core.meta.domain.CpoFunction
toString() - Method in class org.synchronoss.cpo.core.meta.domain.CpoFunctionGroup
toString() - Method in class org.synchronoss.cpo.jdbc.ClassJdbcDataSourceInfo
 
toString() - Method in class org.synchronoss.cpo.jdbc.DriverJdbcDataSourceInfo
 
toString(CpoClass) - Method in class org.synchronoss.cpo.core.BindableCpoOrderBy
Builds the native (SQL/CQL) order-by fragment for this clause against the given class's attribute-to-column mapping.
toString(CpoClass) - Method in class org.synchronoss.cpo.core.BindableCpoWhere
Builds the native (SQL/CQL) fragment for this where clause against the given class's attribute-to-column mapping.
toString(CpoClass) - Method in interface org.synchronoss.cpo.core.CpoOrderBy
Builds the native (SQL/CQL) order-by fragment for this clause against the given class's attribute-to-column mapping.
toStringFull() - Method in class org.synchronoss.cpo.core.meta.domain.CpoArgument
Gets the full field-by-field string representation of this argument, as produced by CpoClassBean.toString().
toStringFull() - Method in class org.synchronoss.cpo.core.meta.domain.CpoAttribute
Gets the full field-by-field string representation of this attribute, as produced by CpoAttributeBean.toString().
toStringFull() - Method in class org.synchronoss.cpo.core.meta.domain.CpoClass
Gets the full field-by-field string representation of this class, as produced by CpoClassBean.toString().
toStringFull() - Method in class org.synchronoss.cpo.core.meta.domain.CpoFunction
Gets the full field-by-field string representation of this function, as produced by CpoFunctionBean.toString().
toStringFull() - Method in class org.synchronoss.cpo.core.meta.domain.CpoFunctionGroup
Gets the full field-by-field string representation of this function group, as produced by CpoFunctionGroupBean.toString().
TransformCharArray - Class in org.synchronoss.cpo.jdbc.transform
Converts a char[] from a jdbc datasource getString() call and from a char[] to a setString() in a datasource
TransformCharArray() - Constructor for class org.synchronoss.cpo.jdbc.transform.TransformCharArray
Constructs a TransformCharArray
TransformClob - Class in org.synchronoss.cpo.jdbc.transform
Converts a java.sql.Clob from a jdbc datasource to a byte[] and from a byte[] to a java.sql.clob
TransformClob() - Constructor for class org.synchronoss.cpo.jdbc.transform.TransformClob
Construct a TransformClob
TransformGZipBytes - Class in org.synchronoss.cpo.jdbc.transform
Converts a compressed byte[] from a jdbc datasource to an uncompressed byte[] and from a byte[] to a compressed byte[] in a datasource
TransformGZipBytes() - Constructor for class org.synchronoss.cpo.jdbc.transform.TransformGZipBytes
Construct the TransformGZipBytes
transformIn(byte[]) - Method in class org.synchronoss.cpo.core.transform.TransformStringByte
Converts a raw datastore value into the bean-side representation.
transformIn(byte[]) - Method in class org.synchronoss.cpo.jdbc.transform.TransformGZipBytes
Transforms the datasource object into an object required by the class
transformIn(D) - Method in interface org.synchronoss.cpo.core.transform.CpoTransform
Converts a raw datastore value into the bean-side representation.
transformIn(Integer) - Method in class org.synchronoss.cpo.cassandra.transform.TransformNoOp
Transforms the datasource object into an object required by the class.
transformIn(Integer) - Method in class org.synchronoss.cpo.jdbc.transform.TransformNoOp
Transforms the datasource object into an object required by the class.
transformIn(Object) - Method in class org.synchronoss.cpo.core.AbstractCpoData
Transforms a value read from the datastore into the form expected by the bean attribute, applying the attribute's configured transform (if any).
transformIn(Object) - Method in interface org.synchronoss.cpo.core.CpoData
Transforms a value read from the datastore into the form expected by the bean attribute, applying the attribute's configured transform (if any).
transformIn(String) - Method in class org.synchronoss.cpo.jdbc.transform.TransformCharArray
Transforms the datasource object into an object required by the class
transformIn(String) - Method in class org.synchronoss.cpo.jdbc.transform.TransformStringChar
Transforms the datasource object into an object required by the class
transformIn(Clob) - Method in class org.synchronoss.cpo.jdbc.transform.TransformClob
Transforms the datasource object into an object required by the class
transformIn(Timestamp) - Method in class org.synchronoss.cpo.jdbc.transform.TransformTimestampToCalendar
Transforms the Timestamp to a Calendar java.sql.Timestamp returned from JDBC into a java.util.Calendar to be used by the class.
TransformNoOp - Class in org.synchronoss.cpo.cassandra.transform
This is an example of a transform that does nothing.
TransformNoOp - Class in org.synchronoss.cpo.jdbc.transform
This is an example of a transform that does nothing.
TransformNoOp() - Constructor for class org.synchronoss.cpo.cassandra.transform.TransformNoOp
Create a TransformNoOp
TransformNoOp() - Constructor for class org.synchronoss.cpo.jdbc.transform.TransformNoOp
Constructs a TransformNoOp
transformOut(byte[]) - Method in class org.synchronoss.cpo.jdbc.transform.TransformGZipBytes
 
transformOut(char[]) - Method in class org.synchronoss.cpo.jdbc.transform.TransformCharArray
 
transformOut(char[]) - Method in class org.synchronoss.cpo.jdbc.transform.TransformClob
 
transformOut(char[]) - Method in class org.synchronoss.cpo.jdbc.transform.TransformStringChar
 
transformOut(J) - Method in interface org.synchronoss.cpo.core.transform.CpoTransform
Converts a bean attribute's value into the raw datastore-side representation.
transformOut(Integer) - Method in class org.synchronoss.cpo.cassandra.transform.TransformNoOp
 
transformOut(Integer) - Method in class org.synchronoss.cpo.jdbc.transform.TransformNoOp
 
transformOut(Object) - Method in class org.synchronoss.cpo.cassandra.CassandraBoundStatementCpoData
 
transformOut(Object) - Method in class org.synchronoss.cpo.core.AbstractCpoData
Transforms a value read from the bean attribute into the form expected by the datastore, applying the attribute's configured transform (if any).
transformOut(Object) - Method in interface org.synchronoss.cpo.core.CpoData
Transforms a value read from the bean attribute into the form expected by the datastore, applying the attribute's configured transform (if any).
transformOut(Object) - Method in class org.synchronoss.cpo.jdbc.CallableStatementCpoData
 
transformOut(Object) - Method in class org.synchronoss.cpo.jdbc.JdbcPreparedStatementCpoData
 
transformOut(String) - Method in class org.synchronoss.cpo.core.transform.TransformStringByte
Converts a bean attribute's value into the raw datastore-side representation.
transformOut(Calendar) - Method in class org.synchronoss.cpo.jdbc.transform.TransformTimestampToCalendar
 
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.
transformOut(JdbcCallableStatementFactory, byte[]) - Method in class org.synchronoss.cpo.jdbc.transform.TransformGZipBytes
 
transformOut(JdbcCallableStatementFactory, char[]) - Method in class org.synchronoss.cpo.jdbc.transform.TransformCharArray
 
transformOut(JdbcCallableStatementFactory, char[]) - Method in class org.synchronoss.cpo.jdbc.transform.TransformClob
 
transformOut(JdbcCallableStatementFactory, char[]) - Method in class org.synchronoss.cpo.jdbc.transform.TransformStringChar
 
transformOut(JdbcCallableStatementFactory, J) - Method in interface org.synchronoss.cpo.jdbc.transform.JdbcCpoTransform
Transforms a java object to a data source object for the preparedstatement
transformOut(JdbcCallableStatementFactory, Integer) - Method in class org.synchronoss.cpo.jdbc.transform.TransformNoOp
Transforms the data from the class attribute to the object required by the datasource.
transformOut(JdbcCallableStatementFactory, Calendar) - Method in class org.synchronoss.cpo.jdbc.transform.TransformTimestampToCalendar
Transforms a calendar to a sql timestamp java.util.Calendar from the CPO Bean into a java.sql.Timestamp to be stored by JDBC
transformOut(JdbcPreparedStatementFactory, byte[]) - Method in class org.synchronoss.cpo.jdbc.transform.TransformGZipBytes
Transforms the data from the class attribute to the object required by the datasource
transformOut(JdbcPreparedStatementFactory, char[]) - Method in class org.synchronoss.cpo.jdbc.transform.TransformCharArray
Transforms the data from the class attribute to the object required by the datasource
transformOut(JdbcPreparedStatementFactory, char[]) - Method in class org.synchronoss.cpo.jdbc.transform.TransformClob
Transforms the data from the class attribute to the object required by the datasource
transformOut(JdbcPreparedStatementFactory, char[]) - Method in class org.synchronoss.cpo.jdbc.transform.TransformStringChar
Transforms the data from the class attribute to the object required by the datasource
transformOut(JdbcPreparedStatementFactory, J) - Method in interface org.synchronoss.cpo.jdbc.transform.JdbcCpoTransform
Transforms a java object to a data source object for the preparedstatement
transformOut(JdbcPreparedStatementFactory, Integer) - Method in class org.synchronoss.cpo.jdbc.transform.TransformNoOp
Transforms the data from the class attribute to the object required by the datasource.
transformOut(JdbcPreparedStatementFactory, Calendar) - Method in class org.synchronoss.cpo.jdbc.transform.TransformTimestampToCalendar
Transforms a calendar to a sql timestamp java.util.Calendar from the CPO Bean into a java.sql.Timestamp to be stored by JDBC
TransformStringByte - Class in org.synchronoss.cpo.core.transform
Converts a String to a byte[]
TransformStringByte() - Constructor for class org.synchronoss.cpo.core.transform.TransformStringByte
Creates an instance.
TransformStringChar - Class in org.synchronoss.cpo.jdbc.transform
Converts a String from a jdbc datasource to a char[] and from a char[] to a String in a datasource
TransformStringChar() - Constructor for class org.synchronoss.cpo.jdbc.transform.TransformStringChar
Convert a TransformStringChar
TransformTimestampToCalendar - Class in org.synchronoss.cpo.jdbc.transform
Converts a java.sql.Timestamp from a jdbc datasource to a java.util.Calendar and from a java.util.Calendar to a java.sql.Timestamp in a datasource.
TransformTimestampToCalendar() - Constructor for class org.synchronoss.cpo.jdbc.transform.TransformTimestampToCalendar
Construct a TransformTimestampToCalendar

U

unmarshalXmlObject(String, String, Class<T>, StringBuilder) - Static method in class org.synchronoss.cpo.core.helper.XmlHelper
Loads, schema-validates, and unmarshals an XML document into an instance of objClass, using a hardened SAX parser (DOCTYPE and external entities disabled) to guard against XXE and entity-expansion attacks from untrusted input.
unwrap(Class<T>) - Method in class org.synchronoss.cpo.jdbc.AbstractJdbcDataSource
 
UPDATE - Enum constant in enum class org.synchronoss.cpo.core.enums.Crud
Identifies the operation to be processed by CPO.
updateBean(String, T) - Method in interface org.synchronoss.cpo.core.CpoAdapter
Updates the bean in the datasource using the named UPDATE function group.
updateBean(CpoQuery, T) - Method in interface org.synchronoss.cpo.core.CpoAdapter
Updates the bean in the datasource using the query's UPDATE function group.
updateBean(CpoQuery, T) - Method in class org.synchronoss.cpo.core.CpoBaseAdapter
 
updateBean(CpoQuery, T) - Method in class org.synchronoss.cpo.jdbc.jta.JdbcCpoXaAdapter
 
updateBean(T) - Method in interface org.synchronoss.cpo.core.CpoAdapter
Updates the bean in the datasource using the default UPDATE function group.
updateBeans(String, List<T>) - Method in interface org.synchronoss.cpo.core.CpoAdapter
Updates the beans in the datasource using the named UPDATE function group.
updateBeans(List<T>) - Method in interface org.synchronoss.cpo.core.CpoAdapter
Updates the beans in the datasource using the default UPDATE function group.
updateBeans(CpoQuery, List<T>) - Method in interface org.synchronoss.cpo.core.CpoAdapter
Updates the beans in the datasource using the query's UPDATE function group, batching where the datasource supports it.
updateBeans(CpoQuery, List<T>) - Method in class org.synchronoss.cpo.core.CpoBaseAdapter
 
updateBeans(CpoQuery, List<T>) - Method in class org.synchronoss.cpo.jdbc.jta.JdbcCpoXaAdapter
 
UPSERT - Enum constant in enum class org.synchronoss.cpo.core.enums.Crud
Identifies the operation to be processed by CPO.
upsertBean(String, T) - Method in interface org.synchronoss.cpo.core.CpoAdapter
Inserts or updates the bean using the named UPSERT function group.
upsertBean(CpoQuery, T) - Method in interface org.synchronoss.cpo.core.CpoAdapter
Inserts or updates the bean using the query's UPSERT function group: the EXIST function decides whether the CREATE or UPDATE function is executed.
upsertBean(CpoQuery, T) - Method in class org.synchronoss.cpo.core.CpoBaseAdapter
 
upsertBean(CpoQuery, T) - Method in class org.synchronoss.cpo.jdbc.jta.JdbcCpoXaAdapter
 
upsertBean(T) - Method in interface org.synchronoss.cpo.core.CpoAdapter
Inserts or updates the bean using the default UPSERT function group.
upsertBeans(String, List<T>) - Method in interface org.synchronoss.cpo.core.CpoAdapter
Inserts or updates the beans using the named UPSERT function group.
upsertBeans(List<T>) - Method in interface org.synchronoss.cpo.core.CpoAdapter
Inserts or updates the beans using the default UPSERT function group.
upsertBeans(CpoQuery, List<T>) - Method in interface org.synchronoss.cpo.core.CpoAdapter
Inserts or updates the beans using the query's UPSERT function group: for each bean the EXIST function decides whether the CREATE or UPDATE function is executed.
upsertBeans(CpoQuery, List<T>) - Method in class org.synchronoss.cpo.core.CpoBaseAdapter
 
upsertBeans(CpoQuery, List<T>) - Method in class org.synchronoss.cpo.jdbc.jta.JdbcCpoXaAdapter
 

V

valueOf(String) - Static method in enum class org.synchronoss.cpo.core.enums.Comparison
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.synchronoss.cpo.core.enums.Crud
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.synchronoss.cpo.core.enums.Logical
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.synchronoss.cpo.core.jta.CpoXaError
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.synchronoss.cpo.core.enums.Comparison
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.synchronoss.cpo.core.enums.Crud
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.synchronoss.cpo.core.enums.Logical
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.synchronoss.cpo.core.jta.CpoXaError
Returns an array containing the constants of this enum class, in the order they are declared.
visit(CpoArgument) - Method in class org.synchronoss.cpo.cassandra.exporter.CassandraMetaXmlObjectExporter
 
visit(CpoArgument) - Method in class org.synchronoss.cpo.core.exporter.AbstractMetaVisitor
 
visit(CpoArgument) - Method in class org.synchronoss.cpo.core.exporter.CoreMetaXmlObjectExporter
 
visit(CpoArgument) - Method in interface org.synchronoss.cpo.core.MetaVisitor
Visits an argument node in the meta model.
visit(CpoArgument) - Method in class org.synchronoss.cpo.jdbc.exporter.JdbcMetaXmlObjectExporter
 
visit(CpoAttribute) - Method in class org.synchronoss.cpo.cassandra.exporter.CassandraMetaXmlObjectExporter
 
visit(CpoAttribute) - Method in class org.synchronoss.cpo.core.exporter.CoreMetaXmlObjectExporter
 
visit(CpoAttribute) - Method in class org.synchronoss.cpo.core.exporter.CpoClassSourceGenerator
 
visit(CpoAttribute) - Method in class org.synchronoss.cpo.core.exporter.CpoInterfaceSourceGenerator
 
visit(CpoAttribute) - Method in interface org.synchronoss.cpo.core.MetaVisitor
Visits an attribute node in the meta model.
visit(CpoAttribute) - Method in class org.synchronoss.cpo.jdbc.exporter.JdbcMetaXmlObjectExporter
 
visit(CpoClass) - Method in class org.synchronoss.cpo.core.exporter.CoreMetaXmlObjectExporter
 
visit(CpoClass) - Method in class org.synchronoss.cpo.core.exporter.CpoClassSourceGenerator
 
visit(CpoClass) - Method in class org.synchronoss.cpo.core.exporter.CpoInterfaceSourceGenerator
 
visit(CpoClass) - Method in class org.synchronoss.cpo.core.exporter.CpoLegacyClassSourceGenerator
 
visit(CpoClass) - Method in interface org.synchronoss.cpo.core.MetaVisitor
Visits a class node in the meta model.
visit(CpoFunction) - Method in class org.synchronoss.cpo.core.exporter.AbstractMetaVisitor
 
visit(CpoFunction) - Method in class org.synchronoss.cpo.core.exporter.CoreMetaXmlObjectExporter
 
visit(CpoFunction) - Method in interface org.synchronoss.cpo.core.MetaVisitor
Visits a function node in the meta model.
visit(CpoFunctionGroup) - Method in class org.synchronoss.cpo.core.exporter.AbstractMetaVisitor
 
visit(CpoFunctionGroup) - Method in class org.synchronoss.cpo.core.exporter.CoreMetaXmlObjectExporter
 
visit(CpoFunctionGroup) - Method in interface org.synchronoss.cpo.core.MetaVisitor
Visits a function group node in the meta model.
visit(Node) - Method in class org.synchronoss.cpo.core.BindableWhereBuilder
This is called for component elements which have no children
visit(Node) - Method in interface org.synchronoss.cpo.core.NodeVisitor
This is called for component elements which have no children
visitBegin(Node) - Method in class org.synchronoss.cpo.core.BindableWhereBuilder
This is called by composite nodes prior to visiting children
visitBegin(Node) - Method in interface org.synchronoss.cpo.core.NodeVisitor
This is called by composite nodes prior to visiting children
visitEnd(Node) - Method in class org.synchronoss.cpo.core.BindableWhereBuilder
This is called by composite nodes after visiting children
visitEnd(Node) - Method in interface org.synchronoss.cpo.core.NodeVisitor
This is called by composite nodes after visiting children
visitMiddle(Node) - Method in class org.synchronoss.cpo.core.BindableWhereBuilder
This is called for composite nodes between visiting children
visitMiddle(Node) - Method in interface org.synchronoss.cpo.core.NodeVisitor
This is called for composite nodes between visiting children

W

where(CpoWhere) - Method in record class org.synchronoss.cpo.core.CpoQuery
Adds a where constraint.
wheres() - Method in record class org.synchronoss.cpo.core.CpoQuery
Returns the value of the wheres record component.
wheres(Collection<CpoWhere>) - Method in record class org.synchronoss.cpo.core.CpoQuery
Adds a collection of where constraints.

X

XA_ASSOCIATED - Static variable in class org.synchronoss.cpo.core.jta.CpoXaState
The transaction branch is currently associated with a resource manager.
XA_HEURCOM - Enum constant in enum class org.synchronoss.cpo.core.jta.CpoXaError
Mirrors XAException.XA_HEURCOM: the transaction branch has been heuristically committed.
XA_HEURHAZ - Enum constant in enum class org.synchronoss.cpo.core.jta.CpoXaError
Mirrors XAException.XA_HEURHAZ: the transaction branch may have been heuristically completed.
XA_HEURMIX - Enum constant in enum class org.synchronoss.cpo.core.jta.CpoXaError
Mirrors XAException.XA_HEURMIX: the transaction branch has been heuristically committed and rolled back.
XA_HEURRB - Enum constant in enum class org.synchronoss.cpo.core.jta.CpoXaError
Mirrors XAException.XA_HEURRB: the transaction branch has been heuristically rolled back.
XA_NOMIGRATE - Enum constant in enum class org.synchronoss.cpo.core.jta.CpoXaError
Mirrors XAException.XA_NOMIGRATE: resumption must occur where the suspension occurred.
XA_RBBASE - Enum constant in enum class org.synchronoss.cpo.core.jta.CpoXaError
Mirrors XAException.XA_RBBASE: the inclusive lower bound of the rollback codes.
XA_RBCOMMFAIL - Enum constant in enum class org.synchronoss.cpo.core.jta.CpoXaError
Mirrors XAException.XA_RBCOMMFAIL: the rollback was caused by a communication failure.
XA_RBDEADLOCK - Enum constant in enum class org.synchronoss.cpo.core.jta.CpoXaError
Mirrors XAException.XA_RBDEADLOCK: a deadlock was detected.
XA_RBEND - Enum constant in enum class org.synchronoss.cpo.core.jta.CpoXaError
Mirrors XAException.XA_RBEND: the inclusive upper bound of the rollback codes.
XA_RBINTEGRITY - Enum constant in enum class org.synchronoss.cpo.core.jta.CpoXaError
Mirrors XAException.XA_RBINTEGRITY: a condition that violates the integrity of the resource was detected.
XA_RBOTHER - Enum constant in enum class org.synchronoss.cpo.core.jta.CpoXaError
Mirrors XAException.XA_RBOTHER: the resource manager rolled back for a reason not on this list.
XA_RBPROTO - Enum constant in enum class org.synchronoss.cpo.core.jta.CpoXaError
Mirrors XAException.XA_RBPROTO: a protocol error occurred in the resource manager.
XA_RBROLLBACK - Enum constant in enum class org.synchronoss.cpo.core.jta.CpoXaError
Mirrors XAException.XA_RBROLLBACK: the rollback was caused by an unspecified reason.
XA_RBTIMEOUT - Enum constant in enum class org.synchronoss.cpo.core.jta.CpoXaError
Mirrors XAException.XA_RBTIMEOUT: a transaction branch took too long.
XA_RBTRANSIENT - Enum constant in enum class org.synchronoss.cpo.core.jta.CpoXaError
Mirrors XAException.XA_RBTRANSIENT: may retry the transaction branch.
XA_RDONLY - Enum constant in enum class org.synchronoss.cpo.core.jta.CpoXaError
Mirrors XAException.XA_RDONLY: the transaction branch was read-only and has been committed.
XA_RETRY - Enum constant in enum class org.synchronoss.cpo.core.jta.CpoXaError
Mirrors XAException.XA_RETRY: routine returned with no effect and may be reissued.
XA_SUSPENDED - Static variable in class org.synchronoss.cpo.core.jta.CpoXaState
The transaction branch's association has been temporarily suspended.
XA_UNASSOCIATED - Static variable in class org.synchronoss.cpo.core.jta.CpoXaState
The transaction branch has no resource manager currently associated with it.
XAER_ASYNC - Enum constant in enum class org.synchronoss.cpo.core.jta.CpoXaError
Mirrors XAException.XAER_ASYNC: an asynchronous operation is already outstanding.
XAER_DUPID - Enum constant in enum class org.synchronoss.cpo.core.jta.CpoXaError
Mirrors XAException.XAER_DUPID: the Xid already exists.
XAER_INVAL - Enum constant in enum class org.synchronoss.cpo.core.jta.CpoXaError
Mirrors XAException.XAER_INVAL: invalid arguments were given.
XAER_NOTA - Enum constant in enum class org.synchronoss.cpo.core.jta.CpoXaError
Mirrors XAException.XAER_NOTA: the Xid is not valid.
XAER_OUTSIDE - Enum constant in enum class org.synchronoss.cpo.core.jta.CpoXaError
Mirrors XAException.XAER_OUTSIDE: the resource manager is doing work outside a global transaction.
XAER_PROTO - Enum constant in enum class org.synchronoss.cpo.core.jta.CpoXaError
Mirrors XAException.XAER_PROTO: the routine was invoked in an improper context.
XAER_RMERR - Enum constant in enum class org.synchronoss.cpo.core.jta.CpoXaError
Mirrors XAException.XAER_RMERR: a resource manager error occurred.
XAER_RMFAIL - Enum constant in enum class org.synchronoss.cpo.core.jta.CpoXaError
Mirrors XAException.XAER_RMFAIL: the resource manager has failed and is unavailable.
XmlExporterServlet - Class in org.synchronoss.cpo.core.exporter
Servlet that will output the current state of a meta descriptor in the form of xml.
XmlExporterServlet() - Constructor for class org.synchronoss.cpo.core.exporter.XmlExporterServlet
Constructs the servlet.
XmlHelper - Class in org.synchronoss.cpo.core.helper
Static helpers for locating and safely unmarshalling CPO's XML configuration and meta data files.
A B C D E F G H I J L M N O P R S T U V W X 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form