Uses of Interface
com.tangosol.io.pof.PofReader
Packages that use 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.
Classes to allow submission of tasks to the grid for execution.
Various predicates used by the Executor Service.
Options used as metadata for executors or during task
submission to the grid.
Task
implementations.Interfaces and classes providing a framework for locking and waiting for conditions that is distinct from built-in synchronization and monitors.
Contains Coherence-based WorkManager implementation classes.
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
Methods in com.oracle.coherence.concurrent with parameters of type PofReader -
Uses of PofReader in com.oracle.coherence.concurrent.atomic
Methods in com.oracle.coherence.concurrent.atomic with parameters of type PofReaderModifier 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.executor
Methods in com.oracle.coherence.concurrent.executor with parameters of type PofReaderModifier and TypeMethodDescriptionvoidResult.readExternal(PofReader in) voidTaskCollectors.CountCollector.readExternal(PofReader in) voidTaskCollectors.FirstOfCollector.readExternal(PofReader in) voidTaskCollectors.LastOfCollector.readExternal(PofReader in) voidTaskCollectors.ListOfCollector.readExternal(PofReader in) voidTaskCollectors.SetOfCollector.readExternal(PofReader in) -
Uses of PofReader in com.oracle.coherence.concurrent.executor.function
Methods in com.oracle.coherence.concurrent.executor.function with parameters of type PofReaderModifier and TypeMethodDescriptiondefault voidPortablePredicate.readExternal(PofReader pofReader) voidPredicates.EqualToPredicate.readExternal(PofReader in) voidPredicates.NegatePredicate.readExternal(PofReader in) voidPredicates.OptionPredicate.readExternal(PofReader in) voidPredicates.RolePredicate.readExternal(PofReader in) voidPredicates.ThrowablePredicate.readExternal(PofReader in) -
Uses of PofReader in com.oracle.coherence.concurrent.executor.options
Methods in com.oracle.coherence.concurrent.executor.options with parameters of type PofReaderModifier and TypeMethodDescriptionvoidClusterMember.readExternal(PofReader pofReader) voidDebugging.readExternal(PofReader in) voidDescription.readExternal(PofReader in) voidMember.readExternal(PofReader in) voidName.readExternal(PofReader in) voidRole.readExternal(PofReader in) voidStorage.readExternal(PofReader in) -
Uses of PofReader in com.oracle.coherence.concurrent.executor.tasks
Methods in com.oracle.coherence.concurrent.executor.tasks with parameters of type PofReaderModifier and TypeMethodDescriptionvoidCronTask.readExternal(PofReader in) voidValueTask.readExternal(PofReader in) -
Uses of PofReader in com.oracle.coherence.concurrent.locks
Methods in com.oracle.coherence.concurrent.locks with parameters of type PofReader -
Uses of PofReader in com.tangosol.coherence.commonj
Methods in com.tangosol.coherence.commonj with parameters of type PofReaderModifier and TypeMethodDescriptionvoidWorkManager.AbstractWork.readExternal(PofReader in) Restore the contents of a user type instance by reading its state using the specified PofReader object.voidWorkManager.CollectMembershipInfo.readExternal(PofReader in) Restore the contents of a user type instance by reading its state using the specified PofReader object.voidWorkManager.ScheduleWork.readExternal(PofReader in) Restore the contents of a user type instance by reading its state using the specified PofReader object.voidWorkManager.SendFeedback.readExternal(PofReader in) Restore the contents of a user type instance by reading its state using the specified PofReader object.voidWorkManager.WorkStatus.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.config
Methods in com.tangosol.coherence.config with parameters of type PofReaderModifier and TypeMethodDescriptionvoidParameterMacroExpression.readExternal(PofReader in) Restore the contents of a user type instance by reading its state using the specified PofReader object.voidResolvableParameterList.readExternal(PofReader reader) Restore the contents of a user type instance by reading its state using the specified PofReader object.voidSimpleParameterList.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 PofReaderModifier and TypeMethodDescriptionvoidInstanceBuilder.readExternal(PofReader reader) Restore the contents of a user type instance by reading its state using the specified PofReader object.voidStaticFactoryInstanceBuilder.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 PofReaderModifier and TypeMethodDescriptionvoidAbstractCoherenceBasedCompleteConfiguration.readExternal(PofReader in) -
Uses of PofReader in com.tangosol.coherence.jcache.common
Methods in com.tangosol.coherence.jcache.common with parameters of type PofReaderModifier and TypeMethodDescriptionvoidCoherenceEntryProcessorResult.readExternal(PofReader reader) voidContextJCacheStatistics.readExternal(PofReader in) voidJCacheEntryMetaInf.readExternal(PofReader pofReader) voidJCacheIdentifier.readExternal(PofReader pofReader) voidNonSyntheticEntryFilter.readExternal(PofReader pofReader) -
Uses of PofReader in com.tangosol.coherence.jcache.partitionedcache
Methods in com.tangosol.coherence.jcache.partitionedcache with parameters of type PofReaderModifier and TypeMethodDescriptionvoidPartitionedCacheSyntheticDeleteMapListener.JCacheExpiryEntryFilter.readExternal(PofReader pofReader) voidPartitionedJCacheStatistics.CacheStatisticsExtractor.readExternal(PofReader in) voidPartitionedJCacheStatistics.PartitionedCacheStatisticsAggregator.readExternal(PofReader in) voidPartitionedJCacheStatistics.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 -
Uses of PofReader in com.tangosol.coherence.rest.util
Methods in com.tangosol.coherence.rest.util with parameters of type PofReaderModifier and TypeMethodDescriptionJsonMap.Serializer.deserialize(PofReader in) voidPropertySet.readExternal(PofReader reader) Restore the contents of a user type instance by reading its state using the specified PofReader object.voidPropertySpec.readExternal(PofReader reader) Restore the contents of a user type instance by reading its state using the specified PofReader object.voidStaticContent.readExternal(PofReader in) -
Uses of PofReader in com.tangosol.config.expression
Methods in com.tangosol.config.expression with parameters of type PofReaderModifier and TypeMethodDescriptionvoidChainedParameterResolver.readExternal(PofReader in) Restore the contents of a user type instance by reading its state using the specified PofReader object.voidLiteralExpression.readExternal(PofReader reader) Restore the contents of a user type instance by reading its state using the specified PofReader object.voidNullParameterResolver.readExternal(PofReader reader) Restore the contents of a user type instance by reading its state using the specified PofReader object.voidParameter.readExternal(PofReader reader) Restore the contents of a user type instance by reading its state using the specified PofReader object.voidScopedParameterResolver.readExternal(PofReader reader) Restore the contents of a user type instance by reading its state using the specified PofReader object.voidValueMacroExpression.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 PofReaderModifier and TypeClassDescriptionclassPofReaderimplementation that reads POF-encoded data from aBufferInput.static classThe 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 PofReaderModifier 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.default PofReaderPofReader.version(int nImplVersion) Return aPofReaderthat will only attempt to read properties from the wrappedPofReaderif the data version of this reader is greater or equal to the specified implementation version.Methods in com.tangosol.io.pof with parameters of type PofReaderModifier 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) UuidSerializer.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.voidPortableObjectSerializer.initialize(PortableObject portable, PofReader in) Initialize the specified (newly instantiated) PortableObject instance using the specified reader.default voidEvolvableObject.readEvolvable(PofReader in) default voidEvolvableObject.readExternal(PofReader in) voidPortableException.readExternal(PofReader in) voidPortableObject.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 PofReaderModifierConstructorDescriptionConstruct 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 PofReaderModifier 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.voidSimplePofPath.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 PofReaderModifier and TypeMethodDescriptionvoidAbstractPriorityTask.readExternal(PofReader in) Restore the contents of a user type instance by reading its state using the specified PofReader object.voidRequestIncompleteException.readExternal(PofReader in) Restore the contents of a user type instance by reading its state using the specified PofReader object.voidRequestPolicyException.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 PofReaderModifier and TypeMethodDescriptionvoidDefaultVersionedPartitions.readExternal(PofReader in) voidOwnership.readExternal(PofReader in) Restore the contents of a user type instance by reading its state using the specified PofReader object.voidPartitionSet.readExternal(PofReader in) Restore the contents of a user type instance by reading its state using the specified PofReader object.voidSimplePartitionKey.readExternal(PofReader in) Restore the contents of a user type instance by reading its state using the specified PofReader object.voidVersionedOwnership.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 PofReaderModifier and TypeMethodDescriptionvoidPermissionInfo.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 PofReaderModifier and TypeMethodDescriptionvoidPublisher.FailOnFull.readExternal(PofReader in) voidPublisher.OrderById.readExternal(PofReader in) voidPublisher.OrderByNone.readExternal(PofReader in) voidPublisher.OrderByThread.readExternal(PofReader in) voidPublisher.OrderByValue.readExternal(PofReader in) voidSubscriber.CommitResult.readExternal(PofReader in) voidSubscriber.CompleteOnEmpty.readExternal(PofReader in) voidSubscriber.Convert.readExternal(PofReader in) voidSubscriber.Filtered.readExternal(PofReader in) voidSubscriber.Name.readExternal(PofReader in) -
Uses of PofReader in com.tangosol.run.xml
Methods in com.tangosol.run.xml with parameters of type PofReaderModifier and TypeMethodDescriptionvoidSimpleDocument.readExternal(PofReader in) Restore the contents of a user type instance by reading its state using the specified PofReader object.voidSimpleElement.readExternal(PofReader in) Restore the contents of a user type instance by reading its state using the specified PofReader object.voidSimpleValue.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 PofReaderModifier and TypeMethodDescriptionvoidAbstractScript.readExternal(PofReader in) voidCompositeKey.readExternal(PofReader in) Restore the contents of a user type instance by reading its state using the specified PofReader object.voidFragment.readExternal(PofReader in) voidMapEvent.readExternal(PofReader in) voidNullFilter.readExternal(PofReader in) Restore the contents of a user type instance by reading its state using the specified PofReader object.voidNullImplementation.NullEntryProcessor.readExternal(PofReader in) Restore the contents of a user type instance by reading its state using the specified PofReader object.voidNullImplementation.NullMap.readExternal(PofReader in) Restore the contents of a user type instance by reading its state using the specified PofReader object.voidNullImplementation.NullSet.readExternal(PofReader in) Restore the contents of a user type instance by reading its state using the specified PofReader object.voidNullImplementation.NullValueExtractor.readExternal(PofReader in) Restore the contents of a user type instance by reading its state using the specified PofReader object.voidSimpleHolder.readExternal(PofReader in) voidSimpleQueryRecord.PartialResult.IndexLookupRecord.readExternal(PofReader in) Restore the contents of a user type instance by reading its state using the specified PofReader object.voidSimpleQueryRecord.PartialResult.readExternal(PofReader in) Restore the contents of a user type instance by reading its state using the specified PofReader object.voidSimpleQueryRecord.PartialResult.Step.readExternal(PofReader in) Restore the contents of a user type instance by reading its state using the specified PofReader object.voidSimpleQueryRecord.readExternal(PofReader in) Restore the contents of a user type instance by reading its state using the specified PofReader object.voidUID.readExternal(PofReader in) Restore the contents of a user type instance by reading its state using the specified PofReader object.voidUniversalManipulator.readExternal(PofReader in) Restore the contents of a user type instance by reading its state using the specified PofReader object.voidUUID.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 PofReaderModifier and TypeMethodDescriptionvoidAbstractAggregator.readExternal(PofReader in) voidAbstractComparableAggregator.readExternal(PofReader in) Restore the contents of a user type instance by reading its state using the specified PofReader object.voidCompositeAggregator.readExternal(PofReader in) Restore the contents of a user type instance by reading its state using the specified PofReader object.voidCount.readExternal(PofReader in) Restore the contents of a user type instance by reading its state using the specified PofReader object.voidGroupAggregator.readExternal(PofReader in) voidPriorityAggregator.readExternal(PofReader in) Restore the contents of a user type instance by reading its state using the specified PofReader object.voidQueryRecorder.readExternal(PofReader in) Restore the contents of a user type instance by reading its state using the specified PofReader object.voidScriptAggregator.readExternal(PofReader in) voidTopNAggregator.PartialResult.readExternal(PofReader in) voidTopNAggregator.readExternal(PofReader in) -
Uses of PofReader in com.tangosol.util.comparator
Methods in com.tangosol.util.comparator with parameters of type PofReaderModifier and TypeMethodDescriptionvoidChainedComparator.readExternal(PofReader in) Restore the contents of a user type instance by reading its state using the specified PofReader object.voidEntryComparator.readExternal(PofReader in) Restore the contents of a user type instance by reading its state using the specified PofReader object.voidExtractorComparator.readExternal(PofReader in) voidSafeComparator.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 PofReaderModifier and TypeMethodDescriptionvoidAbstractCompositeExtractor.readExternal(PofReader in) Restore the contents of a user type instance by reading its state using the specified PofReader object.voidChainedExtractor.readExternal(PofReader in) Restore the contents of a user type instance by reading its state using the specified PofReader object.voidChainedFragmentExtractor.readExternal(PofReader in) voidComparisonValueExtractor.readExternal(PofReader in) Restore the contents of a user type instance by reading its state using the specified PofReader object.voidCompositeUpdater.readExternal(PofReader in) Restore the contents of a user type instance by reading its state using the specified PofReader object.voidConditionalExtractor.readExternal(PofReader in) Restore the contents of a user type instance by reading its state using the specified PofReader object.voidDeserializationAccelerator.readExternal(PofReader in) Restore the contents of a user type instance by reading its state using the specified PofReader object.voidEntryExtractor.readExternal(PofReader in) Restore the contents of a user type instance by reading its state using the specified PofReader object.voidFragmentExtractor.readExternal(PofReader in) voidIdentityExtractor.readExternal(PofReader in) Restore the contents of a user type instance by reading its state using the specified PofReader object.voidKeyExtractor.readExternal(PofReader in) Restore the contents of a user type instance by reading its state using the specified PofReader object.voidPofExtractor.readExternal(PofReader in) Restore the contents of a user type instance by reading its state using the specified PofReader object.voidPofUpdater.readExternal(PofReader in) Restore the contents of a user type instance by reading its state using the specified PofReader object.voidReflectionExtractor.readExternal(PofReader in) Restore the contents of a user type instance by reading its state using the specified PofReader object.voidReflectionUpdater.readExternal(PofReader in) Restore the contents of a user type instance by reading its state using the specified PofReader object.voidScriptValueExtractor.readExternal(PofReader in) voidUniversalExtractor.readExternal(PofReader in) Restore the contents of a user type instance by reading its state using the specified PofReader object.voidUniversalUpdater.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 PofReaderModifier and TypeMethodDescriptionvoidAlwaysFilter.readExternal(PofReader in) Restore the contents of a user type instance by reading its state using the specified PofReader object.voidArrayFilter.readExternal(PofReader in) Restore the contents of a user type instance by reading its state using the specified PofReader object.voidCacheEventFilter.readExternal(PofReader in) Restore the contents of a user type instance by reading its state using the specified PofReader object.voidComparisonFilter.readExternal(PofReader in) Restore the contents of a user type instance by reading its state using the specified PofReader object.voidExtractorFilter.readExternal(PofReader in) voidFilterTrigger.readExternal(PofReader in) Restore the contents of a user type instance by reading its state using the specified PofReader object.voidInFilter.readExternal(PofReader in) Restore the contents of a user type instance by reading its state using the specified PofReader object.voidInKeySetFilter.readExternal(PofReader in) Restore the contents of a user type instance by reading its state using the specified PofReader object.voidKeyAssociatedFilter.readExternal(PofReader in) Restore the contents of a user type instance by reading its state using the specified PofReader object.voidLikeFilter.readExternal(PofReader in) Restore the contents of a user type instance by reading its state using the specified PofReader object.voidLimitFilter.readExternal(PofReader in) Restore the contents of a user type instance by reading its state using the specified PofReader object.voidMapEventFilter.readExternal(PofReader in) Restore the contents of a user type instance by reading its state using the specified PofReader object.voidMapEventTransformerFilter.readExternal(PofReader in) Restore the contents of a user type instance by reading its state using the specified PofReader object.voidNeverFilter.readExternal(PofReader in) Restore the contents of a user type instance by reading its state using the specified PofReader object.voidNotFilter.readExternal(PofReader in) Restore the contents of a user type instance by reading its state using the specified PofReader object.voidPartitionedFilter.readExternal(PofReader in) Restore the contents of a user type instance by reading its state using the specified PofReader object.voidPredicateFilter.readExternal(PofReader reader) voidPresentFilter.readExternal(PofReader in) Restore the contents of a user type instance by reading its state using the specified PofReader object.voidPriorityFilter.readExternal(PofReader in) Restore the contents of a user type instance by reading its state using the specified PofReader object.voidValueChangeEventFilter.readExternal(PofReader in) -
Uses of PofReader in com.tangosol.util.processor
Methods in com.tangosol.util.processor with parameters of type PofReaderModifier and TypeMethodDescriptionvoidCompositeProcessor.readExternal(PofReader in) Restore the contents of a user type instance by reading its state using the specified PofReader object.voidConditionalProcessor.readExternal(PofReader in) Restore the contents of a user type instance by reading its state using the specified PofReader object.voidConditionalPut.readExternal(PofReader in) Restore the contents of a user type instance by reading its state using the specified PofReader object.voidConditionalPutAll.readExternal(PofReader in) Restore the contents of a user type instance by reading its state using the specified PofReader object.voidConditionalRemove.readExternal(PofReader in) Restore the contents of a user type instance by reading its state using the specified PofReader object.voidExtractorProcessor.readExternal(PofReader in) Restore the contents of a user type instance by reading its state using the specified PofReader object.voidMethodInvocationProcessor.readExternal(PofReader in) voidNumberIncrementor.readExternal(PofReader in) Restore the contents of a user type instance by reading its state using the specified PofReader object.voidNumberMultiplier.readExternal(PofReader in) Restore the contents of a user type instance by reading its state using the specified PofReader object.voidPreloadRequest.readExternal(PofReader in) Restore the contents of a user type instance by reading its state using the specified PofReader object.voidPriorityProcessor.readExternal(PofReader in) Restore the contents of a user type instance by reading its state using the specified PofReader object.voidPropertyManipulator.readExternal(PofReader in) Restore the contents of a user type instance by reading its state using the specified PofReader object.voidPropertyProcessor.readExternal(PofReader in) Restore the contents of a user type instance by reading its state using the specified PofReader object.voidTouchProcessor.readExternal(PofReader pofReader) voidUpdaterProcessor.readExternal(PofReader in) Restore the contents of a user type instance by reading its state using the specified PofReader object.voidVersionedPut.readExternal(PofReader in) Restore the contents of a user type instance by reading its state using the specified PofReader object.voidVersionedPutAll.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 PofReaderModifier and TypeMethodDescriptionvoidExtractorEventTransformer.readExternal(PofReader in) Restore the contents of a user type instance by reading its state using the specified PofReader object.voidSamplingEventTransformer.readExternal(PofReader in) voidSemiLiteEventTransformer.readExternal(PofReader in)