Serialized Form
-
Package com.oracle.coherence.concurrent
-
Class com.oracle.coherence.concurrent.PermitAcquirer extends Object implements Serializable
-
Serialized Fields
-
f_client
boolean f_client
-
f_memberId
com.tangosol.util.UUID f_memberId
-
f_threadId
long f_threadId
-
-
-
-
Package com.oracle.coherence.concurrent.atomic
-
Class com.oracle.coherence.concurrent.atomic.Atomics.SerializableAtomicMarkableReference extends AtomicMarkableReference<V> implements Serializable
-
Class com.oracle.coherence.concurrent.atomic.Atomics.SerializableAtomicStampedReference extends AtomicStampedReference<V> implements Serializable
-
Class com.oracle.coherence.concurrent.atomic.LocalAtomicInteger extends Number implements Serializable
-
Serialized Fields
-
f_nValue
AtomicInteger f_nValue
Wrapped atomic int value.
-
-
-
Class com.oracle.coherence.concurrent.atomic.LocalAtomicLong extends Number implements Serializable
-
Serialized Fields
-
f_lValue
AtomicLong f_lValue
Wrapped atomic long value.
-
-
-
Class com.oracle.coherence.concurrent.atomic.RemoteAtomicInteger extends Number implements Serializable
-
Serialized Fields
-
f_mapAtomic
com.tangosol.net.NamedMap<String,AtomicInteger> f_mapAtomic
The map that holds this atomic value. -
f_sName
String f_sName
The name of this atomic value.
-
-
-
Class com.oracle.coherence.concurrent.atomic.RemoteAtomicLong extends Number implements Serializable
-
Serialized Fields
-
f_mapAtomic
com.tangosol.net.NamedMap<String,AtomicLong> f_mapAtomic
The map that holds this atomic value. -
f_sName
String f_sName
The name of this atomic value.
-
-
-
-
Package com.oracle.coherence.concurrent.cdi
-
Class com.oracle.coherence.concurrent.cdi.Count.Literal extends AnnotationLiteral<Count> implements Serializable
-
Serialized Fields
-
m_nCount
int m_nCount
The latch count.
-
-
-
Class com.oracle.coherence.concurrent.cdi.Permits.Literal extends AnnotationLiteral<Permits> implements Serializable
-
Serialized Fields
-
m_sPermits
int m_sPermits
The permits count.
-
-
-
-
Package com.oracle.coherence.concurrent.executor
-
Class com.oracle.coherence.concurrent.executor.AbstractCollector extends Object implements Serializable
-
Class com.oracle.coherence.concurrent.executor.ClusteredAssignment extends Object implements Serializable
-
Serialized Fields
-
m_fRecovered
boolean m_fRecovered
-
m_sExecutorId
String m_sExecutorId
TheExecutoridentity. -
m_sTaskId
String m_sTaskId
TheTaskidentity. -
m_state
ClusteredAssignment.State m_state
TheClusteredAssignment.Stateof the assignment.
-
-
-
Class com.oracle.coherence.concurrent.executor.ClusteredAssignment.AssignmentProcessor extends PortableAbstractProcessor<String,ClusteredAssignment,Void> implements Serializable
-
Serialized Fields
-
m_action
ExecutionPlan.Action m_action
The assignmentExecutionPlan.Action. -
m_assignment
ClusteredAssignment m_assignment
TheClusteredAssignment.
-
-
-
Class com.oracle.coherence.concurrent.executor.ClusteredAssignment.SetStateProcessor extends PortableAbstractProcessor<String,ClusteredAssignment,ClusteredAssignment.State> implements Serializable
-
Serialized Fields
-
m_desired
ClusteredAssignment.State m_desired
The desiredClusteredAssignment.State. -
m_previous
ClusteredAssignment.State m_previous
The previousClusteredAssignment.State.
-
-
-
Class com.oracle.coherence.concurrent.executor.ClusteredExecutorInfo extends Object implements Serializable
-
Serialized Fields
-
m_cCompleted
long m_cCompleted
The completed tasks count. -
m_cFreeMemory
long m_cFreeMemory
The free memory as reported byRuntime.freeMemory(). -
m_cInProgress
long m_cInProgress
The tasks that are in progress count. -
m_cMaxMemory
long m_cMaxMemory
The maximum memory as reported byRuntime.maxMemory(). -
m_cRejected
long m_cRejected
The rejected tasks count. -
m_cTotalMemory
long m_cTotalMemory
The total memory as reported byRuntime.totalMemory(). -
m_ldtUpdate
long m_ldtUpdate
The cluster time when theTaskExecutorService.ExecutorInfowas last updated. -
m_optionsByType
OptionsByType<TaskExecutorService.Registration.Option> m_optionsByType
TheTaskExecutorService.Registration.Options for theExecutor. -
m_sIdentity
String m_sIdentity
The identity of theTaskExecutorService.Registration. -
m_state
TaskExecutorService.ExecutorInfo.State m_state
TheTaskExecutorService.ExecutorInfo.Stateof theExecutor.
-
-
-
Class com.oracle.coherence.concurrent.executor.ClusteredExecutorInfo.SetStateProcessor extends PortableAbstractProcessor<String,ClusteredExecutorInfo,TaskExecutorService.ExecutorInfo.State> implements Serializable
-
Serialized Fields
-
m_desired
TaskExecutorService.ExecutorInfo.State m_desired
The desiredTaskExecutorService.ExecutorInfo.State. -
m_previous
TaskExecutorService.ExecutorInfo.State m_previous
The previousTaskExecutorService.ExecutorInfo.State.
-
-
-
Class com.oracle.coherence.concurrent.executor.ClusteredExecutorInfo.TouchProcessor extends PortableAbstractProcessor<String,ClusteredExecutorInfo,Void> implements Serializable
-
Class com.oracle.coherence.concurrent.executor.ClusteredExecutorInfo.UpdateInfoProcessor extends PortableAbstractProcessor<String,ClusteredExecutorInfo,Void> implements Serializable
-
Serialized Fields
-
m_cFreeMemory
long m_cFreeMemory
The free memory as reported byRuntime.freeMemory(). -
m_cMaxMemory
long m_cMaxMemory
The maximum memory as reported byRuntime.maxMemory(). -
m_cTasksCompleted
long m_cTasksCompleted
The tasks completed count. -
m_cTasksFailed
long m_cTasksFailed
The tasks failed count. -
m_cTasksInProgress
long m_cTasksInProgress
The tasks in progress count. -
m_cTotalMemory
long m_cTotalMemory
The total memory as reported byRuntime.totalMemory(). -
m_fTerminated
boolean m_fTerminated
Whether the Executor has been terminated.
-
-
-
Class com.oracle.coherence.concurrent.executor.ClusteredExecutorService.CESRunnableFuture extends FutureSubscriber<V> implements Serializable
-
Class com.oracle.coherence.concurrent.executor.ClusteredProperties extends Object implements Serializable
-
Class com.oracle.coherence.concurrent.executor.ClusteredProperties.PropertyKey extends Object implements Serializable
-
Serialized Fields
-
m_oKey
T extends Serializable m_oKey
Property key. -
m_sTaskId
String m_sTaskId
Task ID.
-
-
-
Class com.oracle.coherence.concurrent.executor.ClusteredProperties.PropertyValue extends Object implements Serializable
-
Serialized Fields
-
m_oValue
T extends Serializable m_oValue
Property value. -
m_sTaskId
String m_sTaskId
Task ID.
-
-
-
Class com.oracle.coherence.concurrent.executor.ClusteredProperties.SetPropertyValueProcessor extends PortableAbstractProcessor<ClusteredProperties.PropertyKey<K extends Serializable>,ClusteredProperties.PropertyValue<V extends Serializable>,ClusteredProperties.PropertyValue<V extends Serializable>> implements Serializable
-
Serialized Fields
-
m_oValue
ClusteredProperties.PropertyValue<V extends Serializable> m_oValue
The property value.
-
-
-
Class com.oracle.coherence.concurrent.executor.ClusteredTaskManager extends Object implements Serializable
-
Serialized Fields
-
m_collector
Task.Collector<T,A,R> m_collector
TheTask.Collectorfor theTaskresult(s). -
m_completionPredicate
com.tangosol.util.function.Remote.Predicate<? super R> m_completionPredicate
TheRemote.Predicateto determine if theTaskis complete, based on a collected result. -
m_completionRunnable
Task.CompletionRunnable<? super R> m_completionRunnable
The runnable to call when theTaskis complete. -
m_cPendingExecutionPlanOptimizationCount
int m_cPendingExecutionPlanOptimizationCount
The number of potential optimizations that can occurred to theExecutionPlansince it was last optimized. -
m_cPendingExecutionStrategyUpdateCount
int m_cPendingExecutionStrategyUpdateCount
The number of events/updates/changes that have occurred since the last time theExecutionStrategywas evaluated, which may impact theExecutionPlan. -
m_debugging
Debugging m_debugging
-
m_executionPlan
ExecutionPlan m_executionPlan
-
m_executionStrategy
ExecutionStrategy m_executionStrategy
-
m_fCancelled
boolean m_fCancelled
A flag to indicate if theTaskis now cancelled, in which case no further results will be accepted and no future updates will be published. -
m_fCompleted
boolean m_fCompleted
A flag to indicate if theTaskis now completed, in which case no further results will be accepted and no future updates will be published. -
m_fRunCompletionRunnable
boolean m_fRunCompletionRunnable
A flag to indicate whether to run the completionRunnable or not. -
m_lastResult
Result<R> m_lastResult
The last collected result for theTask. -
m_lCurrentResultGeneration
long m_lCurrentResultGeneration
Monotonically increasing generation counter indicating how many times a result was provided. -
m_listResults
List<Result<T>> m_listResults
-
m_lProcessedResultGeneration
long m_lProcessedResultGeneration
The generation counter of the last time the results were evaluated. -
m_lTaskSequence
long m_lTaskSequence
The partition based sequence number of theTask. -
m_nPartitionId
int m_nPartitionId
The partition ID of theTask. -
m_nResultVersion
int m_nResultVersion
The lastResult version represented by a monotonically increasing integer value. -
m_parentSpanContext
com.tangosol.internal.tracing.SpanContext m_parentSpanContext
TheSpanContextof the span enqueuing this task. -
m_retainDuration
Duration m_retainDuration
-
m_sTaskId
String m_sTaskId
The unique identity of theTask. -
m_state
ClusteredTaskManager.State m_state
The current state of theClusteredTaskManager. -
m_task
Task<T> m_task
TheTask.
-
-
-
Class com.oracle.coherence.concurrent.executor.ClusteredTaskManager.CancellationProcessor extends PortableAbstractProcessor<String,ClusteredTaskManager,Boolean> implements Serializable
-
Class com.oracle.coherence.concurrent.executor.ClusteredTaskManager.ChainedProcessor extends PortableAbstractProcessor<String,ClusteredTaskManager,Void> implements Serializable
-
Serialized Fields
-
m_listProcessors
ArrayList<com.tangosol.util.InvocableMap.EntryProcessor> m_listProcessors
InvocableMap.EntryProcessors to be invoked in list-order.
-
-
-
Class com.oracle.coherence.concurrent.executor.ClusteredTaskManager.NotifyExecutionStrategyProcessor extends PortableAbstractProcessor<String,ClusteredTaskManager,Boolean> implements Serializable
-
Class com.oracle.coherence.concurrent.executor.ClusteredTaskManager.OptimizeExecutionPlanProcessor extends PortableAbstractProcessor<String,ClusteredTaskManager,Void> implements Serializable
-
Serialized Fields
-
m_cPendingExecutionPlanOptimizationCount
int m_cPendingExecutionPlanOptimizationCount
Pending execution plan optimization count. -
m_executionPlan
ExecutionPlan m_executionPlan
TheExecutionPlan.
-
-
-
Class com.oracle.coherence.concurrent.executor.ClusteredTaskManager.SetActionProcessor extends PortableAbstractProcessor<String,ClusteredTaskManager,Boolean> implements Serializable
-
Serialized Fields
-
m_desired
ExecutionPlan.Action m_desired
The desiredTaskExecutorService.ExecutorInfo.State. -
m_previous
EnumSet<ExecutionPlan.Action> m_previous
The previous allowedTaskExecutorService.ExecutorInfo.States, ornullif not applicable. -
m_sExecutorId
String m_sExecutorId
TheExecutorid.
-
-
-
Class com.oracle.coherence.concurrent.executor.ClusteredTaskManager.UpdateCollectedResultProcessor extends PortableAbstractProcessor<String,ClusteredTaskManager,Void> implements Serializable
-
Class com.oracle.coherence.concurrent.executor.ClusteredTaskManager.UpdateContributedResultProcessor extends PortableAbstractProcessor<String,ClusteredTaskManager,Boolean> implements Serializable
-
Class com.oracle.coherence.concurrent.executor.ClusteredTaskManager.UpdateExecutionPlanProcessor extends PortableAbstractProcessor<String,ClusteredTaskManager,Void> implements Serializable
-
Serialized Fields
-
m_cPendingExecutionStrategyUpdateCount
int m_cPendingExecutionStrategyUpdateCount
The pendingExecutionStrategyupdate count. -
m_executionPlan
ExecutionPlan m_executionPlan
TheExecutionPlan.
-
-
-
Class com.oracle.coherence.concurrent.executor.ConditionalCollector extends Object implements Serializable
-
Serialized Fields
-
m_collector
Task.Collector<T,A,R> m_collector
TheTask.Collectorto use when theRemote.Predicateis satisfied. -
m_defaultResult
R m_defaultResult
The default result to return when theRemote.Predicateis not satisfied. -
m_predicate
com.tangosol.util.function.Remote.Predicate<? super Iterator<T>> m_predicate
TheRemote.Predicateto determine when results can be collected.
-
-
-
Class com.oracle.coherence.concurrent.executor.MutableExecutionPlan extends Object implements Serializable
-
Serialized Fields
-
m_cPendingRecoveryCount
int m_cPendingRecoveryCount
The number of effective assignments in the past that failed (for some reason) that can be re-assigned in the future asExecutionPlan.Action.RECOVERactions. -
m_fSatisfied
boolean m_fSatisfied
Indicates when anExecutionPlanhas satisfied the requirements of the definingExecutionStrategy. -
m_mapActions
LinkedHashMap<String,ExecutionPlan.Action> m_mapActions
TheExecutionPlan.Actions byExecutoridentity.
-
-
-
Class com.oracle.coherence.concurrent.executor.PortableAbstractProcessor extends com.tangosol.util.processor.AbstractProcessor<K,V,R> implements Serializable
-
Class com.oracle.coherence.concurrent.executor.RecoveringTask extends Object implements Serializable
-
Serialized Fields
-
m_duration
Duration m_duration
-
-
-
Class com.oracle.coherence.concurrent.executor.Result extends Object implements Serializable
-
Class com.oracle.coherence.concurrent.executor.StandardExecutionStrategy extends Object implements Serializable
-
Serialized Fields
-
m_cDesiredExecutors
int m_cDesiredExecutors
-
m_fPerformConcurrently
boolean m_fPerformConcurrently
Should theExecutionPlanschedule theTaskfor execution concurrently or sequentially? The default is concurrently. -
m_predicate
com.tangosol.util.function.Remote.Predicate<? super TaskExecutorService.ExecutorInfo> m_predicate
-
-
-
Class com.oracle.coherence.concurrent.executor.Task.Yield extends Exception implements Serializable
-
Serialized Fields
-
m_duration
Duration m_duration
The minimum duration to yield.
-
-
-
Class com.oracle.coherence.concurrent.executor.TaskCollectors.CountCollector extends AbstractCollector<T,Integer> implements Serializable
-
Class com.oracle.coherence.concurrent.executor.TaskCollectors.FirstOfCollector extends Object implements Serializable
-
Class com.oracle.coherence.concurrent.executor.TaskCollectors.LastOfCollector extends AbstractCollector<T,T> implements Serializable
-
Class com.oracle.coherence.concurrent.executor.TaskCollectors.ListOfCollector extends Object implements Serializable
-
Class com.oracle.coherence.concurrent.executor.TaskCollectors.SetOfCollector extends Object implements Serializable
-
-
Package com.oracle.coherence.concurrent.executor.function
-
Class com.oracle.coherence.concurrent.executor.function.BiPredicates.AllResultsBiPredicate extends Object implements Serializable
-
Serialized Fields
-
f_predicate
com.tangosol.util.function.Remote.Predicate<? super T> f_predicate
TheRemote.Predicatefor a result.
-
-
-
Class com.oracle.coherence.concurrent.executor.function.BiPredicates.AnyResultBiPredicate extends Object implements Serializable
-
Serialized Fields
-
f_predicate
com.tangosol.util.function.Remote.Predicate<? super T> f_predicate
TheRemote.Predicatefor a result.
-
-
-
Class com.oracle.coherence.concurrent.executor.function.BiPredicates.NeverBiPredicate extends Object implements Serializable
-
Class com.oracle.coherence.concurrent.executor.function.Predicates.AlwaysPredicate extends Object implements Serializable
-
Class com.oracle.coherence.concurrent.executor.function.Predicates.EqualToPredicate extends Object implements Serializable
-
Serialized Fields
-
m_value
T m_value
The value to compare.
-
-
-
Class com.oracle.coherence.concurrent.executor.function.Predicates.IsValuePredicate extends Object implements Serializable
-
Class com.oracle.coherence.concurrent.executor.function.Predicates.NegatePredicate extends Object implements Serializable
-
Serialized Fields
-
m_predicate
com.tangosol.util.function.Remote.Predicate<T> m_predicate
TheRemote.Predicateto negate.
-
-
-
Class com.oracle.coherence.concurrent.executor.function.Predicates.NeverPredicate extends Object implements Serializable
-
Class com.oracle.coherence.concurrent.executor.function.Predicates.NullValuePredicate extends Object implements Serializable
-
Class com.oracle.coherence.concurrent.executor.function.Predicates.OptionPredicate extends Object implements Serializable
-
Serialized Fields
-
m_option
TaskExecutorService.Registration.Option m_option
-
-
-
Class com.oracle.coherence.concurrent.executor.function.Predicates.RolePredicate extends Object implements Serializable
-
Class com.oracle.coherence.concurrent.executor.function.Predicates.ThrowablePredicate extends Object implements Serializable
-
-
Package com.oracle.coherence.concurrent.executor.internal
-
Class com.oracle.coherence.concurrent.executor.internal.ClusteredTaskInterceptor.SequenceComparator extends Object implements Serializable
-
Class com.oracle.coherence.concurrent.executor.internal.ClusteredTaskInterceptor.SetTaskStateProcessor extends PortableAbstractProcessor<String,ClusteredTaskManager,ClusteredTaskManager.State> implements Serializable
-
Serialized Fields
-
m_desired
ClusteredTaskManager.State m_desired
The desiredClusteredTaskManager.State. -
m_previous
ClusteredTaskManager.State m_previous
The previousClusteredTaskManager.State.
-
-
-
Class com.oracle.coherence.concurrent.executor.internal.LiveObjectEventInterceptor.ExpiredProcessor extends PortableAbstractProcessor<String,Leased,Boolean> implements Serializable
-
Class com.oracle.coherence.concurrent.executor.internal.LiveObjectEventInterceptor.MemberAwareProcessor extends PortableAbstractProcessor<String,ClusterMemberAware,Boolean> implements Serializable
-
Serialized Fields
-
m_nId
int m_nId
TheMemberEvent.getId().
-
-
-
-
Package com.oracle.coherence.concurrent.executor.options
-
Class com.oracle.coherence.concurrent.executor.options.ClusterMember extends Object implements Serializable
-
Class com.oracle.coherence.concurrent.executor.options.Debugging extends Object implements Serializable
-
Serialized Fields
-
m_nLogLevel
int m_nLogLevel
The log level of theDebuggingoption.
-
-
-
Class com.oracle.coherence.concurrent.executor.options.Description extends Object implements Serializable
-
Serialized Fields
-
m_sDescription
String m_sDescription
The details of the executor.
-
-
-
Class com.oracle.coherence.concurrent.executor.options.Member extends Object implements Serializable
-
Serialized Fields
-
m_member
com.tangosol.net.Member m_member
TheMember.
-
-
-
Class com.oracle.coherence.concurrent.executor.options.Name extends Object implements Serializable
-
Class com.oracle.coherence.concurrent.executor.options.Role extends Object implements Serializable
-
Class com.oracle.coherence.concurrent.executor.options.Storage extends Object implements Serializable
-
Serialized Fields
-
m_fStorageEnabled
boolean m_fStorageEnabled
Whether the Coherence server in which theExecutoris running is storageenabled.
-
-
-
-
Package com.oracle.coherence.concurrent.executor.processors
-
Class com.oracle.coherence.concurrent.executor.processors.LocalOnlyProcessor extends PortableAbstractProcessor<K,V,R> implements Serializable
-
Serialized Fields
-
f_submittingMember
com.tangosol.net.Member f_submittingMember
TheMemberthat submitted theLocalOnlyProcessor. -
m_processor
com.tangosol.util.InvocableMap.EntryProcessor<K,V,R> m_processor
TheInvocableMap.EntryProcessorto invoke.
-
-
-
-
Package com.oracle.coherence.concurrent.executor.tasks
-
Class com.oracle.coherence.concurrent.executor.tasks.CronTask extends Object implements Serializable
-
Class com.oracle.coherence.concurrent.executor.tasks.ValueTask extends Object implements Serializable
-
-
Package com.oracle.coherence.concurrent.executor.tasks.internal
-
Class com.oracle.coherence.concurrent.executor.tasks.internal.CallableTask extends Object implements Serializable
-
Class com.oracle.coherence.concurrent.executor.tasks.internal.RunnableTask extends Object implements Serializable
-
Class com.oracle.coherence.concurrent.executor.tasks.internal.RunnableWithResultTask extends Object implements Serializable
-
Class com.oracle.coherence.concurrent.executor.tasks.internal.ScheduledCallableTask extends CallableTask<T> implements Serializable
-
Serialized Fields
-
m_ldtSubmitNanos
long m_ldtSubmitNanos
The time in nanoseconds when the task is submitted. -
m_ltdInitialDelay
Duration m_ltdInitialDelay
The initial delay to execute the task.
-
-
-
Class com.oracle.coherence.concurrent.executor.tasks.internal.ScheduledRunnableTask extends RunnableTask implements Serializable
-
Serialized Fields
-
m_delay
Duration m_delay
The delay to start the next execution after the completion of the current execution. -
m_initialDelay
Duration m_initialDelay
The initial delay to execute the task. -
m_ldtExecuteNanos
long m_ldtExecuteNanos
The time in nanoseconds to execute the task. -
m_period
Duration m_period
The period between successive executions.
-
-
-
-
Package com.oracle.coherence.concurrent.executor.util
-
Class com.oracle.coherence.concurrent.executor.util.OptionsByType extends Object implements Serializable
-
Class com.oracle.coherence.concurrent.executor.util.OptionsByType.EmptyOptionsByType extends OptionsByType<T> implements Serializable
-
-
Package com.oracle.coherence.concurrent.internal
-
Class com.oracle.coherence.concurrent.internal.LatchCounter extends Object implements Serializable
-
Serialized Fields
-
f_lInitialCount
long f_lInitialCount
The initial latch count. -
m_lCount
long m_lCount
The current latch count.
-
-
-
Class com.oracle.coherence.concurrent.internal.SemaphoreStatus extends Object implements Serializable
-
Serialized Fields
-
m_initialPermits
int m_initialPermits
Number of permits used to initialise -
m_memberId
com.tangosol.util.UUID m_memberId
The identity of a member who most recently updated the semaphore. -
m_permits
int m_permits
The current number of permits available. -
m_permitsMap
Map<PermitAcquirer,Integer> m_permitsMap
The map of acquirers and permits that they acquired.
-
-
-
Class com.oracle.coherence.concurrent.internal.SemaphoreStatus.RemovePermits extends Object implements Serializable
-
Serialized Fields
-
m_memberId
com.tangosol.util.UUID m_memberId
The member UUID to remove all the permits for.
-
-
-
-
Package com.oracle.coherence.concurrent.locks
-
Class com.oracle.coherence.concurrent.locks.LockOwner extends Object implements Serializable
-
Serialized Fields
-
m_fClient
boolean m_fClient
-
m_memberId
com.tangosol.util.UUID m_memberId
-
m_threadId
long m_threadId
-
-
-
-
Package com.oracle.coherence.concurrent.locks.internal
-
Class com.oracle.coherence.concurrent.locks.internal.ExclusiveLockHolder extends Object implements Serializable
-
Serialized Fields
-
m_lockOwner
LockOwner m_lockOwner
The current owner of this lock.
-
-
-
Class com.oracle.coherence.concurrent.locks.internal.ExclusiveLockHolder.RemoveLocks extends Object implements Serializable
-
Serialized Fields
-
m_memberId
com.tangosol.util.UUID m_memberId
The member UID to remove all the locks for.
-
-
-
Class com.oracle.coherence.concurrent.locks.internal.ReadWriteLockHolder extends Object implements Serializable
-
Class com.oracle.coherence.concurrent.locks.internal.ReadWriteLockHolder.RemoveLocks extends Object implements Serializable
-
Serialized Fields
-
m_memberId
com.tangosol.util.UUID m_memberId
The member UUID to remove all the locks for.
-
-
-