Package | Description |
---|---|
com.gigaspaces.internal.client | |
com.gigaspaces.internal.client.spaceproxy.metadata | |
com.gigaspaces.internal.metadata | |
com.gigaspaces.internal.server.metadata | |
com.gigaspaces.internal.transport | |
com.gigaspaces.serialization.pbs | |
com.j_spaces.core |
Provides Space properties and security context services
|
com.j_spaces.jdbc.builder | |
com.j_spaces.sadapter.datasource |
Modifier and Type | Method and Description |
---|---|
EntryType |
QueryResultTypeInternal.getEntryType() |
Modifier and Type | Method and Description |
---|---|
static QueryResultTypeInternal |
QueryResultTypeInternal.fromEntryType(EntryType entryType) |
Modifier and Type | Method and Description |
---|---|
static ITypeDesc |
TypeDescFactory.createPbsExplicitTypeDesc(EntryType entryType,
String className,
String[] superClassesNames,
PropertyInfo[] properties,
Map<String,SpaceIndex> indexes,
String idPropertyName,
boolean idAutoGenerate,
String routingPropertyName,
String fifoGroupingPropertyPath,
Set<String> fifoGroupingIndexPaths,
FifoSupport fifoMode,
boolean isReplicable,
boolean supportsOptimisticLocking,
boolean supportsDynamicProperties,
byte dynamicPropertiesStorageType,
String documentWrapperType,
boolean blobstoreEnabled) |
static ITypeDesc |
TypeDescFactory.createPbsTypeDesc(EntryType entryType,
String className,
String codeBase,
String[] superClassesNames,
String[] fieldsNames,
String[] fieldsTypes,
SpaceIndexType[] fieldsIndexes,
String idPropertyName,
boolean idAutoGenerate,
String routingPropertyName,
FifoSupport fifoMode,
boolean isReplicable,
boolean supportsOptimisticLocking,
boolean supportsDynamicProperties) |
Modifier and Type | Method and Description |
---|---|
static EntryType |
EntryType.fromByte(byte typeCode) |
EntryType |
EntryTypeDesc.getEntryType() |
EntryType |
ITypeDesc.getObjectType() |
EntryType |
TypeDesc.getObjectType() |
static EntryType |
EntryType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EntryType[] |
EntryType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
EntryTypeDesc |
ITypeDesc.getEntryTypeDesc(EntryType entryType) |
EntryTypeDesc |
TypeDesc.getEntryTypeDesc(EntryType entryType) |
ITypeIntrospector |
ITypeDesc.getIntrospector(EntryType entryType) |
ITypeIntrospector |
TypeDesc.getIntrospector(EntryType entryType) |
protected abstract Object[] |
AbstractTypeIntrospector.processDocumentObjectInterop(Object[] values,
EntryType entryType,
boolean cloneOnChange) |
protected Object[] |
ExternalEntryIntrospector.processDocumentObjectInterop(Object[] values,
EntryType entryType,
boolean cloneOnChange) |
protected Object[] |
EntryIntrospector.processDocumentObjectInterop(Object[] values,
EntryType entryType,
boolean cloneOnChange) |
protected Object[] |
PojoIntrospector.processDocumentObjectInterop(Object[] values,
EntryType entryType,
boolean cloneOnChange) |
protected Object[] |
VirtualEntryIntrospector.processDocumentObjectInterop(Object[] values,
EntryType entryType,
boolean cloneOnChange) |
boolean |
ITypeDesc.supports(EntryType entryType) |
boolean |
TypeDesc.supports(EntryType entryType) |
Constructor and Description |
---|
EntryTypeDesc(EntryType entryType,
ITypeDesc typeDesc) |
TypeDesc(String typeName,
String codeBase,
String[] superTypesNames,
PropertyInfo[] properties,
boolean supportsDynamicProperties,
Map<String,SpaceIndex> indexes,
String idPropertyName,
boolean idAutoGenerate,
String defaultPropertyName,
String routingPropertyName,
String fifoGroupingName,
Set<String> fifoGroupingIndexes,
boolean systemType,
FifoSupport fifoMode,
boolean replicable,
boolean supportsOptimisticLocking,
StorageType storageType,
EntryType entryType,
Class<? extends Object> objectClass,
Class<? extends ExternalEntry> externalEntryClass,
Class<? extends SpaceDocument> documentWrapperClass,
String dotnetDocumentWrapperType,
byte dotnetStorageType,
boolean blobstoreEnabled,
String sequenceNumberPropertyName,
TypeQueryExtensions queryExtensionsInfo) |
Modifier and Type | Method and Description |
---|---|
EntryType |
InactiveTypeDesc.getObjectType() |
Modifier and Type | Method and Description |
---|---|
EntryTypeDesc |
InactiveTypeDesc.getEntryTypeDesc(EntryType entryType) |
ITypeIntrospector |
InactiveTypeDesc.getIntrospector(EntryType objectType) |
boolean |
InactiveTypeDesc.supports(EntryType entryType) |
Modifier and Type | Field and Description |
---|---|
protected EntryType |
AbstractEntryPacket._entryType |
Modifier and Type | Method and Description |
---|---|
EntryType |
ITransportPacket.getEntryType() |
EntryType |
AbstractEntryPacket.getEntryType() |
Modifier and Type | Method and Description |
---|---|
static <T> ITemplatePacket |
TemplatePacketFactory.createFromObject(T entry,
ITypeDesc typeDesc,
EntryType entryType) |
static <T> IEntryPacket |
EntryPacketFactory.createFromObject(T entry,
ITypeDesc typeDesc,
EntryType entryType,
boolean ignoreAutoGenerateUid)
Creates an entry packet from an object.
|
Object |
ITransportPacket.toObject(EntryType entryType) |
Object |
AbstractEntryPacket.toObject(EntryType entryType) |
Object |
ExternalizableEntryPacket.toObject(EntryType entryType,
StorageTypeDeserialization storageTypeDeserialization) |
Object |
AbstractQueryPacket.toObject(EntryType entryType,
StorageTypeDeserialization storageTypeDeserialization) |
Object |
ITransportPacket.toObject(EntryType entryType,
StorageTypeDeserialization storageTypeDeserialization) |
Object |
AbstractEntryPacket.toObject(EntryType entryType,
StorageTypeDeserialization storageTypeDeserialization) |
Constructor and Description |
---|
AbstractEntryPacket(ITypeDesc typeDesc,
EntryType entryType) |
EntryPacket(ITypeDesc typeDesc,
EntryType entryType,
Object[] fixedProperties,
Map<String,Object> dynamicProperties,
String uid,
int version,
long timeToLive,
boolean isTransient) |
ExternalizableEntryPacket(ITypeDesc typeDesc,
EntryType entryType,
Externalizable object) |
ExternalizableEntryPacket(ITypeDesc typeDesc,
EntryType entryType,
Object[] fixedProperties,
Map<String,Object> dynamicProperties,
String uid,
int version,
long timeToLive,
boolean isTransient) |
ExternalizableTemplatePacket(ITypeDesc typeDesc,
EntryType entryType,
Externalizable object,
ICustomQuery customQuery) |
ExternalizableTemplatePacket(ITypeDesc typeDesc,
EntryType entryType,
Object[] fixedProperties,
ICustomQuery customQuery,
String uid,
int version,
long timeToLive,
boolean isTransient) |
PbsEntryPacket(byte[] byteStream,
Map<String,Object> dynamicProperties,
EntryType entryType) |
PbsEntryPacket(ITypeDesc typeDesc,
EntryType entryType) |
PbsEntryPacket(ITypeDesc typeDesc,
EntryType entryType,
Object[] fixedProperties,
Map<String,Object> dynamicProperties,
String uid,
int version,
long timeToLive,
boolean isTransient) |
PbsEntryPacket(PbsInputStream input,
ITypeDesc typeDesc,
EntryType entryType) |
TemplatePacket(ITypeDesc typeDesc,
EntryType entryType,
Object[] fixedProperties,
ICustomQuery customQuery,
String uid,
int version,
long timeToLive,
boolean isTransient) |
Modifier and Type | Method and Description |
---|---|
static EntryType |
PbsEntryFormatter.readEntryType(PbsInputStream input) |
Modifier and Type | Method and Description |
---|---|
static ITypeDesc |
PbsEntryFormatter.readTypeDesc(PbsInputStream input,
String typeName,
EntryType entryType,
int flags) |
static ITypeDesc |
PbsEntryFormatter.readTypeDescIfExists(PbsInputStream input,
String typeName,
EntryType entryType) |
Modifier and Type | Method and Description |
---|---|
Object |
LocalCacheResponseEntryPacket.toObject(EntryType entryType,
StorageTypeDeserialization storageTypeDeserialization) |
Object |
ExternalEntryPacket.toObject(EntryType entryType,
StorageTypeDeserialization storageTypeDeserialization) |
Constructor and Description |
---|
ExternalEntryPacket(ITypeDesc typeDesc,
EntryType entryType,
Object[] fixedProperties,
String uid,
int version,
long timeToLive,
boolean isTransient) |
ExternalEntryPacket(ITypeDesc typeDesc,
EntryType entryType,
Object[] fixedProperties,
String uid,
int version,
long timeToLive,
boolean isTransient,
String implClassName) |
ExternalTemplatePacket(ITypeDesc typeDesc,
EntryType entryType,
Object[] values,
String uid,
int version,
long timeToLive,
boolean isTransient,
ExternalEntry ee) |
Modifier and Type | Method and Description |
---|---|
EntryType |
QueryEntryPacket.getEntryType() |
Modifier and Type | Method and Description |
---|---|
void |
QueryTemplatePacket.setEntryType(EntryType objectType) |
Object |
QueryEntryPacket.toObject(EntryType entryType) |
Object |
QueryEntryPacket.toObject(EntryType entryType,
StorageTypeDeserialization storageTypeDeserialization) |
Modifier and Type | Method and Description |
---|---|
EntryType |
EntryPacketDataConverter.DataType.getEntryType() |
Copyright © GigaSpaces.