public class PlatformNoopProcessor extends GridProcessorAdapter implements PlatformProcessor
GridComponent.DiscoveryDataExchangeTypectx, log| Constructor and Description |
|---|
PlatformNoopProcessor(GridKernalContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
PlatformTarget |
affinity(String name)
Get affinity.
|
void |
awaitStart()
Await until platform processor is safe to use (i.e.
|
PlatformTarget |
cache(String name)
Get cache.
|
PlatformTarget |
compute(PlatformTarget grp)
Create interop compute.
|
PlatformContext |
context()
Gets platform context.
|
PlatformTarget |
createCache(String name)
Create cache.
|
PlatformTarget |
dataStreamer(String cacheName,
boolean keepPortable)
Get data streamer.
|
long |
environmentPointer()
Get environment pointer associated with this processor.
|
PlatformTarget |
events(PlatformTarget grp)
Create interop events.
|
PlatformTarget |
extensions()
Get platform extensions.
|
PlatformTarget |
getOrCreateCache(String name)
Get or create cache.
|
Ignite |
ignite()
Gets owning Ignite instance.
|
PlatformTarget |
message(PlatformTarget grp)
Create interop messaging.
|
PlatformTarget |
projection()
Get projection.
|
void |
registerStore(PlatformCacheStore store,
boolean convertPortable)
Register cache store.
|
void |
releaseStart()
Notify processor that it is safe to use.
|
PlatformTarget |
services(PlatformTarget grp)
Create interop services.
|
PlatformTarget |
transactions()
Get transactions.
|
assertParameter, collectDiscoveryData, discoveryDataType, onDisconnected, onDiscoveryDataReceived, onKernalStart, onKernalStop, onReconnected, printMemoryStats, start, stop, toString, validateNodeclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcollectDiscoveryData, discoveryDataType, onDisconnected, onDiscoveryDataReceived, onKernalStart, onKernalStop, onReconnected, printMemoryStats, start, stop, 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 PlatformTarget cache(@Nullable String name) throws IgniteCheckedException
cache in interface PlatformProcessorname - Cache name.IgniteCheckedException - If failed.public PlatformTarget createCache(@Nullable String name) throws IgniteCheckedException
createCache in interface PlatformProcessorname - Cache name.IgniteCheckedException - If failed.public PlatformTarget getOrCreateCache(@Nullable String name) throws IgniteCheckedException
getOrCreateCache in interface PlatformProcessorname - Cache name.IgniteCheckedException - If failed.public PlatformTarget affinity(@Nullable String name) throws IgniteCheckedException
affinity in interface PlatformProcessorname - Cache name.IgniteCheckedException - If failed.public PlatformTarget dataStreamer(@Nullable String cacheName, boolean keepPortable) throws IgniteCheckedException
dataStreamer in interface PlatformProcessorcacheName - Cache name.keepPortable - Portable flag.IgniteCheckedException - If failed.public PlatformTarget transactions()
transactions in interface PlatformProcessorpublic PlatformTarget projection() throws IgniteCheckedException
projection in interface PlatformProcessorIgniteCheckedException - If failed.public PlatformTarget compute(PlatformTarget grp)
compute in interface PlatformProcessorgrp - Cluster group.public PlatformTarget message(PlatformTarget grp)
message in interface PlatformProcessorgrp - Cluster group.public PlatformTarget events(PlatformTarget grp)
events in interface PlatformProcessorgrp - Cluster group.public PlatformTarget services(PlatformTarget grp)
services in interface PlatformProcessorgrp - Cluster group.public PlatformTarget extensions()
extensions in interface PlatformProcessorpublic void registerStore(PlatformCacheStore store, boolean convertPortable) throws IgniteCheckedException
registerStore in interface PlatformProcessorstore - Store.convertPortable - Convert portable flag.IgniteCheckedException - If failed.
Follow @ApacheIgnite
Ignite Fabric : ver. 1.4.0 Release Date : September 24 2015