Modifier and Type | Method and Description |
---|---|
EntryDataType |
AbstractSpaceCache.getCacheEntryDataType() |
EntryDataType |
SpaceCacheConfig.getEntryDataType() |
Modifier and Type | Method and Description |
---|---|
EntryDataType |
EntryPacketServerEntryAdapter.getEntryDataType() |
Modifier and Type | Method and Description |
---|---|
EntryDataType |
SpaceEngine.getEntryDataType() |
Modifier and Type | Method and Description |
---|---|
EntryDataType |
IEntryData.getEntryDataType() |
EntryDataType |
ExternalizableServerEntry.getEntryDataType() |
EntryDataType |
UserTypeEntryData.getEntryDataType() |
EntryDataType |
TemplateEntryData.getEntryDataType() |
EntryDataType |
FlatEntryData.getEntryDataType() |
static EntryDataType |
EntryDataType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EntryDataType[] |
EntryDataType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static IEntryHolder |
EntryHolderFactory.createEntryHolder(IServerTypeDesc typeDesc,
IEntryPacket entryPacket,
EntryDataType entryDataType)
Used by DataAdaptor, the EntryHolder Ctor make sure the version is always bigger than 0.
|
static IEntryHolder |
EntryHolderFactory.createEntryHolder(IServerTypeDesc typeDesc,
IEntryPacket entryPacket,
EntryDataType entryDataType,
String uid,
long expirationTime,
XtnEntry xidOriginated,
long scn,
boolean blobStoreEntryHolder) |
static IEntryHolder |
EntryHolderFactory.createEntryHolder(IServerTypeDesc typeDesc,
IEntryPacket entryPacket,
EntryDataType entryDataType,
String uid,
long expirationTime,
XtnEntry xidOriginated,
long scn,
int versionID,
boolean keepExpiration,
boolean blobStoreEntryHolder) |
Constructor and Description |
---|
DataAdaptorIterator(SpaceTypeManager typeManager,
EntryDataType entryDataType) |
Copyright © GigaSpaces.