Uses of Class
com.gigaspaces.internal.client.cache.localcache.LocalCacheContainer
Packages that use LocalCacheContainer
Package
Description
-
Uses of LocalCacheContainer in com.gigaspaces.internal.client.cache
Methods in com.gigaspaces.internal.client.cache that return LocalCacheContainerModifier and TypeMethodDescriptionstatic LocalCacheContainerSpaceCacheFactory.createLocalCache(IDirectSpaceProxy remoteSpace, LocalCacheConfig config) -
Uses of LocalCacheContainer in com.gigaspaces.internal.client.cache.localcache
Methods in com.gigaspaces.internal.client.cache.localcache that return types with arguments of type LocalCacheContainerConstructors in com.gigaspaces.internal.client.cache.localcache with parameters of type LocalCacheContainer -
Uses of LocalCacheContainer in com.gigaspaces.internal.client.cache.localcache.actions
Methods in com.gigaspaces.internal.client.cache.localcache.actions that return types with arguments of type LocalCacheContainerModifier and TypeMethodDescriptionprotected AdminProxyAction<LocalCacheContainer>LocalCacheImplActionManager.createAdminProxyAction()protected AggregateProxyAction<LocalCacheContainer>LocalCacheImplActionManager.createAggregateAction()protected ChangeProxyAction<LocalCacheContainer>LocalCacheImplActionManager.createChangeProxyAction()protected CountClearProxyAction<LocalCacheContainer>LocalCacheImplActionManager.createCountClearProxyAction()protected ReadTakeByIdsProxyAction<LocalCacheContainer>LocalCacheImplActionManager.createReadTakeByIdsProxyAction()LocalCacheImplActionManager.createReadTakeEntriesUidsProxyAction()protected ReadTakeMultipleProxyAction<LocalCacheContainer>LocalCacheImplActionManager.createReadTakeMultipleProxyAction()protected ReadTakeProxyAction<LocalCacheContainer>LocalCacheImplActionManager.createReadTakeProxyAction()protected SnapshotProxyAction<LocalCacheContainer>LocalCacheImplActionManager.createSnapshotProxyAction()LocalCacheImplActionManager.createTypeDescriptorActionsExecutor()protected WriteProxyAction<LocalCacheContainer>LocalCacheImplActionManager.createWriteProxyAction()Methods in com.gigaspaces.internal.client.cache.localcache.actions with parameters of type LocalCacheContainerModifier and TypeMethodDescriptionLocalCacheImplAggregateAction.aggregate(LocalCacheContainer spaceProxy, AggregateProxyActionInfo actionInfo) LocalCacheImplTypeDescriptorActionsExecutor.asyncAddIndexes(LocalCacheContainer spaceProxy, AddTypeIndexesRequestInfo requestInfo) <T> Future<ChangeResult<T>>LocalCacheImplChangeAction.asyncChange(LocalCacheContainer spaceProxy, ChangeProxyActionInfo actionInfo, AsyncFutureListener listener) AsyncFuture<?>LocalCacheImplReadTakeAction.asyncRead(LocalCacheContainer spaceProxy, ReadTakeAsyncProxyActionInfo actionInfo) AsyncFuture<?>LocalCacheImplReadTakeAction.asyncTake(LocalCacheContainer spaceProxy, ReadTakeAsyncProxyActionInfo actionInfo) ChangeResult<?>LocalCacheImplChangeAction.change(LocalCacheContainer spaceProxy, ChangeProxyActionInfo actionInfo) voidLocalCacheImplAdminAction.dropClass(LocalCacheContainer spaceProxy, String className) LocalCacheImplAdminAction.execute(LocalCacheContainer spaceProxy, SpaceTask task, Object routing, Transaction txn, AsyncFutureListener listener, Map<String, byte[]> classes) intLocalCacheImplCountClearAction.execute(LocalCacheContainer spaceProxy, CountClearProxyActionInfo actionInfo) LocalCacheImplAdminAction.getSpaceHealthStatus(LocalCacheContainer spaceProxy) LocalCacheImplTypeDescriptorActionsExecutor.getTypeDescriptor(LocalCacheContainer spaceProxy, GetTypeDescriptorActionInfo actionInfo) voidLocalCacheImplAdminAction.ping(LocalCacheContainer spaceProxy) LocalCacheImplReadTakeAction.read(LocalCacheContainer spaceProxy, ReadTakeProxyActionInfo actionInfo) Object[]LocalCacheImplReadTakeByIdsAction.readByIds(LocalCacheContainer spaceProxy, ReadTakeByIdsProxyActionInfo actionInfo, boolean returnPackets) Object[]LocalCacheImplReadTakeMultipleAction.readMultiple(LocalCacheContainer spaceProxy, ReadTakeMultipleProxyActionInfo actionInfo) LocalCacheImplReadTakeEntriesUidsAction.readTakeEntriesUids(LocalCacheContainer spaceProxy, ReadTakeEntriesUidsSpaceOperationRequest request) voidLocalCacheImplTypeDescriptorActionsExecutor.registerTypeDescriptor(LocalCacheContainer spaceProxy, RegisterTypeDescriptorRequestInfo actionInfo) LocalCacheImplTypeDescriptorActionsExecutor.registerTypeDescriptor(LocalCacheContainer spaceProxy, Class<?> type) <T> ISpaceQuery<T>LocalCacheImplSnapshotAction.snapshot(LocalCacheContainer spaceProxy, SnapshotProxyActionInfo actionInfo) LocalCacheImplReadTakeAction.take(LocalCacheContainer spaceProxy, ReadTakeProxyActionInfo actionInfo) Object[]LocalCacheImplReadTakeByIdsAction.takeByIds(LocalCacheContainer spaceProxy, ReadTakeByIdsProxyActionInfo actionInfo, boolean returnPackets) Object[]LocalCacheImplReadTakeMultipleAction.takeMultiple(LocalCacheContainer spaceProxy, ReadTakeMultipleProxyActionInfo actionInfo) voidLocalCacheImplTypeDescriptorActionsExecutor.unregisterTypeDescriptor(LocalCacheContainer spaceProxy, UnregisterTypeDescriptorRequestInfo actionInfo) LeaseContext<?>LocalCacheImplWriteAction.write(LocalCacheContainer spaceProxy, WriteProxyActionInfo actionInfo) LeaseContext<?>[]LocalCacheImplWriteAction.writeMultiple(LocalCacheContainer spaceProxy, WriteMultipleProxyActionInfo actionInfo) Constructors in com.gigaspaces.internal.client.cache.localcache.actions with parameters of type LocalCacheContainer