public interface PlatformProcessor extends GridProcessor
GridComponent.DiscoveryDataExchangeType| 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.
|
collectDiscoveryData, discoveryDataType, onDisconnected, onDiscoveryDataReceived, onKernalStart, onKernalStop, onReconnected, printMemoryStats, start, stop, validateNodeIgnite ignite()
long environmentPointer()
PlatformContext context()
void releaseStart()
void awaitStart()
throws IgniteCheckedException
has been called.IgniteCheckedException - If failed.PlatformTarget cache(@Nullable String name) throws IgniteCheckedException
name - Cache name.IgniteCheckedException - If failed.PlatformTarget createCache(@Nullable String name) throws IgniteCheckedException
name - Cache name.IgniteCheckedException - If failed.PlatformTarget getOrCreateCache(@Nullable String name) throws IgniteCheckedException
name - Cache name.IgniteCheckedException - If failed.PlatformTarget affinity(@Nullable String name) throws IgniteCheckedException
name - Cache name.IgniteCheckedException - If failed.PlatformTarget dataStreamer(@Nullable String cacheName, boolean keepPortable) throws IgniteCheckedException
cacheName - Cache name.keepPortable - Portable flag.IgniteCheckedException - If failed.PlatformTarget transactions()
PlatformTarget projection() throws IgniteCheckedException
IgniteCheckedException - If failed.PlatformTarget compute(PlatformTarget grp)
grp - Cluster group.PlatformTarget message(PlatformTarget grp)
grp - Cluster group.PlatformTarget events(PlatformTarget grp)
grp - Cluster group.PlatformTarget services(PlatformTarget grp)
grp - Cluster group.PlatformTarget extensions()
void registerStore(PlatformCacheStore store, boolean convertPortable) throws IgniteCheckedException
store - Store.convertPortable - Convert portable flag.IgniteCheckedException - If failed.
Follow @ApacheIgnite
Ignite Fabric : ver. 1.4.0 Release Date : September 24 2015