Uses of Interface
com.tangosol.io.pof.PofWriter
-
Packages that use PofWriter Package Description com.oracle.coherence.concurrent Coherence Concurrent utilities based on java.util.concurrent.com.oracle.coherence.concurrent.atomic A small toolkit of classes that support lock-free thread-safe programming on single variables.com.oracle.coherence.concurrent.locks Interfaces and classes providing a framework for locking and waiting for conditions that is distinct from built-in synchronization and monitors.com.tangosol.coherence.config Defines the Coherence configuration object model for accessing, customizing and or modifying configuration.com.tangosol.coherence.config.builder Defines the typical runtime configuration builders for the Coherence configuration object model.com.tangosol.coherence.jcache Contains classes related to Coherence JCache.com.tangosol.coherence.jcache.common Common utilities used by Coherence JCache.com.tangosol.coherence.jcache.partitionedcache Contains classes related to partitioned cache implementation of Coherence JCache.com.tangosol.coherence.jcache.passthroughcache Contains classes related to pass-through cache implementation of Coherence JCache.com.tangosol.coherence.rest.util Contains packages and classes related to the Coherence REST API utilities.com.tangosol.coherence.rest.util.extractor Contains classes related to REST-based extractor.com.tangosol.coherence.rest.util.updater Contains classes related to REST-based updater.com.tangosol.config.expression Defines classes and interfaces for representing and evaluating expressions.com.tangosol.io.pof Contains classes related to POF serialization and deserialization.com.tangosol.io.pof.reflect Contains classes related to POF stream navigation and manipulation.com.tangosol.net Contains basic cluster interfaces and factories.com.tangosol.net.partition Contains interfaces and classes related to partitioned services.com.tangosol.net.security Contains classes related to the Coherence Security Framework.com.tangosol.net.topic Contains classes that providing topic entities for publish/subscribe messaging.com.tangosol.run.xml Contains classes providing basic XML related functionality.com.tangosol.util Contains various generic utilities.com.tangosol.util.aggregator Contains concreteInvocableMap.EntryAggregator
implementations.com.tangosol.util.comparator Contains concreteComparator
implementations and related interfaces.com.tangosol.util.extractor ContainsValueExtractor
andValueUpdater
related classes.com.tangosol.util.filter Contains concreteFilter
implementations and related interfaces.com.tangosol.util.processor Contains concreteInvocableMap.EntryProcessor
implementations.com.tangosol.util.transformer Contains concreteMapEventTransformer
implementations. -
-
Uses of PofWriter in com.oracle.coherence.concurrent
Methods in com.oracle.coherence.concurrent with parameters of type PofWriter Modifier and Type Method Description void
PermitAcquirer. writeExternal(PofWriter out)
-
Uses of PofWriter in com.oracle.coherence.concurrent.atomic
Methods in com.oracle.coherence.concurrent.atomic with parameters of type PofWriter Modifier and Type Method Description void
AtomicBoolean.Serializer. serialize(PofWriter out, AtomicBoolean value)
void
AtomicInteger.Serializer. serialize(PofWriter out, AtomicInteger value)
void
AtomicLong.Serializer. serialize(PofWriter out, AtomicLong value)
void
AtomicMarkableReference.Serializer. serialize(PofWriter out, AtomicMarkableReference<V> value)
void
AtomicReference.Serializer. serialize(PofWriter out, AtomicReference<V> value)
void
AtomicStampedReference.Serializer. serialize(PofWriter out, AtomicStampedReference<V> value)
-
Uses of PofWriter in com.oracle.coherence.concurrent.locks
Methods in com.oracle.coherence.concurrent.locks with parameters of type PofWriter Modifier and Type Method Description void
LockOwner. writeExternal(PofWriter out)
-
Uses of PofWriter in com.tangosol.coherence.config
Methods in com.tangosol.coherence.config with parameters of type PofWriter Modifier and Type Method Description void
ParameterMacroExpression. writeExternal(PofWriter out)
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
ResolvableParameterList. writeExternal(PofWriter writer)
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
SimpleParameterList. writeExternal(PofWriter writer)
Save the contents of a POF user type instance by writing its state using the specified PofWriter object. -
Uses of PofWriter in com.tangosol.coherence.config.builder
Methods in com.tangosol.coherence.config.builder with parameters of type PofWriter Modifier and Type Method Description void
InstanceBuilder. writeExternal(PofWriter writer)
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
StaticFactoryInstanceBuilder. writeExternal(PofWriter writer)
Save the contents of a POF user type instance by writing its state using the specified PofWriter object. -
Uses of PofWriter in com.tangosol.coherence.jcache
Methods in com.tangosol.coherence.jcache with parameters of type PofWriter Modifier and Type Method Description void
AbstractCoherenceBasedCompleteConfiguration. writeExternal(PofWriter out)
-
Uses of PofWriter in com.tangosol.coherence.jcache.common
Methods in com.tangosol.coherence.jcache.common with parameters of type PofWriter Modifier and Type Method Description void
CoherenceEntryProcessorResult. writeExternal(PofWriter writer)
void
ContextJCacheStatistics. writeExternal(PofWriter out)
void
JCacheEntryMetaInf. writeExternal(PofWriter pofWriter)
void
JCacheIdentifier. writeExternal(PofWriter pofWriter)
void
NonSyntheticEntryFilter. writeExternal(PofWriter pofWriter)
-
Uses of PofWriter in com.tangosol.coherence.jcache.partitionedcache
Methods in com.tangosol.coherence.jcache.partitionedcache with parameters of type PofWriter Modifier and Type Method Description void
PartitionedCacheSyntheticDeleteMapListener.JCacheExpiryEntryFilter. writeExternal(PofWriter pofWriter)
void
PartitionedJCacheStatistics.CacheStatisticsExtractor. writeExternal(PofWriter out)
void
PartitionedJCacheStatistics.PartitionedCacheStatisticsAggregator. writeExternal(PofWriter out)
void
PartitionedJCacheStatistics.PartitionedCacheStatisticsClear. writeExternal(PofWriter out)
-
Uses of PofWriter in com.tangosol.coherence.jcache.passthroughcache
Methods in com.tangosol.coherence.jcache.passthroughcache with parameters of type PofWriter Modifier and Type Method Description void
PassThroughFilterAdapter. writeExternal(PofWriter writer)
-
Uses of PofWriter in com.tangosol.coherence.rest.util
Methods in com.tangosol.coherence.rest.util with parameters of type PofWriter Modifier and Type Method Description void
JsonMap.Serializer. serialize(PofWriter out, JsonMap value)
void
MvelManipulator. writeExternal(PofWriter out)
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
PropertySet. writeExternal(PofWriter writer)
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
PropertySpec. writeExternal(PofWriter writer)
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
StaticContent. writeExternal(PofWriter out)
-
Uses of PofWriter in com.tangosol.coherence.rest.util.extractor
Methods in com.tangosol.coherence.rest.util.extractor with parameters of type PofWriter Modifier and Type Method Description void
MvelExtractor. writeExternal(PofWriter out)
Save the contents of a POF user type instance by writing its state using the specified PofWriter object. -
Uses of PofWriter in com.tangosol.coherence.rest.util.updater
Methods in com.tangosol.coherence.rest.util.updater with parameters of type PofWriter Modifier and Type Method Description void
MvelUpdater. writeExternal(PofWriter out)
Save the contents of a POF user type instance by writing its state using the specified PofWriter object. -
Uses of PofWriter in com.tangosol.config.expression
Methods in com.tangosol.config.expression with parameters of type PofWriter Modifier and Type Method Description void
ChainedParameterResolver. writeExternal(PofWriter out)
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
LiteralExpression. writeExternal(PofWriter writer)
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
NullParameterResolver. writeExternal(PofWriter writer)
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
Parameter. writeExternal(PofWriter writer)
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
ScopedParameterResolver. writeExternal(PofWriter writer)
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
ValueMacroExpression. writeExternal(PofWriter writer)
Save the contents of a POF user type instance by writing its state using the specified PofWriter object. -
Uses of PofWriter in com.tangosol.io.pof
Classes in com.tangosol.io.pof that implement PofWriter Modifier and Type Class Description class
PofBufferWriter
PofWriter
implementation that writes POF-encoded data to aBufferOutput
.static class
PofBufferWriter.UserTypeWriter
The UserTypeWriter implementation is a contextually-aware PofWriter whose purpose is to write the properties of a value of a specified user type.Methods in com.tangosol.io.pof that return PofWriter Modifier and Type Method Description PofWriter
PofBufferWriter. createNestedPofWriter(int iProp)
Obtain a PofWriter that can be used to write a set of properties into a single property of the current user type.PofWriter
PofBufferWriter. createNestedPofWriter(int iProp, int nTypeId)
Obtain a PofWriter that can be used to write a set of properties into a single property of the current user type.PofWriter
PofBufferWriter.UserTypeWriter. createNestedPofWriter(int iProp)
Obtain a PofWriter that can be used to write a set of properties into a single property of the current user type.PofWriter
PofBufferWriter.UserTypeWriter. createNestedPofWriter(int iProp, int nTypeId)
Obtain a PofWriter that can be used to write a set of properties into a single property of the current user type.PofWriter
PofWriter. createNestedPofWriter(int iProp)
Obtain a PofWriter that can be used to write a set of properties into a single property of the current user type.PofWriter
PofWriter. createNestedPofWriter(int iProp, int nTypeId)
Obtain a PofWriter that can be used to write a set of properties into a single property of the current user type.PofWriter
PofOutputStream. getPofWriter()
Obtain the underlying PofWriter.Methods in com.tangosol.io.pof with parameters of type PofWriter Modifier and Type Method Description void
EnumPofSerializer. serialize(PofWriter writer, Object o)
Serialize a user type instance to a POF stream by writing its state using the specified PofWriter object.void
ExternalizableLitePofSerializer. serialize(PofWriter out, Object o)
Serialize a user type instance to a POF stream by writing its state using the specified PofWriter object.void
ExternalizablePofSerializer. serialize(PofWriter out, Object o)
Serialize a user type instance to a POF stream by writing its state using the specified PofWriter object.void
InetAddressSerializer. serialize(PofWriter out, InetAddress addr)
void
InetSocketAddressSerializer. serialize(PofWriter out, InetSocketAddress addr)
void
OptionalDoubleSerializer. serialize(PofWriter out, OptionalDouble value)
void
OptionalIntSerializer. serialize(PofWriter out, OptionalInt value)
void
OptionalLongSerializer. serialize(PofWriter out, OptionalLong value)
void
OptionalSerializer. serialize(PofWriter out, Optional value)
void
PofAnnotationSerializer. serialize(PofWriter out, Object o)
Serialize a user type instance to a POF stream by writing its state using the specified PofWriter object.void
PofSerializer. serialize(PofWriter out, T value)
Serialize a user type instance to a POF stream by writing its state using the specified PofWriter object.void
PortableObjectSerializer. serialize(PofWriter out, Object o)
Serialize a user type instance to a POF stream by writing its state using the specified PofWriter object.void
PortableTypeSerializer. serialize(PofWriter writer, T value)
void
PrincipalPofSerializer. serialize(PofWriter out, Object o)
Serialize a user type instance to a POF stream by writing its state using the specified PofWriter object.void
SafeConfigurablePofContext.ExternalSerializer. serialize(PofWriter out, Object o)
Serialize a user type instance to a POF stream by writing its state using the specified PofWriter object.void
SafeConfigurablePofContext.SafePofSerializer. serialize(PofWriter out, Object o)
Serialize a user type instance to a POF stream by writing its state using the specified PofWriter object.void
SerializableSerializer. serialize(PofWriter writer, Object o)
void
SubjectPofSerializer. serialize(PofWriter out, Object o)
Serialize a user type instance to a POF stream by writing its state using the specified PofWriter object.void
ThrowablePofSerializer. serialize(PofWriter out, Object o)
void
XmlSerializablePofSerializer. serialize(PofWriter out, Object o)
Serialize a user type instance to a POF stream by writing its state using the specified PofWriter object.void
PortableException. writeExternal(PofWriter out)
void
PortableObject. writeExternal(PofWriter out)
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.Constructors in com.tangosol.io.pof with parameters of type PofWriter Constructor Description PofOutputStream(PofWriter out)
Construct a PofOutputStream that will write its information to an underlyingPofWriter
. -
Uses of PofWriter in com.tangosol.io.pof.reflect
Methods in com.tangosol.io.pof.reflect with parameters of type PofWriter Modifier and Type Method Description void
Codec. encode(PofWriter out, int iProp, Object value)
Serialize an object using the providedPofWriter
.void
Codecs.AbstractCodec. encode(PofWriter out, int index, Object value)
Serialize an object using the providedPofWriter
.void
SimplePofPath. writeExternal(PofWriter out)
Save the contents of a POF user type instance by writing its state using the specified PofWriter object. -
Uses of PofWriter in com.tangosol.net
Methods in com.tangosol.net with parameters of type PofWriter Modifier and Type Method Description void
AbstractPriorityTask. writeExternal(PofWriter out)
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
RequestIncompleteException. writeExternal(PofWriter out)
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
RequestPolicyException. writeExternal(PofWriter out)
Save the contents of a POF user type instance by writing its state using the specified PofWriter object. -
Uses of PofWriter in com.tangosol.net.partition
Methods in com.tangosol.net.partition with parameters of type PofWriter Modifier and Type Method Description void
DefaultVersionedPartitions. writeExternal(PofWriter out)
void
Ownership. writeExternal(PofWriter out)
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
PartitionSet. writeExternal(PofWriter out)
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
SimplePartitionKey. writeExternal(PofWriter out)
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
VersionedOwnership. writeExternal(PofWriter out)
Save the contents of a POF user type instance by writing its state using the specified PofWriter object. -
Uses of PofWriter in com.tangosol.net.security
Methods in com.tangosol.net.security with parameters of type PofWriter Modifier and Type Method Description void
PermissionInfo. writeExternal(PofWriter out)
Save the contents of a POF user type instance by writing its state using the specified PofWriter object. -
Uses of PofWriter in com.tangosol.net.topic
Methods in com.tangosol.net.topic with parameters of type PofWriter Modifier and Type Method Description void
Publisher.FailOnFull. writeExternal(PofWriter out)
void
Publisher.OrderById. writeExternal(PofWriter out)
void
Publisher.OrderByNone. writeExternal(PofWriter out)
void
Publisher.OrderByThread. writeExternal(PofWriter out)
void
Publisher.OrderByValue. writeExternal(PofWriter out)
void
Subscriber.CommitResult. writeExternal(PofWriter out)
void
Subscriber.CompleteOnEmpty. writeExternal(PofWriter out)
void
Subscriber.Convert. writeExternal(PofWriter out)
void
Subscriber.Filtered. writeExternal(PofWriter out)
void
Subscriber.Name. writeExternal(PofWriter out)
-
Uses of PofWriter in com.tangosol.run.xml
Methods in com.tangosol.run.xml with parameters of type PofWriter Modifier and Type Method Description void
SimpleDocument. writeExternal(PofWriter out)
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
SimpleElement. writeExternal(PofWriter out)
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
SimpleValue. writeExternal(PofWriter out)
Save the contents of a POF user type instance by writing its state using the specified PofWriter object. -
Uses of PofWriter in com.tangosol.util
Methods in com.tangosol.util with parameters of type PofWriter Modifier and Type Method Description void
AbstractScript. writeExternal(PofWriter out)
void
CompositeKey. writeExternal(PofWriter out)
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
Fragment. writeExternal(PofWriter out)
void
MapEvent. writeExternal(PofWriter out)
void
NullFilter. writeExternal(PofWriter out)
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
NullImplementation.NullEntryProcessor. writeExternal(PofWriter out)
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
NullImplementation.NullMap. writeExternal(PofWriter out)
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
NullImplementation.NullSet. writeExternal(PofWriter out)
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
NullImplementation.NullValueExtractor. writeExternal(PofWriter out)
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
SimpleHolder. writeExternal(PofWriter out)
void
SimpleQueryRecord.PartialResult.IndexLookupRecord. writeExternal(PofWriter out)
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
SimpleQueryRecord.PartialResult.Step. writeExternal(PofWriter out)
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
SimpleQueryRecord.PartialResult. writeExternal(PofWriter out)
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
SimpleQueryRecord. writeExternal(PofWriter out)
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
UID. writeExternal(PofWriter out)
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
UUID. writeExternal(PofWriter out)
Save the contents of a POF user type instance by writing its state using the specified PofWriter object. -
Uses of PofWriter in com.tangosol.util.aggregator
Methods in com.tangosol.util.aggregator with parameters of type PofWriter Modifier and Type Method Description void
AbstractAggregator. writeExternal(PofWriter out)
void
AbstractComparableAggregator. writeExternal(PofWriter out)
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
CompositeAggregator. writeExternal(PofWriter out)
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
Count. writeExternal(PofWriter out)
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
GroupAggregator. writeExternal(PofWriter out)
void
PriorityAggregator. writeExternal(PofWriter out)
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
QueryRecorder. writeExternal(PofWriter out)
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
ScriptAggregator. writeExternal(PofWriter out)
void
TopNAggregator.PartialResult. writeExternal(PofWriter out)
void
TopNAggregator. writeExternal(PofWriter out)
-
Uses of PofWriter in com.tangosol.util.comparator
Methods in com.tangosol.util.comparator with parameters of type PofWriter Modifier and Type Method Description void
ChainedComparator. writeExternal(PofWriter out)
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
EntryComparator. writeExternal(PofWriter out)
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
ExtractorComparator. writeExternal(PofWriter out)
void
SafeComparator. writeExternal(PofWriter out)
Save the contents of a POF user type instance by writing its state using the specified PofWriter object. -
Uses of PofWriter in com.tangosol.util.extractor
Methods in com.tangosol.util.extractor with parameters of type PofWriter Modifier and Type Method Description void
AbstractCompositeExtractor. writeExternal(PofWriter out)
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
ChainedFragmentExtractor. writeExternal(PofWriter out)
void
ComparisonValueExtractor. writeExternal(PofWriter out)
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
CompositeUpdater. writeExternal(PofWriter out)
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
ConditionalExtractor. writeExternal(PofWriter out)
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
DeserializationAccelerator. writeExternal(PofWriter out)
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
EntryExtractor. writeExternal(PofWriter out)
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
FragmentExtractor. writeExternal(PofWriter out)
void
IdentityExtractor. writeExternal(PofWriter out)
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
KeyExtractor. writeExternal(PofWriter out)
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
PofExtractor. writeExternal(PofWriter out)
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
PofUpdater. writeExternal(PofWriter out)
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
ReflectionExtractor. writeExternal(PofWriter out)
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
ReflectionUpdater. writeExternal(PofWriter out)
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
ScriptValueExtractor. writeExternal(PofWriter out)
void
UniversalExtractor. writeExternal(PofWriter out)
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
UniversalUpdater. writeExternal(PofWriter out)
Save the contents of a POF user type instance by writing its state using the specified PofWriter object. -
Uses of PofWriter in com.tangosol.util.filter
Methods in com.tangosol.util.filter with parameters of type PofWriter Modifier and Type Method Description void
AlwaysFilter. writeExternal(PofWriter out)
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
ArrayFilter. writeExternal(PofWriter out)
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
CacheEventFilter. writeExternal(PofWriter out)
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
ComparisonFilter. writeExternal(PofWriter out)
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
ExtractorFilter. writeExternal(PofWriter out)
void
FilterTrigger. writeExternal(PofWriter out)
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
InFilter. writeExternal(PofWriter out)
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
InKeySetFilter. writeExternal(PofWriter out)
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
KeyAssociatedFilter. writeExternal(PofWriter out)
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
LikeFilter. writeExternal(PofWriter out)
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
LimitFilter. writeExternal(PofWriter out)
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
MapEventFilter. writeExternal(PofWriter out)
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
MapEventTransformerFilter. writeExternal(PofWriter out)
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
NeverFilter. writeExternal(PofWriter out)
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
NotFilter. writeExternal(PofWriter out)
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
PartitionedFilter. writeExternal(PofWriter out)
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
PredicateFilter. writeExternal(PofWriter writer)
void
PresentFilter. writeExternal(PofWriter out)
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
PriorityFilter. writeExternal(PofWriter out)
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
ValueChangeEventFilter. writeExternal(PofWriter out)
-
Uses of PofWriter in com.tangosol.util.processor
Methods in com.tangosol.util.processor with parameters of type PofWriter Modifier and Type Method Description void
CompositeProcessor. writeExternal(PofWriter out)
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
ConditionalProcessor. writeExternal(PofWriter out)
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
ConditionalPut. writeExternal(PofWriter out)
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
ConditionalPutAll. writeExternal(PofWriter out)
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
ConditionalRemove. writeExternal(PofWriter out)
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
ExtractorProcessor. writeExternal(PofWriter out)
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
MethodInvocationProcessor. writeExternal(PofWriter out)
void
NumberIncrementor. writeExternal(PofWriter out)
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
NumberMultiplier. writeExternal(PofWriter out)
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
PreloadRequest. writeExternal(PofWriter out)
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
PriorityProcessor. writeExternal(PofWriter out)
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
PropertyManipulator. writeExternal(PofWriter out)
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
PropertyProcessor. writeExternal(PofWriter out)
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
TouchProcessor. writeExternal(PofWriter pofWriter)
void
UpdaterProcessor. writeExternal(PofWriter out)
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
VersionedPut. writeExternal(PofWriter out)
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
VersionedPutAll. writeExternal(PofWriter out)
Save the contents of a POF user type instance by writing its state using the specified PofWriter object. -
Uses of PofWriter in com.tangosol.util.transformer
Methods in com.tangosol.util.transformer with parameters of type PofWriter Modifier and Type Method Description void
ExtractorEventTransformer. writeExternal(PofWriter out)
Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
SamplingEventTransformer. writeExternal(PofWriter out)
void
SemiLiteEventTransformer. writeExternal(PofWriter out)
-