Constructor and Description |
---|
LocalCacheEntry(boolean transientEntry)
Instantiates a new Local cache entry.
|
LocalCacheEntry(boolean transientEntry,
Object value) |
Modifier and Type | Method and Description |
---|---|
Object |
getValue()
Gets value.
|
boolean |
isDirty()
Is dirty.
|
boolean |
isReload()
Is reload.
|
boolean |
isRemoved()
Is removed.
|
boolean |
isTransient()
Is transient.
|
void |
setDirty(boolean dirty)
Sets dirty.
|
void |
setReload(boolean reload)
Sets reload.
|
void |
setRemoved(boolean removed)
Sets removed.
|
void |
setValue(Object value)
Sets value.
|
public LocalCacheEntry(boolean transientEntry)
transientEntry
- the transient entrypublic LocalCacheEntry(boolean transientEntry, Object value)
public boolean isTransient()
public boolean isDirty()
public void setDirty(boolean dirty)
dirty
- the dirtypublic boolean isReload()
public boolean isRemoved()
public void setReload(boolean reload)
reload
- the reloadpublic void setRemoved(boolean removed)
removed
- the removedpublic void setValue(Object value)
value
- the valuepublic Object getValue()
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.