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.
|
PlatformContext |
context()
Gets platform context.
|
long |
environmentPointer()
Get environment pointer associated with this processor.
|
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.
|
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 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.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.8.1 Release Date : May 21 2020