Modifier and Type | Class and Description |
---|---|
class |
AbstractClassRepository<T> |
Modifier and Type | Method and Description |
---|---|
void |
ClassLoaderCache.registerCacheStateListener(IClassLoaderCacheStateListener listener)
Register for cache state changed events, the listener is kept as weak reference, all
subscribers must keep a strong reference to the listener to keep this notification active,
this will trigger history events of at most last 100 removed class loader
|
boolean |
ClassLoaderCache.registerClassLoaderStateListener(Long classLoaderKey,
IClassLoaderCacheStateListener listener)
Register for a specified class loader key state events, the listener is kept as weak
reference, all subscribers must keep a strong reference to the listener to keep this
notification active
|
void |
ClassLoaderCache.removeClassLoaderStateListener(Long classLoaderKey,
IClassLoaderCacheStateListener listener)
Remove a specific listener from a specific class listener
|
Modifier and Type | Class and Description |
---|---|
static class |
MarshalInputStream.Context |
static class |
MarshalOutputStream.Context |
Modifier and Type | Class and Description |
---|---|
class |
SpaceTypeInfoRepository |
Modifier and Type | Class and Description |
---|---|
class |
PojoTypeInfoRepository |
Modifier and Type | Class and Description |
---|---|
class |
StubCache
A global cache for dynamic smart stubs
|
Modifier and Type | Class and Description |
---|---|
class |
ClassLoaderThreadLocal<T>
Holds thread local per class loader, get and set method will operate on the thread local which is
associated to the context class loader.
|
Modifier and Type | Class and Description |
---|---|
class |
SharedHandlerProviderCache
A cache to share async handler providers within the same context (service class loader/processing
unit instance)
|
Copyright © GigaSpaces.