Uses of Interface
com.tangosol.io.pof.PofReader
-
Packages that use PofReader 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 PofReader in com.oracle.coherence.concurrent
Methods in com.oracle.coherence.concurrent with parameters of type PofReader Modifier and Type Method Description void
PermitAcquirer. readExternal(PofReader in)
-
Uses of PofReader in com.oracle.coherence.concurrent.atomic
Methods in com.oracle.coherence.concurrent.atomic with parameters of type PofReader Modifier and Type Method Description AtomicBoolean
AtomicBoolean.Serializer. deserialize(PofReader in)
AtomicInteger
AtomicInteger.Serializer. deserialize(PofReader in)
AtomicLong
AtomicLong.Serializer. deserialize(PofReader in)
AtomicMarkableReference<V>
AtomicMarkableReference.Serializer. deserialize(PofReader in)
AtomicReference<V>
AtomicReference.Serializer. deserialize(PofReader in)
AtomicStampedReference<V>
AtomicStampedReference.Serializer. deserialize(PofReader in)
-
Uses of PofReader in com.oracle.coherence.concurrent.locks
Methods in com.oracle.coherence.concurrent.locks with parameters of type PofReader Modifier and Type Method Description void
LockOwner. readExternal(PofReader in)
-
Uses of PofReader in com.tangosol.coherence.config
Methods in com.tangosol.coherence.config with parameters of type PofReader Modifier and Type Method Description void
ParameterMacroExpression. readExternal(PofReader in)
Restore the contents of a user type instance by reading its state using the specified PofReader object.void
ResolvableParameterList. readExternal(PofReader reader)
Restore the contents of a user type instance by reading its state using the specified PofReader object.void
SimpleParameterList. readExternal(PofReader reader)
Restore the contents of a user type instance by reading its state using the specified PofReader object. -
Uses of PofReader in com.tangosol.coherence.config.builder
Methods in com.tangosol.coherence.config.builder with parameters of type PofReader Modifier and Type Method Description void
InstanceBuilder. readExternal(PofReader reader)
Restore the contents of a user type instance by reading its state using the specified PofReader object.void
StaticFactoryInstanceBuilder. readExternal(PofReader reader)
Restore the contents of a user type instance by reading its state using the specified PofReader object. -
Uses of PofReader in com.tangosol.coherence.jcache
Methods in com.tangosol.coherence.jcache with parameters of type PofReader Modifier and Type Method Description void
AbstractCoherenceBasedCompleteConfiguration. readExternal(PofReader in)
-
Uses of PofReader in com.tangosol.coherence.jcache.common
Methods in com.tangosol.coherence.jcache.common with parameters of type PofReader Modifier and Type Method Description void
CoherenceEntryProcessorResult. readExternal(PofReader reader)
void
ContextJCacheStatistics. readExternal(PofReader in)
void
JCacheEntryMetaInf. readExternal(PofReader pofReader)
void
JCacheIdentifier. readExternal(PofReader pofReader)
void
NonSyntheticEntryFilter. readExternal(PofReader pofReader)
-
Uses of PofReader in com.tangosol.coherence.jcache.partitionedcache
Methods in com.tangosol.coherence.jcache.partitionedcache with parameters of type PofReader Modifier and Type Method Description void
PartitionedCacheSyntheticDeleteMapListener.JCacheExpiryEntryFilter. readExternal(PofReader pofReader)
void
PartitionedJCacheStatistics.CacheStatisticsExtractor. readExternal(PofReader in)
void
PartitionedJCacheStatistics.PartitionedCacheStatisticsAggregator. readExternal(PofReader in)
void
PartitionedJCacheStatistics.PartitionedCacheStatisticsClear. readExternal(PofReader in)
-
Uses of PofReader in com.tangosol.coherence.jcache.passthroughcache
Methods in com.tangosol.coherence.jcache.passthroughcache with parameters of type PofReader Modifier and Type Method Description void
PassThroughFilterAdapter. readExternal(PofReader reader)
-
Uses of PofReader in com.tangosol.coherence.rest.util
Methods in com.tangosol.coherence.rest.util with parameters of type PofReader Modifier and Type Method Description JsonMap
JsonMap.Serializer. deserialize(PofReader in)
void
MvelManipulator. readExternal(PofReader in)
Restore the contents of a user type instance by reading its state using the specified PofReader object.void
PropertySet. readExternal(PofReader reader)
Restore the contents of a user type instance by reading its state using the specified PofReader object.void
PropertySpec. readExternal(PofReader reader)
Restore the contents of a user type instance by reading its state using the specified PofReader object.void
StaticContent. readExternal(PofReader in)
-
Uses of PofReader in com.tangosol.coherence.rest.util.extractor
Methods in com.tangosol.coherence.rest.util.extractor with parameters of type PofReader Modifier and Type Method Description void
MvelExtractor. readExternal(PofReader in)
Restore the contents of a user type instance by reading its state using the specified PofReader object. -
Uses of PofReader in com.tangosol.coherence.rest.util.updater
Methods in com.tangosol.coherence.rest.util.updater with parameters of type PofReader Modifier and Type Method Description void
MvelUpdater. readExternal(PofReader in)
Restore the contents of a user type instance by reading its state using the specified PofReader object. -
Uses of PofReader in com.tangosol.config.expression
Methods in com.tangosol.config.expression with parameters of type PofReader Modifier and Type Method Description void
ChainedParameterResolver. readExternal(PofReader in)
Restore the contents of a user type instance by reading its state using the specified PofReader object.void
LiteralExpression. readExternal(PofReader reader)
Restore the contents of a user type instance by reading its state using the specified PofReader object.void
NullParameterResolver. readExternal(PofReader reader)
Restore the contents of a user type instance by reading its state using the specified PofReader object.void
Parameter. readExternal(PofReader reader)
Restore the contents of a user type instance by reading its state using the specified PofReader object.void
ScopedParameterResolver. readExternal(PofReader reader)
Restore the contents of a user type instance by reading its state using the specified PofReader object.void
ValueMacroExpression. readExternal(PofReader reader)
Restore the contents of a user type instance by reading its state using the specified PofReader object. -
Uses of PofReader in com.tangosol.io.pof
Classes in com.tangosol.io.pof that implement PofReader Modifier and Type Class Description class
PofBufferReader
PofReader
implementation that reads POF-encoded data from aBufferInput
.static class
PofBufferReader.UserTypeReader
The UserTypeReader implementation is a contextually-aware PofReader whose purpose is to advance through the properties of a value of a specified user type.Methods in com.tangosol.io.pof that return PofReader Modifier and Type Method Description PofReader
PofBufferReader. createNestedPofReader(int iProp)
Obtain a PofReader that can be used to read a set of properties from a single property of the current user type.PofReader
PofBufferReader.UserTypeReader. createNestedPofReader(int iProp)
Obtain a PofReader that can be used to read a set of properties from a single property of the current user type.PofReader
PofReader. createNestedPofReader(int iProp)
Obtain a PofReader that can be used to read a set of properties from a single property of the current user type.PofReader
PofInputStream. getPofReader()
Obtain the underlying PofReader.Methods in com.tangosol.io.pof with parameters of type PofReader Modifier and Type Method Description Object
EnumPofSerializer. deserialize(PofReader reader)
Deserialize a user type instance from a POF stream by reading its state using the specified PofReader object.Object
ExternalizableLitePofSerializer. deserialize(PofReader in)
Deserialize a user type instance from a POF stream by reading its state using the specified PofReader object.Object
ExternalizablePofSerializer. deserialize(PofReader in)
Deserialize a user type instance from a POF stream by reading its state using the specified PofReader object.InetAddress
InetAddressSerializer. deserialize(PofReader in)
InetSocketAddress
InetSocketAddressSerializer. deserialize(PofReader in)
OptionalDouble
OptionalDoubleSerializer. deserialize(PofReader in)
OptionalInt
OptionalIntSerializer. deserialize(PofReader in)
OptionalLong
OptionalLongSerializer. deserialize(PofReader in)
Optional
OptionalSerializer. deserialize(PofReader in)
Object
PofAnnotationSerializer. deserialize(PofReader in)
Deserialize a user type instance from a POF stream by reading its state using the specified PofReader object.T
PofSerializer. deserialize(PofReader in)
Deserialize a user type instance from a POF stream by reading its state using the specified PofReader object.Object
PortableObjectSerializer. deserialize(PofReader in)
Deserialize a user type instance from a POF stream by reading its state using the specified PofReader object.T
PortableTypeSerializer. deserialize(PofReader reader)
Object
PrincipalPofSerializer. deserialize(PofReader in)
Deserialize a user type instance from a POF stream by reading its state using the specified PofReader object.Object
SafeConfigurablePofContext.ExternalSerializer. deserialize(PofReader in)
Deserialize a user type instance from a POF stream by reading its state using the specified PofReader object.Object
SafeConfigurablePofContext.SafePofSerializer. deserialize(PofReader in)
Deserialize a user type instance from a POF stream by reading its state using the specified PofReader object.Object
SerializableSerializer. deserialize(PofReader reader)
Object
SubjectPofSerializer. deserialize(PofReader in)
Deserialize a user type instance from a POF stream by reading its state using the specified PofReader object.Object
ThrowablePofSerializer. deserialize(PofReader in)
Object
XmlSerializablePofSerializer. deserialize(PofReader in)
Deserialize a user type instance from a POF stream by reading its state using the specified PofReader object.void
PortableObjectSerializer. initialize(PortableObject portable, PofReader in)
Initialize the specified (newly instantiated) PortableObject instance using the specified reader.void
PortableException. readExternal(PofReader in)
void
PortableObject. readExternal(PofReader in)
Restore the contents of a user type instance by reading its state using the specified PofReader object.Constructors in com.tangosol.io.pof with parameters of type PofReader Constructor Description PofInputStream(PofReader in)
Construct a PofInputStream that will read its information from an underlyingPofReader
. -
Uses of PofReader in com.tangosol.io.pof.reflect
Methods in com.tangosol.io.pof.reflect with parameters of type PofReader Modifier and Type Method Description Object
Codec. decode(PofReader in, int iProp)
Deserialize an object from the providedPofReader
.Object
Codecs.ArrayCodec. decode(PofReader in, int index)
Deserialize an object from the providedPofReader
.Object
Codecs.CollectionCodec. decode(PofReader in, int index)
Deserialize an object from the providedPofReader
.Object
Codecs.DefaultCodec. decode(PofReader in, int index)
Deserialize an object from the providedPofReader
.Object
Codecs.LongArrayCodec. decode(PofReader in, int index)
Deserialize an object from the providedPofReader
.Object
Codecs.MapCodec. decode(PofReader in, int index)
Deserialize an object from the providedPofReader
.void
SimplePofPath. readExternal(PofReader in)
Restore the contents of a user type instance by reading its state using the specified PofReader object. -
Uses of PofReader in com.tangosol.net
Methods in com.tangosol.net with parameters of type PofReader Modifier and Type Method Description void
AbstractPriorityTask. readExternal(PofReader in)
Restore the contents of a user type instance by reading its state using the specified PofReader object.void
RequestIncompleteException. readExternal(PofReader in)
Restore the contents of a user type instance by reading its state using the specified PofReader object.void
RequestPolicyException. readExternal(PofReader in)
Restore the contents of a user type instance by reading its state using the specified PofReader object. -
Uses of PofReader in com.tangosol.net.partition
Methods in com.tangosol.net.partition with parameters of type PofReader Modifier and Type Method Description void
DefaultVersionedPartitions. readExternal(PofReader in)
void
Ownership. readExternal(PofReader in)
Restore the contents of a user type instance by reading its state using the specified PofReader object.void
PartitionSet. readExternal(PofReader in)
Restore the contents of a user type instance by reading its state using the specified PofReader object.void
SimplePartitionKey. readExternal(PofReader in)
Restore the contents of a user type instance by reading its state using the specified PofReader object.void
VersionedOwnership. readExternal(PofReader in)
Restore the contents of a user type instance by reading its state using the specified PofReader object. -
Uses of PofReader in com.tangosol.net.security
Methods in com.tangosol.net.security with parameters of type PofReader Modifier and Type Method Description void
PermissionInfo. readExternal(PofReader in)
Restore the contents of a user type instance by reading its state using the specified PofReader object. -
Uses of PofReader in com.tangosol.net.topic
Methods in com.tangosol.net.topic with parameters of type PofReader Modifier and Type Method Description void
Publisher.FailOnFull. readExternal(PofReader in)
void
Publisher.OrderById. readExternal(PofReader in)
void
Publisher.OrderByNone. readExternal(PofReader in)
void
Publisher.OrderByThread. readExternal(PofReader in)
void
Publisher.OrderByValue. readExternal(PofReader in)
void
Subscriber.CommitResult. readExternal(PofReader in)
void
Subscriber.CompleteOnEmpty. readExternal(PofReader in)
void
Subscriber.Convert. readExternal(PofReader in)
void
Subscriber.Filtered. readExternal(PofReader in)
void
Subscriber.Name. readExternal(PofReader in)
-
Uses of PofReader in com.tangosol.run.xml
Methods in com.tangosol.run.xml with parameters of type PofReader Modifier and Type Method Description void
SimpleDocument. readExternal(PofReader in)
Restore the contents of a user type instance by reading its state using the specified PofReader object.void
SimpleElement. readExternal(PofReader in)
Restore the contents of a user type instance by reading its state using the specified PofReader object.void
SimpleValue. readExternal(PofReader in)
Restore the contents of a user type instance by reading its state using the specified PofReader object. -
Uses of PofReader in com.tangosol.util
Methods in com.tangosol.util with parameters of type PofReader Modifier and Type Method Description void
AbstractScript. readExternal(PofReader in)
void
CompositeKey. readExternal(PofReader in)
Restore the contents of a user type instance by reading its state using the specified PofReader object.void
Fragment. readExternal(PofReader in)
void
MapEvent. readExternal(PofReader in)
void
NullFilter. readExternal(PofReader in)
Restore the contents of a user type instance by reading its state using the specified PofReader object.void
NullImplementation.NullEntryProcessor. readExternal(PofReader in)
Restore the contents of a user type instance by reading its state using the specified PofReader object.void
NullImplementation.NullMap. readExternal(PofReader in)
Restore the contents of a user type instance by reading its state using the specified PofReader object.void
NullImplementation.NullSet. readExternal(PofReader in)
Restore the contents of a user type instance by reading its state using the specified PofReader object.void
NullImplementation.NullValueExtractor. readExternal(PofReader in)
Restore the contents of a user type instance by reading its state using the specified PofReader object.void
SimpleHolder. readExternal(PofReader in)
void
SimpleQueryRecord.PartialResult.IndexLookupRecord. readExternal(PofReader in)
Restore the contents of a user type instance by reading its state using the specified PofReader object.void
SimpleQueryRecord.PartialResult. readExternal(PofReader in)
Restore the contents of a user type instance by reading its state using the specified PofReader object.void
SimpleQueryRecord.PartialResult.Step. readExternal(PofReader in)
Restore the contents of a user type instance by reading its state using the specified PofReader object.void
SimpleQueryRecord. readExternal(PofReader in)
Restore the contents of a user type instance by reading its state using the specified PofReader object.void
UID. readExternal(PofReader in)
Restore the contents of a user type instance by reading its state using the specified PofReader object.void
UUID. readExternal(PofReader in)
Restore the contents of a user type instance by reading its state using the specified PofReader object. -
Uses of PofReader in com.tangosol.util.aggregator
Methods in com.tangosol.util.aggregator with parameters of type PofReader Modifier and Type Method Description void
AbstractAggregator. readExternal(PofReader in)
void
AbstractComparableAggregator. readExternal(PofReader in)
Restore the contents of a user type instance by reading its state using the specified PofReader object.void
CompositeAggregator. readExternal(PofReader in)
Restore the contents of a user type instance by reading its state using the specified PofReader object.void
Count. readExternal(PofReader in)
Restore the contents of a user type instance by reading its state using the specified PofReader object.void
GroupAggregator. readExternal(PofReader in)
void
PriorityAggregator. readExternal(PofReader in)
Restore the contents of a user type instance by reading its state using the specified PofReader object.void
QueryRecorder. readExternal(PofReader in)
Restore the contents of a user type instance by reading its state using the specified PofReader object.void
ScriptAggregator. readExternal(PofReader in)
void
TopNAggregator.PartialResult. readExternal(PofReader in)
void
TopNAggregator. readExternal(PofReader in)
-
Uses of PofReader in com.tangosol.util.comparator
Methods in com.tangosol.util.comparator with parameters of type PofReader Modifier and Type Method Description void
ChainedComparator. readExternal(PofReader in)
Restore the contents of a user type instance by reading its state using the specified PofReader object.void
EntryComparator. readExternal(PofReader in)
Restore the contents of a user type instance by reading its state using the specified PofReader object.void
ExtractorComparator. readExternal(PofReader in)
void
SafeComparator. readExternal(PofReader in)
Restore the contents of a user type instance by reading its state using the specified PofReader object. -
Uses of PofReader in com.tangosol.util.extractor
Methods in com.tangosol.util.extractor with parameters of type PofReader Modifier and Type Method Description void
AbstractCompositeExtractor. readExternal(PofReader in)
Restore the contents of a user type instance by reading its state using the specified PofReader object.void
ChainedExtractor. readExternal(PofReader in)
Restore the contents of a user type instance by reading its state using the specified PofReader object.void
ChainedFragmentExtractor. readExternal(PofReader in)
void
ComparisonValueExtractor. readExternal(PofReader in)
Restore the contents of a user type instance by reading its state using the specified PofReader object.void
CompositeUpdater. readExternal(PofReader in)
Restore the contents of a user type instance by reading its state using the specified PofReader object.void
ConditionalExtractor. readExternal(PofReader in)
Restore the contents of a user type instance by reading its state using the specified PofReader object.void
DeserializationAccelerator. readExternal(PofReader in)
Restore the contents of a user type instance by reading its state using the specified PofReader object.void
EntryExtractor. readExternal(PofReader in)
Restore the contents of a user type instance by reading its state using the specified PofReader object.void
FragmentExtractor. readExternal(PofReader in)
void
IdentityExtractor. readExternal(PofReader in)
Restore the contents of a user type instance by reading its state using the specified PofReader object.void
KeyExtractor. readExternal(PofReader in)
Restore the contents of a user type instance by reading its state using the specified PofReader object.void
PofExtractor. readExternal(PofReader in)
Restore the contents of a user type instance by reading its state using the specified PofReader object.void
PofUpdater. readExternal(PofReader in)
Restore the contents of a user type instance by reading its state using the specified PofReader object.void
ReflectionExtractor. readExternal(PofReader in)
Restore the contents of a user type instance by reading its state using the specified PofReader object.void
ReflectionUpdater. readExternal(PofReader in)
Restore the contents of a user type instance by reading its state using the specified PofReader object.void
ScriptValueExtractor. readExternal(PofReader in)
void
UniversalExtractor. readExternal(PofReader in)
Restore the contents of a user type instance by reading its state using the specified PofReader object.void
UniversalUpdater. readExternal(PofReader in)
Restore the contents of a user type instance by reading its state using the specified PofReader object. -
Uses of PofReader in com.tangosol.util.filter
Methods in com.tangosol.util.filter with parameters of type PofReader Modifier and Type Method Description void
AlwaysFilter. readExternal(PofReader in)
Restore the contents of a user type instance by reading its state using the specified PofReader object.void
ArrayFilter. readExternal(PofReader in)
Restore the contents of a user type instance by reading its state using the specified PofReader object.void
CacheEventFilter. readExternal(PofReader in)
Restore the contents of a user type instance by reading its state using the specified PofReader object.void
ComparisonFilter. readExternal(PofReader in)
Restore the contents of a user type instance by reading its state using the specified PofReader object.void
ExtractorFilter. readExternal(PofReader in)
void
FilterTrigger. readExternal(PofReader in)
Restore the contents of a user type instance by reading its state using the specified PofReader object.void
InFilter. readExternal(PofReader in)
Restore the contents of a user type instance by reading its state using the specified PofReader object.void
InKeySetFilter. readExternal(PofReader in)
Restore the contents of a user type instance by reading its state using the specified PofReader object.void
KeyAssociatedFilter. readExternal(PofReader in)
Restore the contents of a user type instance by reading its state using the specified PofReader object.void
LikeFilter. readExternal(PofReader in)
Restore the contents of a user type instance by reading its state using the specified PofReader object.void
LimitFilter. readExternal(PofReader in)
Restore the contents of a user type instance by reading its state using the specified PofReader object.void
MapEventFilter. readExternal(PofReader in)
Restore the contents of a user type instance by reading its state using the specified PofReader object.void
MapEventTransformerFilter. readExternal(PofReader in)
Restore the contents of a user type instance by reading its state using the specified PofReader object.void
NeverFilter. readExternal(PofReader in)
Restore the contents of a user type instance by reading its state using the specified PofReader object.void
NotFilter. readExternal(PofReader in)
Restore the contents of a user type instance by reading its state using the specified PofReader object.void
PartitionedFilter. readExternal(PofReader in)
Restore the contents of a user type instance by reading its state using the specified PofReader object.void
PredicateFilter. readExternal(PofReader reader)
void
PresentFilter. readExternal(PofReader in)
Restore the contents of a user type instance by reading its state using the specified PofReader object.void
PriorityFilter. readExternal(PofReader in)
Restore the contents of a user type instance by reading its state using the specified PofReader object.void
ValueChangeEventFilter. readExternal(PofReader in)
-
Uses of PofReader in com.tangosol.util.processor
Methods in com.tangosol.util.processor with parameters of type PofReader Modifier and Type Method Description void
CompositeProcessor. readExternal(PofReader in)
Restore the contents of a user type instance by reading its state using the specified PofReader object.void
ConditionalProcessor. readExternal(PofReader in)
Restore the contents of a user type instance by reading its state using the specified PofReader object.void
ConditionalPut. readExternal(PofReader in)
Restore the contents of a user type instance by reading its state using the specified PofReader object.void
ConditionalPutAll. readExternal(PofReader in)
Restore the contents of a user type instance by reading its state using the specified PofReader object.void
ConditionalRemove. readExternal(PofReader in)
Restore the contents of a user type instance by reading its state using the specified PofReader object.void
ExtractorProcessor. readExternal(PofReader in)
Restore the contents of a user type instance by reading its state using the specified PofReader object.void
MethodInvocationProcessor. readExternal(PofReader in)
void
NumberIncrementor. readExternal(PofReader in)
Restore the contents of a user type instance by reading its state using the specified PofReader object.void
NumberMultiplier. readExternal(PofReader in)
Restore the contents of a user type instance by reading its state using the specified PofReader object.void
PreloadRequest. readExternal(PofReader in)
Restore the contents of a user type instance by reading its state using the specified PofReader object.void
PriorityProcessor. readExternal(PofReader in)
Restore the contents of a user type instance by reading its state using the specified PofReader object.void
PropertyManipulator. readExternal(PofReader in)
Restore the contents of a user type instance by reading its state using the specified PofReader object.void
PropertyProcessor. readExternal(PofReader in)
Restore the contents of a user type instance by reading its state using the specified PofReader object.void
TouchProcessor. readExternal(PofReader pofReader)
void
UpdaterProcessor. readExternal(PofReader in)
Restore the contents of a user type instance by reading its state using the specified PofReader object.void
VersionedPut. readExternal(PofReader in)
Restore the contents of a user type instance by reading its state using the specified PofReader object.void
VersionedPutAll. readExternal(PofReader in)
Restore the contents of a user type instance by reading its state using the specified PofReader object. -
Uses of PofReader in com.tangosol.util.transformer
Methods in com.tangosol.util.transformer with parameters of type PofReader Modifier and Type Method Description void
ExtractorEventTransformer. readExternal(PofReader in)
Restore the contents of a user type instance by reading its state using the specified PofReader object.void
SamplingEventTransformer. readExternal(PofReader in)
void
SemiLiteEventTransformer. readExternal(PofReader in)
-