|
GigaSpaces XAP 8.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ExternalEntry
has been deprecated.
@Deprecated public interface ObjectFormat
Each Object in the space represents one of the applicable supported formats.
These formats describe the objects' type, and are accessible by
IGSEntry.getFormat()
. The default format is
accessible by DEFAULT
.
Field Summary | |
---|---|
static short |
DEFAULT
Deprecated. The object format which is defined as default, i.e. |
static short |
ENTRY
Deprecated. Object represents an Entry . |
static short |
POJO
Deprecated. Object represents a Plain Old Java Object. |
Field Detail |
---|
static final short ENTRY
Entry
.
static final short POJO
static final short DEFAULT
|
GigaSpaces XAP 8.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |