JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.apache.cassandra.utils.concurrent
Interface IntrusiveStack.Setter<O,
T>
Enclosing class:
IntrusiveStack
<
T
extends
IntrusiveStack
<
T
>>
protected static interface
IntrusiveStack.Setter<O,
T>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
boolean
compareAndSet
(
O
owner,
T
expect,
T
update)
Method Details
compareAndSet
boolean
compareAndSet
(
O
owner,
T
expect,
T
update)