Package | Description |
---|---|
com.gigaspaces.datasource |
Provides GigaSpaces DataSource implementation.
|
com.gigaspaces.dih.consumer | |
com.gigaspaces.document |
Provides GigaSpaces Document API.
|
com.gigaspaces.internal.cluster.node.impl.gateway.sink | |
com.gigaspaces.internal.metadata | |
com.gigaspaces.internal.server.metadata | |
com.gigaspaces.internal.server.space.executors | |
com.gigaspaces.internal.space.requests | |
com.gigaspaces.internal.sync.hybrid | |
com.gigaspaces.internal.sync.mirror | |
com.gigaspaces.metadata |
Provides classes and interfaces encapsulating space entries metadata.
|
com.gigaspaces.persistency.metadata | |
com.gigaspaces.sync | |
com.gigaspaces.sync.serializable | |
com.gigaspaces.utils | |
com.j_spaces.sadapter.datasource | |
org.openspaces.persistency.cassandra | |
org.openspaces.persistency.cassandra.datasource | |
org.openspaces.persistency.cassandra.meta.mapping | |
org.openspaces.persistency.cassandra.meta.mapping.node | |
org.openspaces.rest.utils |
Modifier and Type | Method and Description |
---|---|
SpaceDocument |
SpaceTypeSchemaAdapter.adaptEntry(SpaceDocument spaceDocument) |
SpaceDocument |
DataSourceQueryImpl.getTemplateAsDocument() |
SpaceDocument |
DataSourceIdQueryImpl.getTemplateAsDocument() |
SpaceDocument |
DataSourceQuery.getTemplateAsDocument()
Gets a
SpaceDocument representation of this query.DataSourceQuery.supportsTemplateAsDocument() return value should be checked before calling
this method otherwise an UnsupportedOperationException will be thrown if the
operation is not supported. |
Modifier and Type | Method and Description |
---|---|
SpaceDocument |
SpaceTypeSchemaAdapter.adaptEntry(SpaceDocument spaceDocument) |
Modifier and Type | Class and Description |
---|---|
class |
CDCInfo |
class |
DeletedDocumentInfo |
Modifier and Type | Method and Description |
---|---|
SpaceDocument |
SpaceDocument.addProperties(Map<String,Object> properties)
Adds the specified properties to the document's current properties.
|
SpaceDocument |
SpaceDocument.setProperty(String name,
Object value)
Sets a property's value by its name.
|
SpaceDocument |
SpaceDocument.setTransient(boolean isTransient)
Sets whether or not the entry is transient.
|
SpaceDocument |
SpaceDocument.setTypeName(String typeName)
Sets the document type name.
|
SpaceDocument |
SpaceDocument.setVersion(int version)
Sets the entry's version.
|
SpaceDocument |
DocumentObjectConverter.toSpaceDocument(Object object)
Converts the specified POJO to a
SpaceDocument . |
Modifier and Type | Method and Description |
---|---|
void |
SpaceDocument.initFromDocument(SpaceDocument document) |
Object |
DocumentObjectConverter.toObject(SpaceDocument document)
Converts the specified space document to a POJO.
|
Modifier and Type | Method and Description |
---|---|
SpaceDocument |
LocalClusterChangeOperationData.getDataAsDocument() |
SpaceDocument |
LocalClusterRemoveOperationData.getDataAsDocument() |
SpaceDocument |
AbstractLocalClusterWriteOperationData.getDataAsDocument() |
SpaceDocument |
LocalClusterRemoveByUIDOperationData.getDataAsDocument() |
Modifier and Type | Method and Description |
---|---|
Class<? extends SpaceDocument> |
TypeDesc.getDocumentWrapperClass() |
Constructor and Description |
---|
TypeDesc(String typeName,
String codeBase,
String[] superTypesNames,
PropertyInfo[] properties,
boolean supportsDynamicProperties,
Map<String,SpaceIndex> indexes,
List<String> idPropertiesNames,
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,
Class<? extends ClassBinaryStorageAdapter> binaryStorageAdapter,
boolean broadcast,
TieredStorageTableConfig tieredStorageTableConfig,
boolean hasRoutingAnnotation) |
Modifier and Type | Method and Description |
---|---|
Class<? extends SpaceDocument> |
InactiveTypeDesc.getDocumentWrapperClass() |
Modifier and Type | Method and Description |
---|---|
static String |
GSMessageTaskExecutorUtils.getIdValue(SpaceTypeDescriptor typeDescriptor,
SpaceDocument spaceDocument) |
Modifier and Type | Method and Description |
---|---|
static Object[] |
GSMessageTaskExecutorUtils.getEntriesFromDeletedObjectsTable(IDirectSpaceProxy singleProxy,
String deletedObjectsTableName,
Map<String,SpaceDocument> spaceDocuments,
Transaction transaction) |
Modifier and Type | Method and Description |
---|---|
SpaceDocument |
GSMessageRequestInfo.getDocument() |
Constructor and Description |
---|
GSMessageRequestInfo(SpaceDocument document,
CDCInfo cdcInfo,
GSMessageTask.OperationType operationType,
boolean populateDeletedObjectsTable,
GenericType genericType,
ConflictResolutionPolicy conflictResolutionPolicy,
String deletedObjectsTableName) |
Modifier and Type | Method and Description |
---|---|
SpaceDocument |
SyncHybridOperationDetails.getDataDocument() |
Modifier and Type | Method and Description |
---|---|
SpaceDocument |
MirrorBulkDataItem.getDataAsDocument() |
SpaceDocument |
MirrorChangeBulkDataItem.getDataAsDocument() |
Modifier and Type | Method and Description |
---|---|
Class<? extends SpaceDocument> |
SpaceTypeDescriptor.getDocumentWrapperClass()
Gets the document wrapper class.
|
Modifier and Type | Method and Description |
---|---|
SpaceTypeDescriptorBuilder |
SpaceTypeDescriptorBuilder.documentWrapperClass(Class<? extends SpaceDocument> documentWrapperClass)
Sets the document wrapper class for this type.
|
Modifier and Type | Method and Description |
---|---|
SpaceDocument |
BatchUnit.getSpaceDocument() |
Modifier and Type | Method and Description |
---|---|
void |
BatchUnit.setSpaceDocument(SpaceDocument spaceDocument) |
Modifier and Type | Method and Description |
---|---|
SpaceDocument |
DataSyncOperation.getDataAsDocument() |
Modifier and Type | Method and Description |
---|---|
SpaceDocument |
ExternalizableDataSyncOperation.getDataAsDocument() |
Modifier and Type | Method and Description |
---|---|
java.util.stream.Stream<SpaceDocument> |
CsvReader.read(InputStream input,
SpaceTypeDescriptor typeDescriptor) |
java.util.stream.Stream<SpaceDocument> |
CsvReader.read(InputStream input,
String typeName) |
java.util.stream.Stream<SpaceDocument> |
CsvReader.read(Path path,
SpaceTypeDescriptor typeDescriptor) |
java.util.stream.Stream<SpaceDocument> |
CsvReader.read(Path path,
String typeName) |
Modifier and Type | Method and Description |
---|---|
SpaceDocument |
BulkDataItem.getDataAsDocument() |
SpaceDocument |
EntryAdapter.toDocument() |
SpaceDocument |
IDataConverter.toDocument(I entryPacket) |
SpaceDocument |
EntryPacketDataConverter.toDocument(IEntryPacket entryPacket) |
SpaceDocument |
EntryAdapter.toDocument(String typeName) |
Modifier and Type | Method and Description |
---|---|
SpaceDocument |
HectorCassandraClient.readDocmentByKey(SpaceDocumentColumnFamilyMapper mapper,
String typeName,
Object keyValue)
Reads the entry matching the typeName and key value from the matching column family.
|
Modifier and Type | Method and Description |
---|---|
Map<Object,SpaceDocument> |
HectorCassandraClient.readDocumentsByKeys(SpaceDocumentColumnFamilyMapper mapper,
String typeName,
Object[] keyValues)
Reads the entries matching the typeName and key values from the matching column family.
|
Modifier and Type | Method and Description |
---|---|
SpaceDocument |
SpaceDocumentMapper.mapRow(me.prettyprint.cassandra.service.template.ColumnFamilyResult<Object,String> rs) |
SpaceDocument |
CassandraTokenRangeAwareInitialLoadDataIterator.next() |
SpaceDocument |
CassandraTokenRangeJDBCDataIterator.next() |
SpaceDocument |
CassandraTokenRangeAwareDataIterator.next() |
Modifier and Type | Method and Description |
---|---|
SpaceDocument |
SpaceDocumentColumnFamilyMapper.toDocument(ColumnFamilyRow columnFamilyRow) |
SpaceDocument |
DefaultSpaceDocumentColumnFamilyMapper.toDocument(ColumnFamilyRow columnFamilyRow) |
Modifier and Type | Method and Description |
---|---|
ColumnFamilyRow |
SpaceDocumentColumnFamilyMapper.toColumnFamilyRow(ColumnFamilyMetadata metadata,
SpaceDocument document,
ColumnFamilyRow.ColumnFamilyRowType rowType,
boolean useDynamicPropertySerializerForDynamicColumns) |
ColumnFamilyRow |
DefaultSpaceDocumentColumnFamilyMapper.toColumnFamilyRow(ColumnFamilyMetadata metadata,
SpaceDocument document,
ColumnFamilyRow.ColumnFamilyRowType type,
boolean useDynamicPropertySerializerForDynamicColumns) |
Modifier and Type | Method and Description |
---|---|
SpaceDocument |
SpaceDocumentTopLevelTypeNode.readFromColumnFamilyRow(ColumnFamilyRow row,
TypeNodeContext context) |
SpaceDocument |
SpaceDocumentTypeNode.readFromColumnFamilyRow(ColumnFamilyRow row,
TypeNodeContext context) |
Modifier and Type | Method and Description |
---|---|
static SpaceDocument[] |
ControllerUtils.createSpaceDocuments(String type,
String body,
GigaSpace gigaSpace) |
Modifier and Type | Method and Description |
---|---|
static Map<String,Object>[] |
ControllerUtils.createPropertiesResult(SpaceDocument[] docs) |
Copyright © GigaSpaces.