GridGain™ 2.0.3
Java API Specification
A B C D E F G H I L M N O P Q R S T U V W X

A

accept(GridEvent) - Method in interface org.gridgain.grid.GridEventFilter
Filter for querying grid events.
activate() - Method in interface org.gridgain.grid.spi.collision.GridCollisionJobContext
Activates the job.
ACTIVE_JOBS_THRESHOLD_NODE_ATTR - Static variable in class org.gridgain.grid.spi.collision.jobstealing.GridJobStealingCollisionSpi
Threshold of maximum jobs executing concurrently.
addArgument(G) - Method in class org.gridgain.grid.GridJobAdapter
Adds an optional job argument.
addAttributeListener(GridTaskSessionAttributeListener, boolean) - Method in interface org.gridgain.grid.GridTaskSession
Add listener for the session attributes.
addDiscoveryListener(GridDiscoveryListener) - Method in interface org.gridgain.grid.Grid
Adds a listener for discovery events.
addDiscoveryListener(GridDiscoveryListener) - Method in interface org.gridgain.grid.spi.GridSpiContext
Adds a listener for discovery events.
addListener(GridFactoryListener) - Static method in class org.gridgain.grid.GridFactory
Adds a listener for grid life cycle events.
addLocalEventListener(GridLocalEventListener) - Method in interface org.gridgain.grid.Grid
Adds an event listener for local events.
addLocalEventListener(GridLocalEventListener) - Method in interface org.gridgain.grid.spi.GridSpiContext
Adds an event listener for local events.
addMessageListener(GridMessageListener) - Method in interface org.gridgain.grid.Grid
Register a message listener to receive messages sent by remote nodes.
addMessageListener(GridMessageListener, String) - Method in interface org.gridgain.grid.spi.GridSpiContext
Register a message listener to receive messages sent by remote nodes.
addTest(GridJunit3LocalTestSuite) - Method in class org.gridgain.grid.test.junit3.GridJunit3TestSuite
The added suite will be always executed locally, but in parallel with other locally or remotely running tests.
addTest(Test) - Method in class org.gridgain.grid.test.junit3.GridJunit3TestSuite
Adds a test to be executed on the grid.
afterCall(Class<?>, String, Object[], Object, Throwable) - Method in interface org.gridgain.grid.spi.tracing.GridTracingSpi
This callback is called right after target method interception.
afterCall(Class<?>, String, Object[], Object, Throwable) - Method in class org.gridgain.grid.spi.tracing.jxinsight.GridJxinsightTracingSpi
This callback is called right after target method interception.
Apache20LicenseCompatible - Annotation Type in org.gridgain.apache
Dual-licensing with Apache 2.0.
assertParameter(boolean, String) - Method in class org.gridgain.grid.spi.GridSpiAdapter
Throws exception with uniform error message if given parameter's assertion condition is false.
ATTR_ADDR - Static variable in class org.gridgain.grid.spi.communication.jgroups.GridJgroupsCommunicationSpi
Name of address attribute added to local node attributes at startup (value is grid.comm.jgroups.address).
ATTR_ADDR - Static variable in class org.gridgain.grid.spi.communication.mule.GridMuleCommunicationSpi
Name of address attribute added to local node attributes at startup (value is grid.comm.mule.address).
ATTR_ADDR - Static variable in class org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpi
Node attribute that is mapped to node IP address (value is comm.tcp.addr).
ATTR_ADDR - Static variable in class org.gridgain.grid.spi.discovery.jgroups.GridJgroupsDiscoverySpi
Name of address attribute added to local node attributes at startup (value is grid.disco.jgroups.address).
ATTR_COHERENCE_CACHE_NAME - Static variable in class org.gridgain.grid.spi.discovery.coherence.GridCoherenceDiscoverySpi
Name of Coherence cache used by SPI (value is disco.coherence.cache).
ATTR_COHERENCE_MBR - Static variable in class org.gridgain.grid.spi.discovery.coherence.GridCoherenceDiscoverySpi
Name of cluster GridCoherenceMember attribute added to local node attributes at startup (value is disco.coherence.member).
ATTR_EMAIL_ADDR - Static variable in class org.gridgain.grid.spi.communication.mail.GridMailCommunicationSpi
Node email address attribute name (value is comm.email.address).
ATTR_NODE_UID - Static variable in class org.gridgain.grid.spi.communication.coherence.GridCoherenceCommunicationSpi
Name of cluster member Id attribute added to local node attributes at startup (value is comm.coherence.member.uid).
ATTR_PORT - Static variable in class org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpi
Node attribute that is mapped to node port number (value is comm.tcp.port).
ATTR_QUEUE_NAME - Static variable in class org.gridgain.grid.spi.communication.jms.GridJmsCommunicationSpi
Name of the node attribute that refers to the queue name (value is grid.jms.queue.GridJmsCommunicationSpi).
awaitTermination(long, TimeUnit) - Method in class org.gridgain.grid.thread.GridWorkManagerExecutorService

B

beforeCall(Class<?>, String, Object[]) - Method in interface org.gridgain.grid.spi.tracing.GridTracingSpi
This callback is called right before target method interception.
beforeCall(Class<?>, String, Object[]) - Method in class org.gridgain.grid.spi.tracing.jxinsight.GridJxinsightTracingSpi
This callback is called right before target method interception.
body() - Method in class org.gridgain.grid.spi.GridSpiThread
Body of SPI thread.

C

cancel() - Method in interface org.gridgain.grid.GridJob
This method is called when when system detects that completion of this job can no longer alter the overall outcome (for example, when parent task has already reduced the results).
cancel() - Method in class org.gridgain.grid.GridJobAdapter
This method is called when when system detects that completion of this job can no longer alter the overall outcome (for example, when parent task has already reduced the results).
cancel() - Method in interface org.gridgain.grid.GridJobSibling
Sends a request to cancel this sibling.
cancel() - Method in interface org.gridgain.grid.GridTaskFuture
Cancels this task.
cancel() - Method in interface org.gridgain.grid.spi.collision.GridCollisionJobContext
Cancels the job.
CERTIFICATE_SERVER_CN - Static variable in class org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpi
Certificate common name (value is org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpi.tcp-communication-CA).
CFLOW_STACK - Static variable in class org.gridgain.grid.gridify.aop.jboss.GridifyJbossAspect
Definition of cflow pointcut.
checkConfigurationConsistency(GridNode) - Method in class org.gridgain.grid.spi.checkpoint.sharedfs.GridSharedFsCheckpointSpi
Checks remote node SPI configuration and prints warnings if necessary.
checkConfigurationConsistency(GridNode) - Method in class org.gridgain.grid.spi.collision.jobstealing.GridJobStealingCollisionSpi
Checks remote node attributes.
checkConfigurationConsistency(GridNode) - Method in class org.gridgain.grid.spi.collision.priorityqueue.GridPriorityQueueCollisionSpi
Checks remote node SPI configuration and prints warnings if necessary.
checkConfigurationConsistency(GridNode) - Method in class org.gridgain.grid.spi.communication.coherence.GridCoherenceCommunicationSpi
Checks remote node SPI configuration and prints warnings if necessary.
checkConfigurationConsistency(GridNode) - Method in class org.gridgain.grid.spi.discovery.coherence.GridCoherenceDiscoverySpi
Checks remote node SPI configuration and prints warnings if necessary.
checkConfigurationConsistency(GridNode) - Method in class org.gridgain.grid.spi.discovery.jgroups.GridJgroupsDiscoverySpi
Checks remote node SPI configuration and prints warnings if necessary.
checkConfigurationConsistency(GridNode) - Method in class org.gridgain.grid.spi.discovery.mail.GridMailDiscoverySpi
Checks remote node SPI configuration and prints warnings if necessary.
checkConfigurationConsistency(GridNode) - Method in class org.gridgain.grid.spi.discovery.mule.GridMuleDiscoverySpi
Checks remote node SPI configuration and prints warnings if necessary.
checkConfigurationConsistency(GridNode) - Method in class org.gridgain.grid.spi.discovery.multicast.GridMulticastDiscoverySpi
Checks remote node SPI configuration and prints warnings if necessary.
checkConfigurationConsistency(GridNode) - Method in class org.gridgain.grid.spi.failover.always.GridAlwaysFailoverSpi
Checks remote node SPI configuration and prints warnings if necessary.
checkConfigurationConsistency(GridNode) - Method in class org.gridgain.grid.spi.failover.jobstealing.GridJobStealingFailoverSpi
Checks remote node SPI configuration and prints warnings if necessary.
checkConfigurationConsistency(GridNode) - Method in class org.gridgain.grid.spi.GridSpiAdapter
Checks remote node SPI configuration and prints warnings if necessary.
checkConfigurationConsistency(GridNode) - Method in class org.gridgain.grid.spi.loadbalancing.affinity.GridAffinityLoadBalancingSpi
Checks remote node SPI configuration and prints warnings if necessary.
cleanup() - Method in class org.gridgain.grid.spi.GridSpiThread
Should be overridden by child classes if cleanup logic is required.
clearAll() - Method in class org.gridgain.grid.spi.eventstorage.memory.GridMemoryEventStorageSpi
Removes all events from the event queue.
clearAll() - Method in interface org.gridgain.grid.spi.eventstorage.memory.GridMemoryEventStorageSpiMBean
Removes all events from the event queue.
COMPONENT_NAME - Static variable in class org.gridgain.grid.spi.communication.mule.GridMuleCommunicationSpi
Name of component declared in Mule configuration (value is GridCommunicationUMO).
COMPONENT_NAME - Static variable in class org.gridgain.grid.spi.discovery.mule.GridMuleDiscoverySpi
Name of component declared in Mule configuration (value is GridDiscoveryUMO).
configInfo(String, Object) - Method in class org.gridgain.grid.spi.GridSpiAdapter
Gets uniformed string for configuration parameter.

D

debug(String) - Method in interface org.gridgain.grid.logger.GridLogger
Logs out debug message.
debug(String) - Method in class org.gridgain.grid.logger.java.GridJavaLogger
Logs out debug message.
debug(String) - Method in class org.gridgain.grid.logger.jboss.GridJbossLogger
Logs out debug message.
debug(String) - Method in class org.gridgain.grid.logger.jcl.GridJclLogger
Logs out debug message.
debug(String) - Method in class org.gridgain.grid.logger.log4j.GridLog4jLogger
Logs out debug message.
DEPLOY_TMP_ROOT_NAME - Static variable in class org.gridgain.grid.spi.deployment.uri.GridUriDeploymentSpi
Default temporary directory name relative to file path GridUriDeploymentSpi.setTemporaryDirectoryPath(String)} (value is gg.deploy).
deployTask(Class<? extends GridTask>) - Method in interface org.gridgain.grid.Grid
Explicitely deploys given grid task on the local node.
deployTask(Class<? extends GridTask>, ClassLoader) - Method in interface org.gridgain.grid.Grid
Explicitely deploys given grid task on the local node.
deployTask(GridDeploymentTask) - Method in interface org.gridgain.grid.spi.deployment.GridDeploymentSpi
Explicitely deploys or re-deploys a given task.
deployTask(GridDeploymentTask) - Method in class org.gridgain.grid.spi.deployment.local.GridLocalDeploymentSpi
Explicitely deploys or re-deploys a given task.
deployTask(GridDeploymentTask) - Method in class org.gridgain.grid.spi.deployment.uri.GridUriDeploymentSpi
Explicitely deploys or re-deploys a given task.
DESCR_NAME - Static variable in class org.gridgain.grid.tools.ant.gar.GridGarAntTask
GAR descriptor name.
deserialize(byte[], int) - Static method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsHelper
De-serializes node metrics.
destroy() - Method in class org.gridgain.grid.loaders.servlet.GridServletLoader
DFLT_ACTIVE_JOBS_THRESHOLD - Static variable in class org.gridgain.grid.spi.collision.jobstealing.GridJobStealingCollisionSpi
Default number of parallel jobs allowed (value is 95 which is slightly less same as default value of threads in the execution thread pool to allow some extra threads for system processing).
DFLT_BENCHMARK_ATTR - Static variable in class org.gridgain.grid.spi.loadbalancing.adaptive.GridAdaptiveBenchmarkLoadProbe
Default node attribute name for storing node benchmarks (value is 'grid.node.benchmark').
DFLT_CACHE_NAME - Static variable in class org.gridgain.grid.spi.checkpoint.coherence.GridCoherenceCheckpointSpi
Default Coherence cache name (value is gridgain.checkpoint.cache).
DFLT_CONFIG_FILE - Static variable in class org.gridgain.grid.spi.communication.jgroups.GridJgroupsCommunicationSpi
Default JGroups configuration path relative to GridGain installation home folder.
DFLT_CONFIG_FILE - Static variable in class org.gridgain.grid.spi.communication.mule.GridMuleCommunicationSpi
Default Mule configuration path relative to GridGain installation home folder (value is config/mule/mule.xml).
DFLT_CONFIG_FILE - Static variable in class org.gridgain.grid.spi.discovery.jgroups.GridJgroupsDiscoverySpi
Default JGroups configuration path relative to GridGain installation home folder (value is config/jgroups/multicast/jgroups.xml).
DFLT_CONFIG_FILE - Static variable in class org.gridgain.grid.spi.discovery.mule.GridMuleDiscoverySpi
Default Mule configuration path relative to GridGain installation home folder.
DFLT_CORE_POOL_SIZE - Static variable in class org.gridgain.grid.test.GridTestExecutorService
Default core pool size (value is 100).
DFLT_CORE_POOL_SIZE - Static variable in class org.gridgain.grid.thread.GridThreadPoolExecutorService
Default core pool size (value is 100).
DFLT_DEPLOY_DIR - Static variable in class org.gridgain.grid.spi.deployment.uri.GridUriDeploymentSpi
Default deployment directory where SPI will pick up GAR files (value is work/deployment/file).
DFLT_DIRECTORY_PATH - Static variable in class org.gridgain.grid.spi.checkpoint.sharedfs.GridSharedFsCheckpointSpi
Default checkpoint directory (value is work/checkpoint/sharedfs).
DFLT_DISK_SCAN_FREQUENCY - Static variable in class org.gridgain.grid.spi.deployment.uri.GridUriDeploymentSpi
Default scan frequency for file:// and classes:// protocols (value is 5000).
DFLT_DOUBLE_SIZE - Static variable in class org.gridgain.grid.benchmarks.GridLocalNodeBenchmark
Default benchmark size.
DFLT_EXPIRE_AGE_MS - Static variable in class org.gridgain.grid.spi.eventstorage.memory.GridMemoryEventStorageSpi
Default event time to live value in milliseconds (value is Long.MAX_VALUE).
DFLT_EXPIRE_COUNT - Static variable in class org.gridgain.grid.spi.eventstorage.memory.GridMemoryEventStorageSpi
Default expire count (value is 10000).
DFLT_FTP_SCAN_FREQUENCY - Static variable in class org.gridgain.grid.spi.deployment.uri.GridUriDeploymentSpi
Default scan frequency for ftp:// protocol (value is 300000).
DFLT_GRIDGAIN_CACHE - Static variable in class org.gridgain.grid.spi.discovery.coherence.GridCoherenceDiscoverySpi
Default Coherence cache name (value is gridgain.discovery.cache).
DFLT_GRIDGAIN_SRVC - Static variable in class org.gridgain.grid.spi.communication.coherence.GridCoherenceCommunicationSpi
Default Coherence invocation service name (value is gridgain.comm.srvc).
DFLT_GRP - Static variable in class org.gridgain.grid.spi.GridSpiThread
Default thread's group.
DFLT_GRP - Static variable in class org.gridgain.grid.thread.GridThread
Default thread's group.
DFLT_GRP_NAME - Static variable in class org.gridgain.grid.spi.communication.jgroups.GridJgroupsCommunicationSpi
Default JGroups group name (value is grid.comm.jgroups.channel).
DFLT_GRP_NAME - Static variable in class org.gridgain.grid.spi.discovery.jgroups.GridJgroupsDiscoverySpi
Default JGroups group name (value is grid.disco.jgroups.channel).
DFLT_HANDSHAKE_WAIT_TIME - Static variable in class org.gridgain.grid.spi.discovery.jms.GridJmsDiscoveryConfiguration
Default handshake timeout in milliseconds.
DFLT_HEARTBEAT_FREQ - Static variable in class org.gridgain.grid.spi.discovery.jms.GridJmsDiscoveryConfiguration
Default heartbeat frequency in milliseconds (value is 5000).
DFLT_HEARTBEAT_FREQ - Static variable in class org.gridgain.grid.spi.discovery.mail.GridMailDiscoverySpi
Default heartbeat delay (value is 60000).
DFLT_HEARTBEAT_FREQ - Static variable in class org.gridgain.grid.spi.discovery.mule.GridMuleDiscoverySpi
Default heartbeat delay (value is 3000).
DFLT_HEARTBEAT_FREQ - Static variable in class org.gridgain.grid.spi.discovery.multicast.GridMulticastDiscoverySpi
Default heartbeat delay (value is 3000).
DFLT_HTTP_SCAN_FREQUENCY - Static variable in class org.gridgain.grid.spi.deployment.uri.GridUriDeploymentSpi
Default scan frequency for http:// protocol (value is 300000).
DFLT_IDLE_CONN_TIMEOUT - Static variable in class org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpi
Default idle connection timeout (value is 30000ms).
DFLT_INT_SIZE - Static variable in class org.gridgain.grid.benchmarks.GridLocalNodeBenchmark
Default benchmark size.
DFLT_IO_SIZE - Static variable in class org.gridgain.grid.benchmarks.GridLocalNodeBenchmark
Default benchmark size.
DFLT_JOIN_TIMEOUT - Static variable in class org.gridgain.grid.spi.discovery.jgroups.GridJgroupsDiscoverySpi
Default timeout to discover all nodes (value is 10000).
DFLT_JUNIT_CONFIG - Static variable in class org.gridgain.grid.test.junit3.GridJunit3TestSuite
Default GridGain configuration file for JUnits (value is config/junit/junit-spring.xml).
DFLT_JUNIT_CONFIG - Static variable in class org.gridgain.grid.test.junit4.GridJunit4Suite
Default GridGain configuration file for JUnits (value is config/junit/junit-spring.xml).
DFLT_JUNIT_ROUTER - Static variable in class org.gridgain.grid.test.junit3.GridJunit3TestSuite
Default JUnit test router (value is GridTestRouterAdapter.class.getName()).
DFLT_JUNIT_ROUTER - Static variable in class org.gridgain.grid.test.junit4.GridJunit4Suite
Default JUnit test router (value is GridTestRouterAdapter.class.getName()).
DFLT_LEAVE_ATTEMPTS - Static variable in class org.gridgain.grid.spi.discovery.mule.GridMuleDiscoverySpi
Default number of attempts to send leaving notification (value is 3).
DFLT_LEAVE_ATTEMPTS - Static variable in class org.gridgain.grid.spi.discovery.multicast.GridMulticastDiscoverySpi
Default number of attempts to send leaving notification (value is 3).
DFLT_LEAVE_MSGS_ON_SERVER - Static variable in class org.gridgain.grid.spi.communication.mail.GridMailCommunicationSpi
Leave messages on server in milliseconds (value is 86400000).
DFLT_LEAVE_MSGS_ON_SERVER - Static variable in class org.gridgain.grid.spi.discovery.mail.GridMailDiscoverySpi
Leave messages on server in milliseconds (value is (GridMailDiscoverySpi.DFLT_MAX_MISSED_HEARTBEATS + 2) * GridMailDiscoverySpi.DFLT_HEARTBEAT_FREQ).
DFLT_LONG_SIZE - Static variable in class org.gridgain.grid.benchmarks.GridLocalNodeBenchmark
Default benchmark size.
DFLT_MAIL_SCAN_FREQUENCY - Static variable in class org.gridgain.grid.spi.deployment.uri.GridUriDeploymentSpi
Default scan frequency for pop3://, pop3s://, imap://, imaps:// protocols (value is 300000 which is 5 minutes).
DFLT_MAIL_SUBJECT - Static variable in class org.gridgain.grid.spi.deployment.uri.GridUriDeploymentSpi
Default Mail subject.
DFLT_MAIL_SUBJECT - Static variable in class org.gridgain.grid.spi.discovery.mail.GridMailDiscoverySpi
Default subject of email (value is grid.email.discovery.msg).
DFLT_MAX_FAILOVER_ATTEMPTS - Static variable in class org.gridgain.grid.spi.failover.always.GridAlwaysFailoverSpi
Maximum number of attempts to execute a failed job on another node (default is 5).
DFLT_MAX_FAILOVER_ATTEMPTS - Static variable in class org.gridgain.grid.spi.failover.jobstealing.GridJobStealingFailoverSpi
Maximum number of attempts to execute a failed job on another node (default is 5).
DFLT_MAX_MISSED_HEARTBEATS - Static variable in class org.gridgain.grid.spi.discovery.jms.GridJmsDiscoveryConfiguration
Default number of heartbeat messages that could be missed until node is considered to be failed (value is 3).
DFLT_MAX_MISSED_HEARTBEATS - Static variable in class org.gridgain.grid.spi.discovery.mail.GridMailDiscoverySpi
Default number of heartbeat messages that could be missed (value is 3).
DFLT_MAX_MISSED_HEARTBEATS - Static variable in class org.gridgain.grid.spi.discovery.mule.GridMuleDiscoverySpi
Default number of heartbeat messages that could be missed (value is 3).
DFLT_MAX_MISSED_HEARTBEATS - Static variable in class org.gridgain.grid.spi.discovery.multicast.GridMulticastDiscoverySpi
Default number of heartbeat messages that could be missed (value is 3).
DFLT_MAX_POOL_SIZE - Static variable in class org.gridgain.grid.test.GridTestExecutorService
Default maximum pool size (value is 100).
DFLT_MAX_POOL_SIZE - Static variable in class org.gridgain.grid.thread.GridThreadPoolExecutorService
Default maximum pool size (value is 100).
DFLT_MAX_STEALING_ATTEMPTS - Static variable in class org.gridgain.grid.spi.collision.jobstealing.GridJobStealingCollisionSpi
Maximum number of attempts to steal job by another node (default is 5).
DFLT_MCAST_GROUP - Static variable in class org.gridgain.grid.spi.discovery.multicast.GridMulticastDiscoverySpi
Default multicast IP address (value is 228.1.2.4).
DFLT_MCAST_PORT - Static variable in class org.gridgain.grid.spi.discovery.multicast.GridMulticastDiscoverySpi
Default multicast port number (value is 47200).
DFLT_METRICS_FREQ - Static variable in class org.gridgain.grid.spi.discovery.coherence.GridCoherenceDiscoverySpi
Default metrics heartbeat delay (value is 3000).
DFLT_METRICS_FREQ - Static variable in class org.gridgain.grid.spi.discovery.jboss.GridJbossDiscoverySpi
Default metrics heartbeat delay (value is 3000).
DFLT_METRICS_FREQ - Static variable in class org.gridgain.grid.spi.discovery.jgroups.GridJgroupsDiscoverySpi
Default metrics heartbeat delay (value is 3000).
DFLT_MSG_EXPIRE_TIME - Static variable in class org.gridgain.grid.spi.collision.jobstealing.GridJobStealingCollisionSpi
Default steal message expire time in milliseconds (value is 1000).
DFLT_MSG_THREADS - Static variable in class org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpi
Number of threads responsible for handling messages.
DFLT_NODE_WEIGHT - Static variable in class org.gridgain.grid.spi.loadbalancing.weightedrandom.GridWeightedRandomLoadBalancingSpi
Default weight assigned to every node if explicit one is not provided (value is 10).
DFLT_PARALLEL_JOBS_NUM - Static variable in class org.gridgain.grid.spi.collision.fifoqueue.GridFifoQueueCollisionSpi
Default number of parallel jobs allowed (value is 95 which is slightly less same as default value of threads in the execution thread pool to allow some extra threads for system processing).
DFLT_PARALLEL_JOBS_NUM - Static variable in class org.gridgain.grid.spi.collision.priorityqueue.GridPriorityQueueCollisionSpi
Default number of parallel jobs allowed (value is 95 which is slightly less same as default value of threads in the execution thread pool to allow some extra threads for system processing).
DFLT_PARTITION_JNDI_NAME - Static variable in class org.gridgain.grid.spi.discovery.jboss.GridJbossDiscoverySpi
Default JBoss cluster partition JNDI name (value is /HAPartition/DefaultPartition).
DFLT_PATH - Static variable in class org.gridgain.grid.benchmarks.GridLocalNodeBenchmark
Default file path where benchmark results placed (value is work/benchmarks/localnode.xml).
DFLT_PING_WAIT - Static variable in class org.gridgain.grid.spi.discovery.mail.GridMailDiscoverySpi
Default ping wait timeout (value is GridMailDiscoverySpi.DFLT_RECEIVER_DELAY * 2).
DFLT_PING_WAIT - Static variable in class org.gridgain.grid.spi.discovery.mule.GridMuleDiscoverySpi
Default ping wait timeout.
DFLT_PING_WAIT_TIME - Static variable in class org.gridgain.grid.spi.discovery.jms.GridJmsDiscoveryConfiguration
Default ping timeout value in milliseconds.
DFLT_PORT - Static variable in class org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpi
Default port which node sets listener to (value is 47100).
DFLT_PORT_RANGE - Static variable in class org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpi
Default local port range (value is 100).
DFLT_PORT_RANGE - Static variable in class org.gridgain.grid.spi.discovery.multicast.GridMulticastDiscoverySpi
Default local port range (value is 10).
DFLT_PRIORITY - Static variable in class org.gridgain.grid.spi.collision.priorityqueue.GridPriorityQueueCollisionSpi
Default priority that will be assigned if job does not have a priority attribute set (value is 0).
DFLT_PRIORITY_ATTRIBUTE_KEY - Static variable in class org.gridgain.grid.spi.collision.priorityqueue.GridPriorityQueueCollisionSpi
Default priority attribute key (value is grid.task.priority).
DFLT_RECEIVER_DELAY - Static variable in class org.gridgain.grid.spi.communication.mail.GridMailCommunicationSpi
Delay in milliseconds between receiving email (value is 10000).
DFLT_RECEIVER_DELAY - Static variable in class org.gridgain.grid.spi.discovery.mail.GridMailDiscoverySpi
Delay in milliseconds between receiving email (value is 30000).
DFLT_SEND_TIMEOUT - Static variable in class org.gridgain.grid.spi.communication.jgroups.GridJgroupsCommunicationSpi
Default timeout for message acknowledgments (value is 10000).
DFLT_STACK_NAME - Static variable in class org.gridgain.grid.spi.communication.jgroups.GridJgroupsCommunicationSpi
Default JGroups stack name (value is grid.jgroups.stack).
DFLT_STACK_NAME - Static variable in class org.gridgain.grid.spi.discovery.jgroups.GridJgroupsDiscoverySpi
Default JGroups stack name (value is grid.jgroups.stack).
DFLT_STORE_FILE_NAME - Static variable in class org.gridgain.grid.spi.communication.mail.GridMailCommunicationSpi
Default local storage file name (value is grid-email-comm-msgs.dat).
DFLT_STORE_FILE_NAME - Static variable in class org.gridgain.grid.spi.discovery.mail.GridMailDiscoverySpi
Default local storage file name (value is grid-email-discovery-msgs.dat).
DFLT_SUBJ - Static variable in class org.gridgain.grid.spi.communication.mail.GridMailCommunicationSpi
Default subject of email (value is grid.email.comm.msg).
DFLT_TCP_PORT - Static variable in class org.gridgain.grid.spi.discovery.multicast.GridMulticastDiscoverySpi
Default local port number for SPI (value is 47300).
DFLT_TIME_TO_LIVE - Static variable in class org.gridgain.grid.spi.discovery.jms.GridJmsDiscoveryConfiguration
Default Time-To-Live value in milliseconds (value is 10000).
DFLT_TOPIC_NAME - Static variable in class org.gridgain.grid.spi.discovery.jms.GridJmsDiscoveryConfiguration
Default JMS topic name that will be used by discovery process (value is org.gridgain.grid.spi.discovery.jms.GridJmsDiscoveryConfiguration.jms.topic).
DFLT_TRIG_SIZE - Static variable in class org.gridgain.grid.benchmarks.GridLocalNodeBenchmark
Default benchmark size.
DFLT_TTL - Static variable in class org.gridgain.grid.spi.discovery.multicast.GridMulticastDiscoverySpi
Default multicast messages time-to-live value (value is 8).
DFLT_VIRTUAL_NODE_COUNT - Static variable in class org.gridgain.grid.spi.loadbalancing.affinity.GridAffinityLoadBalancingSpi
Default virtual node count for Consistent Hashing algorithm (value is 1000).
DFLT_WAIT_JOBS_THRESHOLD - Static variable in class org.gridgain.grid.spi.collision.jobstealing.GridJobStealingCollisionSpi
Default threshold of waiting jobs.
DISCO_METHOD_NAME - Static variable in class org.gridgain.grid.spi.discovery.jboss.GridJbossDiscoverySpi
Method name of service registered in cluster (value is remoteExec).
DISCO_SERVICE_NAME - Static variable in class org.gridgain.grid.spi.discovery.jboss.GridJbossDiscoverySpi
Name of service registered in cluster (value is attrInfoService).

E

ENDPOINT_NAME - Static variable in class org.gridgain.grid.spi.communication.mule.GridMuleCommunicationSpi
Name of property where input endpoint name declared in Mule configuration (value is communication).
enhance(T) - Static method in class org.gridgain.grid.gridify.aop.spring.GridifySpringEnhancer
Enhances the object on load.
equals(Object) - Method in class org.gridgain.grid.spi.deployment.GridDeploymentTaskAdapter
equals(Object) - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
error(String) - Method in interface org.gridgain.grid.logger.GridLogger
Logs out error message.
error(String, Throwable) - Method in interface org.gridgain.grid.logger.GridLogger
Logs error message with optional exception.
error(String) - Method in class org.gridgain.grid.logger.java.GridJavaLogger
Logs out error message.
error(String, Throwable) - Method in class org.gridgain.grid.logger.java.GridJavaLogger
Logs error message with optional exception.
error(String) - Method in class org.gridgain.grid.logger.jboss.GridJbossLogger
Logs out error message.
error(String, Throwable) - Method in class org.gridgain.grid.logger.jboss.GridJbossLogger
Logs error message with optional exception.
error(String) - Method in class org.gridgain.grid.logger.jcl.GridJclLogger
Logs out error message.
error(String, Throwable) - Method in class org.gridgain.grid.logger.jcl.GridJclLogger
Logs error message with optional exception.
error(String) - Method in class org.gridgain.grid.logger.log4j.GridLog4jLogger
Logs out error message.
error(String, Throwable) - Method in class org.gridgain.grid.logger.log4j.GridLog4jLogger
Logs error message with optional exception.
execute(String, T) - Method in interface org.gridgain.grid.Grid
Executes a task on the grid.
execute(String, T, long) - Method in interface org.gridgain.grid.Grid
Executes a task on the grid.
execute(String, T, GridTaskListener) - Method in interface org.gridgain.grid.Grid
Asynchronously executes a task on the grid.
execute(String, T, long, GridTaskListener) - Method in interface org.gridgain.grid.Grid
Asynchronously executes a task on the grid.
execute(Class<? extends GridTask<T, R>>, T) - Method in interface org.gridgain.grid.Grid
Executes a task on the grid.
execute(Class<? extends GridTask<T, R>>, T, long) - Method in interface org.gridgain.grid.Grid
Executes a task on the grid.
execute(Class<? extends GridTask<T, R>>, T, GridTaskListener) - Method in interface org.gridgain.grid.Grid
Asynchronously executes a task on the grid.
execute(Class<? extends GridTask<T, R>>, T, long, GridTaskListener) - Method in interface org.gridgain.grid.Grid
Asynchronously executes a task on the grid.
execute(GridTask<T, R>, T) - Method in interface org.gridgain.grid.Grid
Executes a task on the grid.
execute(GridTask<T, R>, T, long) - Method in interface org.gridgain.grid.Grid
Executes a task on the grid.
execute(GridTask<T, R>, T, GridTaskListener) - Method in interface org.gridgain.grid.Grid
Asynchronously executes a task on the grid.
execute(GridTask<T, R>, T, long, GridTaskListener) - Method in interface org.gridgain.grid.Grid
Asynchronously executes a task on the grid.
execute() - Method in class org.gridgain.grid.gridify.GridifyJobAdapter
Provides default implementation for execution of grid-enabled methods.
execute() - Method in interface org.gridgain.grid.GridJob
Executes this job.
execute(Runnable) - Method in class org.gridgain.grid.thread.GridWorkManagerExecutorService
execute() - Method in class org.gridgain.grid.tools.ant.gar.GridGarAntTask
Executes the Ant task.

F

FAILED_NODE_LIST_ATTR - Static variable in class org.gridgain.grid.spi.failover.always.GridAlwaysFailoverSpi
Name of job context attribute containing all nodes a job failed on.
FAILED_NODE_LIST_ATTR - Static variable in class org.gridgain.grid.spi.failover.jobstealing.GridJobStealingFailoverSpi
Name of job context attribute containing all nodes a job failed on.
failover(GridFailoverContext, List<GridNode>) - Method in class org.gridgain.grid.spi.failover.always.GridAlwaysFailoverSpi
This method is called when method GridTask.result(GridJobResult, List) returns value GridJobResultPolicy.FAILOVER policy indicating that the result of job execution must be failed over.
failover(GridFailoverContext, List<GridNode>) - Method in interface org.gridgain.grid.spi.failover.GridFailoverSpi
This method is called when method GridTask.result(GridJobResult, List) returns value GridJobResultPolicy.FAILOVER policy indicating that the result of job execution must be failed over.
failover(GridFailoverContext, List<GridNode>) - Method in class org.gridgain.grid.spi.failover.jobstealing.GridJobStealingFailoverSpi
This method is called when method GridTask.result(GridJobResult, List) returns value GridJobResultPolicy.FAILOVER policy indicating that the result of job execution must be failed over.
failover(GridFailoverContext, List<GridNode>) - Method in class org.gridgain.grid.spi.failover.never.GridNeverFailoverSpi
This method is called when method GridTask.result(GridJobResult, List) returns value GridJobResultPolicy.FAILOVER policy indicating that the result of job execution must be failed over.
FAILOVER_ATTEMPT_COUNT_ATTR - Static variable in class org.gridgain.grid.spi.failover.jobstealing.GridJobStealingFailoverSpi
Name of job context attribute containing current failover attempt count.
findAllTasks() - Method in interface org.gridgain.grid.spi.deployment.GridDeploymentSpi
Finds all tasks that have been deployed keyed by task name.
findAllTasks() - Method in class org.gridgain.grid.spi.deployment.local.GridLocalDeploymentSpi
Finds all tasks that have been deployed keyed by task name.
findAllTasks() - Method in class org.gridgain.grid.spi.deployment.uri.GridUriDeploymentSpi
Finds all tasks that have been deployed keyed by task name.
findTask(String) - Method in interface org.gridgain.grid.spi.deployment.GridDeploymentSpi
When underlying system needs a grid task it will attempt to deploy it on-demand by calling this method.
findTask(String) - Method in class org.gridgain.grid.spi.deployment.local.GridLocalDeploymentSpi
When underlying system needs a grid task it will attempt to deploy it on-demand by calling this method.
findTask(String) - Method in class org.gridgain.grid.spi.deployment.uri.GridUriDeploymentSpi
When underlying system needs a grid task it will attempt to deploy it on-demand by calling this method.

G

get() - Method in interface org.gridgain.grid.GridTaskFuture
Synchronously waits for task completion and returns task computation result.
get(long) - Method in interface org.gridgain.grid.GridTaskFuture
Synchronously waits if necessary for at most the given time for task completion and returns task computation result.
getActiveJobsThreshold() - Method in class org.gridgain.grid.spi.collision.jobstealing.GridJobStealingCollisionSpi
Gets number of jobs that can be executed in parallel.
getActiveJobsThreshold() - Method in interface org.gridgain.grid.spi.collision.jobstealing.GridJobStealingCollisionSpiMBean
Gets number of jobs that can be executed in parallel.
getAddress() - Method in class org.gridgain.grid.spi.discovery.coherence.GridCoherenceMember
Return the IP address of the Member's DatagramSocket for point-to-point communication.
getAffinityKey() - Method in interface org.gridgain.grid.spi.loadbalancing.affinity.GridAffinityJob
Gets affinity key for this job.
getAffinityKey() - Method in class org.gridgain.grid.spi.loadbalancing.affinity.GridAffinityJobAdapter
Gets affinity key for this job.
getAffinityKey() - Method in interface org.gridgain.grid.spi.loadbalancing.coherence.GridCoherenceAffinityJob
Gets affinity key for this job.
getAffinityKey() - Method in class org.gridgain.grid.spi.loadbalancing.coherence.GridCoherenceAffinityJobAdapter
 
getAffinityNodeAttributes() - Method in class org.gridgain.grid.spi.loadbalancing.affinity.GridAffinityLoadBalancingSpi
Gets attribute names and values that nodes to do affinity load-balancing for.
getAffinityNodeAttributes() - Method in interface org.gridgain.grid.spi.loadbalancing.affinity.GridAffinityLoadBalancingSpiMBean
Gets attribute names and values that nodes to do affinity load-balancing for.
getAllArguments() - Method in class org.gridgain.grid.GridJobAdapter
Gets ordered list of all job arguments set so far.
getAllGrids() - Static method in class org.gridgain.grid.GridFactory
Gets a list of all grids started so far.
getAllNodes() - Method in interface org.gridgain.grid.Grid
Gets a collection of all grid nodes.
getAllNodes() - Method in interface org.gridgain.grid.spi.GridSpiContext
Gets a collection of all grid nodes.
getAllTopologyHash() - Method in interface org.gridgain.grid.Grid
This method calculates hash all the nodes in the topology.
getArgument() - Method in class org.gridgain.grid.GridJobAdapter
Gets job argument at position 0 or null if no argument was previously set.
getArgument(int) - Method in class org.gridgain.grid.GridJobAdapter
Gets argument at specified position.
getAttribute(Serializable) - Method in interface org.gridgain.grid.GridJobContext
Gets attribute from this job context.
getAttribute(String) - Method in interface org.gridgain.grid.GridNode
Gets a node attribute.
getAttribute(Serializable) - Method in interface org.gridgain.grid.GridTaskSession
Gets an attribute set by GridTaskSession.setAttribute(java.io.Serializable, java.io.Serializable) or GridTaskSession.setAttributes(Map) method.
getAttributes() - Method in interface org.gridgain.grid.GridJobContext
Gets all attributes present in this job context.
getAttributes() - Method in interface org.gridgain.grid.GridNode
Gets all node attributes.
getAttributes() - Method in interface org.gridgain.grid.GridTaskSession
Gets all attributes.
getAttributes() - Method in class org.gridgain.grid.spi.topology.attributes.GridAttributesTopologySpi
Gets attribute names and values that nodes should have to be included in topology.
getAttributes() - Method in interface org.gridgain.grid.spi.topology.attributes.GridAttributesTopologySpiMBean
Gets attribute names and values that nodes should have to be included in topology.
getAuthor() - Method in class org.gridgain.grid.spi.GridSpiAdapter
Gets SPI provider's author.
getAuthor() - Method in interface org.gridgain.grid.spi.GridSpiManagementMBean
Gets SPI provider's author.
getAvailableProcessors() - Method in interface org.gridgain.grid.GridNodeMetrics
Returns the number of processors available to the Java virtual machine.
getAvailableProcessors() - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
Returns the number of processors available to the Java virtual machine.
getAvailableProcessors() - Method in interface org.gridgain.grid.spi.metrics.GridLocalMetrics
Returns the number of processors available to the Java virtual machine.
getAvailableProcessors() - Method in class org.gridgain.grid.spi.metrics.GridLocalMetricsAdapter
Returns the number of processors available to the Java virtual machine.
getAvailableProcessors() - Method in class org.gridgain.grid.spi.metrics.jdk.GridJdkLocalMetricsSpi
Returns the number of processors available to the Java virtual machine.
getAverageActiveJobs() - Method in interface org.gridgain.grid.GridNodeMetrics
Gets average number of active jobs concurrently executing on the node.
getAverageActiveJobs() - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
Gets average number of active jobs concurrently executing on the node.
getAverageCancelledJobs() - Method in interface org.gridgain.grid.GridNodeMetrics
Gets average number of cancelled jobs this node ever had running concurrently.
getAverageCancelledJobs() - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
Gets average number of cancelled jobs this node ever had running concurrently.
getAverageCpuLoad() - Method in interface org.gridgain.grid.GridNodeMetrics
Gets average of CPU load values over all metrics kept in the history.
getAverageCpuLoad() - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
Gets average of CPU load values over all metrics kept in the history.
getAverageJobExecuteTime() - Method in interface org.gridgain.grid.GridNodeMetrics
Gets average time a job takes to execute on the node.
getAverageJobExecuteTime() - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
Gets average time a job takes to execute on the node.
getAverageJobWaitTime() - Method in interface org.gridgain.grid.GridNodeMetrics
Gets average time jobs spend waiting in the queue to be executed.
getAverageJobWaitTime() - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
Gets average time jobs spend waiting in the queue to be executed.
getAverageRejectedJobs() - Method in interface org.gridgain.grid.GridNodeMetrics
Gets average number of jobs this node rejects during collision resolution operations.
getAverageRejectedJobs() - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
Gets average number of jobs this node rejects during collision resolution operations.
getAverageWaitingJobs() - Method in interface org.gridgain.grid.GridNodeMetrics
Gets average number of waiting jobs this node had queued.
getAverageWaitingJobs() - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
Gets average number of waiting jobs this node had queued.
getBalancedNode(GridJob) - Method in interface org.gridgain.grid.GridLoadBalancer
Gets the next balanced node according to the underlying load balancing policy.
getBalancedNode(List<GridNode>) - Method in interface org.gridgain.grid.spi.failover.GridFailoverContext
Gets the next balanced node for failed job.
getBalancedNode(GridTaskSession, List<GridNode>, GridJob) - Method in class org.gridgain.grid.spi.loadbalancing.adaptive.GridAdaptiveLoadBalancingSpi
Gets balanced node for specified job within given task session.
getBalancedNode(GridTaskSession, List<GridNode>, GridJob) - Method in class org.gridgain.grid.spi.loadbalancing.affinity.GridAffinityLoadBalancingSpi
Gets balanced node for specified job within given task session.
getBalancedNode(GridTaskSession, List<GridNode>, GridJob) - Method in class org.gridgain.grid.spi.loadbalancing.coherence.GridCoherenceLoadBalancingSpi
Gets balanced node for specified job within given task session.
getBalancedNode(GridTaskSession, List<GridNode>, GridJob) - Method in interface org.gridgain.grid.spi.loadbalancing.GridLoadBalancingSpi
Gets balanced node for specified job within given task session.
getBalancedNode(GridTaskSession, List<GridNode>, GridJob) - Method in class org.gridgain.grid.spi.loadbalancing.roundrobin.GridRoundRobinLoadBalancingSpi
Gets balanced node for specified job within given task session.
getBalancedNode(GridTaskSession, List<GridNode>, GridJob) - Method in class org.gridgain.grid.spi.loadbalancing.weightedrandom.GridWeightedRandomLoadBalancingSpi
Gets balanced node for specified job within given task session.
getBenchmarkAttributeName() - Method in class org.gridgain.grid.spi.loadbalancing.adaptive.GridAdaptiveBenchmarkLoadProbe
Gets name of node attribute by which node benchmarks should be accessed.
getBroadcastAddress() - Method in class org.gridgain.grid.spi.discovery.mail.GridMailDiscoverySpi
Gets broadcast address used for sending broadcast messages.
getBroadcastAddress() - Method in interface org.gridgain.grid.spi.discovery.mail.GridMailDiscoverySpiMBean
Gets broadcast address used for sending broadcast messages.
getBusyTimePercentage() - Method in interface org.gridgain.grid.GridNodeMetrics
Gets percentage of time this node is busy executing jobs vs. idling.
getBusyTimePercentage() - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
Gets percentage of time this node is busy executing jobs vs. idling.
getCacheName() - Method in class org.gridgain.grid.spi.checkpoint.coherence.GridCoherenceCheckpointSpi
Gets name for Coherence cache where all checkpoints are saved.
getCacheName() - Method in interface org.gridgain.grid.spi.checkpoint.coherence.GridCoherenceCheckpointSpiMBean
Gets name for Coherence cache where all checkpoints are saved.
getCacheName() - Method in class org.gridgain.grid.spi.discovery.coherence.GridCoherenceDiscoverySpi
Gets Coherence cache name.
getCacheName() - Method in interface org.gridgain.grid.spi.discovery.coherence.GridCoherenceDiscoverySpiMBean
Gets Coherence cache name.
getCacheName() - Method in interface org.gridgain.grid.spi.loadbalancing.coherence.GridCoherenceAffinityJob
Gets cache name for this job.
getCacheName() - Method in class org.gridgain.grid.spi.loadbalancing.coherence.GridCoherenceAffinityJobAdapter
Gets cache name for this job.
getCheckpointKey() - Method in interface org.gridgain.grid.GridEvent
Gets checkpoint key associated with this event.
getCheckpointSpi() - Method in interface org.gridgain.grid.GridConfiguration
Should return fully configured checkpoint SPI implementation.
getCheckpointSpi() - Method in class org.gridgain.grid.GridConfigurationAdapter
Should return fully configured checkpoint SPI implementation.
getClassFilter() - Method in class org.gridgain.grid.gridify.aop.spring.GridifySpringPointcut
getClassLoader() - Method in interface org.gridgain.grid.GridTaskSession
Gets class loader responsible for loading all classes within task.
getClassLoader() - Method in interface org.gridgain.grid.spi.deployment.GridDeploymentTask
Gets task class loader.
getClassLoader() - Method in class org.gridgain.grid.spi.deployment.GridDeploymentTaskAdapter
Gets task class loader.
getCollisionSpi() - Method in interface org.gridgain.grid.GridConfiguration
Should return fully configured collision SPI implementation.
getCollisionSpi() - Method in class org.gridgain.grid.GridConfigurationAdapter
Should return fully configured collision SPI implementation.
getCommunicationSpi() - Method in interface org.gridgain.grid.GridConfiguration
Should return fully configured SPI communication implementation.
getCommunicationSpi() - Method in class org.gridgain.grid.GridConfigurationAdapter
Should return fully configured SPI communication implementation.
getComponentName() - Method in class org.gridgain.grid.spi.communication.mule.GridMuleCommunicationSpi
Gets name for the component registered in Mule configuration.
getComponentName() - Method in interface org.gridgain.grid.spi.communication.mule.GridMuleCommunicationSpiMBean
Gets name for the component registered in Mule configuration.
getComponentName() - Method in class org.gridgain.grid.spi.discovery.mule.GridMuleDiscoverySpi
Gets name of the component registered in Mule.
getComponentName() - Method in interface org.gridgain.grid.spi.discovery.mule.GridMuleDiscoverySpiMBean
Gets name of the component registered in Mule.
getConfigurationFile() - Method in class org.gridgain.grid.loaders.jboss.GridJbossLoader
Gets configuration file path set in XML configuration for this service.
getConfigurationFile() - Method in interface org.gridgain.grid.loaders.jboss.GridJbossLoaderMBean
Gets configuration file path set in XML configuration for this service.
getConfigurationFile() - Method in class org.gridgain.grid.loaders.weblogic.GridWeblogicStartup
Gets configuration file path set in XML configuration for this service.
getConfigurationFile() - Method in interface org.gridgain.grid.loaders.weblogic.GridWeblogicStartupMBean
Gets configuration file path set in XML configuration for this service.
getConfigurationFile() - Method in class org.gridgain.grid.loaders.websphere.GridWebsphereLoader
Gets configuration file path set in XML configuration for this service.
getConfigurationFile() - Method in interface org.gridgain.grid.loaders.websphere.GridWebsphereLoaderMBean
Gets configuration file path set in XML configuration for this service.
getConfigurationFile() - Method in class org.gridgain.grid.spi.communication.jgroups.GridJgroupsCommunicationSpi
Gets either absolute or relative to GridGain installation home folder path to JGroups XML configuration file.
getConfigurationFile() - Method in interface org.gridgain.grid.spi.communication.jgroups.GridJgroupsCommunicationSpiMBean
Gets either absolute or relative to GridGain installation home folder path to JGroups XML configuration file.
getConfigurationFile() - Method in class org.gridgain.grid.spi.communication.mule.GridMuleCommunicationSpi
Gets either absolute or relative to GridGain installation home folder path to Mule XML configuration file.
getConfigurationFile() - Method in interface org.gridgain.grid.spi.communication.mule.GridMuleCommunicationSpiMBean
Gets either absolute or relative to GridGain installation home folder path to Mule XML configuration file.
getConfigurationFile() - Method in class org.gridgain.grid.spi.discovery.jgroups.GridJgroupsDiscoverySpi
Gets either absolute or relative to GridGain installation home folder path to JGroups XML configuration file.
getConfigurationFile() - Method in interface org.gridgain.grid.spi.discovery.jgroups.GridJgroupsDiscoverySpiMBean
Gets either absolute or relative to GridGain installation home folder path to JGroups XML configuration file.
getConfigurationFile() - Method in class org.gridgain.grid.spi.discovery.mule.GridMuleDiscoverySpi
Gets either absolute or relative to GridGain installation home folder path to Mule XML configuration file.
getConfigurationFile() - Method in interface org.gridgain.grid.spi.discovery.mule.GridMuleDiscoverySpiMBean
Gets either absolute or relative to GridGain installation home folder path to Mule XML configuration file.
getConfigurationPath() - Method in class org.gridgain.grid.test.junit3.