SpaceClass
instead.@Deprecated public class MetaDataEntry extends Object implements Entry
Constructor and Description |
---|
MetaDataEntry()
Deprecated.
no args public constructor
|
Modifier and Type | Method and Description |
---|---|
EntryInfo |
__getEntryInfo()
Deprecated.
Returns entry info.
|
void |
__setEntryInfo(EntryInfo entryInfo)
Deprecated.
Set entry info.
|
protected void |
_readExternal(ObjectInput in)
Deprecated.
Reads from the ObjectInput stream by optimized way the meta-info of MetaDataEntry.
|
protected void |
_writeExternal(ObjectOutput out)
Deprecated.
Writes to the ObjectOutput stream by optimized way the meta-info of MetaDataEntry.
|
boolean |
isFifo()
Deprecated.
Returns FIFO status.
|
boolean |
isNOWriteLeaseMode()
Deprecated.
Check write mode.
|
boolean |
isTransient()
Deprecated.
Returns
true if entry is transient, otherwise false . |
void |
makePersistent()
Deprecated.
Makes this entry a persistent entry.
|
void |
makeTransient()
Deprecated.
Makes this entry a transient entry.
|
void |
setFifo(boolean fifo)
Deprecated.
Enable/Disable FIFO mechanism.
|
void |
setNOWriteLeaseMode(boolean noWriteLeaseMode)
Deprecated.
Set
true do not return Lease object after write, false return Lease
object after write. |
void |
setTransient(boolean isTransient)
Deprecated.
Sets the entry to be transient (true) or persistent (false).
|
public void __setEntryInfo(EntryInfo entryInfo)
entryInfo
- Entry Info.public EntryInfo __getEntryInfo()
public void setFifo(boolean fifo)
fifo
- true
enable FIFO, otherwise false
.public boolean isFifo()
true
if FIFO enabled, otherwise false
.public void makePersistent()
public void makeTransient()
public boolean isTransient()
true
if entry is transient, otherwise false
.true
if entry is transient, otherwise false
.public void setTransient(boolean isTransient)
public void setNOWriteLeaseMode(boolean noWriteLeaseMode)
true
do not return Lease object after write, false
return Lease
object after write.noWriteLeaseMode
- write mode.public boolean isNOWriteLeaseMode()
true
if do not return Lease object after write, otherwise
false
.protected void _writeExternal(ObjectOutput out) throws IOException
IOException
protected void _readExternal(ObjectInput in) throws IOException
IOException
Copyright © GigaSpaces.