|
GigaSpaces XAP 7.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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
The object format which is defined as default, i.e. |
static short |
ENTRY
Object represents an Entry . |
static short |
POJO
Object represents a Plain Old Java Object. |
Field Detail |
---|
static final short ENTRY
Entry
.
static final short POJO
static final short DEFAULT
|
GigaSpaces XAP 7.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |