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.executor Classes to allow submission of tasks to the grid for execution.com.oracle.coherence.concurrent.executor.function Various predicates used by the Executor Service.com.oracle.coherence.concurrent.executor.options Options used as metadata for executors or during task submission to the grid.com.oracle.coherence.concurrent.executor.tasks Taskimplementations.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.EntryAggregatorimplementations.com.tangosol.util.comparator Contains concreteComparatorimplementations and related interfaces.com.tangosol.util.extractor ContainsValueExtractorandValueUpdaterrelated classes.com.tangosol.util.filter Contains concreteFilterimplementations and related interfaces.com.tangosol.util.processor Contains concreteInvocableMap.EntryProcessorimplementations.com.tangosol.util.transformer Contains concreteMapEventTransformerimplementations. -
-
Uses of PofReader in com.oracle.coherence.concurrent
Methods in com.oracle.coherence.concurrent with parameters of type PofReader Modifier and Type Method Description voidPermitAcquirer. 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 AtomicBooleanAtomicBoolean.Serializer. deserialize(PofReader in)AtomicIntegerAtomicInteger.Serializer. deserialize(PofReader in)AtomicLongAtomicLong.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.executor
Methods in com.oracle.coherence.concurrent.executor with parameters of type PofReader Modifier and Type Method Description voidResult. 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 PofReader Modifier and Type Method Description default 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 PofReader Modifier and Type Method Description voidClusterMember. 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 PofReader Modifier and Type Method Description voidCronTask. 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 Modifier and Type Method Description voidLockOwner. 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 voidParameterMacroExpression. 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 PofReader Modifier and Type Method Description voidInstanceBuilder. 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 PofReader Modifier and Type Method Description voidAbstractCoherenceBasedCompleteConfiguration. 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 voidCoherenceEntryProcessorResult. 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 PofReader Modifier and Type Method Description voidPartitionedCacheSyntheticDeleteMapListener.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 Modifier and Type Method Description voidPassThroughFilterAdapter. 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 JsonMapJsonMap.Serializer. deserialize(PofReader in)voidMvelManipulator. readExternal(PofReader in)Restore the contents of a user type instance by reading its state using the specified PofReader object.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.coherence.rest.util.extractor
Methods in com.tangosol.coherence.rest.util.extractor with parameters of type PofReader Modifier and Type Method Description voidMvelExtractor. 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 voidMvelUpdater. 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 voidChainedParameterResolver. 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 PofReader Modifier and Type Class Description classPofBufferReaderPofReaderimplementation that reads POF-encoded data from aBufferInput.static classPofBufferReader.UserTypeReaderThe 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 PofReaderPofBufferReader. 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.PofReaderPofBufferReader.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.PofReaderPofReader. 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.PofReaderPofInputStream. getPofReader()Obtain the underlying PofReader.Methods in com.tangosol.io.pof with parameters of type PofReader Modifier and Type Method Description ObjectEnumPofSerializer. deserialize(PofReader reader)Deserialize a user type instance from a POF stream by reading its state using the specified PofReader object.ObjectExternalizableLitePofSerializer. deserialize(PofReader in)Deserialize a user type instance from a POF stream by reading its state using the specified PofReader object.ObjectExternalizablePofSerializer. deserialize(PofReader in)Deserialize a user type instance from a POF stream by reading its state using the specified PofReader object.InetAddressInetAddressSerializer. deserialize(PofReader in)InetSocketAddressInetSocketAddressSerializer. deserialize(PofReader in)OptionalDoubleOptionalDoubleSerializer. deserialize(PofReader in)OptionalIntOptionalIntSerializer. deserialize(PofReader in)OptionalLongOptionalLongSerializer. deserialize(PofReader in)OptionalOptionalSerializer. deserialize(PofReader in)ObjectPofAnnotationSerializer. deserialize(PofReader in)Deserialize a user type instance from a POF stream by reading its state using the specified PofReader object.TPofSerializer. deserialize(PofReader in)Deserialize a user type instance from a POF stream by reading its state using the specified PofReader object.ObjectPortableObjectSerializer. deserialize(PofReader in)Deserialize a user type instance from a POF stream by reading its state using the specified PofReader object.TPortableTypeSerializer. deserialize(PofReader reader)ObjectPrincipalPofSerializer. deserialize(PofReader in)Deserialize a user type instance from a POF stream by reading its state using the specified PofReader object.ObjectSafeConfigurablePofContext.ExternalSerializer. deserialize(PofReader in)Deserialize a user type instance from a POF stream by reading its state using the specified PofReader object.ObjectSafeConfigurablePofContext.SafePofSerializer. deserialize(PofReader in)Deserialize a user type instance from a POF stream by reading its state using the specified PofReader object.ObjectSerializableSerializer. deserialize(PofReader reader)ObjectSubjectPofSerializer. deserialize(PofReader in)Deserialize a user type instance from a POF stream by reading its state using the specified PofReader object.ObjectThrowablePofSerializer. deserialize(PofReader in)ObjectXmlSerializablePofSerializer. 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.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 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 ObjectCodec. decode(PofReader in, int iProp)Deserialize an object from the providedPofReader.ObjectCodecs.ArrayCodec. decode(PofReader in, int index)Deserialize an object from the providedPofReader.ObjectCodecs.CollectionCodec. decode(PofReader in, int index)Deserialize an object from the providedPofReader.ObjectCodecs.DefaultCodec. decode(PofReader in, int index)Deserialize an object from the providedPofReader.ObjectCodecs.LongArrayCodec. decode(PofReader in, int index)Deserialize an object from the providedPofReader.ObjectCodecs.MapCodec. decode(PofReader in, int index)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 PofReader Modifier and Type Method Description voidAbstractPriorityTask. 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 PofReader Modifier and Type Method Description voidDefaultVersionedPartitions. 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 PofReader Modifier and Type Method Description voidPermissionInfo. 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 voidPublisher.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 PofReader Modifier and Type Method Description voidSimpleDocument. 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 PofReader Modifier and Type Method Description voidAbstractScript. 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.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 PofReader Modifier and Type Method Description voidAbstractAggregator. 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 PofReader Modifier and Type Method Description voidChainedComparator. 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 PofReader Modifier and Type Method Description voidAbstractCompositeExtractor. 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 PofReader Modifier and Type Method Description voidAlwaysFilter. 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 PofReader Modifier and Type Method Description voidCompositeProcessor. 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 PofReader Modifier and Type Method Description voidExtractorEventTransformer. 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)
-