Uses of Interface
com.tangosol.run.xml.XmlConfigurable
Package
Description
Contains classes providing cache persistence of serialized objects.
Contains Sleepycat Berkeley DB BinaryStore implementation classes.
Contains classes related to POF serialization and deserialization.
Contains basic cluster interfaces and factories.
Contains classes and helpers for implementing various types of persistence.
Contains various generic utilities.
-
Uses of XmlConfigurable in com.tangosol.io
-
Uses of XmlConfigurable in com.tangosol.io.bdb
Modifier and TypeClassDescriptionclass
An implementation of the BinaryStoreManager interface using Sleepycat Berkeley DB Java Edition. -
Uses of XmlConfigurable in com.tangosol.io.pof
Modifier and TypeClassDescriptionclass
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 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
Modifier and TypeInterfaceDescriptioninterface
The BackingMapManager context is used by the CacheService to pass information to the BackingMapManager during the service initialization.Modifier and TypeClassDescriptionclass
Deprecated.As of Coherence 3.7class
Deprecated.class
SocketOptions provides a means to configure the various aspects of Sockets. -
Uses of XmlConfigurable in com.tangosol.persistence
Modifier and TypeClassDescriptionclass
ASnapshotArchiverFactory
implementation that creates instances of a SnapshotArchiver class configured using an XmlElement. -
Uses of XmlConfigurable in com.tangosol.util
Modifier and TypeClassDescriptionstatic class
An implementation of BackingMapManagerContext that does nothing.