Uses of Interface
com.tangosol.io.pof.PofReader
Package
Description
Coherence Concurrent utilities based on java.util.concurrent.
A small toolkit of classes that support lock-free thread-safe programming on single variables.
Interfaces and classes providing a framework for locking and waiting for conditions that is distinct from built-in synchronization and monitors.
Defines the Coherence configuration object model for accessing, customizing
and or modifying configuration.
Defines the typical runtime configuration builders for the Coherence
configuration object model.
Contains classes related to Coherence JCache.
Common utilities used by Coherence JCache.
Contains classes related to partitioned cache implementation of Coherence JCache.
Contains classes related to pass-through cache implementation of Coherence JCache.
Contains packages and classes related to the Coherence REST API utilities.
Defines classes and interfaces for representing and evaluating expressions.
Contains classes related to POF serialization and deserialization.
Contains classes related to POF stream navigation and manipulation.
Contains basic cluster interfaces and factories.
Contains interfaces and classes related to partitioned services.
Contains classes related to the Coherence Security Framework.
Contains classes that providing topic entities for publish/subscribe messaging.
Contains classes providing basic XML related functionality.
Contains various generic utilities.
Contains concrete
InvocableMap.EntryAggregator
implementations.Contains concrete
Comparator
implementations and related interfaces.Contains
ValueExtractor
and
ValueUpdater
related classes.Contains concrete
Filter
implementations and related interfaces.Contains concrete
InvocableMap.EntryProcessor
implementations.Contains concrete
MapEventTransformer
implementations.-
Uses of PofReader in com.oracle.coherence.concurrent
-
Uses of PofReader in com.oracle.coherence.concurrent.atomic
Modifier and TypeMethodDescriptionAtomicBoolean.Serializer.deserialize
(PofReader in) AtomicInteger.Serializer.deserialize
(PofReader in) AtomicLong.Serializer.deserialize
(PofReader in) AtomicMarkableReference.Serializer.deserialize
(PofReader in) AtomicReference.Serializer.deserialize
(PofReader in) AtomicStampedReference.Serializer.deserialize
(PofReader in) -
Uses of PofReader in com.oracle.coherence.concurrent.locks
-
Uses of PofReader in com.tangosol.coherence.config
Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeMethodDescriptionvoid
AbstractCoherenceBasedCompleteConfiguration.readExternal
(PofReader in) -
Uses of PofReader in com.tangosol.coherence.jcache.common
Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeMethodDescriptionvoid
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
-
Uses of PofReader in com.tangosol.coherence.rest.util
Modifier and TypeMethodDescriptionJsonMap.Serializer.deserialize
(PofReader in) 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.config.expression
Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeClassDescriptionclass
PofReader
implementation that reads POF-encoded data from aBufferInput
.static class
The UserTypeReader implementation is a contextually-aware PofReader whose purpose is to advance through the properties of a value of a specified user type.Modifier and TypeMethodDescriptionPofBufferReader.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.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.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.PofInputStream.getPofReader()
Obtain the underlying PofReader.Modifier and TypeMethodDescriptionEnumPofSerializer.deserialize
(PofReader reader) Deserialize a user type instance from a POF stream by reading its state using the specified PofReader object.ExternalizableLitePofSerializer.deserialize
(PofReader in) Deserialize a user type instance from a POF stream by reading its state using the specified PofReader object.ExternalizablePofSerializer.deserialize
(PofReader in) Deserialize a user type instance from a POF stream by reading its state using the specified PofReader object.InetAddressSerializer.deserialize
(PofReader in) InetSocketAddressSerializer.deserialize
(PofReader in) OptionalDoubleSerializer.deserialize
(PofReader in) OptionalIntSerializer.deserialize
(PofReader in) OptionalLongSerializer.deserialize
(PofReader in) OptionalSerializer.deserialize
(PofReader in) PofAnnotationSerializer.deserialize
(PofReader in) Deserialize a user type instance from a POF stream by reading its state using the specified PofReader object.PofSerializer.deserialize
(PofReader in) Deserialize a user type instance from a POF stream by reading its state using the specified PofReader object.PortableObjectSerializer.deserialize
(PofReader in) Deserialize a user type instance from a POF stream by reading its state using the specified PofReader object.PortableTypeSerializer.deserialize
(PofReader reader) PrincipalPofSerializer.deserialize
(PofReader in) Deserialize a user type instance from a POF stream by reading its state using the specified PofReader object.SafeConfigurablePofContext.ExternalSerializer.deserialize
(PofReader in) Deserialize a user type instance from a POF stream by reading its state using the specified PofReader object.SafeConfigurablePofContext.SafePofSerializer.deserialize
(PofReader in) Deserialize a user type instance from a POF stream by reading its state using the specified PofReader object.SerializableSerializer.deserialize
(PofReader reader) SubjectPofSerializer.deserialize
(PofReader in) Deserialize a user type instance from a POF stream by reading its state using the specified PofReader object.ThrowablePofSerializer.deserialize
(PofReader in) 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.ModifierConstructorDescriptionConstruct a PofInputStream that will read its information from an underlyingPofReader
. -
Uses of PofReader in com.tangosol.io.pof.reflect
Modifier and TypeMethodDescriptionDeserialize an object from the providedPofReader
.Deserialize an object from the providedPofReader
.Deserialize an object from the providedPofReader
.Deserialize an object from the providedPofReader
.Deserialize an object from the providedPofReader
.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
Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeMethodDescriptionvoid
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
UniversalManipulator.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
Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeMethodDescriptionvoid
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)