@GridToStringExclude public interface GridKernalContext extends GridMetadataAware, Iterable<GridComponent>
| Modifier and Type | Method and Description |
|---|---|
GridAffinityProcessor |
affinity()
Gets cache data affinity processor.
|
GridCacheProcessor |
cache()
Gets caches processor.
|
GridCheckpointManager |
checkpoint()
Gets checkpoint manager.
|
GridClockSyncProcessor |
clockSync()
Gets time processor.
|
GridClosureProcessor |
closure()
Gets closure processor.
|
GridCollisionManager |
collision()
Gets collision manager.
|
Collection<String> |
compatibleVersions()
Gets list of compatible versions.
|
List<GridComponent> |
components()
Gets list of all grid components in the order they were added.
|
GridConfiguration |
config()
Gets grid configuration.
|
GridContinuousProcessor |
continuous()
Gets event continuous processor.
|
<K,V> GridDataLoaderProcessor<K,V> |
dataLoad()
Gets data loader processor.
|
GridDeploymentManager |
deploy()
Gets deployment manager.
|
GridDiscoveryManager |
discovery()
Gets discovery manager.
|
GridDrProcessor |
dr()
Gets replication processor.
|
ExecutorService |
drPool()
Gets DR pool.
|
GridEmailProcessorAdapter |
email()
Gets email processor.
|
GridEventStorageManager |
event()
Gets event storage manager.
|
GridFailoverManager |
failover()
Gets failover manager.
|
GridKernalGateway |
gateway()
Gets kernal gateway.
|
GridGgfsProcessorAdapter |
ggfs()
Gets file system processor.
|
GridGgfsHelper |
ggfsHelper()
Gets GGFS utils processor.
|
GridEx |
grid()
Gets grid instance managed by kernal.
|
String |
gridName()
Gets grid name.
|
GridIndexingManager |
indexing()
Gets indexing manager.
|
GridIoManager |
io()
Gets communication manager.
|
boolean |
isDaemon()
Checks whether this node is daemon.
|
boolean |
isEnterprise() |
boolean |
isStopping() |
GridJobProcessor |
job()
Gets job processor.
|
GridJobMetricsProcessor |
jobMetric()
Gets job metric processor.
|
GridLicenseProcessor |
license()
Gets license processor.
|
GridLoadBalancerManager |
loadBalancing()
Gets load balancing manager.
|
UUID |
localNodeId()
Gets local node ID.
|
GridLogger |
log()
Gets logger.
|
GridLogger |
log(Class<?> cls)
Gets logger for given class.
|
void |
markSegmented()
Sets segmented flag to
true when node is stopped due to segmentation issues. |
GridOffHeapProcessor |
offheap()
Gets offheap processor.
|
GridPerformanceSuggestions |
performance() |
GridPortProcessor |
ports()
Gets port processor.
|
void |
printMemoryStats()
Print grid kernal memory stats (sizes of internal structures, etc.).
|
GridProduct |
product()
Gets grid product.
|
GridResourceProcessor |
resource()
Gets resource processor.
|
GridRestProcessor |
rest()
Gets REST processor.
|
GridScheduleProcessorAdapter |
schedule()
Gets schedule processor.
|
GridSecureSessionManager |
secureSession()
Gets secure session manager.
|
GridSecurityManager |
security()
Gets authentication manager.
|
GridSegmentationProcessor |
segmentation()
Gets segmentation processor.
|
boolean |
segmented()
Gets segmented flag.
|
GridTaskSessionProcessor |
session()
Gets task session processor.
|
GridStreamProcessor |
stream()
Gets stream processor.
|
GridSwapSpaceManager |
swap()
Gets swap space manager.
|
GridTaskProcessor |
task()
Gets task processor.
|
GridTimeoutProcessor |
timeout()
Gets timeout processor.
|
GridClockSource |
timeSource()
Gets grid time source.
|
String |
userVersion(ClassLoader ldr)
Gets user version for given class loader by checking
META-INF/gridgain.xml file for userVersion attribute. |
GridVersionProcessor |
versionConverter()
Gets version converter processor.
|
addMeta, addMetaIfAbsent, addMetaIfAbsent, allMeta, copyMeta, copyMeta, hasMeta, hasMeta, meta, putMetaIfAbsent, putMetaIfAbsent, removeMeta, removeMeta, replaceMetaList<GridComponent> components()
UUID localNodeId()
String gridName()
GridProduct product()
Collection<String> compatibleVersions()
GridLogger log()
GridLogger log(Class<?> cls)
cls - Class to get logger for.boolean isStopping()
True if grid is in the process of stopping.GridKernalGateway gateway()
GridEx grid()
GridConfiguration config()
GridTaskProcessor task()
GridLicenseProcessor license()
GridAffinityProcessor affinity()
GridJobProcessor job()
GridOffHeapProcessor offheap()
GridTimeoutProcessor timeout()
GridClockSyncProcessor clockSync()
GridResourceProcessor resource()
GridJobMetricsProcessor jobMetric()
GridCacheProcessor cache()
GridTaskSessionProcessor session()
GridClosureProcessor closure()
GridPortProcessor ports()
GridEmailProcessorAdapter email()
GridScheduleProcessorAdapter schedule()
GridRestProcessor rest()
GridSegmentationProcessor segmentation()
<K,V> GridDataLoaderProcessor<K,V> dataLoad()
GridGgfsProcessorAdapter ggfs()
GridGgfsHelper ggfsHelper()
GridStreamProcessor stream()
GridContinuousProcessor continuous()
GridDrProcessor dr()
ExecutorService drPool()
GridVersionProcessor versionConverter()
GridDeploymentManager deploy()
GridIoManager io()
GridDiscoveryManager discovery()
GridCheckpointManager checkpoint()
GridEventStorageManager event()
GridFailoverManager failover()
GridCollisionManager collision()
GridSecurityManager security()
GridSecureSessionManager secureSession()
GridLoadBalancerManager loadBalancing()
GridSwapSpaceManager swap()
GridIndexingManager indexing()
GridClockSource timeSource()
void markSegmented()
true when node is stopped due to segmentation issues.boolean segmented()
True if network is currently segmented, false otherwise.void printMemoryStats()
boolean isDaemon()
True if this node is daemon, false otherwise.GridPerformanceSuggestions performance()
boolean isEnterprise()
String userVersion(ClassLoader ldr)
META-INF/gridgain.xml file for userVersion attribute. If
gridgain.xml file is not found, or user version is not specified there,
then default version (empty string) is returned.ldr - Class loader.Copyright © 2014. All rights reserved.