public interface PlatformProcessor extends GridProcessor
GridComponent.DiscoveryDataExchangeType| Modifier and Type | Method and Description |
|---|---|
void |
awaitStart()
Await until platform processor is safe to use (i.e.
|
PlatformCacheManager |
cacheManager()
Gets the cache manager.
|
PlatformContext |
context()
Gets platform context.
|
long |
environmentPointer()
Get environment pointer associated with this processor.
|
boolean |
hasContext()
Returns a value indicating whether
context() is available. |
Ignite |
ignite()
Gets owning Ignite instance.
|
void |
registerStore(PlatformCacheStore store,
boolean convertBinary)
Register cache store.
|
void |
releaseStart()
Notify processor that it is safe to use.
|
void |
setThreadLocal(Object value)
Sets thread local value for platform.
|
collectGridNodeData, collectJoiningNodeData, discoveryDataType, onDisconnected, onGridDataReceived, onJoiningNodeDataReceived, onKernalStart, onKernalStop, onReconnected, printMemoryStats, start, stop, validateNode, validateNodeIgnite ignite()
long environmentPointer()
PlatformContext context()
boolean hasContext()
context() is available.context() is available.void releaseStart()
void awaitStart()
throws IgniteCheckedException
has been called.IgniteCheckedException - If failed.void registerStore(PlatformCacheStore store, boolean convertBinary) throws IgniteCheckedException
store - Store.convertBinary - Convert binary flag.IgniteCheckedException - If failed.PlatformCacheManager cacheManager()
void setThreadLocal(Object value)
value - Value.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.9.0 Release Date : October 15 2020