Package | Description |
---|---|
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 | |
com.tangosol.coherence.rest.util.extractor | |
com.tangosol.coherence.rest.util.updater | |
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 | |
com.tangosol.run.xml |
Contains classes providing basic XML related functionality.
|
com.tangosol.util |
Contains various generic utilities.
|
com.tangosol.util.aggregator |
Contains concrete
InvocableMap.EntryAggregator
implementations. |
com.tangosol.util.comparator |
Contains concrete
Comparator implementations and related interfaces. |
com.tangosol.util.extractor |
Contains
ValueExtractor and
ValueUpdater related classes. |
com.tangosol.util.filter |
Contains concrete
Filter implementations and related interfaces. |
com.tangosol.util.processor |
Contains concrete
InvocableMap.EntryProcessor
implementations. |
com.tangosol.util.transformer |
Contains concrete
MapEventTransformer
implementations. |
Modifier and Type | Method and Description |
---|---|
void |
SimpleParameterList.readExternal(PofReader reader)
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 |
ParameterMacroExpression.readExternal(PofReader in)
Restore the contents of a user type instance by reading its state using
the specified PofReader object.
|
Modifier and Type | Method and Description |
---|---|
void |
StaticFactoryInstanceBuilder.readExternal(PofReader reader)
Restore the contents of a user type instance by reading its state using
the specified PofReader object.
|
void |
InstanceBuilder.readExternal(PofReader reader)
Restore the contents of a user type instance by reading its state using
the specified PofReader object.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractCoherenceBasedCompleteConfiguration.readExternal(PofReader in) |
Modifier and Type | Method and Description |
---|---|
void |
NonSyntheticEntryFilter.readExternal(PofReader pofReader) |
void |
JCacheIdentifier.readExternal(PofReader pofReader) |
void |
ContextJCacheStatistics.readExternal(PofReader in) |
void |
JCacheEntryMetaInf.readExternal(PofReader pofReader) |
void |
CoherenceEntryProcessorResult.readExternal(PofReader reader) |
Modifier and Type | Method and Description |
---|---|
void |
PartitionedCacheSyntheticDeleteMapListener.JCacheExpiryEntryFilter.readExternal(PofReader pofReader) |
void |
PartitionedJCacheStatistics.CacheStatisticsExtractor.readExternal(PofReader in) |
void |
PartitionedJCacheStatistics.PartitionedCacheStatisticsAggregator.readExternal(PofReader in) |
void |
PartitionedJCacheStatistics.PartitionedCacheStatisticsClear.readExternal(PofReader in) |
Modifier and Type | Method and Description |
---|---|
void |
PassThroughFilterAdapter.readExternal(PofReader reader) |
Modifier and Type | Method and Description |
---|---|
JsonMap |
JsonMap.Serializer.deserialize(PofReader in) |
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) |
void |
PropertySet.readExternal(PofReader reader)
Restore the contents of a user type instance by reading its state using
the specified PofReader object.
|
void |
MvelManipulator.readExternal(PofReader in)
Restore the contents of a user type instance by reading its state using
the specified PofReader object.
|
Modifier and Type | Method and Description |
---|---|
void |
MvelExtractor.readExternal(PofReader in)
Restore the contents of a user type instance by reading its state using
the specified PofReader object.
|
Modifier and Type | Method and Description |
---|---|
void |
MvelUpdater.readExternal(PofReader in)
Restore the contents of a user type instance by reading its state using
the specified PofReader object.
|
Modifier and Type | Class and Description |
---|---|
class |
PofBufferReader
PofReader implementation that reads POF-encoded data from a
BufferInput . |
static class |
PofBufferReader.UserTypeReader
The UserTypeReader implementation is a contextually-aware PofReader
whose purpose is to advance through the properties of a value of a
specified user type.
|
Modifier and Type | Method and Description |
---|---|
PofReader |
PofReader.createNestedPofReader(int iProp)
Obtain a PofReader that can be used to read a set of properties from a
single property of the current user type.
|
PofReader |
PofBufferReader.createNestedPofReader(int iProp)
Obtain a PofReader that can be used to read a set of properties from a
single property of the current user type.
|
PofReader |
PofBufferReader.UserTypeReader.createNestedPofReader(int iProp)
Obtain a PofReader that can be used to read a set of properties from a
single property of the current user type.
|
PofReader |
PofInputStream.getPofReader()
Obtain the underlying PofReader.
|
Modifier and Type | Method and Description |
---|---|
InetSocketAddress |
InetSocketAddressSerializer.deserialize(PofReader in) |
Object |
ExternalizableLitePofSerializer.deserialize(PofReader in)
Deserialize a user type instance from a POF stream by reading its state
using the specified PofReader object.
|
Object |
PortableObjectSerializer.deserialize(PofReader in)
Deserialize a user type instance from a POF stream by reading its state
using the specified PofReader object.
|
T |
PofSerializer.deserialize(PofReader in)
Deserialize a user type instance from a POF stream by reading its state
using the specified PofReader object.
|
OptionalInt |
OptionalIntSerializer.deserialize(PofReader in) |
Object |
PofAnnotationSerializer.deserialize(PofReader in)
Deserialize a user type instance from a POF stream by reading its state
using the specified PofReader object.
|
Object |
ThrowablePofSerializer.deserialize(PofReader in) |
Optional |
OptionalSerializer.deserialize(PofReader in) |
Object |
PortableTypeSerializer.deserialize(PofReader reader) |
OptionalDouble |
OptionalDoubleSerializer.deserialize(PofReader in) |
Object |
SerializableSerializer.deserialize(PofReader reader) |
Object |
SubjectPofSerializer.deserialize(PofReader in)
Deserialize a user type instance from a POF stream by reading its state
using the specified PofReader object.
|
Object |
XmlSerializablePofSerializer.deserialize(PofReader in)
Deserialize a user type instance from a POF stream by reading its state
using the specified PofReader object.
|
Object |
SafeConfigurablePofContext.ExternalSerializer.deserialize(PofReader in)
Deserialize a user type instance from a POF stream by reading its state
using the specified PofReader object.
|
Object |
SafeConfigurablePofContext.SafePofSerializer.deserialize(PofReader in)
Deserialize a user type instance from a POF stream by reading its state
using the specified PofReader object.
|
Object |
PrincipalPofSerializer.deserialize(PofReader in)
Deserialize a user type instance from a POF stream by reading its state
using the specified PofReader object.
|
OptionalLong |
OptionalLongSerializer.deserialize(PofReader in) |
InetAddress |
InetAddressSerializer.deserialize(PofReader in) |
Object |
EnumPofSerializer.deserialize(PofReader reader)
Deserialize a user type instance from a POF stream by reading its state
using the specified PofReader object.
|
Object |
ExternalizablePofSerializer.deserialize(PofReader in)
Deserialize a user type instance from a POF stream by reading its state
using the specified PofReader object.
|
void |
PortableObjectSerializer.initialize(PortableObject portable,
PofReader in)
Initialize the specified (newly instantiated) PortableObject instance
using the specified reader.
|
void |
PortableObject.readExternal(PofReader in)
Restore the contents of a user type instance by reading its state using
the specified PofReader object.
|
void |
PortableException.readExternal(PofReader in) |
Constructor and Description |
---|
PofInputStream(PofReader in)
Construct a PofInputStream that will read its information from an
underlying
PofReader . |
Modifier and Type | Method and Description |
---|---|
Object |
Codec.decode(PofReader in,
int iProp)
Deserialize an object from the provided
PofReader . |
Object |
Codecs.DefaultCodec.decode(PofReader in,
int index)
Deserialize an object from the provided
PofReader . |
Object |
Codecs.CollectionCodec.decode(PofReader in,
int index)
Deserialize an object from the provided
PofReader . |
Object |
Codecs.MapCodec.decode(PofReader in,
int index)
Deserialize an object from the provided
PofReader . |
Object |
Codecs.LongArrayCodec.decode(PofReader in,
int index)
Deserialize an object from the provided
PofReader . |
Object |
Codecs.ArrayCodec.decode(PofReader in,
int index)
Deserialize an object from the provided
PofReader . |
void |
SimplePofPath.readExternal(PofReader in)
Restore the contents of a user type instance by reading its state using
the specified PofReader object.
|
Modifier and Type | Method and Description |
---|---|
void |
RequestPolicyException.readExternal(PofReader in)
Restore the contents of a user type instance by reading its state using
the specified PofReader object.
|
void |
AbstractPriorityTask.readExternal(PofReader in)
Restore the contents of a user type instance by reading its state using
the specified PofReader object.
|
void |
RequestIncompleteException.readExternal(PofReader in)
Restore the contents of a user type instance by reading its state using
the specified PofReader object.
|
Modifier and Type | Method and Description |
---|---|
void |
Ownership.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.
|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
PermissionInfo.readExternal(PofReader in)
Restore the contents of a user type instance by reading its state using
the specified PofReader object.
|
Modifier and Type | Method and Description |
---|---|
void |
Subscriber.Name.readExternal(PofReader in) |
void |
Subscriber.Filtered.readExternal(PofReader in) |
void |
Subscriber.Convert.readExternal(PofReader in) |
void |
Subscriber.CompleteOnEmpty.readExternal(PofReader in) |
void |
Publisher.FailOnFull.readExternal(PofReader in) |
void |
Publisher.OrderByThread.readExternal(PofReader in) |
void |
Publisher.OrderByNone.readExternal(PofReader in) |
void |
Publisher.OrderById.readExternal(PofReader in) |
void |
Publisher.OrderByValue.readExternal(PofReader in) |
Modifier and Type | Method and Description |
---|---|
void |
SimpleValue.readExternal(PofReader in)
Restore the contents of a user type instance by reading its state using
the specified PofReader object.
|
void |
SimpleDocument.readExternal(PofReader in)
Restore the contents of a user type instance by reading its state using
the specified PofReader object.
|
void |
SimpleElement.readExternal(PofReader in)
Restore the contents of a user type instance by reading its state using
the specified PofReader object.
|
Modifier and Type | Method and Description |
---|---|
void |
MapEvent.readExternal(PofReader in) |
void |
UUID.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.NullMap.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 |
NullImplementation.NullEntryProcessor.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 |
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.PartialResult.IndexLookupRecord.readExternal(PofReader in)
Restore the contents of a user type instance by reading its state using
the specified PofReader object.
|
void |
CompositeKey.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 |
AbstractScript.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 |
SimpleHolder.readExternal(PofReader in) |
Modifier and Type | Method and Description |
---|---|
void |
ScriptAggregator.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 |
PriorityAggregator.readExternal(PofReader in)
Restore the contents of a user type instance by reading its state using
the specified PofReader object.
|
void |
TopNAggregator.readExternal(PofReader in) |
void |
TopNAggregator.PartialResult.readExternal(PofReader in) |
void |
GroupAggregator.readExternal(PofReader in) |
void |
AbstractAggregator.readExternal(PofReader in) |
void |
Count.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 |
QueryRecorder.readExternal(PofReader in)
Restore the contents of a user type instance by reading its state using
the specified PofReader object.
|
Modifier and Type | Method and Description |
---|---|
void |
EntryComparator.readExternal(PofReader in)
Restore the contents of a user type instance by reading its state using
the specified PofReader object.
|
void |
ChainedComparator.readExternal(PofReader in)
Restore the contents of a user type instance by reading its state using
the specified PofReader object.
|
void |
SafeComparator.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) |
Modifier and Type | Method and Description |
---|---|
void |
PofUpdater.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 |
CompositeUpdater.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 |
EntryExtractor.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 |
DeserializationAccelerator.readExternal(PofReader in)
Restore the contents of a user type instance by reading its state using
the specified PofReader object.
|
void |
ComparisonValueExtractor.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.
|
void |
IdentityExtractor.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 |
UniversalExtractor.readExternal(PofReader in)
Restore the contents of a user type instance by reading its state using
the specified PofReader object.
|
void |
AbstractCompositeExtractor.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 |
ReflectionExtractor.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) |
Modifier and Type | Method and Description |
---|---|
void |
MapEventTransformerFilter.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 |
CacheEventFilter.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 |
AlwaysFilter.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 |
FilterTrigger.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 |
PartitionedFilter.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) |
void |
ComparisonFilter.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 |
ArrayFilter.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 |
InKeySetFilter.readExternal(PofReader in)
Restore the contents of a user type instance by reading its state using
the specified PofReader object.
|
void |
PresentFilter.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 |
NotFilter.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.
|
Modifier and Type | Method and Description |
---|---|
void |
ConditionalRemove.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.
|
void |
ConditionalPut.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 |
PropertyProcessor.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 |
UpdaterProcessor.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 |
VersionedPut.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 |
CompositeProcessor.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 |
MethodInvocationProcessor.readExternal(PofReader in) |
void |
PropertyManipulator.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 |
ConditionalProcessor.readExternal(PofReader in)
Restore the contents of a user type instance by reading its state using
the specified PofReader object.
|
void |
NumberIncrementor.readExternal(PofReader in)
Restore the contents of a user type instance by reading its state using
the specified PofReader object.
|
Modifier and Type | Method and Description |
---|---|
void |
ExtractorEventTransformer.readExternal(PofReader in)
Restore the contents of a user type instance by reading its state using
the specified PofReader object.
|
void |
SamplingEventTransformer.readExternal(PofReader in) |
void |
SemiLiteEventTransformer.readExternal(PofReader in) |