Class LocalCacheContainer
java.lang.Object
com.gigaspaces.internal.client.spaceproxy.AbstractSpaceProxy
com.gigaspaces.internal.client.cache.AbstractSpaceCacheContainer
com.gigaspaces.internal.client.cache.localcache.LocalCacheContainer
- All Implemented Interfaces:
IPojoSpace,ISpaceCache,ISpaceProxy,SecuredService,IDotnetProxyAssociated,ActionMaker,IJSpace,JavaSpace
- Author:
- GigaSpaces
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classGarbage Collector Entry.Nested classes/interfaces inherited from class com.gigaspaces.internal.client.cache.AbstractSpaceCacheContainer
AbstractSpaceCacheContainer.StateMonitor -
Field Summary
Fields inherited from class com.gigaspaces.internal.client.cache.AbstractSpaceCacheContainer
_cacheID, _logger -
Constructor Summary
ConstructorsConstructorDescriptionLocalCacheContainer(IDirectSpaceProxy remoteProxy, LocalCacheConfig cacheConfig) -
Method Summary
Modifier and TypeMethodDescriptionprotected AbstractSpaceCachereturns itself in case of a direct proxy or the real proxy in case of a local cache or a view.protected org.slf4j.LoggerbooleanMethods inherited from class com.gigaspaces.internal.client.cache.AbstractSpaceCacheContainer
assertCacheConnected, close, createNewOperationID, finalize, getAdmin, getCacheId, getCacheState, getContextTransaction, getDirectProxy, getFinderURL, getLocalSpace, getName, getPrivilegedAdmin, getReadModifiers, getReferentUuid, getRemoteSpace, getUpdateModifiers, getURL, initialize, initWriteModifiers, isCacheContainer, isClustered, isEmbedded, isFifo, isOptimisticLockingEnabled, isSecured, isServiceSecured, isStartedWithinGSC, loadRemoteClass, login, notifyLocalSpaceOnInternalStateChange, onCacheFailure, readById, readById, replaceContextTransaction, replaceContextTransaction, setActionListener, setFifo, setOptimisticLocking, setReadModifiers, setUpdateModifiers, toString, verifyProjectionsAreSupportedMethods inherited from class com.gigaspaces.internal.client.spaceproxy.AbstractSpaceProxy
aggregate, applyNotifyInfoDefaults, asyncAddIndexes, asyncChange, asyncRead, asyncTake, change, checkIfConnected, clear, clear, count, count, dropClass, execute, execute, getAppDomainId, getContainerName, getDotnetProxyHandleId, getSpaceHealthStatus, getTypeDescriptor, hasAssociatedAppDomain, isLocalViewContainer, isTargetOfADotnetProxy, notify, ping, read, read, read, read, readByIds, readByIds, readByIds, readByUid, readEntriesUids, readIfExists, readIfExists, readIfExists, readMultiple, readMultiple, readMultiple, readMultiple, registerTypeDescriptor, registerTypeDescriptor, setAppDomainId, setDotnetProxyHandleId, snapshot, snapshot, take, take, take, take, takeById, takeById, takeByIds, takeByIds, takeByIds, takeByUid, takeIfExists, takeIfExists, takeIfExists, takeMultiple, takeMultiple, takeMultiple, takeMultiple, unregisterTypeDescriptor, update, update, updateMultiple, updateMultiple, write, write, write, writeMultiple, writeMultiple, writeMultiple, writeMultiple, writeMultiple
-
Constructor Details
-
LocalCacheContainer
-
-
Method Details
-
getNotificationsDirectProxy
Description copied from interface:ISpaceProxyreturns itself in case of a direct proxy or the real proxy in case of a local cache or a view. -
getCacheConfig
- Specified by:
getCacheConfigin classAbstractSpaceCacheContainer
-
createSpaceCache
- Specified by:
createSpaceCachein classAbstractSpaceCacheContainer
-
createActionManager
- Specified by:
createActionManagerin classAbstractSpaceProxy
-
assertCacheConnectedOrConnecting
-
initLogger
protected org.slf4j.Logger initLogger()- Specified by:
initLoggerin classAbstractSpaceCacheContainer
-
getCacheTypeName
-
isLocalCacheCacheContainer
public boolean isLocalCacheCacheContainer()- Overrides:
isLocalCacheCacheContainerin classAbstractSpaceProxy
-