Uses of Interface
com.tangosol.run.xml.XmlConfigurable
-
Packages that use XmlConfigurable Package Description com.tangosol.io Contains classes providing cache persistence of serialized objects.com.tangosol.io.bdb Contains Sleepycat Berkeley DB BinaryStore implementation classes.com.tangosol.io.pof Contains classes related to POF serialization and deserialization.com.tangosol.net Contains basic cluster interfaces and factories.com.tangosol.persistence Contains classes and helpers for implementing various types of persistence.com.tangosol.util Contains various generic utilities. -
-
Uses of XmlConfigurable in com.tangosol.io
Classes in com.tangosol.io that implement XmlConfigurable Modifier and Type Class Description class
ConfigurableSerializerFactory
Deprecated. -
Uses of XmlConfigurable in com.tangosol.io.bdb
Classes in com.tangosol.io.bdb that implement XmlConfigurable Modifier and Type Class Description class
BerkeleyDBBinaryStoreManager
An implementation of the BinaryStoreManager interface using Sleepycat Berkeley DB Java Edition. -
Uses of XmlConfigurable in com.tangosol.io.pof
Classes in com.tangosol.io.pof that implement XmlConfigurable Modifier and Type Class Description class
ConfigurablePofContext
This class implements thePofContext
interface using information provided in a configuration file (or in a passed XML configuration) as well as classes annotated withPortableType
.class
SafeConfigurablePofContext
SafeConfigurablePofContext is an extension of ConfigurablePofContext that can serialize and deserialize any valid POF user type, even those that have not been explicitly configured, as well as any Java serializable types (Serializable, Externalizable, or ExternalizableLite). -
Uses of XmlConfigurable in com.tangosol.net
Subinterfaces of XmlConfigurable in com.tangosol.net Modifier and Type Interface Description interface
BackingMapManagerContext
The BackingMapManager context is used by the CacheService to pass information to the BackingMapManager during the service initialization.Classes in com.tangosol.net that implement XmlConfigurable Modifier and Type Class Description class
CompressionFilter
Deprecated.As of Coherence 3.7class
ConfigurableAddressProviderFactory
Deprecated.class
SocketOptions
SocketOptions provides a means to configure the various aspects of Sockets. -
Uses of XmlConfigurable in com.tangosol.persistence
Classes in com.tangosol.persistence that implement XmlConfigurable Modifier and Type Class Description class
ConfigurableSnapshotArchiverFactory
ASnapshotArchiverFactory
implementation that creates instances of a SnapshotArchiver class configured using an XmlElement. -
Uses of XmlConfigurable in com.tangosol.util
Classes in com.tangosol.util that implement XmlConfigurable Modifier and Type Class Description static class
NullImplementation.NullBackingMapManagerContext
An implementation of BackingMapManagerContext that does nothing.
-