Uses of Interface
com.tangosol.io.WrapperStreamFactory
-
Packages that use WrapperStreamFactory Package Description com.tangosol.coherence.config.xml.processor Defines the Xml document Element and Attribute Processors for Coherence Cache Configuration files.com.tangosol.net Contains basic cluster interfaces and factories. -
-
Uses of WrapperStreamFactory in com.tangosol.coherence.config.xml.processor
Methods in com.tangosol.coherence.config.xml.processor that return types with arguments of type WrapperStreamFactory Modifier and Type Method Description List<WrapperStreamFactory>
WrapperStreamFactoryListProcessor. process(ProcessingContext context, XmlElement xmlElement)
Deprecated.Process anXmlElement
to return a specific type of value. -
Uses of WrapperStreamFactory in com.tangosol.net
Classes in com.tangosol.net that implement WrapperStreamFactory Modifier and Type Class Description class
CompressionFilter
Deprecated.As of Coherence 3.7Methods in com.tangosol.net that return types with arguments of type WrapperStreamFactory Modifier and Type Method Description Map<String,WrapperStreamFactory>
ClusterDependencies. getFilterMap()
Obtain the map of filter name to WrapperStreamFactory.Map<String,WrapperStreamFactory>
OperationalContext. getFilterMap()
Return a Map of network filter factories.
-