Package | Description |
---|---|
com.gigaspaces.internal.client.cache.localcache.actions | |
com.gigaspaces.internal.client.cache.localview.actions | |
com.gigaspaces.internal.client.spaceproxy | |
com.gigaspaces.internal.client.spaceproxy.actions | |
com.gigaspaces.internal.client.spaceproxy.executors | |
com.gigaspaces.internal.space.requests | |
com.gigaspaces.internal.space.responses | |
org.openspaces.core |
Top level core package holding main OpenSpaces API for Space (GigaSpace) and Map (GigaMap) and
the ability to create it.
|
Modifier and Type | Method and Description |
---|---|
AsyncFuture<AddTypeIndexesResult> |
LocalCacheImplTypeDescriptorActionsExecutor.asyncAddIndexes(LocalCacheContainer spaceProxy,
AddTypeIndexesRequestInfo requestInfo) |
Modifier and Type | Method and Description |
---|---|
AsyncFuture<AddTypeIndexesResult> |
LocalViewImplTypeDescriptorActionsExecutor.asyncAddIndexes(LocalViewContainer spaceProxy,
AddTypeIndexesRequestInfo requestInfo) |
Modifier and Type | Method and Description |
---|---|
AsyncFuture<AddTypeIndexesResult> |
AbstractSpaceProxy.asyncAddIndexes(String typeName,
SpaceIndex[] indexes,
AsyncFutureListener<AddTypeIndexesResult> listener) |
AsyncFuture<AddTypeIndexesResult> |
ISpaceProxy.asyncAddIndexes(String typeName,
SpaceIndex[] indexes,
AsyncFutureListener<AddTypeIndexesResult> listener) |
Modifier and Type | Method and Description |
---|---|
AsyncFuture<AddTypeIndexesResult> |
AbstractSpaceProxy.asyncAddIndexes(String typeName,
SpaceIndex[] indexes,
AsyncFutureListener<AddTypeIndexesResult> listener) |
AsyncFuture<AddTypeIndexesResult> |
ISpaceProxy.asyncAddIndexes(String typeName,
SpaceIndex[] indexes,
AsyncFutureListener<AddTypeIndexesResult> listener) |
Modifier and Type | Method and Description |
---|---|
AsyncFuture<AddTypeIndexesResult> |
AbstractSpaceProxyActionManager.asyncAddIndexes(String typeName,
SpaceIndex[] indexes,
AsyncFutureListener<AddTypeIndexesResult> listener) |
Modifier and Type | Method and Description |
---|---|
AsyncFuture<AddTypeIndexesResult> |
AbstractSpaceProxyActionManager.asyncAddIndexes(String typeName,
SpaceIndex[] indexes,
AsyncFutureListener<AddTypeIndexesResult> listener) |
Modifier and Type | Method and Description |
---|---|
AddTypeIndexesResult |
AddTypeIndexesTask.execute(IJSpace space,
Transaction tx) |
AddTypeIndexesResult |
AddTypeIndexesTask.reduce(List<AsyncResult<AddTypeIndexesResult>> results) |
Modifier and Type | Method and Description |
---|---|
AsyncFuture<AddTypeIndexesResult> |
SpaceProxyImplTypeDescriptorActionsExecutor.asyncAddIndexes(SpaceProxyImpl spaceProxy,
AddTypeIndexesRequestInfo requestInfo) |
abstract AsyncFuture<AddTypeIndexesResult> |
TypeDescriptorActionsProxyExecutor.asyncAddIndexes(TSpaceProxy spaceProxy,
AddTypeIndexesRequestInfo requestInfo) |
Modifier and Type | Method and Description |
---|---|
AddTypeIndexesResult |
AddTypeIndexesTask.reduce(List<AsyncResult<AddTypeIndexesResult>> results) |
Modifier and Type | Method and Description |
---|---|
AddTypeIndexesResult |
AddTypeIndexesRequestInfo.reduce(List<AsyncResult<AddTypeIndexesResult>> results) |
Modifier and Type | Method and Description |
---|---|
AsyncFutureListener<AddTypeIndexesResult> |
AddTypeIndexesRequestInfo.getListener() |
Modifier and Type | Method and Description |
---|---|
AddTypeIndexesResult |
AddTypeIndexesRequestInfo.reduce(List<AsyncResult<AddTypeIndexesResult>> results) |
void |
AddTypeIndexesRequestInfo.setListener(AsyncFutureListener<AddTypeIndexesResult> listener) |
Constructor and Description |
---|
AddTypeIndexesRequestInfo(String typeName,
SpaceIndex[] indexes,
AsyncFutureListener<AddTypeIndexesResult> listener) |
Modifier and Type | Class and Description |
---|---|
class |
AddTypeIndexesResponseInfo |
Modifier and Type | Method and Description |
---|---|
AsyncFuture<AddTypeIndexesResult> |
DefaultGigaSpaceTypeManager.asyncAddIndex(String typeName,
SpaceIndex index) |
AsyncFuture<AddTypeIndexesResult> |
GigaSpaceTypeManager.asyncAddIndex(String typeName,
SpaceIndex index)
Adds the specified index to the specified type.
|
AsyncFuture<AddTypeIndexesResult> |
DefaultGigaSpaceTypeManager.asyncAddIndex(String typeName,
SpaceIndex index,
AsyncFutureListener<AddTypeIndexesResult> listener) |
AsyncFuture<AddTypeIndexesResult> |
GigaSpaceTypeManager.asyncAddIndex(String typeName,
SpaceIndex index,
AsyncFutureListener<AddTypeIndexesResult> listener)
Adds the specified index to the specified type.
|
AsyncFuture<AddTypeIndexesResult> |
DefaultGigaSpaceTypeManager.asyncAddIndexes(String typeName,
SpaceIndex[] indexes,
AsyncFutureListener<AddTypeIndexesResult> listener) |
AsyncFuture<AddTypeIndexesResult> |
GigaSpaceTypeManager.asyncAddIndexes(String typeName,
SpaceIndex[] indexes,
AsyncFutureListener<AddTypeIndexesResult> listener)
Adds the specified indexes to the specified type.
|
Modifier and Type | Method and Description |
---|---|
AsyncFuture<AddTypeIndexesResult> |
DefaultGigaSpaceTypeManager.asyncAddIndex(String typeName,
SpaceIndex index,
AsyncFutureListener<AddTypeIndexesResult> listener) |
AsyncFuture<AddTypeIndexesResult> |
GigaSpaceTypeManager.asyncAddIndex(String typeName,
SpaceIndex index,
AsyncFutureListener<AddTypeIndexesResult> listener)
Adds the specified index to the specified type.
|
AsyncFuture<AddTypeIndexesResult> |
DefaultGigaSpaceTypeManager.asyncAddIndexes(String typeName,
SpaceIndex[] indexes,
AsyncFutureListener<AddTypeIndexesResult> listener) |
AsyncFuture<AddTypeIndexesResult> |
GigaSpaceTypeManager.asyncAddIndexes(String typeName,
SpaceIndex[] indexes,
AsyncFutureListener<AddTypeIndexesResult> listener)
Adds the specified indexes to the specified type.
|
Copyright © GigaSpaces.