|
GigaSpaces XAP 7.0 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
SpaceClass instead.
@Deprecated public interface IMetaDataEntry
This interface extends net.jini.core.entry.Entry implements and
provide optimistic locking and UID capabilities.
| Method Summary | |
|---|---|
EntryInfo |
__getEntryInfo()
Deprecated. Returns entry info. |
void |
__setEntryInfo(EntryInfo entryInfo)
Deprecated. Set entry info. |
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. Enables/Disables FIFO mechanism. |
void |
setNOWriteLeaseMode(boolean noWriteLeaseMode)
Deprecated. Set true do not return Lease object after write,
false return Lease object after write. |
| Method Detail |
|---|
void __setEntryInfo(EntryInfo entryInfo)
entryInfo - Entry Info.EntryInfo __getEntryInfo()
void setFifo(boolean fifo)
fifo - true enable FIFO, otherwise false.boolean isFifo()
true if FIFO enabled, otherwise false.void makePersistent()
void makeTransient()
boolean isTransient()
true if entry is transient, otherwise false.
true if entry is transient, otherwise false.void setNOWriteLeaseMode(boolean noWriteLeaseMode)
true do not return Lease object after write,
false return Lease object after write.
noWriteLeaseMode - write mode.boolean isNOWriteLeaseMode()
true if do not return Lease object after write, othwerwise false.
|
GigaSpaces XAP 7.0 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||