Show / Hide Table of Contents

Class AbstractClusterProcessor

Base class for entry processors that may only be executed within the cluster.

Inheritance
object
AbstractProcessor
AbstractClusterProcessor
Implements
IEntryProcessor
IPortableObject
Inherited Members
AbstractProcessor.Process(IInvocableCacheEntry)
AbstractProcessor.ProcessAll(ICollection)
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Tangosol.Util.Processor
Assembly: Coherence.dll
Syntax
[Obsolete("since Coherence 12.2.1.3")]
public abstract class AbstractClusterProcessor : AbstractProcessor, IEntryProcessor, IPortableObject
Remarks

As of 12.2.1.3 this class is deprecated in favor of AbstractProcessor which now includes a default Process method implementation.

Methods

ReadExternal(IPofReader)

Restore the contents of a user type instance by reading its state using the specified IPofReader object.

Declaration
public virtual void ReadExternal(IPofReader reader)
Parameters
Type Name Description
IPofReader reader

The IPofReader from which to read the object's state.

Exceptions
Type Condition
IOException

If an I/O error occurs.

WriteExternal(IPofWriter)

Save the contents of a POF user type instance by writing its state using the specified IPofWriter object.

Declaration
public virtual void WriteExternal(IPofWriter writer)
Parameters
Type Name Description
IPofWriter writer

The IPofWriter to which to write the object's state.

Exceptions
Type Condition
IOException

If an I/O error occurs.

Implements

IEntryProcessor
IPortableObject
In this article
Back to top Copyright © 2000, 2024, Oracle and/or its affiliates.