|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
com.tangosol.net.cache.OverflowMap.Status
com.tangosol.net.cache.OverflowMap.ExpirableStatus
protected static class OverflowMap.ExpirableStatus
The ExpirableStatus adds expiry to the base Status object.
| Field Summary |
|---|
| Fields inherited from class com.tangosol.net.cache.OverflowMap.Status |
|---|
STATE_MASK_BACK, STATE_MASK_EXISTS, STATE_MASK_FRONT, STATE_MASK_INSYNC, STATE_MASK_RETAIN, STATE_MASK_STATUS, STATUS_AVAILABLE, STATUS_COMMITTING, STATUS_INVALIDATED, STATUS_PROCESSING |
| Constructor Summary | |
|---|---|
OverflowMap.ExpirableStatus()Construct a Status object for a specific key. |
|
| Method Summary | |
|---|---|
java.lang.String |
getDescription()Assemble a human-readable description. |
long |
getExpiry()Determine the expiry for the entry represented by this Status. |
boolean |
hasExpiry()Determine if this Status represents an entry that will automatically expire. |
boolean |
isExpired()Determine if this Status represents an entry that will automatically expire. |
void |
setExpiry(long ldtExpires)Specify the expiry for the entry represented by this Status. |
| Methods inherited from class com.tangosol.net.cache.OverflowMap.Status |
|---|
closeProcessing, commitAndMaybeInvalidate, extractFlag, extractState, getBackEvent, getFrontEvent, getOwnerThread, getState, getStatus, hasEvent, isAvailable, isBackUpToDate, isCommitting, isDiscardable, isEntryExistent, isEntryInBack, isEntryInFront, isOwnedByCurrentThread, isProcessing, isValid, registerBackEvent, registerFrontEvent, setBackEvent, setBackUpToDate, setEntryInBack, setEntryInFront, setFrontEvent, setOwnerThread, setState, setStatus, takeBackEvent, takeEvent, takeFrontEvent, toString, updateFlag, updateState, waitForAvailable |
| Constructor Detail |
|---|
public OverflowMap.ExpirableStatus()
| Method Detail |
|---|
public long getExpiry()
getExpiry in class OverflowMap.Statuspublic void setExpiry(long ldtExpires)
setExpiry in class OverflowMap.StatusldtExpires - the expiry, or 0L if the entry should not expirepublic boolean hasExpiry()
hasExpiry in class OverflowMap.Statuspublic boolean isExpired()
isExpired in class OverflowMap.Statuspublic java.lang.String getDescription()
getDescription in class OverflowMap.Status
|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||