public class PlatformNoopProcessor extends GridProcessorAdapter implements PlatformProcessor
GridComponent.DiscoveryDataExchangeTypectx, diagnosticLog, log| Constructor and Description |
|---|
PlatformNoopProcessor(GridKernalContext ctx) |
| 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
PlatformProcessor.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.
|
assertParameter, collectGridNodeData, collectJoiningNodeData, discoveryDataType, onDisconnected, onGridDataReceived, onJoiningNodeDataReceived, onKernalStart, onKernalStop, onReconnected, printMemoryStats, start, stop, toString, validateNode, validateNodeclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcollectGridNodeData, collectJoiningNodeData, discoveryDataType, onDisconnected, onGridDataReceived, onJoiningNodeDataReceived, onKernalStart, onKernalStop, onReconnected, printMemoryStats, start, stop, validateNode, validateNodepublic PlatformNoopProcessor(GridKernalContext ctx)
public Ignite ignite()
ignite in interface PlatformProcessorpublic long environmentPointer()
environmentPointer in interface PlatformProcessorpublic PlatformContext context()
context in interface PlatformProcessorpublic boolean hasContext()
PlatformProcessor.context() is available.hasContext in interface PlatformProcessorPlatformProcessor.context() is available.public void releaseStart()
releaseStart in interface PlatformProcessorpublic void awaitStart()
throws IgniteCheckedException
has been called.awaitStart in interface PlatformProcessorIgniteCheckedException - If failed.public void registerStore(PlatformCacheStore store, boolean convertBinary) throws IgniteCheckedException
registerStore in interface PlatformProcessorstore - Store.convertBinary - Convert binary flag.IgniteCheckedException - If failed.public PlatformCacheManager cacheManager()
cacheManager in interface PlatformProcessorpublic void setThreadLocal(Object value)
setThreadLocal in interface PlatformProcessorvalue - Value.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.11.0 Release Date : September 11 2021