Package | Description |
---|---|
com.gigaspaces.datasource |
Provides GigaSpaces DataSource implementation.
|
com.gigaspaces.document |
Provides GigaSpaces Document API.
|
com.gigaspaces.metadata |
Provides classes and interfaces encapsulating space entries metadata.
|
com.gigaspaces.sync |
Modifier and Type | Method and Description |
---|---|
SpaceDocument |
DataSourceQuery.getTemplateAsDocument()
Gets a
SpaceDocument representation of this query. |
Modifier and Type | Method and Description |
---|---|
SpaceDocument |
SpaceDocument.addProperties(Map<String,Object> properties) |
SpaceDocument |
SpaceDocument.setProperty(String name,
Object value) |
SpaceDocument |
SpaceDocument.setTransient(boolean isTransient) |
SpaceDocument |
SpaceDocument.setTypeName(String typeName) |
SpaceDocument |
SpaceDocument.setVersion(int version) |
Modifier and Type | Method and Description |
---|---|
void |
SpaceDocument.initFromDocument(SpaceDocument document) |
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 |
DataSyncOperation.getDataAsDocument() |
Copyright © GigaSpaces.