Uses of Interface
com.tangosol.io.pof.PofWriter
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 PofWriter in com.oracle.coherence.concurrent
-
Uses of PofWriter in com.oracle.coherence.concurrent.atomic
Modifier and TypeMethodDescriptionvoid
AtomicBoolean.Serializer.serialize
(PofWriter out, AtomicBoolean value) void
AtomicInteger.Serializer.serialize
(PofWriter out, AtomicInteger value) void
AtomicLong.Serializer.serialize
(PofWriter out, AtomicLong value) void
AtomicMarkableReference.Serializer.serialize
(PofWriter out, AtomicMarkableReference<V> value) void
AtomicReference.Serializer.serialize
(PofWriter out, AtomicReference<V> value) void
AtomicStampedReference.Serializer.serialize
(PofWriter out, AtomicStampedReference<V> value) -
Uses of PofWriter in com.oracle.coherence.concurrent.locks
-
Uses of PofWriter in com.tangosol.coherence.config
Modifier and TypeMethodDescriptionvoid
ParameterMacroExpression.writeExternal
(PofWriter out) Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
ResolvableParameterList.writeExternal
(PofWriter writer) Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
SimpleParameterList.writeExternal
(PofWriter writer) Save the contents of a POF user type instance by writing its state using the specified PofWriter object. -
Uses of PofWriter in com.tangosol.coherence.config.builder
Modifier and TypeMethodDescriptionvoid
InstanceBuilder.writeExternal
(PofWriter writer) Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
StaticFactoryInstanceBuilder.writeExternal
(PofWriter writer) Save the contents of a POF user type instance by writing its state using the specified PofWriter object. -
Uses of PofWriter in com.tangosol.coherence.jcache
Modifier and TypeMethodDescriptionvoid
AbstractCoherenceBasedCompleteConfiguration.writeExternal
(PofWriter out) -
Uses of PofWriter in com.tangosol.coherence.jcache.common
Modifier and TypeMethodDescriptionvoid
CoherenceEntryProcessorResult.writeExternal
(PofWriter writer) void
ContextJCacheStatistics.writeExternal
(PofWriter out) void
JCacheEntryMetaInf.writeExternal
(PofWriter pofWriter) void
JCacheIdentifier.writeExternal
(PofWriter pofWriter) void
NonSyntheticEntryFilter.writeExternal
(PofWriter pofWriter) -
Uses of PofWriter in com.tangosol.coherence.jcache.partitionedcache
Modifier and TypeMethodDescriptionvoid
PartitionedCacheSyntheticDeleteMapListener.JCacheExpiryEntryFilter.writeExternal
(PofWriter pofWriter) void
PartitionedJCacheStatistics.CacheStatisticsExtractor.writeExternal
(PofWriter out) void
PartitionedJCacheStatistics.PartitionedCacheStatisticsAggregator.writeExternal
(PofWriter out) void
PartitionedJCacheStatistics.PartitionedCacheStatisticsClear.writeExternal
(PofWriter out) -
Uses of PofWriter in com.tangosol.coherence.jcache.passthroughcache
-
Uses of PofWriter in com.tangosol.coherence.rest.util
Modifier and TypeMethodDescriptionvoid
void
PropertySet.writeExternal
(PofWriter writer) Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
PropertySpec.writeExternal
(PofWriter writer) Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
StaticContent.writeExternal
(PofWriter out) -
Uses of PofWriter in com.tangosol.config.expression
Modifier and TypeMethodDescriptionvoid
ChainedParameterResolver.writeExternal
(PofWriter out) Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
LiteralExpression.writeExternal
(PofWriter writer) Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
NullParameterResolver.writeExternal
(PofWriter writer) Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
Parameter.writeExternal
(PofWriter writer) Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
ScopedParameterResolver.writeExternal
(PofWriter writer) Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
ValueMacroExpression.writeExternal
(PofWriter writer) Save the contents of a POF user type instance by writing its state using the specified PofWriter object. -
Uses of PofWriter in com.tangosol.io.pof
Modifier and TypeClassDescriptionclass
PofWriter
implementation that writes POF-encoded data to aBufferOutput
.static class
The UserTypeWriter implementation is a contextually-aware PofWriter whose purpose is to write the properties of a value of a specified user type.Modifier and TypeMethodDescriptionPofBufferWriter.createNestedPofWriter
(int iProp) Obtain a PofWriter that can be used to write a set of properties into a single property of the current user type.PofBufferWriter.createNestedPofWriter
(int iProp, int nTypeId) Obtain a PofWriter that can be used to write a set of properties into a single property of the current user type.PofBufferWriter.UserTypeWriter.createNestedPofWriter
(int iProp) Obtain a PofWriter that can be used to write a set of properties into a single property of the current user type.PofBufferWriter.UserTypeWriter.createNestedPofWriter
(int iProp, int nTypeId) Obtain a PofWriter that can be used to write a set of properties into a single property of the current user type.PofWriter.createNestedPofWriter
(int iProp) Obtain a PofWriter that can be used to write a set of properties into a single property of the current user type.PofWriter.createNestedPofWriter
(int iProp, int nTypeId) Obtain a PofWriter that can be used to write a set of properties into a single property of the current user type.PofOutputStream.getPofWriter()
Obtain the underlying PofWriter.Modifier and TypeMethodDescriptionvoid
Serialize a user type instance to a POF stream by writing its state using the specified PofWriter object.void
Serialize a user type instance to a POF stream by writing its state using the specified PofWriter object.void
Serialize a user type instance to a POF stream by writing its state using the specified PofWriter object.void
InetAddressSerializer.serialize
(PofWriter out, InetAddress addr) void
InetSocketAddressSerializer.serialize
(PofWriter out, InetSocketAddress addr) void
OptionalDoubleSerializer.serialize
(PofWriter out, OptionalDouble value) void
OptionalIntSerializer.serialize
(PofWriter out, OptionalInt value) void
OptionalLongSerializer.serialize
(PofWriter out, OptionalLong value) void
void
Serialize a user type instance to a POF stream by writing its state using the specified PofWriter object.void
Serialize a user type instance to a POF stream by writing its state using the specified PofWriter object.void
Serialize a user type instance to a POF stream by writing its state using the specified PofWriter object.void
void
Serialize a user type instance to a POF stream by writing its state using the specified PofWriter object.void
Serialize a user type instance to a POF stream by writing its state using the specified PofWriter object.void
Serialize a user type instance to a POF stream by writing its state using the specified PofWriter object.void
void
Serialize a user type instance to a POF stream by writing its state using the specified PofWriter object.void
void
Serialize a user type instance to a POF stream by writing its state using the specified PofWriter object.void
PortableException.writeExternal
(PofWriter out) void
PortableObject.writeExternal
(PofWriter out) Save the contents of a POF user type instance by writing its state using the specified PofWriter object.ModifierConstructorDescriptionPofOutputStream
(PofWriter out) Construct a PofOutputStream that will write its information to an underlyingPofWriter
. -
Uses of PofWriter in com.tangosol.io.pof.reflect
Modifier and TypeMethodDescriptionvoid
Serialize an object using the providedPofWriter
.void
Serialize an object using the providedPofWriter
.void
SimplePofPath.writeExternal
(PofWriter out) Save the contents of a POF user type instance by writing its state using the specified PofWriter object. -
Uses of PofWriter in com.tangosol.net
Modifier and TypeMethodDescriptionvoid
AbstractPriorityTask.writeExternal
(PofWriter out) Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
RequestIncompleteException.writeExternal
(PofWriter out) Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
RequestPolicyException.writeExternal
(PofWriter out) Save the contents of a POF user type instance by writing its state using the specified PofWriter object. -
Uses of PofWriter in com.tangosol.net.partition
Modifier and TypeMethodDescriptionvoid
DefaultVersionedPartitions.writeExternal
(PofWriter out) void
Ownership.writeExternal
(PofWriter out) Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
PartitionSet.writeExternal
(PofWriter out) Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
SimplePartitionKey.writeExternal
(PofWriter out) Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
VersionedOwnership.writeExternal
(PofWriter out) Save the contents of a POF user type instance by writing its state using the specified PofWriter object. -
Uses of PofWriter in com.tangosol.net.security
Modifier and TypeMethodDescriptionvoid
PermissionInfo.writeExternal
(PofWriter out) Save the contents of a POF user type instance by writing its state using the specified PofWriter object. -
Uses of PofWriter in com.tangosol.net.topic
Modifier and TypeMethodDescriptionvoid
Publisher.FailOnFull.writeExternal
(PofWriter out) void
Publisher.OrderById.writeExternal
(PofWriter out) void
Publisher.OrderByNone.writeExternal
(PofWriter out) void
Publisher.OrderByThread.writeExternal
(PofWriter out) void
Publisher.OrderByValue.writeExternal
(PofWriter out) void
Subscriber.CommitResult.writeExternal
(PofWriter out) void
Subscriber.CompleteOnEmpty.writeExternal
(PofWriter out) void
Subscriber.Convert.writeExternal
(PofWriter out) void
Subscriber.Filtered.writeExternal
(PofWriter out) void
Subscriber.Name.writeExternal
(PofWriter out) -
Uses of PofWriter in com.tangosol.run.xml
Modifier and TypeMethodDescriptionvoid
SimpleDocument.writeExternal
(PofWriter out) Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
SimpleElement.writeExternal
(PofWriter out) Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
SimpleValue.writeExternal
(PofWriter out) Save the contents of a POF user type instance by writing its state using the specified PofWriter object. -
Uses of PofWriter in com.tangosol.util
Modifier and TypeMethodDescriptionvoid
AbstractScript.writeExternal
(PofWriter out) void
CompositeKey.writeExternal
(PofWriter out) Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
Fragment.writeExternal
(PofWriter out) void
MapEvent.writeExternal
(PofWriter out) void
NullFilter.writeExternal
(PofWriter out) Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
NullImplementation.NullEntryProcessor.writeExternal
(PofWriter out) Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
NullImplementation.NullMap.writeExternal
(PofWriter out) Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
NullImplementation.NullSet.writeExternal
(PofWriter out) Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
NullImplementation.NullValueExtractor.writeExternal
(PofWriter out) Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
SimpleHolder.writeExternal
(PofWriter out) void
SimpleQueryRecord.PartialResult.IndexLookupRecord.writeExternal
(PofWriter out) Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
SimpleQueryRecord.PartialResult.Step.writeExternal
(PofWriter out) Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
SimpleQueryRecord.PartialResult.writeExternal
(PofWriter out) Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
SimpleQueryRecord.writeExternal
(PofWriter out) Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
UID.writeExternal
(PofWriter out) Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
UniversalManipulator.writeExternal
(PofWriter out) Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
UUID.writeExternal
(PofWriter out) Save the contents of a POF user type instance by writing its state using the specified PofWriter object. -
Uses of PofWriter in com.tangosol.util.aggregator
Modifier and TypeMethodDescriptionvoid
AbstractAggregator.writeExternal
(PofWriter out) void
AbstractComparableAggregator.writeExternal
(PofWriter out) Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
CompositeAggregator.writeExternal
(PofWriter out) Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
Count.writeExternal
(PofWriter out) Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
GroupAggregator.writeExternal
(PofWriter out) void
PriorityAggregator.writeExternal
(PofWriter out) Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
QueryRecorder.writeExternal
(PofWriter out) Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
ScriptAggregator.writeExternal
(PofWriter out) void
TopNAggregator.PartialResult.writeExternal
(PofWriter out) void
TopNAggregator.writeExternal
(PofWriter out) -
Uses of PofWriter in com.tangosol.util.comparator
Modifier and TypeMethodDescriptionvoid
ChainedComparator.writeExternal
(PofWriter out) Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
EntryComparator.writeExternal
(PofWriter out) Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
ExtractorComparator.writeExternal
(PofWriter out) void
SafeComparator.writeExternal
(PofWriter out) Save the contents of a POF user type instance by writing its state using the specified PofWriter object. -
Uses of PofWriter in com.tangosol.util.extractor
Modifier and TypeMethodDescriptionvoid
AbstractCompositeExtractor.writeExternal
(PofWriter out) Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
ChainedFragmentExtractor.writeExternal
(PofWriter out) void
ComparisonValueExtractor.writeExternal
(PofWriter out) Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
CompositeUpdater.writeExternal
(PofWriter out) Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
ConditionalExtractor.writeExternal
(PofWriter out) Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
DeserializationAccelerator.writeExternal
(PofWriter out) Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
EntryExtractor.writeExternal
(PofWriter out) Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
FragmentExtractor.writeExternal
(PofWriter out) void
IdentityExtractor.writeExternal
(PofWriter out) Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
KeyExtractor.writeExternal
(PofWriter out) Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
PofExtractor.writeExternal
(PofWriter out) Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
PofUpdater.writeExternal
(PofWriter out) Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
ReflectionExtractor.writeExternal
(PofWriter out) Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
ReflectionUpdater.writeExternal
(PofWriter out) Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
ScriptValueExtractor.writeExternal
(PofWriter out) void
UniversalExtractor.writeExternal
(PofWriter out) Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
UniversalUpdater.writeExternal
(PofWriter out) Save the contents of a POF user type instance by writing its state using the specified PofWriter object. -
Uses of PofWriter in com.tangosol.util.filter
Modifier and TypeMethodDescriptionvoid
AlwaysFilter.writeExternal
(PofWriter out) Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
ArrayFilter.writeExternal
(PofWriter out) Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
CacheEventFilter.writeExternal
(PofWriter out) Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
ComparisonFilter.writeExternal
(PofWriter out) Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
ExtractorFilter.writeExternal
(PofWriter out) void
FilterTrigger.writeExternal
(PofWriter out) Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
InFilter.writeExternal
(PofWriter out) Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
InKeySetFilter.writeExternal
(PofWriter out) Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
KeyAssociatedFilter.writeExternal
(PofWriter out) Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
LikeFilter.writeExternal
(PofWriter out) Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
LimitFilter.writeExternal
(PofWriter out) Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
MapEventFilter.writeExternal
(PofWriter out) Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
MapEventTransformerFilter.writeExternal
(PofWriter out) Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
NeverFilter.writeExternal
(PofWriter out) Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
NotFilter.writeExternal
(PofWriter out) Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
PartitionedFilter.writeExternal
(PofWriter out) Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
PredicateFilter.writeExternal
(PofWriter writer) void
PresentFilter.writeExternal
(PofWriter out) Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
PriorityFilter.writeExternal
(PofWriter out) Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
ValueChangeEventFilter.writeExternal
(PofWriter out) -
Uses of PofWriter in com.tangosol.util.processor
Modifier and TypeMethodDescriptionvoid
CompositeProcessor.writeExternal
(PofWriter out) Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
ConditionalProcessor.writeExternal
(PofWriter out) Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
ConditionalPut.writeExternal
(PofWriter out) Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
ConditionalPutAll.writeExternal
(PofWriter out) Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
ConditionalRemove.writeExternal
(PofWriter out) Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
ExtractorProcessor.writeExternal
(PofWriter out) Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
MethodInvocationProcessor.writeExternal
(PofWriter out) void
NumberIncrementor.writeExternal
(PofWriter out) Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
NumberMultiplier.writeExternal
(PofWriter out) Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
PreloadRequest.writeExternal
(PofWriter out) Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
PriorityProcessor.writeExternal
(PofWriter out) Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
PropertyManipulator.writeExternal
(PofWriter out) Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
PropertyProcessor.writeExternal
(PofWriter out) Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
TouchProcessor.writeExternal
(PofWriter pofWriter) void
UpdaterProcessor.writeExternal
(PofWriter out) Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
VersionedPut.writeExternal
(PofWriter out) Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
VersionedPutAll.writeExternal
(PofWriter out) Save the contents of a POF user type instance by writing its state using the specified PofWriter object. -
Uses of PofWriter in com.tangosol.util.transformer
Modifier and TypeMethodDescriptionvoid
ExtractorEventTransformer.writeExternal
(PofWriter out) Save the contents of a POF user type instance by writing its state using the specified PofWriter object.void
SamplingEventTransformer.writeExternal
(PofWriter out) void
SemiLiteEventTransformer.writeExternal
(PofWriter out)