Package org.cache2k.core
Class Entry.ProcessingState
- java.lang.Object
-
- org.cache2k.core.Entry.ProcessingState
-
-
Field Summary
Fields Modifier and Type Field Description static int
COMPUTE
static int
DONE
static int
EVICT
static int
EXPIRE
static int
EXPIRY
static int
EXPIRY_COMPLETE
static int
LAST
static int
LOAD
static int
LOAD_ASYNC
static int
LOAD_COMPLETE
static int
MUTATE
static int
NOTIFY
static int
PINNED
static int
READ
static int
READ_COMPLETE
static int
REFRESH
static int
STORE
static int
STORE_COMPLETE
static int
WRITE
static int
WRITE_ASYNC
static int
WRITE_COMPLETE
-
Constructor Summary
Constructors Constructor Description ProcessingState()
-
-
-
Field Detail
-
DONE
public static final int DONE
- See Also:
- Constant Field Values
-
READ
public static final int READ
- See Also:
- Constant Field Values
-
READ_COMPLETE
public static final int READ_COMPLETE
- See Also:
- Constant Field Values
-
MUTATE
public static final int MUTATE
- See Also:
- Constant Field Values
-
LOAD
public static final int LOAD
- See Also:
- Constant Field Values
-
LOAD_COMPLETE
public static final int LOAD_COMPLETE
- See Also:
- Constant Field Values
-
COMPUTE
public static final int COMPUTE
- See Also:
- Constant Field Values
-
REFRESH
public static final int REFRESH
- See Also:
- Constant Field Values
-
EXPIRY
public static final int EXPIRY
- See Also:
- Constant Field Values
-
EXPIRY_COMPLETE
public static final int EXPIRY_COMPLETE
- See Also:
- Constant Field Values
-
WRITE
public static final int WRITE
- See Also:
- Constant Field Values
-
WRITE_COMPLETE
public static final int WRITE_COMPLETE
- See Also:
- Constant Field Values
-
STORE
public static final int STORE
- See Also:
- Constant Field Values
-
STORE_COMPLETE
public static final int STORE_COMPLETE
- See Also:
- Constant Field Values
-
NOTIFY
public static final int NOTIFY
- See Also:
- Constant Field Values
-
PINNED
public static final int PINNED
- See Also:
- Constant Field Values
-
EVICT
public static final int EVICT
- See Also:
- Constant Field Values
-
LOAD_ASYNC
public static final int LOAD_ASYNC
- See Also:
- Constant Field Values
-
WRITE_ASYNC
public static final int WRITE_ASYNC
- See Also:
- Constant Field Values
-
EXPIRE
public static final int EXPIRE
- See Also:
- Constant Field Values
-
LAST
public static final int LAST
- See Also:
- Constant Field Values
-
-