GridGain™ 3.6.0e
Enterprise Edition
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

A

absJobs(Collection<? extends T>) - Static method in class org.gridgain.grid.lang.GridFunc
Converts collection of absolute closures to the read only collection of grid jobs.
absJobs(Runnable...) - Static method in class org.gridgain.grid.lang.GridFunc
Converts array of out closures to the collection of grid jobs.
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.
activeJobs() - Method in interface org.gridgain.grid.spi.collision.GridCollisionContext
Gets ordered collection of collision contexts for jobs that are currently executing.
add(T) - Method in interface org.gridgain.grid.cache.datastructures.GridCacheQueue
Adds specified item to the queue without blocking.
add(E) - Method in class org.gridgain.grid.lang.utils.GridBoundedConcurrentOrderedSet
add(E) - Method in class org.gridgain.grid.lang.utils.GridBoundedLinkedHashSet
Adds the specified element to this set if it is not already present.
add(byte) - Method in class org.gridgain.grid.lang.utils.GridByteArrayList
Appends byte element to the list.
add(int) - Method in class org.gridgain.grid.lang.utils.GridByteArrayList
Appends integer to the next 4 bytes of list.
add(long) - Method in class org.gridgain.grid.lang.utils.GridByteArrayList
Appends long to the next 8 bytes of list.
add(byte[], int, int) - Method in class org.gridgain.grid.lang.utils.GridByteArrayList
 
add(ByteBuffer, int) - Method in class org.gridgain.grid.lang.utils.GridByteArrayList
Adds data from byte buffer into array.
add(T) - Method in class org.gridgain.grid.lang.utils.GridCollectionOpt
add(E) - Method in class org.gridgain.grid.lang.utils.GridConcurrentHashSet
Note that unlike regular add operation on a set, this method will only add the passed in element if it's not already present in set.
add(E) - Method in class org.gridgain.grid.lang.utils.GridConcurrentLinkedDeque
Inserts the specified element at the tail of this deque.
add(GridConcurrentLinkedDeque.Node<E>) - Method in class org.gridgain.grid.lang.utils.GridConcurrentLinkedDeque
Inserts the specified node at the tail of this deque.
add(E) - Method in class org.gridgain.grid.lang.utils.GridConcurrentPhantomHashSet
add(E) - Method in class org.gridgain.grid.lang.utils.GridConcurrentSkipListSet
add(E) - Method in class org.gridgain.grid.lang.utils.GridConcurrentWeakHashSet
add(V) - Method in class org.gridgain.grid.lang.utils.GridListSet
add(E) - Method in class org.gridgain.grid.lang.utils.GridQueue
add(E) - Method in class org.gridgain.grid.lang.utils.GridSetWrapper
addAll(Collection<? extends T>) - Method in interface org.gridgain.grid.cache.datastructures.GridCacheQueue
Bulk operation for adding more than one item to queue at once without blocking.
addAll(Collection<? extends T>) - Method in class org.gridgain.grid.lang.utils.GridCollectionOpt
addAll(Collection<? extends E>) - Method in class org.gridgain.grid.lang.utils.GridConcurrentLinkedDeque
Appends all of the elements in the specified collection to the end of this deque, in the order that they are returned by the specified collection's iterator.
addAll(Collection<? extends E>) - Method in class org.gridgain.grid.lang.utils.GridConcurrentPhantomHashSet
addAll(Collection<? extends E>) - Method in class org.gridgain.grid.lang.utils.GridConcurrentWeakHashSet
addAllAsync(Collection<? extends T>) - Method in interface org.gridgain.grid.cache.datastructures.GridCacheQueue
Asynchronous bulk operation for adding more than one item to queue at once.
addAllx(Collection<? extends T>) - Method in interface org.gridgain.grid.cache.datastructures.GridCacheQueue
Bulk operation for adding more than one item to queue at once without blocking.
addAndGet(long) - Method in interface org.gridgain.grid.cache.datastructures.GridCacheAtomicLong
Adds l and gets current value of atomic long.
addAndGet(long) - Method in interface org.gridgain.grid.cache.datastructures.GridCacheAtomicSequence
Adds l elements to atomic sequence and gets value of atomic sequence.
addAndGetAsync(long) - Method in interface org.gridgain.grid.cache.datastructures.GridCacheAtomicLong
Adds l and gets current value of atomic long asynchronously.
addAndGetAsync(long) - Method in interface org.gridgain.grid.cache.datastructures.GridCacheAtomicSequence
Asynchronously adds l elements to atomic sequence and gets value of atomic sequence.
addAsync(T) - Method in interface org.gridgain.grid.cache.datastructures.GridCacheQueue
Asynchronously adds specified item to the queue.
addAttributeListener(GridTaskSessionAttributeListener, boolean) - Method in interface org.gridgain.grid.GridTaskSession
Add listener for the session attributes.
addFirst(E) - Method in class org.gridgain.grid.lang.utils.GridConcurrentLinkedDeque
Inserts the specified element at the front of this deque.
addFirstx(E) - Method in class org.gridgain.grid.lang.utils.GridConcurrentLinkedDeque
Same as GridConcurrentLinkedDeque.addFirst(Object), but returns new node.
addIfAbsent(K, Callable<V>) - Method in interface org.gridgain.grid.GridNodeLocal
Gets the value with given key.
addIfAbsent(K, V) - Method in interface org.gridgain.grid.GridNodeLocal
Unlike its sibling method ConcurrentMap.putIfAbsent(Object, Object) this method returns current mapping from the map.
addIfAbsent(ConcurrentMap<K, V>, K, Callable<V>) - Static method in class org.gridgain.grid.lang.GridFunc
Gets the value with given key.
addIfAbsent(ConcurrentMap<K, V>, K, V) - Static method in class org.gridgain.grid.lang.GridFunc
Gets the value with given key.
addIfAbsent(Map<K, V>, K, Callable<V>) - Static method in class org.gridgain.grid.lang.GridFunc
Utility map getter.
addIfAbsent(Map<K, V>, K, V) - Static method in class org.gridgain.grid.lang.GridFunc
Utility map getter.
addLast(E) - Method in class org.gridgain.grid.lang.utils.GridConcurrentLinkedDeque
Inserts the specified element at the end of this deque.
addLastx(E) - Method in class org.gridgain.grid.lang.utils.GridConcurrentLinkedDeque
Same as GridConcurrentLinkedDeque.addLast(Object), but returns new node.
addListener(GridFactoryListener) - Static method in class org.gridgain.grid.GridFactory
Adds a lsnr for grid life cycle events.
addLocalEventListener(GridLocalEventListener, int[]) - Method in interface org.gridgain.grid.Grid
Adds an event listener for local events.
addLocalEventListener(GridLocalEventListener, int, int...) - Method in interface org.gridgain.grid.Grid
Adds an event listener for local events.
addLocalEventListener(GridLocalEventListener, int[]) - Method in class org.gridgain.grid.GridSpringBean
Adds an event listener for local events.
addLocalEventListener(GridLocalEventListener, int, int...) - Method in class org.gridgain.grid.GridSpringBean
Adds an event listener for local events.
addLocalEventListener(GridLocalEventListener, int...) - Method in interface org.gridgain.grid.spi.GridSpiContext
Adds an event listener for local events.
addLocalEventListener(GridLocalEventListener, int...) - Method in interface org.gridgain.grid.spi.GridSpiContext2
Adds an event listener for local events.
addMessageListener(GridMessageListener, GridPredicate<Object>...) - Method in interface org.gridgain.grid.Grid
Deprecated. 
addMessageListener(GridMessageListener, GridPredicate<Object>...) - Method in class org.gridgain.grid.GridSpringBean
Register a message listener to receive messages that are sent by remote nodes and which pass all provided message filters.
addMessageListener(GridMessageListener, String) - Method in interface org.gridgain.grid.spi.GridSpiContext
Register a message listener to receive messages sent by remote nodes.
addMessageListener(GridMessageListener, String, GridPredicate<Object>...) - Method in interface org.gridgain.grid.spi.GridSpiContext2
Register a message listener to receive messages sent by remote nodes.
addMeta(String, V) - Method in interface org.gridgain.grid.GridMetadataAware
Adds a new metadata.
addMeta(String, V) - Method in class org.gridgain.grid.lang.GridMetadataAwareAdapter
Adds a new metadata.
addMetaIfAbsent(String, V) - Method in interface org.gridgain.grid.GridMetadataAware
Adds given metadata value only if it was absent.
addMetaIfAbsent(String, Callable<V>) - Method in interface org.gridgain.grid.GridMetadataAware
Adds given metadata value only if it was absent.
addMetaIfAbsent(String, V) - Method in class org.gridgain.grid.lang.GridMetadataAwareAdapter
Adds given metadata value only if it was absent.
addMetaIfAbsent(String, Callable<V>) - Method in class org.gridgain.grid.lang.GridMetadataAwareAdapter
Adds given metadata value only if it was absent.
addNode(N, int) - Method in class org.gridgain.grid.lang.utils.GridConsistentHash
Adds a node to consistent hash algorithm.
addNodes(Collection<N>, int) - Method in class org.gridgain.grid.lang.utils.GridConsistentHash
Adds nodes to consistent hash algorithm (if nodes are null or empty, then no-op).
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.
addx(T) - Method in interface org.gridgain.grid.cache.datastructures.GridCacheQueue
Adds specified item to the queue without blocking.
addx(E) - Method in class org.gridgain.grid.lang.utils.GridConcurrentHashSet
Note that unlike regular add operation on a set, this method will only add the passed in element if it's not already present in set.
addx(E) - Method in class org.gridgain.grid.lang.utils.GridConcurrentLinkedDeque
Same as GridConcurrentLinkedDeque.add(Object), but returns new node.
addx(V) - Method in class org.gridgain.grid.lang.utils.GridListSet
Either adds a value to set or does nothing if value is already present.
affinityCall(String, Object, Callable<R>, GridPredicate<? super GridRichNode>...) - Method in interface org.gridgain.grid.GridProjection
Executes given closure on the node where data for provided affinity key is located.
affinityCall(String, Collection<?>, Callable<R>, GridPredicate<? super GridRichNode>...) - Method in interface org.gridgain.grid.GridProjection
Executes given closure on the nodes where data for provided affinity keys are located.
affinityCall(String, Object, Callable<R>, GridPredicate<? super GridRichNode>...) - Method in class org.gridgain.grid.GridSpringBean
Executes given closure on the node where data for provided affinity key is located.
affinityCall(String, Collection<?>, Callable<R>, GridPredicate<? super GridRichNode>...) - Method in class org.gridgain.grid.GridSpringBean
Executes given closure on the nodes where data for provided affinity keys are located.
affinityCallAsync(String, Object, Callable<R>, GridPredicate<? super GridRichNode>...) - Method in interface org.gridgain.grid.GridProjection
Executes given closure on the node where data for provided affinity key is located.
affinityCallAsync(String, Collection<?>, Callable<R>, GridPredicate<? super GridRichNode>...) - Method in interface org.gridgain.grid.GridProjection
Executes given closure on the nodes where data for provided affinity keys are located.
affinityCallAsync(String, Object, Callable<R>, GridPredicate<? super GridRichNode>...) - Method in class org.gridgain.grid.GridSpringBean
Executes given closure on the node where data for provided affinity key is located.
affinityCallAsync(String, Collection<?>, Callable<R>, GridPredicate<? super GridRichNode>...) - Method in class org.gridgain.grid.GridSpringBean
Executes given closure on the nodes where data for provided affinity keys are located.
affinityKey() - Method in class org.gridgain.grid.cache.affinity.GridCacheAffinityKey
Gets affinity key to use for affinity mapping.
affinityKey(Object) - Method in class org.gridgain.grid.cache.affinity.GridCacheAffinityKey
Sets affinity key to use for affinity mapping.
affinityKey(K) - Method in interface org.gridgain.grid.cache.affinity.GridCacheAffinityMapper
Maps passed in key to a key which will be used for node affinity.
affinityKey(K) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Maps passed in key to a key which will be used for node affinity.
affinityKey() - Method in interface org.gridgain.grid.GridJobContext
Gets affinity key with which job was co-located.
affinityNodes(K) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Gets primary and backup nodes for the key.
affinityRun(String, Object, Runnable, GridPredicate<? super GridRichNode>...) - Method in interface org.gridgain.grid.GridProjection
Executes given closure on the node where data for provided affinity key is located.
affinityRun(String, Collection<?>, Runnable, GridPredicate<? super GridRichNode>...) - Method in interface org.gridgain.grid.GridProjection
Executes given closure on the nodes where data for provided affinity keys are located.
affinityRun(String, Collection<?>, Runnable, GridPredicate<? super GridRichNode>...) - Method in class org.gridgain.grid.GridSpringBean
Executes given closure on the nodes where data for provided affinity keys are located.
affinityRun(String, Object, Runnable, GridPredicate<? super GridRichNode>...) - Method in class org.gridgain.grid.GridSpringBean
Executes given closure on the node where data for provided affinity key is located.
affinityRunAsync(String, Object, Runnable, GridPredicate<? super GridRichNode>...) - Method in interface org.gridgain.grid.GridProjection
Executes given closure on the node where data for provided affinity key is located.
affinityRunAsync(String, Collection<?>, Runnable, GridPredicate<? super GridRichNode>...) - Method in interface org.gridgain.grid.GridProjection
Executes given closure on the nodes where data for provided affinity keys are located.
affinityRunAsync(String, Collection<?>, Runnable, GridPredicate<? super GridRichNode>...) - Method in class org.gridgain.grid.GridSpringBean
Executes given closure on the nodes where data for provided affinity keys are located.
affinityRunAsync(String, Object, Runnable, GridPredicate<? super GridRichNode>...) - Method in class org.gridgain.grid.GridSpringBean
Executes given closure on the node where data for provided affinity key is located.
afterPropertiesSet() - Method in class org.gridgain.grid.GridSpringBean
alias() - Method in class org.gridgain.grid.events.GridDeploymentEvent
Gets deployment alias for this event.
alias(String) - Method in class org.gridgain.grid.events.GridDeploymentEvent
Sets deployment alias for this event.
allGrids() - Static method in class org.gridgain.grid.GridFactory
Gets a list of all grids started so far.
allMeta() - Method in interface org.gridgain.grid.GridMetadataAware
Gets all metadata in this entry.
allMeta() - Method in class org.gridgain.grid.lang.GridMetadataAwareAdapter
Gets all metadata in this entry.
allNodeIds() - Method in interface org.gridgain.grid.spi.discovery.tcp.metricsstore.GridTcpDiscoveryMetricsStore
Gets all node IDs currently contained in the store.
allNodeIds() - Method in class org.gridgain.grid.spi.discovery.tcp.metricsstore.jdbc.GridTcpDiscoveryJdbcMetricsStore
Gets all node IDs currently contained in the store.
allNodeIds() - Method in class org.gridgain.grid.spi.discovery.tcp.metricsstore.s3.GridTcpDiscoveryS3MetricsStore
Gets all node IDs currently contained in the store.
allNodeIds() - Method in class org.gridgain.grid.spi.discovery.tcp.metricsstore.sharedfs.GridTcpDiscoverySharedFsMetricsStore
Gets all node IDs currently contained in the store.
allNodeIds() - Method in class org.gridgain.grid.spi.discovery.tcp.metricsstore.vm.GridTcpDiscoveryVmMetricsStore
Gets all node IDs currently contained in the store.
allocate(int) - Method in class org.gridgain.grid.lang.utils.GridByteArrayList
Pre-allocates internal array for specified byte number only if it currently is smaller than desired number.
allPartitions(GridProjection) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Gets partition ids for which nodes of the given projection has ownership (either primary or backup).
alwaysFalse() - Static method in class org.gridgain.grid.lang.GridFunc
Gets predicate that always returns false.
alwaysTrue() - Static method in class org.gridgain.grid.lang.GridFunc
Gets predicate that always returns true.
and(Collection<? extends GridPredicate<? super T>>) - Static method in class org.gridgain.grid.lang.GridFunc
Get a predicate that evaluates to true if each of its component predicates evaluates to true.
and(GridPredicate<? super T>[], GridPredicate<? super T>...) - Static method in class org.gridgain.grid.lang.GridFunc
Get a predicate that evaluates to true if each of its component predicates evaluates to true.
and(GridPredicate<? super T>...) - Static method in class org.gridgain.grid.lang.GridFunc
Get a predicate that evaluates to true if each of its component predicates evaluates to true.
andThen(GridClosure<Boolean, A>) - Method in class org.gridgain.grid.lang.GridAbsPredicate
Gets closure that applies given closure over the result of this predicate.
andThen(GridInClosure<Boolean>) - Method in class org.gridgain.grid.lang.GridAbsPredicate
Gets closure that applies given closure over the result of this predicate.
andThen(GridPredicate<Boolean>) - Method in class org.gridgain.grid.lang.GridAbsPredicate
Gets predicate that applies given predicate over the result of this predicate.
andThen(GridClosure<R, A>) - Method in class org.gridgain.grid.lang.GridClosure
Gets closure that applies given closure over the result of this closure.
andThen(GridInClosure<R>) - Method in class org.gridgain.grid.lang.GridClosure
Gets closure that applies given closure over the result of this closure.
andThen(GridClosure<R, A>) - Method in class org.gridgain.grid.lang.GridClosure2
Gets closure that applies given closure over the result of this closure.
andThen(GridInClosure<R>) - Method in class org.gridgain.grid.lang.GridClosure2
Gets closure that applies given closure over the result of this closure.
andThen(GridClosure<R, A>) - Method in class org.gridgain.grid.lang.GridClosure3
Gets closure that applies given closure over the result of this closure.
andThen(GridInClosure<R>) - Method in class org.gridgain.grid.lang.GridClosure3
Gets closure that applies given closure over the result of this closure.
andThen(GridClosure<T, A>) - Method in class org.gridgain.grid.lang.GridOutClosure
Gets closure that applies given closure over the result of this closure.
andThen(GridInClosure<T>) - Method in class org.gridgain.grid.lang.GridOutClosure
Gets closure that applies given closure over the result of this closure.
andThen(GridClosure<Boolean, A>) - Method in class org.gridgain.grid.lang.GridPredicate
Gets closure that applies given closure over the result of this predicate.
andThen(GridInClosure<Boolean>) - Method in class org.gridgain.grid.lang.GridPredicate
Gets closure that applies given closure over the result of this predicate.
andThen(GridPredicate<Boolean>) - Method in class org.gridgain.grid.lang.GridPredicate
Gets predicate that applies given predicate over the result of this predicate.
andThen(GridClosure<Boolean, A>) - Method in class org.gridgain.grid.lang.GridPredicate2
Gets closure that applies given closure over the result of this predicate.
andThen(GridInClosure<Boolean>) - Method in class org.gridgain.grid.lang.GridPredicate2
Gets closure that applies given closure over the result of this predicate.
andThen(GridPredicate<Boolean>) - Method in class org.gridgain.grid.lang.GridPredicate2
Gets predicate that applies given predicate over the result of this predicate.
andThen(GridClosure<Boolean, A>) - Method in class org.gridgain.grid.lang.GridPredicate3
Gets closure that applies given closure over the result of this predicate.
andThen(GridInClosure<Boolean>) - Method in class org.gridgain.grid.lang.GridPredicate3
Gets closure that applies given closure over the result of this predicate.
andThen(GridPredicate<Boolean>) - Method in class org.gridgain.grid.lang.GridPredicate3
Gets predicate that applies given predicate over the result of this predicate.
apply(UUID, T) - Method in class org.gridgain.grid.GridListenActor
Predicate body.
apply() - Method in class org.gridgain.grid.lang.GridAbsClosure
Absolute closure body.
apply() - Method in class org.gridgain.grid.lang.GridAbsClosureX
Absolute closure body.
apply() - Method in class org.gridgain.grid.lang.GridAbsPredicate
Predicate body.
apply() - Method in class org.gridgain.grid.lang.GridAbsPredicateX
Predicate body.
apply(E1) - Method in class org.gridgain.grid.lang.GridClosure
Closure body.
apply(E1, E2) - Method in class org.gridgain.grid.lang.GridClosure2
Closure body.
apply(E1, E2) - Method in class org.gridgain.grid.lang.GridClosure2X
Closure body.
apply(E1, E2, E3) - Method in class org.gridgain.grid.lang.GridClosure3
Closure body.
apply(E1, E2, E3) - Method in class org.gridgain.grid.lang.GridClosure3X
Closure body.
apply(E) - Method in class org.gridgain.grid.lang.GridClosureX
Closure body.
apply() - Method in class org.gridgain.grid.lang.GridEither
Factory closure body.
apply(E1) - Method in class org.gridgain.grid.lang.GridInClosure
In-closure body.
apply(E1, E2) - Method in class org.gridgain.grid.lang.GridInClosure2
Closure body.
apply(E1, E2) - Method in class org.gridgain.grid.lang.GridInClosure2X
Closure body.
apply(E1, E2, E3) - Method in class org.gridgain.grid.lang.GridInClosure3
Closure body.
apply(E1, E2, E3) - Method in class org.gridgain.grid.lang.GridInClosure3X
Closure body.
apply(T) - Method in class org.gridgain.grid.lang.GridInClosureX
In-closure body.
apply(T) - Method in class org.gridgain.grid.lang.GridJexlPredicate
Predicate body.
apply(T1, T2) - Method in class org.gridgain.grid.lang.GridJexlPredicate2
Predicate body.
apply(T1, T2, T3) - Method in class org.gridgain.grid.lang.GridJexlPredicate3
Predicate body.
apply(T1) - Method in class org.gridgain.grid.lang.GridMapperX
Closure body.
apply(GridNode) - Method in class org.gridgain.grid.lang.GridNodePredicate
Predicate body.
apply() - Method in class org.gridgain.grid.lang.GridNullOpt
Predicate body.
apply() - Method in class org.gridgain.grid.lang.GridOpt
Predicate body.
apply() - Method in class org.gridgain.grid.lang.GridOutClosure
Factory closure body.
apply() - Method in class org.gridgain.grid.lang.GridOutClosureX
Factory closure body.
apply(E1) - Method in class org.gridgain.grid.lang.GridPredicate
Predicate body.
apply(E1, E2) - Method in class org.gridgain.grid.lang.GridPredicate2
Predicate body.
apply(E1, E2) - Method in class org.gridgain.grid.lang.GridPredicate2X
Predicate body.
apply(E1, E2, E3) - Method in class org.gridgain.grid.lang.GridPredicate3
Predicate body.
apply(E1, E2, E3) - Method in class org.gridgain.grid.lang.GridPredicate3X
Predicate body.
apply(E1) - Method in class org.gridgain.grid.lang.GridPredicateX
Predicate body.
apply() - Method in class org.gridgain.grid.lang.GridReducer2X
Factory closure body.
apply() - Method in class org.gridgain.grid.lang.GridReducer3X
Factory closure body.
apply() - Method in class org.gridgain.grid.lang.GridReducerX
Factory closure body.
apply() - Method in class org.gridgain.grid.segmentation.GridSegmentationResolver
Calls GridSegmentationResolver.isValidSegment().
applyx() - Method in class org.gridgain.grid.lang.GridAbsClosureX
Closure body that can throw GridException.
applyx() - Method in class org.gridgain.grid.lang.GridAbsPredicateX
Predicate body that can throw GridException.
applyx(E1, E2) - Method in class org.gridgain.grid.lang.GridClosure2X
Closure body that can throw GridException.
applyx(E1, E2, E3) - Method in class org.gridgain.grid.lang.GridClosure3X
Closure body that can throw GridException.
applyx(E) - Method in class org.gridgain.grid.lang.GridClosureX
Closure body that can throw GridException.
applyx(E1, E2) - Method in class org.gridgain.grid.lang.GridInClosure2X
In-closure body that can throw GridException.
applyx(E1, E2, E3) - Method in class org.gridgain.grid.lang.GridInClosure3X
In-closure body that can throw GridException.
applyx(T) - Method in class org.gridgain.grid.lang.GridInClosureX
In-closure body that can throw GridException.
applyx(T1) - Method in class org.gridgain.grid.lang.GridMapperX
Mapper body that can throw GridException.
applyx() - Method in class org.gridgain.grid.lang.GridOutClosureX
Out-closure body that can throw GridException.
applyx(E1, E2) - Method in class org.gridgain.grid.lang.GridPredicate2X
Predicate body that can throw GridException.
applyx(E1, E2, E3) - Method in class org.gridgain.grid.lang.GridPredicate3X
Predicate body that can throw GridException.
applyx(E1) - Method in class org.gridgain.grid.lang.GridPredicateX
Predicate body that can throw GridException.
applyx() - Method in class org.gridgain.grid.lang.GridReducer2X
Reducer body that can throw GridException.
applyx() - Method in class org.gridgain.grid.lang.GridReducer3X
Reducer body that can throw GridException.
applyx() - Method in class org.gridgain.grid.lang.GridReducerX
Reducer body that can throw GridException.
argument(int) - Method in class org.gridgain.grid.GridJobAdapterEx
Gets job argument.
arity() - Method in class org.gridgain.grid.lang.GridEither
Gets size of this product.
arity() - Method in class org.gridgain.grid.lang.GridNullOpt
Gets size of this product.
arity() - Method in class org.gridgain.grid.lang.GridOpt
Gets size of this product.
arity() - Method in class org.gridgain.grid.lang.GridTuple
Gets size of this product.
arity() - Method in class org.gridgain.grid.lang.GridTuple2
Gets size of this product.
arity() - Method in class org.gridgain.grid.lang.GridTuple3
Gets size of this product.
arity() - Method in class org.gridgain.grid.lang.GridTuple4
Gets size of this product.
arity() - Method in class org.gridgain.grid.lang.GridTuple5
Gets size of this product.
arity() - Method in class org.gridgain.grid.lang.GridTupleV
Gets size of this product.
arity() - Method in interface org.gridgain.grid.lang.GridTypedProduct
Gets size of this product.
as(Future<T>) - Static method in class org.gridgain.grid.lang.GridFunc
Converts given future into the closure.
as(GridFuture<T>) - Static method in class org.gridgain.grid.lang.GridFunc
Converts given object with interface GridFuture into an object implementing Future.
as(Iterator<T>) - Static method in class org.gridgain.grid.lang.GridFunc
Converts given iterator into instance of Iterable interface.
as(Runnable) - Static method in class org.gridgain.grid.lang.GridFunc
Converts given runnable to an absolute closure.
as(Callable<R>) - Static method in class org.gridgain.grid.lang.GridFunc
Converts given callable to an out-closure.
as(Callable<Boolean>) - Static method in class org.gridgain.grid.lang.GridFunc
Converts given closure to predicate.
as(GridClosure<? super T, Boolean>) - Static method in class org.gridgain.grid.lang.GridFunc
Converts given closure to predicate.
as(GridClosure2<? super T1, ? super T2, Boolean>) - Static method in class org.gridgain.grid.lang.GridFunc
Converts given closure to predicate.
as(GridClosure3<? super T1, ? super T2, ? super T3, Boolean>) - Static method in class org.gridgain.grid.lang.GridFunc
Converts given closure to predicate.
as(GridAbsPredicate) - Static method in class org.gridgain.grid.lang.GridFunc
Converts given predicate to closure.
as(GridPredicate<? super X>) - Static method in class org.gridgain.grid.lang.GridFunc
Converts given predicate to closure.
as(GridPredicate2<? super X1, ? super X2>) - Static method in class org.gridgain.grid.lang.GridFunc
Converts given predicate to closure.
as(GridPredicate3<? super X1, ? super X2, ? super X3>) - Static method in class org.gridgain.grid.lang.GridFunc
Converts given predicate to closure.
as0(GridPredicate2<? super E1, ? super E2>) - Static method in class org.gridgain.grid.lang.GridFunc
Converts predicate with two separate values to a predicate with tuple.
asArray(T...) - Static method in class org.gridgain.grid.lang.GridFunc
Convinience method to convert multiple elements into array.
asList(T...) - Static method in class org.gridgain.grid.lang.GridFunc
Converts array to List.
asList(T) - Static method in class org.gridgain.grid.lang.GridFunc
Creates read-only list with given values.
asMap(K, V) - Static method in class org.gridgain.grid.lang.GridFunc
Creates map with given values.
asMap(K, V, K, V) - Static method in class org.gridgain.grid.lang.GridFunc
Creates map with given values.
asMap(K, V, K, V, K, V) - Static method in class org.gridgain.grid.lang.GridFunc
Creates map with given values.
asMap(K, V, K, V, K, V, K, V) - Static method in class org.gridgain.grid.lang.GridFunc
Creates map with given values.
asMap(K, V, K, V, K, V, K, V, K, V) - Static method in class org.gridgain.grid.lang.GridFunc
Creates map with given values.
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.
asSet(T) - Static method in class org.gridgain.grid.lang.GridFunc
Creates read-only set with given value.
asSet(T...) - Static method in class org.gridgain.grid.lang.GridFunc
Creates read-only set with given values.
atomicLong(String) - Method in interface org.gridgain.grid.cache.GridCache
Will get a atomic long from cache or create one with initial value of 0 if it has not been created yet.
atomicLong(String, long, boolean) - Method in interface org.gridgain.grid.cache.GridCache
Will get a atomic long from cache and create one if it has not been created yet.
atomicReference(String) - Method in interface org.gridgain.grid.cache.GridCache
Will get a atomic reference from cache or create one with initial value of null if it has not been created yet.
atomicReference(String, T, boolean) - Method in interface org.gridgain.grid.cache.GridCache
Will get a atomic reference from cache and create one if it has not been created yet.
atomicSequence(String) - Method in interface org.gridgain.grid.cache.GridCache
Will get a sequence from cache or create one with initial value of 0 if it has not been created yet.
atomicSequence(String, long, boolean) - Method in interface org.gridgain.grid.cache.GridCache
Will get an atomic sequence from cache and create one if it has not been created yet.
atomicStamped(String) - Method in interface org.gridgain.grid.cache.GridCache
Will get a atomic stamped from cache or create one with initial value of null if it has not been created yet.
atomicStamped(String, T, S) - Method in interface org.gridgain.grid.cache.GridCache
Will get a atomic stamped from cache and create one if it has not been created yet.
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_EXT_PORTS - Static variable in class org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpi
Node attribute that is mapped to node's external ports numbers (value is comm.tcp.ext-ports).
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).
attribute(String) - Method in interface org.gridgain.grid.GridNode
Gets a node attribute.
attribute(String) - Method in interface org.gridgain.grid.GridNodeShadow
Gets a node attribute.
attributes() - Method in interface org.gridgain.grid.GridNode
Gets all node attributes.
attributes() - Method in interface org.gridgain.grid.GridNodeShadow
Gets all node attributes.
autoDelete() - Method in interface org.gridgain.grid.cache.datastructures.GridCacheCountDownLatch
Gets autoDelete flag.
available() - Method in interface org.gridgain.grid.cache.query.GridCacheQueryFuture
Tests whether or not next Iterator.next() call will block.
averageExecutionTime() - Method in interface org.gridgain.grid.GridScheduleFuture
Gets average execution time in milliseconds since future was created.
averageIdleTime() - Method in interface org.gridgain.grid.GridScheduleFuture
Gets average idle time for this scheduled task.
averageTime() - Method in interface org.gridgain.grid.cache.query.GridCacheQueryMetrics
Gets average execution time of query.
avg(Iterable<? extends Number>) - Static method in class org.gridgain.grid.lang.GridFunc
Calculates arithmetic mean.
avgReducer() - Static method in class org.gridgain.grid.lang.GridFunc
Gets reducer closure that calculates arithmetic mean.
await() - Method in interface org.gridgain.grid.cache.datastructures.GridCacheCountDownLatch
Causes the current thread to wait until the latch has counted down to zero, unless current thread is interrupted.
await(long) - Method in interface org.gridgain.grid.cache.datastructures.GridCacheCountDownLatch
Causes the current thread to wait until the latch has counted down to zero, unless the thread is interrupted, or the specified waiting time elapses.
await(long, TimeUnit) - Method in interface org.gridgain.grid.cache.datastructures.GridCacheCountDownLatch
Causes the current thread to wait until the latch has counted down to zero, unless the thread is interrupted, or the specified waiting time elapses.
awaitAll(GridFuture<T>...) - Static method in class org.gridgain.grid.lang.GridFunc
Waits until all passed futures will be executed.
awaitAll(Collection<GridFuture<T>>) - Static method in class org.gridgain.grid.lang.GridFunc
Waits until all passed futures will be executed.
awaitAll(long, Collection<GridFuture<T>>) - Static method in class org.gridgain.grid.lang.GridFunc
Waits until all passed futures will be executed.
awaitAll(long, GridReducer<T, R>, Collection<GridFuture<T>>) - Static method in class org.gridgain.grid.lang.GridFunc
Awaits for all futures to complete and optionally reduces all results into one.
awaitAsync() - Method in interface org.gridgain.grid.cache.datastructures.GridCacheCountDownLatch
Asynchronously waits until the latch has counted down to zero.
awaitAsync(long) - Method in interface org.gridgain.grid.cache.datastructures.GridCacheCountDownLatch
Asynchronously waits until the latch has counted down to zero or the specified waiting time elapses.
awaitAsync(long, TimeUnit) - Method in interface org.gridgain.grid.cache.datastructures.GridCacheCountDownLatch
Asynchronously waits until the latch has counted down to zero, or the specified waiting time elapses.
awaitOne(GridFuture<T>...) - Static method in class org.gridgain.grid.lang.GridFunc
Waits for one completed future from passed and returns it.
awaitOne(Iterable<GridFuture<T>>) - Static method in class org.gridgain.grid.lang.GridFunc
Waits for the first completed future from passed and returns it.
awaitTermination(long, TimeUnit) - Method in class org.gridgain.grid.thread.GridThreadWorkManagerExecutor

B

backup() - Method in interface org.gridgain.grid.cache.GridCacheEntry
Gets the flag indicating if current node is backup for this entry.
backupPartitions(GridProjection, int...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Gets partition ids for which nodes of the given projection has backup ownership.
batchSize() - Method in interface org.gridgain.grid.cache.datastructures.GridCacheAtomicSequence
Gets local batch size for this atomic sequence.
batchSize(int) - Method in interface org.gridgain.grid.cache.datastructures.GridCacheAtomicSequence
Sets local batch size for atomic sequence.
belongs(Object, N) - Method in class org.gridgain.grid.lang.utils.GridConsistentHash
Checks if key belongs to the given node.
belongs(Object, Collection<N>) - Method in class org.gridgain.grid.lang.utils.GridConsistentHash
Checks if given key belongs to any of the given nodes.
belongs(Object, int, N) - Method in class org.gridgain.grid.lang.utils.GridConsistentHash
Checks if node the key is mapped to or the given count of its adjacent nodes contain the node passed in.
belongs(Object, int, Collection<N>) - Method in class org.gridgain.grid.lang.utils.GridConsistentHash
Checks if node the key is mapped to or the given count of its adjacent nodes are contained in given set of nodes.
body() - Method in class org.gridgain.grid.spi.GridSpiThread
Body of SPI thread.
bounded() - Method in interface org.gridgain.grid.cache.datastructures.GridCacheQueue
Returns true if this queue is bounded.
breaker(boolean) - Static method in class org.gridgain.grid.lang.GridFunc
Gets breaker predicate which will return a predicate that will evaluate to firstVal when checked the first time, but then will always evaluate to the opposite value.
BUCKET_NAME_PREFIX - Static variable in class org.gridgain.grid.spi.checkpoint.s3.GridS3CheckpointSpi
Prefix to use in bucket name generation.
BUCKET_NAME_PREFIX - Static variable in class org.gridgain.grid.spi.discovery.tcp.ipfinder.s3.GridTcpDiscoveryS3IpFinder
Prefix to use in bucket name generation.
BUCKET_NAME_PREFIX - Static variable in class org.gridgain.grid.spi.discovery.tcp.metricsstore.s3.GridTcpDiscoveryS3MetricsStore
Prefix to use in bucket name generation.
build() - Method in interface org.gridgain.grid.Grid
Gets build number of this GridGain instance.
build() - Method in class org.gridgain.grid.GridSpringBean
Gets build number of this GridGain instance.

C

C1<E1,R> - Class in org.gridgain.grid.typedef
Defines alias for GridClosure by extending it.
C1() - Constructor for class org.gridgain.grid.typedef.C1
 
C2<E1,E2,R> - Class in org.gridgain.grid.typedef
Defines alias for GridClosure2 by extending it.
C2() - Constructor for class org.gridgain.grid.typedef.C2
 
c2c() - Static method in class org.gridgain.grid.lang.GridFunc
Returns closure that converts Callable to GridOutClosure.
C3<E1,E2,E3,R> - Class in org.gridgain.grid.typedef
Defines alias for GridClosure3 by extending it.
C3() - Constructor for class org.gridgain.grid.typedef.C3
 
CA - Class in org.gridgain.grid.typedef
Defines alias for GridAbsClosure by extending it.
CA() - Constructor for class org.gridgain.grid.typedef.CA
 
cache() - Method in interface org.gridgain.grid.cache.GridCacheProjection
Gets base cache for this projection.
cache(String) - Method in interface org.gridgain.grid.Grid
Gets the cache instance for the given name if one is configured or null otherwise.
cache() - Method in interface org.gridgain.grid.Grid
Gets default cache instance if one is configured or null otherwise.
cache(String) - Method in class org.gridgain.grid.GridSpringBean
Gets the cache instance for the given name if one is configured or null otherwise.
cache() - Method in class org.gridgain.grid.GridSpringBean
Gets default cache instance if one is configured or null otherwise.
cacheBackup() - Static method in class org.gridgain.grid.lang.GridFunc
Gets predicate which returns true if GridCacheEntry.primary() method returns false.
cacheContainsEntriesGet(Collection<? extends Map.Entry<K, V>>) - Static method in class org.gridgain.grid.lang.GridFunc
Gets predicate which returns true if cache entry matches any given key-value pair.
cacheContainsEntriesGet(Map.Entry<K, V>...) - Static method in class org.gridgain.grid.lang.GridFunc
Gets predicate which returns true if cache entry matches any given key-value pair.
cacheContainsEntriesPeek(Collection<? extends Map.Entry<K, V>>) - Static method in class org.gridgain.grid.lang.GridFunc
Gets predicate which returns true if cache entry matches any given key-value pair.
cacheContainsEntriesPeek(Map.Entry<K, V>...) - Static method in class org.gridgain.grid.lang.GridFunc
Gets predicate which returns true if cache entry matches any given key-value pair.
cacheContainsGet(Collection<? extends V>) - Static method in class org.gridgain.grid.lang.GridFunc
Gets predicate which returns true if GridCacheEntry.get(GridPredicate[]) method returns value that is contained in given collection.
cacheContainsGet(V...) - Static method in class org.gridgain.grid.lang.GridFunc
Gets predicate which returns true if GridCacheEntry.get(GridPredicate[]) method returns value that is contained among given values.
cacheContainsGet(Map<K, V>) - Static method in class org.gridgain.grid.lang.GridFunc
Gets predicate which returns true if cache entry matches any given key-value pair.
cacheContainsPeek(Collection<? extends V>) - Static method in class org.gridgain.grid.lang.GridFunc
Gets predicate which returns true if GridCacheEntry.peek(GridPredicate[]) methods returns value that is contained in given collection.
cacheContainsPeek(V...) - Static method in class org.gridgain.grid.lang.GridFunc
Gets predicate which returns true if GridCacheEntry.peek(GridPredicate[]) methods returns value that is contained among given values.
cacheContainsPeek(Map<K, V>) - Static method in class org.gridgain.grid.lang.GridFunc
Gets predicate which returns true if cache entry matches any given key-value pair.
cacheEntry2Get() - Static method in class org.gridgain.grid.lang.GridFunc
Gets closure that returns value for an entry.
cacheEntry2Peek() - Static method in class org.gridgain.grid.lang.GridFunc
Gets closure that returns result of GridCacheStrictProjection.peek() method.
cacheExpireAfter(long) - Static method in class org.gridgain.grid.lang.GridFunc
Gets predicate which returns true if entry expires on or after given time in milliseconds.
cacheExpireBefore(long) - Static method in class org.gridgain.grid.lang.GridFunc
Gets predicate which returns true if entry expires on or before given time in milliseconds.
cacheHasGetValue() - Static method in class org.gridgain.grid.lang.GridFunc
Gets predicate which returns true if GridCacheEntry.get(GridPredicate[]) method returns non-null value.
cacheHasKeys(Collection<? extends K>) - Static method in class org.gridgain.grid.lang.GridFunc
Gets predicate which returns true if entry's key is contained in given collection.
cacheHasKeys(K...) - Static method in class org.gridgain.grid.lang.GridFunc
Gets predicate which returns true if entry's key is equal to any of provided keys.
cacheHasPeekValue() - Static method in class org.gridgain.grid.lang.GridFunc
Gets predicate which returns true if GridCacheEntry.peek() method returns non-null value.
cacheKeys(GridPredicate<? super K>...) - Static method in class org.gridgain.grid.lang.GridFunc
Converts key filter to entry filter using Map.Entry.getKey() to get value.
cacheMetrics(Collection<? extends GridPredicate<? super GridCacheMetrics>>) - Static method in class org.gridgain.grid.lang.GridFunc
Converts metrics filter to entry filter using GridCacheEntry.metrics().
cacheMetrics(GridPredicate<? super GridCacheMetrics>...) - Static method in class org.gridgain.grid.lang.GridFunc
Converts metrics filter to entry filter using GridCacheEntry.metrics().
cacheName() - Method in class org.gridgain.grid.events.GridCacheEvent
Gets cache name.
cacheName() - Method in class org.gridgain.grid.events.GridCachePreloadEvent
Gets cache name.
cacheName() - Method in interface org.gridgain.grid.GridJobContext
Gets cache name for which job was co-located.
cacheNodeIds(Collection<UUID>) - Static method in class org.gridgain.grid.lang.GridFunc
Gets predicate which returns true if cache entry subgrid is a subset of given nodes (specified by ids).
cacheNodeIds(UUID...) - Static method in class org.gridgain.grid.lang.GridFunc
Gets predicate which returns true if cache entry subgrid is a subset of given nodes (specified by ids).
cacheNodes(GridProjection...) - Static method in class org.gridgain.grid.lang.GridFunc
Gets predicate which returns true if cache entry nodes is a subset of given grid projections' nodes.
cacheNodes(Collection<? extends GridRichNode>) - Static method in class org.gridgain.grid.lang.GridFunc
Gets predicate which returns true if cache entry subgrid is a subset of given nodes.
cacheNodes(GridRichNode...) - Static method in class org.gridgain.grid.lang.GridFunc
Gets predicate which returns true if cache entry subgrid is a subset of given nodes.
cacheNodesForNames(String...) - Static method in class org.gridgain.grid.lang.GridFunc
Gets node predicate which returns true for all nodes which have given cache names started.
cacheNoGetValue() - Static method in class org.gridgain.grid.lang.GridFunc
Gets predicate which returns true if GridCacheEntry.get(GridPredicate[]) method returns null value.
cacheNoPeekValue() - Static method in class org.gridgain.grid.lang.GridFunc
Gets predicate which returns true if GridCacheEntry.peek() method returns null value.
cachePrimary() - Static method in class org.gridgain.grid.lang.GridFunc
Gets predicate which returns true if GridCacheEntry.primary() method returns true.
caches(GridPredicate<? super GridCache<?, ?>>...) - Method in interface org.gridgain.grid.Grid
Gets configured cache instance that satisfy all provided predicates.
caches(GridPredicate<? super GridCache<?, ?>>...) - Method in class org.gridgain.grid.GridSpringBean
Gets configured cache instance that satisfy all provided predicates.
cacheValuesGet(GridPredicate<? super V>...) - Static method in class org.gridgain.grid.lang.GridFunc
Converts value filter to entry filter using GridCacheEntry.get(GridPredicate[]) to get value.
cacheValuesPeek(GridPredicate<? super V>...) - Static method in class org.gridgain.grid.lang.GridFunc
Converts value filter to entry filter using GridCacheEntry.peek(GridPredicate[]) to get value.
caInvoke(Object, String, Object...) - Static method in class org.gridgain.grid.lang.GridFunc
Creates absolute closure that will reflectively call a method with the given name on provided object.
caInvoke(Class<?>, String, Object...) - Static method in class org.gridgain.grid.lang.GridFunc
Creates absolute closure that will reflectively call a static method with the given name.
call() - Method in class org.gridgain.grid.GridJobAdapterEx
call() - Method in class org.gridgain.grid.GridJobWrapper
call(GridClosureCallMode, Callable<R>, GridPredicate<? super GridRichNode>...) - Method in interface org.gridgain.grid.GridProjection
Executes given closure on this projection.
call(GridClosureCallMode, Collection<? extends Callable<R>>, GridPredicate<? super GridRichNode>...) - Method in interface org.gridgain.grid.GridProjection
Executes given closures on this projection.
call(GridMapper<Callable<R>, GridRichNode>, Collection<? extends Callable<R>>, GridPredicate<? super GridRichNode>...) - Method in interface org.gridgain.grid.GridProjection
Runs given collection of jobs producing result on this projection using given mapper to map jobs to nodes.
call(GridClosureCallMode, Collection<? extends GridClosure<? super T, R>>, Collection<? extends T>, GridPredicate<? super GridRichNode>...) - Method in interface org.gridgain.grid.GridProjection
Runs given collection of jobs taking argument and producing result on this projection with given collection of arguments using given distribution mode.
call(GridClosureCallMode, GridClosure<? super T, R>, Collection<? extends T>, GridPredicate<? super GridRichNode>...) - Method in interface org.gridgain.grid.GridProjection
Runs job taking argument and producing result on this projection with given collection of arguments using given distribution mode.
call(GridClosureCallMode, GridClosure<? super T, R>, GridOutClosure<T>, int, GridPredicate<? super GridRichNode>...) - Method in interface org.gridgain.grid.GridProjection
Runs job taking argument and producing result on this projection with given producer of arguments using given distribution mode.
call(GridClosureCallMode, GridClosure<? super T, R>, T, GridPredicate<? super GridRichNode>...) - Method in interface org.gridgain.grid.GridProjection
Runs job producing result with given argument on this projection using given distribution mode.
call(Callable<R>) - Method in interface org.gridgain.grid.GridRichNode
Convenient shortcut that executes given closure on this node.
call(Collection<? extends Callable<R>>) - Method in interface org.gridgain.grid.GridRichNode
Convenient shortcut that executes given closures on this node.
call(GridClosureCallMode, Callable<R>, GridPredicate<? super GridRichNode>...) - Method in class org.gridgain.grid.GridSpringBean
Executes given closure on this projection.
call(GridClosureCallMode, Collection<? extends Callable<R>>, GridPredicate<? super GridRichNode>...) - Method in class org.gridgain.grid.GridSpringBean
Executes given closures on this projection.
call(GridMapper<Callable<R>, GridRichNode>, Collection<? extends Callable<R>>, GridPredicate<? super GridRichNode>...) - Method in class org.gridgain.grid.GridSpringBean
Runs given collection of jobs producing result on this projection using given mapper to map jobs to nodes.
call(GridClosureCallMode, Collection<? extends GridClosure<? super T, R>>, Collection<? extends T>, GridPredicate<? super GridRichNode>...) - Method in class org.gridgain.grid.GridSpringBean
Runs given collection of jobs taking argument and producing result on this projection with given collection of arguments using given distribution mode.
call(GridClosureCallMode, GridClosure<? super T, R>, Collection<? extends T>, GridPredicate<? super GridRichNode>...) - Method in class org.gridgain.grid.GridSpringBean
Runs job taking argument and producing result on this projection with given collection of arguments using given distribution mode.
call(GridClosureCallMode, GridClosure<? super T, R>, GridOutClosure<T>, int, GridPredicate<? super GridRichNode>...) - Method in class org.gridgain.grid.GridSpringBean
Runs job taking argument and producing result on this projection with given producer of arguments using given distribution mode.
call(GridClosureCallMode, GridClosure<? super T, R>, T, GridPredicate<? super GridRichNode>...) - Method in class org.gridgain.grid.GridSpringBean
Runs job producing result with given argument on this projection using given distribution mode.
call() - Method in class org.gridgain.grid.lang.GridOutClosure
Delegates to GridOutClosure.apply() method.
callAsync(GridClosureCallMode, Callable<R>, GridPredicate<? super GridRichNode>...) - Method in interface org.gridgain.grid.GridProjection
Asynchronously executes given closure on this projection.
callAsync(GridClosureCallMode, Collection<? extends Callable<R>>, GridPredicate<? super GridRichNode>...) - Method in interface org.gridgain.grid.GridProjection
Asynchronously executes given closures on this projection.
callAsync(GridMapper<Callable<R>, GridRichNode>, Collection<? extends Callable<R>>, GridPredicate<? super GridRichNode>...) - Method in interface org.gridgain.grid.GridProjection
Runs given collection of jobs producing result on this projection using given mapper to map jobs to nodes.
callAsync(GridClosureCallMode, Collection<? extends GridClosure<? super T, R>>, Collection<? extends T>, GridPredicate<? super GridRichNode>...) - Method in interface org.gridgain.grid.GridProjection
Runs given collection of jobs taking argument and producing result on this projection with given collection of arguments using given distribution mode.
callAsync(GridClosureCallMode, GridClosure<? super T, R>, Collection<? extends T>, GridPredicate<? super GridRichNode>...) - Method in interface org.gridgain.grid.GridProjection
Runs job taking argument and producing result on this projection with given collection of arguments using given distribution mode.
callAsync(GridClosureCallMode, GridClosure<? super T, R>, GridOutClosure<T>, int, GridPredicate<? super GridRichNode>...) - Method in interface org.gridgain.grid.GridProjection
Runs job taking argument and producing result on this projection with given producer of arguments using given distribution mode.
callAsync(GridClosureCallMode, GridClosure<? super T, R>, T, GridPredicate<? super GridRichNode>...) - Method in interface org.gridgain.grid.GridProjection
Runs job producing result with given argument on this projection using given distribution mode.
callAsync(Callable<R>) - Method in interface org.gridgain.grid.GridRichNode
Convenient shortcut that asynchronously executes given closure on this node.
callAsync(Collection<? extends Callable<R>>) - Method in interface org.gridgain.grid.GridRichNode
Convenient shortcut that asynchronously executes given closures on this node.
callAsync(GridClosureCallMode, Callable<R>, GridPredicate<? super GridRichNode>...) - Method in class org.gridgain.grid.GridSpringBean
Asynchronously executes given closure on this projection.
callAsync(GridClosureCallMode, Collection<? extends Callable<R>>, GridPredicate<? super GridRichNode>...) - Method in class org.gridgain.grid.GridSpringBean
Asynchronously executes given closures on this projection.
callAsync(GridMapper<Callable<R>, GridRichNode>, Collection<? extends Callable<R>>, GridPredicate<? super GridRichNode>...) - Method in class org.gridgain.grid.GridSpringBean
Runs given collection of jobs producing result on this projection using given mapper to map jobs to nodes.
callAsync(GridClosureCallMode, Collection<? extends GridClosure<? super T, R>>, Collection<? extends T>, GridPredicate<? super GridRichNode>...) - Method in class org.gridgain.grid.GridSpringBean
Runs given collection of jobs taking argument and producing result on this projection with given collection of arguments using given distribution mode.
callAsync(GridClosureCallMode, GridClosure<? super T, R>, Collection<? extends T>, GridPredicate<? super GridRichNode>...) - Method in class org.gridgain.grid.GridSpringBean
Runs job taking argument and producing result on this projection with given collection of arguments using given distribution mode.
callAsync(GridClosureCallMode, GridClosure<? super T, R>, GridOutClosure<T>, int, GridPredicate<? super GridRichNode>...) - Method in class org.gridgain.grid.GridSpringBean
Runs job taking argument and producing result on this projection with given producer of arguments using given distribution mode.
callAsync(GridClosureCallMode, GridClosure<? super T, R>, T, GridPredicate<? super GridRichNode>...) - Method in class org.gridgain.grid.GridSpringBean
Runs job producing result with given argument on this projection using given distribution mode.
callcc() - Method in class org.gridgain.grid.GridJobAdapterEx
Resumes job if it was held by GridJobContinuation.holdcc() method.
callcc() - Method in interface org.gridgain.grid.GridJobContinuation
Resumes job if it was held by GridJobContinuation.holdcc() method.
callLocal(Callable<R>) - Method in interface org.gridgain.grid.Grid
Executes given callable on internal system thread pool asynchronously.
callLocal(Callable<R>) - Method in class org.gridgain.grid.GridSpringBean
Executes given callable on internal system thread pool asynchronously.
callLocal(Callable<R>, boolean) - Method in interface org.gridgain.grid.spi.GridSpiContext2
 
callOptimistic(GridOutClosure<R>, int, R, GridAbsClosure, GridPredicate<? super GridRichNode>...) - Method in interface org.gridgain.grid.GridProjection
Executes given closure in optimistic topology transaction, i.e. ensuring that grid topology doesn't change during the closure execution.
callOptimistic(GridOutClosure<R>, int, R, GridAbsClosure, GridPredicate<? super GridRichNode>...) - Method in class org.gridgain.grid.GridSpringBean
Executes given closure in optimistic topology transaction, i.e. ensuring that grid topology doesn't change during the closure execution.
callOptimisticAsync(GridOutClosure<R>, int, R, GridAbsClosure, GridPredicate<? super GridRichNode>...) - Method in interface org.gridgain.grid.GridProjection
Executes given closure locally in optimistic topology transaction, i.e. ensuring that grid topology doesn't change during the closure execution.
callOptimisticAsync(GridOutClosure<R>, int, R, GridAbsClosure, GridPredicate<? super GridRichNode>...) - Method in class org.gridgain.grid.GridSpringBean
Executes given closure locally in optimistic topology transaction, i.e. ensuring that grid topology doesn't change during the closure execution.
cancel() - Method in interface org.gridgain.grid.cache.query.GridCacheQueryFuture
Cancels this query future and stop receiving any further results for the query associated with this future.
cancel() - Method in interface org.gridgain.grid.GridFuture
Cancels this future.
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.GridJobAdapterEx
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 class org.gridgain.grid.GridJobWrapper
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.lang.GridAbsClosure
Does nothing by default.
cancel() - Method in class org.gridgain.grid.lang.GridCallable
Does nothing by default.
cancel() - Method in class org.gridgain.grid.lang.GridOutClosure
Does nothing by default.
cancel() - Method in class org.gridgain.grid.lang.GridRunnable
Does nothing by default.
cancel() - Method in interface org.gridgain.grid.spi.collision.GridCollisionJobContext
Cancels the job.
capacity() - Method in interface org.gridgain.grid.cache.datastructures.GridCacheQueue
Gets maximum number of elements of the queue.
cause(Throwable, Class<T>) - Static method in class org.gridgain.grid.typedef.X
Gets first cause if passed in 'Throwable' has given class in 'cause' hierarchy.
CAX - Class in org.gridgain.grid.typedef
Defines alias for GridAbsClosureX by extending it.
CAX() - Constructor for class org.gridgain.grid.typedef.CAX
 
ceiling(E) - Method in class org.gridgain.grid.lang.utils.GridConcurrentSkipListSet
checkAndSet(GridPredicate<Integer>, int) - Method in class org.gridgain.grid.lang.utils.GridAtomicInteger
Atomically updates value only if passed in predicate returns true.
checkAndSet(GridPredicate<Long>, long) - Method in class org.gridgain.grid.lang.utils.GridAtomicLong
Atomically updates value only if passed in predicate returns true.
checkConfigurationConsistency(GridNode, boolean) - Method in class org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpi
Checks remote node SPI configuration and prints warnings if necessary.
checkConfigurationConsistency(GridNode, boolean) - Method in class org.gridgain.grid.spi.GridSpiAdapter
Checks remote node SPI configuration and prints warnings if necessary.
CHK_QRY - Static variable in class org.gridgain.grid.spi.discovery.tcp.ipfinder.jdbc.GridTcpDiscoveryJdbcIpFinder
Query to check database validity.
CHK_QRY - Static variable in class org.gridgain.grid.spi.discovery.tcp.metricsstore.jdbc.GridTcpDiscoveryJdbcMetricsStore
Query to check database validity.
CHK_QRY - Static variable in class org.gridgain.grid.spi.discovery.tcp.topologystore.jdbc.GridTcpDiscoveryJdbcTopologyStore
Query to check database validity.
CI1<T> - Class in org.gridgain.grid.typedef
Defines alias for GridInClosure by extending it.
CI1() - Constructor for class org.gridgain.grid.typedef.CI1
 
CI2<E1,E2> - Class in org.gridgain.grid.typedef
Defines alias for GridInClosure2 by extending it.
CI2() - Constructor for class org.gridgain.grid.typedef.CI2
 
CI3<E1,E2,E3> - Class in org.gridgain.grid.typedef
Defines alias for GridInClosure3 by extending it.
CI3() - Constructor for class org.gridgain.grid.typedef.CI3
 
ciInvoke(String, Object...) - Static method in class org.gridgain.grid.lang.GridFunc
Creates in closure that will reflectively call a method with the given name on closure's argument.
cInvoke(String, Object...) - Static method in class org.gridgain.grid.lang.GridFunc
Creates closure that will reflectively call a method with the given name on closure's argument and return result of that call.
CIX1<T> - Class in org.gridgain.grid.typedef
Defines alias for GridInClosureX by extending it.
CIX1() - Constructor for class org.gridgain.grid.typedef.CIX1
 
CIX2<E1,E2> - Class in org.gridgain.grid.typedef
Defines alias for GridInClosure2X by extending it.
CIX2() - Constructor for class org.gridgain.grid.typedef.CIX2
 
CIX3<E1,E2,E3> - Class in org.gridgain.grid.typedef
Defines alias for GridInClosure3X by extending it.
CIX3() - Constructor for class org.gridgain.grid.typedef.CIX3
 
classLoader() - Method in class org.gridgain.grid.GridJobAdapterEx
Gets class loader for the class.
classLoader() - Method in class org.gridgain.grid.GridJobWrapper
Gets class loader for the class.
classLoader() - Method in interface org.gridgain.grid.GridPeerDeployAware
Gets class loader for the class.
classLoader() - Method in class org.gridgain.grid.GridTaskAdapter
Gets class loader for the class.
classLoader() - Method in class org.gridgain.grid.lang.GridLambdaAdapter
Gets class loader for the class.
classLoader() - Method in class org.gridgain.grid.lang.GridTuple
Gets class loader for the class.
classLoader() - Method in class org.gridgain.grid.lang.GridTuple2
Gets class loader for the class.
classLoader() - Method in class org.gridgain.grid.lang.GridTuple3
Gets class loader for the class.
classLoader() - Method in class org.gridgain.grid.lang.GridTuple4
Gets class loader for the class.
classLoader() - Method in class org.gridgain.grid.lang.GridTuple5
Gets class loader for the class.
classLoader() - Method in class org.gridgain.grid.lang.GridTupleV
Gets class loader for the class.
classLoader() - Method in class org.gridgain.grid.spi.swapspace.GridSwapContext
 
classLoader(ClassLoader) - Method in class org.gridgain.grid.spi.swapspace.GridSwapContext
 
className(String) - Method in interface org.gridgain.grid.cache.query.GridCacheQueryBase
Sets Java class name of the values selected by the query.
className() - Method in interface org.gridgain.grid.cache.query.GridCacheQueryBase
Gets Java class name of the values selected by the query.
className() - Method in interface org.gridgain.grid.cache.query.GridCacheQueryMetrics
Gets Java class name of the values selected by the query.
clause(String) - Method in interface org.gridgain.grid.cache.query.GridCacheQueryBase
Sets query clause.
clause() - Method in interface org.gridgain.grid.cache.query.GridCacheQueryBase
Gets query clause.
clause() - Method in interface org.gridgain.grid.cache.query.GridCacheQueryMetrics
Gets query clause.
clazz() - Static method in class org.gridgain.grid.lang.GridFunc
Gets closure that converts object to its runtime class.
cleanup() - Method in class org.gridgain.grid.spi.GridSpiThread
Should be overridden by child classes if cleanup logic is required.
clear() - Method in interface org.gridgain.grid.cache.datastructures.GridCacheQueue
Removes all of the elements from this queue.
clear(int) - Method in interface org.gridgain.grid.cache.datastructures.GridCacheQueue
Removes all of the elements from this queue.
clear(GridPredicate<? super GridCacheEntry<K, V>>...) - Method in interface org.gridgain.grid.cache.GridCacheEntry
This method has the same semantic as GridCacheProjection.clear(Object, GridPredicate[]) method.
clear(K, GridPredicate<? super GridCacheEntry<K, V>>...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Clears an entry from this cache and swap storage only if the entry is not currently locked, and is not participating in a transaction.
clear() - Method in class org.gridgain.grid.lang.GridTuple2
clear() - Method in class org.gridgain.grid.lang.utils.GridBoundedLinkedHashSet
Removes all of the elements from this set.
clear() - Method in class org.gridgain.grid.lang.utils.GridCollectionOpt
clear() - Method in class org.gridgain.grid.lang.utils.GridConcurrentLinkedDeque
Removes all of the elements from this deque.
clear() - Method in class org.gridgain.grid.lang.utils.GridConcurrentLinkedHashMap
Removes all of the mappings from this map.
clear() - Method in class org.gridgain.grid.lang.utils.GridConcurrentPhantomHashSet
clear() - Method in class org.gridgain.grid.lang.utils.GridConcurrentSkipListSet
clear() - Method in class org.gridgain.grid.lang.utils.GridConcurrentWeakHashSet
clear() - Method in class org.gridgain.grid.lang.utils.GridConsistentHash
Clears all nodes from consistent hash.
clear() - Method in class org.gridgain.grid.lang.utils.GridLeanMap
clear() - Method in class org.gridgain.grid.lang.utils.GridMapOpt
clear() - Method in class org.gridgain.grid.lang.utils.GridSetWrapper
clear() - Method in interface org.gridgain.grid.spi.discovery.tcp.topologystore.GridTcpDiscoveryTopologyStore
Clears topology and sets current version to 0.
clear() - Method in class org.gridgain.grid.spi.discovery.tcp.topologystore.jdbc.GridTcpDiscoveryJdbcTopologyStore
Clears topology and sets current version to 0.
clear() - Method in class org.gridgain.grid.spi.discovery.tcp.topologystore.sharedfs.GridTcpDiscoverySharedFsTopologyStore
Clears topology and sets current version to 0.
clear() - Method in class org.gridgain.grid.spi.discovery.tcp.topologystore.vm.GridTcpDiscoveryVmTopologyStore
Clears topology and sets current version to 0.
clear(String) - Method in class org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpi
Entirely clears data space with given name, if any.
clear(String) - Method in interface org.gridgain.grid.spi.swapspace.GridSwapSpaceSpi
Entirely clears data space with given name, if any.
CLEAR_TOP_QRY - Static variable in class org.gridgain.grid.spi.discovery.tcp.topologystore.jdbc.GridTcpDiscoveryJdbcTopologyStore
Query to clear topology table.
CLEAR_TOP_VER_QRY - Static variable in class org.gridgain.grid.spi.discovery.tcp.topologystore.jdbc.GridTcpDiscoveryJdbcTopologyStore
Query to clear topology version table.
clearAll() - Method in interface org.gridgain.grid.cache.GridCacheProjection
Clears all entries from this cache only if the entry is not currently locked or participating in a transaction.
clearAll(GridPredicate<? super GridCacheEntry<K, V>>...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Clears all entries from this cache only if the entry is not currently locked or participating in a transaction.
clearAll(Collection<? extends K>, GridPredicate<? super GridCacheEntry<K, V>>...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Clears all entries from this cache only if the entry is not currently locked, and is not participating in a transaction.
clearAll(K...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Clears all entries from this cache only if the entry is not currently locked, is not participating in a transaction.
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.
clearAsync() - Method in interface org.gridgain.grid.cache.datastructures.GridCacheQueue
Clears the queue asynchronously.
clearSwapSpace(String) - Method in interface org.gridgain.grid.Grid
Clears all entry from the specified swap space.
clearSwapSpace(String) - Method in class org.gridgain.grid.GridSpringBean
Clears all entry from the specified swap space.
clearx() - Method in interface org.gridgain.grid.cache.datastructures.GridCacheQueue
Removes all of the elements from this queue.
clearx(int) - Method in interface org.gridgain.grid.cache.datastructures.GridCacheQueue
Removes all of the elements from this queue.
clone() - Method in class org.gridgain.grid.lang.GridMetadataAwareAdapter
clone() - Method in class org.gridgain.grid.lang.GridPair
clone() - Method in class org.gridgain.grid.lang.GridTriple
clone() - Method in class org.gridgain.grid.lang.GridTuple
clone() - Method in class org.gridgain.grid.lang.GridTuple2
clone() - Method in class org.gridgain.grid.lang.GridTuple3
clone() - Method in class org.gridgain.grid.lang.GridTuple4
clone() - Method in class org.gridgain.grid.lang.GridTuple5
clone() - Method in class org.gridgain.grid.lang.GridTupleV
clone() - Method in class org.gridgain.grid.lang.utils.GridBoundedConcurrentOrderedMap
clone() - Method in class org.gridgain.grid.lang.utils.GridBoundedConcurrentOrderedSet
clone() - Method in class org.gridgain.grid.lang.utils.GridBoundedLinkedHashMap
clone() - Method in class org.gridgain.grid.lang.utils.GridBoundedLinkedHashSet
Returns a shallow copy of this GridBoundedLinkedHashSet instance: the elements themselves are not cloned.
clone() - Method in class org.gridgain.grid.lang.utils.GridConcurrentSkipListSet
clone() - Method in class org.gridgain.grid.lang.utils.GridLeanMap
clone() - Method in class org.gridgain.grid.lang.utils.GridLeanSet
clone() - Method in class org.gridgain.grid.lang.utils.GridListSet
Clones this set.
clone() - Method in class org.gridgain.grid.lang.utils.GridUuid
cloneObject(T, boolean, boolean) - Static method in class org.gridgain.grid.typedef.X
Clones a passed in object.
cloneValue(T) - Method in class org.gridgain.grid.cache.cloner.GridCacheBasicCloner
cloneValue(T) - Method in interface org.gridgain.grid.cache.cloner.GridCacheCloner
 
cloneValue(T) - Method in class org.gridgain.grid.cache.cloner.GridCacheDeepCloner
closureArguments(Object...) - Method in interface org.gridgain.grid.cache.query.GridCacheQuery
Optional arguments for closures to be used by GridCacheQueryBase.remoteKeyFilter(GridClosure), and GridCacheQueryBase.remoteValueFilter(GridClosure).
closureArguments(Object...) - Method in interface org.gridgain.grid.cache.query.GridCacheReduceQuery
Optional arguments for closures to be used by GridCacheQueryBase.remoteKeyFilter(GridClosure), GridCacheQueryBase.remoteValueFilter(GridClosure), GridCacheReduceQuery.remoteReducer(GridClosure), and GridCacheReduceQuery.localReducer(GridClosure).
closureArguments(Object...) - Method in interface org.gridgain.grid.cache.query.GridCacheTransformQuery
Optional arguments for closures to be used by GridCacheQueryBase.remoteKeyFilter(GridClosure), GridCacheQueryBase.remoteValueFilter(GridClosure), and GridCacheTransformQuery.remoteTransformer(GridClosure).
CO<T> - Class in org.gridgain.grid.typedef
Defines alias for GridOutClosure by extending it.
CO() - Constructor for class org.gridgain.grid.typedef.CO
 
coInvoke(Object, String, Object...) - Static method in class org.gridgain.grid.lang.GridFunc
Creates out closure that will reflectively call a method with the given name on provided object and return result of that call.
coInvoke(Class<?>, String, Object...) - Static method in class org.gridgain.grid.lang.GridFunc
Creates out closure that will reflectively call a static method with the given name and return result of that call.
collect(Collection<T2>) - Method in class org.gridgain.grid.lang.GridMapper
Collects values to be used by this mapper.
collect(E1) - Method in class org.gridgain.grid.lang.GridReducer
Collects given value.
collect(E1, E2) - Method in class org.gridgain.grid.lang.GridReducer2
Collects given values.
collect(E1, E2, E3) - Method in class org.gridgain.grid.lang.GridReducer3
Collects given values.
COLLISION_IDX_SEPARATOR - Static variable in class org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpi
Separator for collision index.
collocated() - Method in interface org.gridgain.grid.cache.datastructures.GridCacheQueue
Returns true if this queue can be kept on the one node only.
commit() - Method in interface org.gridgain.grid.cache.GridCacheTx
Commits this transaction by initiating two-phase-commit process.
commitAsync() - Method in interface org.gridgain.grid.cache.GridCacheTx
Asynchronously commits this transaction by initiating two-phase-commit process.
compact(GridPredicate<? super GridCacheEntry<K, V>>...) - Method in interface org.gridgain.grid.cache.GridCacheEntry
Optimizes the size of this entry.
compact(K, GridPredicate<? super GridCacheEntry<K, V>>...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Optimizes the size of an entry with given key.
compactAll(Collection<K>, GridPredicate<? super GridCacheEntry<K, V>>...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Optimizes the size of entries with given keys.
compactAll(K...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Optimizes the size of entries with given keys.
comparator() - Method in class org.gridgain.grid.lang.utils.GridConcurrentSkipListSet
comparator() - Method in class org.gridgain.grid.lang.utils.GridListSet
Gets optional comparator for this set.
compareAndSet(long, GridPredicate<Long>, GridPredicate<Long>...) - Method in interface org.gridgain.grid.cache.datastructures.GridCacheAtomicLong
Atomically sets the new value l of atomic long if set of predicates is true asynchronously.
compareAndSet(T, T) - Method in interface org.gridgain.grid.cache.datastructures.GridCacheAtomicReference
Conditionally sets the new value.
compareAndSet(T, GridClosure<T, T>) - Method in interface org.gridgain.grid.cache.datastructures.GridCacheAtomicReference
Conditionally sets the new value.
compareAndSet(GridPredicate<T>, GridClosure<T, T>) - Method in interface org.gridgain.grid.cache.datastructures.GridCacheAtomicReference
Conditionally sets the new value.
compareAndSet(GridPredicate<T>, T) - Method in interface org.gridgain.grid.cache.datastructures.GridCacheAtomicReference
Conditionally sets the new value.
compareAndSet(T, T, S, S) - Method in interface org.gridgain.grid.cache.datastructures.GridCacheAtomicStamped
Conditionally sets the new value and new stamp.
compareAndSet(T, GridClosure<T, T>, S, GridClosure<S, S>) - Method in interface org.gridgain.grid.cache.datastructures.GridCacheAtomicStamped
Conditionally sets the new value and new stamp.
compareAndSet(GridPredicate<T>, GridClosure<T, T>, GridPredicate<S>, GridClosure<S, S>) - Method in interface org.gridgain.grid.cache.datastructures.GridCacheAtomicStamped
Conditionally sets the new value and new stamp.
compareAndSet(GridPredicate<T>, T, GridPredicate<S>, S) - Method in interface org.gridgain.grid.cache.datastructures.GridCacheAtomicStamped
Conditionally sets the new value and new stamp.
compareAndSet(int, int, int, int) - Method in class org.gridgain.grid.lang.utils.GridAtomicIntegerPair
Atomically sets the value to the given updated values if the current values == the expected values.
compareAndSetAsync(long, GridPredicate<Long>, GridPredicate<Long>...) - Method in interface org.gridgain.grid.cache.datastructures.GridCacheAtomicLong
Atomically sets the new value l of atomic long if set of predicates is true.
compareAndSetAsync(T, T) - Method in interface org.gridgain.grid.cache.datastructures.GridCacheAtomicReference
Conditionally asynchronously sets the new value.
compareAndSetAsync(T, GridClosure<T, T>) - Method in interface org.gridgain.grid.cache.datastructures.GridCacheAtomicReference
Conditionally asynchronously sets the new value.
compareAndSetAsync(GridPredicate<T>, GridClosure<T, T>) - Method in interface org.gridgain.grid.cache.datastructures.GridCacheAtomicReference
Conditionally asynchronously sets the new value.
compareAndSetAsync(GridPredicate<T>, T) - Method in interface org.gridgain.grid.cache.datastructures.GridCacheAtomicReference
Conditionally asynchronously sets the new value.
compareAndSetAsync(T, T, S, S) - Method in interface org.gridgain.grid.cache.datastructures.GridCacheAtomicStamped
Conditionally asynchronously sets the new value and new stamp.
compareAndSetAsync(T, GridClosure<T, T>, S, GridClosure<S, S>) - Method in interface org.gridgain.grid.cache.datastructures.GridCacheAtomicStamped
Conditionally asynchronously sets the new value and new stamp.
compareAndSetAsync(GridPredicate<T>, GridClosure<T, T>, GridPredicate<S>, GridClosure<S, S>) - Method in interface org.gridgain.grid.cache.datastructures.GridCacheAtomicStamped
Conditionally asynchronously sets the new value and new stamp.
compareAndSetAsync(GridPredicate<T>, T, GridPredicate<S>, S) - Method in interface org.gridgain.grid.cache.datastructures.GridCacheAtomicStamped
Conditionally asynchronously sets the new value and new stamp.
compareAndSetFirst(int, int) - Method in class org.gridgain.grid.lang.utils.GridAtomicIntegerPair
Atomically sets the value of first int in pair to the given updated value if the current value == the expected value.
compareAndSetSecond(int, int) - Method in class org.gridgain.grid.lang.utils.GridAtomicIntegerPair
Atomically sets the value of second int in pair to the given updated value if the current value == the expected value.
compareTo(GridEvent) - Method in class org.gridgain.grid.events.GridEventAdapter
compareTo(GridUuid) - Method in class org.gridgain.grid.lang.utils.GridUuid
compose(GridOutClosure<E1>) - Method in class org.gridgain.grid.lang.GridClosure
Gets closure that applies this closure over the result of given closure.
compose(GridClosure<A, E1>) - Method in class org.gridgain.grid.lang.GridClosure
Gets closure that applies this closure over the result of given closure.
compose(GridClosure2<A1, A2, E1>) - Method in class org.gridgain.grid.lang.GridClosure
Gets closure that applies this closure over the result of given closure.
compose(GridClosure3<A1, A2, A3, E1>) - Method in class org.gridgain.grid.lang.GridClosure
Gets closure that applies this closure over the result of given closure.
compose(GridPredicate<? super Y>, GridClosure<? super X, ? extends Y>) - Static method in class org.gridgain.grid.lang.GridFunc
Gets a predicate that is composed of given predicate and closure.
compose(GridClosure<? super D, ? extends B>, GridClosure<? super B, C>) - Static method in class org.gridgain.grid.lang.GridFunc
Composes two closures into one.
compose(GridOutClosure<E1>) - Method in class org.gridgain.grid.lang.GridInClosure
Gets closure that applies this closure over the result of given closure.
compose(GridClosure<A, E1>) - Method in class org.gridgain.grid.lang.GridInClosure
Gets closure that applies this closure over the result of given closure.
compose(GridClosure2<A1, A2, E1>) - Method in class org.gridgain.grid.lang.GridInClosure
Gets closure that applies this closure over the result of given closure.
compose(GridClosure3<A1, A2, A3, E1>) - Method in class org.gridgain.grid.lang.GridInClosure
Gets closure that applies this closure over the result of given closure.
compose(GridOutClosure<E1>) - Method in class org.gridgain.grid.lang.GridPredicate
Gets predicate that applies this predicate over the result of given closure.
compose(GridClosure<A, E1>) - Method in class org.gridgain.grid.lang.GridPredicate
Gets predicate that applies this predicate over the result of given closure.
compose(GridClosure2<A1, A2, E1>) - Method in class org.gridgain.grid.lang.GridPredicate
Gets predicate that applies this predicate over the result of given closure.
compose(GridClosure3<A1, A2, A3, E1>) - Method in class org.gridgain.grid.lang.GridPredicate
Gets predicate that applies this predicate over the result of given closure.
concat(Iterable<String>, String) - Static method in class org.gridgain.grid.lang.GridFunc
Concatenates strings using provided delimiter.
concat(boolean, T, Collection<T>) - Static method in class org.gridgain.grid.lang.GridFunc
Concatenates an element to a collection.
concat(boolean, Collection<T>, Collection<T>) - Static method in class org.gridgain.grid.lang.GridFunc
Concatenates 2 collections into one.
concat(T[], T...) - Static method in class org.gridgain.grid.lang.GridFunc
Concatenates an elements to an array.
concatReducer(String) - Static method in class org.gridgain.grid.lang.GridFunc
Gets reducer closure that concatenates strings using provided delimiter.
concurrency() - Method in interface org.gridgain.grid.cache.GridCacheTx
Cache transaction concurrency mode.
concurrentNotify(boolean) - Method in interface org.gridgain.grid.GridFuture
Flag to turn on or off concurrent listener notification.
concurrentNotify() - Method in interface org.gridgain.grid.GridFuture
Gets value concurrent listener notification flag.
configInfo(String, Object) - Method in class org.gridgain.grid.spi.GridSpiAdapter
Gets uniformed string for configuration parameter.
configuration() - Method in interface org.gridgain.grid.cache.GridCache
Gets configuration bean for this cache.
configuration() - Method in interface org.gridgain.grid.Grid
Gets the configuration of this grid instance.
configuration() - Method in class org.gridgain.grid.GridSpringBean
Gets the configuration of this grid instance.
constant(R) - Static method in class org.gridgain.grid.lang.GridFunc
Gets closure that returns constant value.
constant1(R) - Static method in class org.gridgain.grid.lang.GridFunc
Gets closure that returns constant value.
constant2(R) - Static method in class org.gridgain.grid.lang.GridFunc
Gets closure that returns constant value.
constant3(R) - Static method in class org.gridgain.grid.lang.GridFunc
Gets closure that returns constant value.
contains(Object) - Method in interface org.gridgain.grid.cache.datastructures.GridCacheQueue
Returns true if this queue contains the specified element.
contains(GridNode, GridPredicate<? super GridRichNode>...) - Method in interface org.gridgain.grid.GridProjection
Tests whether or not this optionally filtered projection contains given node.
contains(UUID, GridPredicate<? super GridRichNode>...) - Method in interface org.gridgain.grid.GridProjection
Tests whether or not this optionally filtered projection contains a node with given node ID.
contains(GridNode, GridPredicate<? super GridRichNode>...) - Method in class org.gridgain.grid.GridSpringBean
Tests whether or not this optionally filtered projection contains given node.
contains(UUID, GridPredicate<? super GridRichNode>...) - Method in class org.gridgain.grid.GridSpringBean
Tests whether or not this optionally filtered projection contains a node with given node ID.
contains(Collection<T>, T) - Static method in class org.gridgain.grid.lang.GridFunc
Checks if value is contained in the collection passed in.
contains(Collection<T>) - Static method in class org.gridgain.grid.lang.GridFunc
Provides predicate which returns true if it receives an element that is contained in the passed in collection.
contains(Object) - Method in class org.gridgain.grid.lang.utils.GridBoundedLinkedHashSet
Returns true if this set contains the specified element.
contains(Object) - Method in class org.gridgain.grid.lang.utils.GridCollectionOpt
contains(Object) - Method in class org.gridgain.grid.lang.utils.GridConcurrentLinkedDeque
Returns true if this deque contains at least one element e such that o.equals(e).
contains(Object) - Method in class org.gridgain.grid.lang.utils.GridConcurrentLinkedHashMap
Legacy method testing if some key maps into the specified value in this table.
contains(Object) - Method in class org.gridgain.grid.lang.utils.GridConcurrentPhantomHashSet
contains(Object) - Method in class org.gridgain.grid.lang.utils.GridConcurrentSkipListSet
contains(Object) - Method in class org.gridgain.grid.lang.utils.GridConcurrentWeakHashSet
contains(Object) - Method in class org.gridgain.grid.lang.utils.GridListSet
contains(Object) - Method in class org.gridgain.grid.lang.utils.GridSetWrapper
containsAll(Collection<?>) - Method in interface org.gridgain.grid.cache.datastructures.GridCacheQueue
Returns true if this queue contains all of the elements in the specified collection.
containsAll(Collection<? extends T>, Iterable<? extends T>) - Static method in class org.gridgain.grid.lang.GridFunc
Checks if collection c1 contains all elements from collection c2.
containsAll(Collection<?>) - Method in class org.gridgain.grid.lang.utils.GridCollectionOpt
containsAll(Collection<?>) - Method in class org.gridgain.grid.lang.utils.GridConcurrentPhantomHashSet
containsAll(Collection<?>) - Method in class org.gridgain.grid.lang.utils.GridConcurrentWeakHashSet
containsAllEntries(GridPredicate<? super GridCacheEntry<K, V>>...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Returns true if all cache entries pass through the filter.
containsAllKeys(Collection<? extends K>, GridPredicate<? super GridCacheEntry<K, V>>...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Returns true if this cache contains mappings for all the keys.
containsAllKeys(K...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Returns true if this cache contains mappings for all the keys.
containsAllKeys(GridPredicate<? super K>...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Returns true if this cache contains mappings for all the keys that pass through the filter.
containsAllValues(Collection<? extends V>, GridPredicate<? super GridCacheEntry<K, V>>...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Returns true if this cache contains all the values.
containsAllValues(V...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Returns true if this cache contains all the given values.
containsAllValues(GridPredicate<? super V>...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Returns true if all cache values pass through the filter.
containsAllx(Collection<?>) - Method in interface org.gridgain.grid.cache.datastructures.GridCacheQueue
Returns true if this queue contains all of the elements in the specified collection.
containsAny(Collection<? extends T>, Iterable<? extends T>) - Static method in class org.gridgain.grid.lang.GridFunc
Checks if collection c1 contains any elements from collection c2.
containsAny(Collection<? extends T>, T...) - Static method in class org.gridgain.grid.lang.GridFunc
Checks if collection c1 contains any elements from array c2.
containsAnyEntries(GridPredicate<? super GridCacheEntry<K, V>>...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Returns true if passed in predicate evaluates to true for any of the cache entries.
containsAnyKeys(Collection<? extends K>, GridPredicate<? super GridCacheEntry<K, V>>...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Returns true if this cache contains mappings for at least one of the keys.
containsAnyKeys(K...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Returns true if this cache contains mappings for at least one of the keys.
containsAnyKeys(GridPredicate<? super K>...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Returns true if this cache contains mappings for at least one of the keys.
containsAnyValues(Collection<? extends V>, GridPredicate<? super GridCacheEntry<K, V>>...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Returns true if this cache contains mappings for at least one of the values.
containsAnyValues(V...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Returns true if this cache contains mappings for at least one of the values.
containsAnyValues(GridPredicate<? super V>...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Returns true if at least one of cache values passes through the filter.
containsKey(K, GridPredicate<? super GridCacheEntry<K, V>>...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Returns true if this cache contains a mapping for the specified key.
containsKey(Object) - Method in class org.gridgain.grid.lang.GridTuple2
containsKey(Object) - Method in class org.gridgain.grid.lang.utils.GridConcurrentLinkedHashMap
Tests if the specified object is a key in this table.
containsKey(Object) - Method in class org.gridgain.grid.lang.utils.GridLeanMap
containsKey(Object) - Method in class org.gridgain.grid.lang.utils.GridMapOpt
containsKey(String, K) - Method in interface org.gridgain.grid.spi.GridSpiContext
Returns true if this cache contains a mapping for the specified key.
containsKey(String, K) - Method in interface org.gridgain.grid.spi.GridSpiContext2
Returns true if this cache contains a mapping for the specified key.
containsValue(V, GridPredicate<? super GridCacheEntry<K, V>>...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Returns true if this cache contains given value.
containsValue(Object) - Method in class org.gridgain.grid.lang.GridTuple2
containsValue(Object) - Method in class org.gridgain.grid.lang.utils.GridConcurrentLinkedHashMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in class org.gridgain.grid.lang.utils.GridLeanMap
containsValue(Object) - Method in class org.gridgain.grid.lang.utils.GridMapOpt
containsx(Object) - Method in interface org.gridgain.grid.cache.datastructures.GridCacheQueue
Returns true if this queue contains the specified element.
contextDestroyed(ServletContextEvent) - Method in class org.gridgain.grid.loaders.servlet.GridServletContextListenerLoader
contextInitialized(ServletContextEvent) - Method in class org.gridgain.grid.loaders.servlet.GridServletContextListenerLoader
continuousReducer(R) - Static method in class org.gridgain.grid.lang.GridFunc
Gets reducer which always returns true from GridReducer.collect(Object) method and passed in element from GridOutClosure.apply() method.
copy(Collection<T>, T...) - Static method in class org.gridgain.grid.lang.GridFunc
Adds (copies) to given collection all elements in 'from' array.
copy(Collection<T>, Iterable<? extends T>, GridPredicate<? super T>...) - Static method in class org.gridgain.grid.lang.GridFunc
Adds (copies) to given collection using provided predicates.
copy() - Method in class org.gridgain.grid.lang.utils.GridListSet
Creates a copy of this set.
copyMeta(GridMetadataAware) - Method in interface org.gridgain.grid.GridMetadataAware
Copies all metadata from another instance.
copyMeta(Map<String, ?>) - Method in interface org.gridgain.grid.GridMetadataAware
Copies all metadata from given map.
copyMeta(GridMetadataAware) - Method in class org.gridgain.grid.lang.GridMetadataAwareAdapter
Copies all metadata from another instance.
copyMeta(Map<String, ?>) - Method in class org.gridgain.grid.lang.GridMetadataAwareAdapter
Copies all metadata from given map.
copyright() - Method in interface org.gridgain.grid.Grid
Copyright statement for GridGain code.
copyright() - Method in class org.gridgain.grid.GridSpringBean
Copyright statement for GridGain code.
count() - Method in interface org.gridgain.grid.cache.datastructures.GridCacheCountDownLatch
Gets current count value of the latch.
count() - Method in interface org.gridgain.grid.GridScheduleFuture
Gets total count of executions this task has already completed.
count() - Method in class org.gridgain.grid.lang.utils.GridConsistentHash
Gets number of distinct nodes, excluding replicas, in consistent hash.
count(String) - Method in class org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpi
Gets number of stored entries (keys) in data space with given name.
count(String) - Method in interface org.gridgain.grid.spi.swapspace.GridSwapSpaceSpi
Gets number of stored entries (keys) in data space with given name.
countDown() - Method in interface org.gridgain.grid.cache.datastructures.GridCacheCountDownLatch
Decrements the count of the latch, releasing all waiting threads on all nodes if the count reaches zero.
countDown(int) - Method in interface org.gridgain.grid.cache.datastructures.GridCacheCountDownLatch
Decreases the count of the latch using passed in value, releasing all waiting threads on all nodes if the count reaches zero.
countDownAll() - Method in interface org.gridgain.grid.cache.datastructures.GridCacheCountDownLatch
Counts down this latch to zero, releasing all waiting threads on all nodes.
countDownAllAsync() - Method in interface org.gridgain.grid.cache.datastructures.GridCacheCountDownLatch
Asynchronously counts down this latch to zero, releasing all waiting threads on all nodes.
countDownAsync() - Method in interface org.gridgain.grid.cache.datastructures.GridCacheCountDownLatch
Asynchronously decrements the count of the latch, releasing all waiting threads if the count reaches zero.
countDownAsync(int) - Method in interface org.gridgain.grid.cache.datastructures.GridCacheCountDownLatch
Asynchronously decreases the count of the latch using passed in value, releasing all waiting threads on all nodes if the count reaches zero.
countDownLatch(String, int, boolean) - Method in interface org.gridgain.grid.cache.GridCache
Gets or creates count down latch.
countDownLatch(String) - Method in interface org.gridgain.grid.cache.GridCache
Gets count down latch.
COURTESY_LOGGER_NAME - Static variable in interface org.gridgain.grid.GridConfiguration
Coutesy notice log category.
COX<T> - Class in org.gridgain.grid.typedef
Defines alias for GridOutClosureX by extending it.
COX() - Constructor for class org.gridgain.grid.typedef.COX
 
cpus() - Method in interface org.gridgain.grid.GridProjection
Gets total number of CPUs for the nodes in this projection.
cpus() - Method in class org.gridgain.grid.GridSpringBean
Gets total number of CPUs for the nodes in this projection.
CREATE_ADDRS_TABLE_QRY - Static variable in class org.gridgain.grid.spi.discovery.tcp.ipfinder.jdbc.GridTcpDiscoveryJdbcIpFinder
Query to create addresses table.
CREATE_METRICS_TABLE_QRY - Static variable in class org.gridgain.grid.spi.discovery.tcp.metricsstore.jdbc.GridTcpDiscoveryJdbcMetricsStore
Query to create metrics table.
CREATE_NODES_TABLE_QRY - Static variable in class org.gridgain.grid.spi.discovery.tcp.topologystore.jdbc.GridTcpDiscoveryJdbcTopologyStore
Query to create nodes table.
CREATE_TOP_VER_TABLE_QRY - Static variable in class org.gridgain.grid.spi.discovery.tcp.topologystore.jdbc.GridTcpDiscoveryJdbcTopologyStore
Query to create topology version table.
created() - Method in interface org.gridgain.grid.GridNodeShadow
Gets the timestamp of when this shadow was created.
createQuery(GridCacheQueryType) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Creates user's query for given query type.
createQuery(GridCacheQueryType, Class<?>, String) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Creates user's query for given query type, queried class, and query clause which is generally a where clause.
createQuery(GridCacheQueryType, String, String) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Creates user's query for given query type, queried class, and query clause which is generally a where clause.
createReduceQuery() - Method in interface org.gridgain.grid.cache.GridCacheProjection
Creates user's reduce query.
createReduceQuery(GridCacheQueryType) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Creates user's reduce query.
createReduceQuery(GridCacheQueryType, Class<?>, String) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Creates user's reduce query.
createReduceQuery(GridCacheQueryType, String, String) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Creates user's reduce query.
createSpiAttributeName(String) - Method in class org.gridgain.grid.spi.GridSpiAdapter
Creates new name for the given attribute.
createTime() - Method in interface org.gridgain.grid.cache.GridCacheMetrics
Gets create time of the owning entity (either cache or entry).
createTime() - Method in interface org.gridgain.grid.GridScheduleFuture
Gets time in milliseconds at which this future was created.
createTransformQuery() - Method in interface org.gridgain.grid.cache.GridCacheProjection
Creates user's transform query.
createTransformQuery(GridCacheQueryType) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Creates user's transform query.
createTransformQuery(GridCacheQueryType, Class<?>, String) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Creates user's transform query.
createTransformQuery(GridCacheQueryType, String, String) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Creates user's transform query.
cross(Collection<? extends GridNode>) - Method in interface org.gridgain.grid.GridProjection
Creates cross product of this projection and a set of nodes.
cross(GridProjection...) - Method in interface org.gridgain.grid.GridProjection
Creates cross product of this projection and given projections.
cross(GridProjection...) - Method in class org.gridgain.grid.GridSpringBean
Creates cross product of this projection and given projections.
cross(Collection<? extends GridNode>) - Method in class org.gridgain.grid.GridSpringBean
Creates cross product of this projection and a set of nodes.
cross0(GridRichNode...) - Method in interface org.gridgain.grid.GridProjection
Creates cross product of this projection and a set of nodes.
cross0(GridRichNode...) - Method in class org.gridgain.grid.GridSpringBean
Creates cross product of this projection and a set of nodes.
curry(E1) - Method in class org.gridgain.grid.lang.GridClosure
Curries this closure with given value.
curry(E1) - Method in class org.gridgain.grid.lang.GridClosure2
Curries this closure with given value.
curry(E1, E2) - Method in class org.gridgain.grid.lang.GridClosure2
Curries this closure with given values.
curry(E1) - Method in class org.gridgain.grid.lang.GridClosure3
Curries this closure with given value.
curry(E1, E2) - Method in class org.gridgain.grid.lang.GridClosure3
Curries this closure with given value.
curry(E1, E2, E3) - Method in class org.gridgain.grid.lang.GridClosure3
Curries this closure with given values.
curry(Collection<? extends GridClosure<? super T, R>>, T) - Static method in class org.gridgain.grid.lang.GridFunc
Curries collection of closures with given argument.
curry(Collection<? extends GridClosure<? super T, R>>, Collection<? extends T>) - Static method in class org.gridgain.grid.lang.GridFunc
Curries collection of closures with given collection of arguments.
curry(GridClosure<? super T, R>, Collection<? extends T>) - Static method in class org.gridgain.grid.lang.GridFunc
Curries collection of closures with given collection of arguments.
curry(int, GridClosure<? super T, R>, GridOutClosure<T>) - Static method in class org.gridgain.grid.lang.GridFunc
Curries collection of closures with given collection of arguments.
curry(GridInClosure<? super T>, Collection<? extends T>) - Static method in class org.gridgain.grid.lang.GridFunc
Curries collection of closures with given collection of arguments.
curry(int, GridInClosure<? super T>, GridOutClosure<T>) - Static method in class org.gridgain.grid.lang.GridFunc
Curries collection of closures with given collection of arguments.
curry(E1) - Method in class org.gridgain.grid.lang.GridInClosure
Curries this closure with given value.
curry(E1) - Method in class org.gridgain.grid.lang.GridInClosure2
Curries this closure with given value.
curry(E1, E2) - Method in class org.gridgain.grid.lang.GridInClosure2
Curries this closure with given values.
curry(E1) - Method in class org.gridgain.grid.lang.GridInClosure3
Curries this closure with given value.
curry(E1, E2) - Method in class org.gridgain.grid.lang.GridInClosure3
Curries this closure with given value.
curry(E1, E2, E3) - Method in class org.gridgain.grid.lang.GridInClosure3
Curries this closure with given values.
curry(E1) - Method in class org.gridgain.grid.lang.GridPredicate
Curries this predicate with given value.
curry(E1) - Method in class org.gridgain.grid.lang.GridPredicate2
Curries this predicate with given value.
curry(E1, E2) - Method in class org.gridgain.grid.lang.GridPredicate2
Curries this predicate with given values.
curry(E1) - Method in class org.gridgain.grid.lang.GridPredicate3
Curries this predicate with given values.
curry(E1, E2) - Method in class org.gridgain.grid.lang.GridPredicate3
Curries this predicate with given values.
curry(E1, E2, E3) - Method in class org.gridgain.grid.lang.GridPredicate3
Curries this predicate with given values.
curry(E1...) - Method in class org.gridgain.grid.lang.GridReducer
Curries this closure with given value.
curry(GridTuple2<E1, E2>...) - Method in class org.gridgain.grid.lang.GridReducer2
Curries this closure with given tuple values.
curry(GridTuple3<E1, E2, E3>...) - Method in class org.gridgain.grid.lang.GridReducer3
Curries this closure with given tuple values.
curry0(Collection<? extends GridInClosure<? super T>>, Collection<? extends T>) - Static method in class org.gridgain.grid.lang.GridFunc
Curries collection of in closures with given collection of arguments.
curry2(Collection<? extends GridClosure2<? super T1, T2, R>>, T1) - Static method in class org.gridgain.grid.lang.GridFunc
Curries collection of closures with given argument.
curry3(Collection<? extends GridClosure3<? super T1, T2, T3, R>>, T1) - Static method in class org.gridgain.grid.lang.GridFunc
Curries collection of closures with given argument.
CX1<E1,R> - Class in org.gridgain.grid.typedef
Defines alias for GridClosureX by extending it.
CX1() - Constructor for class org.gridgain.grid.typedef.CX1
 
CX2<E1,E2,R> - Class in org.gridgain.grid.typedef
Defines alias for GridClosure2X by extending it.
CX2() - Constructor for class org.gridgain.grid.typedef.CX2
 
CX3<E1,E2,E3,R> - Class in org.gridgain.grid.typedef
Defines alias for GridClosure3X by extending it.
CX3() - Constructor for class org.gridgain.grid.typedef.CX3
 

D

daemonNodes(GridPredicate<? super GridRichNode>...) - Method in interface org.gridgain.grid.GridProjection
Gets collection of daemon nodes in this projection.
daemonNodes(GridPredicate<? super GridRichNode>...) - Method in class org.gridgain.grid.GridSpringBean
Gets collection of daemon nodes in this projection.
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.
debug(String) - Method in class org.gridgain.grid.logger.slf4j.GridSlf4jLogger
Logs out debug message.
debug(String) - Method in class org.gridgain.grid.logger.tomcat.GridTomcatLogger
Logs out debug message.
decrementAndGet() - Method in interface org.gridgain.grid.cache.datastructures.GridCacheAtomicLong
Decrements and gets current value of atomic long.
decrementAndGetAsync() - Method in interface org.gridgain.grid.cache.datastructures.GridCacheAtomicLong
Decrements and gets current value of atomic long asynchronously.
decrementAndGetFirst() - Method in class org.gridgain.grid.lang.utils.GridAtomicIntegerPair
Atomically decrements value of first int in pair and returns new value.
decrementAndGetSecond() - Method in class org.gridgain.grid.lang.utils.GridAtomicIntegerPair
Atomically decrements value of second int in pair and returns new value.
dedup(Collection<? extends T>) - Static method in class org.gridgain.grid.lang.GridFunc
Creates new collection by removing duplicates from the given collection.
defaultValue() - Method in class org.gridgain.grid.lang.utils.GridSetWrapper
Provides default map value to child classes.
DELETE_QRY - Static variable in class org.gridgain.grid.cache.store.hibernate.GridCacheHibernateBlobStore
Delete query.
DELIM - Static variable in class org.gridgain.grid.spi.discovery.tcp.ipfinder.s3.GridTcpDiscoveryS3IpFinder
Delimiter to use in S3 entries name.
DELIM - Static variable in class org.gridgain.grid.spi.discovery.tcp.ipfinder.sharedfs.GridTcpDiscoverySharedFsIpFinder
Delimiter to use between address and port tokens in file names.
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.uri.deployment.tmp).
deployClass() - Method in class org.gridgain.grid.GridJobAdapterEx
Gets top level user class being deployed.
deployClass() - Method in class org.gridgain.grid.GridJobWrapper
Gets top level user class being deployed.
deployClass() - Method in interface org.gridgain.grid.GridPeerDeployAware
Gets top level user class being deployed.
deployClass() - Method in class org.gridgain.grid.GridTaskAdapter
Gets top level user class being deployed.
deployClass() - Method in class org.gridgain.grid.lang.GridLambdaAdapter
Gets top level user class being deployed.
deployClass() - Method in class org.gridgain.grid.lang.GridTuple
Gets top level user class being deployed.
deployClass() - Method in class org.gridgain.grid.lang.GridTuple2
Gets top level user class being deployed.
deployClass() - Method in class org.gridgain.grid.lang.GridTuple3
Gets top level user class being deployed.
deployClass() - Method in class org.gridgain.grid.lang.GridTuple4
Gets top level user class being deployed.
deployClass() - Method in class org.gridgain.grid.lang.GridTuple5
Gets top level user class being deployed.
deployClass() - Method in class org.gridgain.grid.lang.GridTupleV
Gets top level user class being deployed.
deployTask(Class<? extends GridTask>) - Method in interface org.gridgain.grid.Grid
Explicitly deploys given grid task on the local node.
deployTask(Class<? extends GridTask>, ClassLoader) - Method in interface org.gridgain.grid.Grid
Explicitly deploys given grid task on the local node.
deployTask(Class<? extends GridTask>) - Method in class org.gridgain.grid.GridSpringBean
Explicitly deploys given grid task on the local node.
deployTask(Class<? extends GridTask>, ClassLoader) - Method in class org.gridgain.grid.GridSpringBean
Explicitly deploys given grid task on the local node.
deregisterPort(int, GridPortProtocol) - Method in interface org.gridgain.grid.spi.GridSpiContext
Deregisters closed port.
deregisterPorts() - Method in interface org.gridgain.grid.spi.GridSpiContext
Deregisters all closed ports.
DESC_NAME - Static variable in class org.gridgain.grid.tools.ant.gar.GridGarAntTask
GAR descriptor name.
descendingIterator() - Method in class org.gridgain.grid.lang.utils.GridConcurrentLinkedDeque
Returns an iterator over the elements in this deque in reverse sequential order.
descendingIterator() - Method in class org.gridgain.grid.lang.utils.GridConcurrentSkipListSet
descendingSet() - Method in class org.gridgain.grid.lang.utils.GridConcurrentSkipListSet
deserialize(byte[], int) - Static method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsHelper
De-serializes node metrics.
destroy() - Method in class org.gridgain.grid.GridSpringBean
destroy() - Method in class org.gridgain.grid.loaders.servlet.GridServletLoader
DFLT_ACK_TIMEOUT - Static variable in class org.gridgain.grid.spi.discovery.tcp.GridTcpDiscoverySpi
Default timeout for receiving message acknowledgement in milliseconds (value is 2,000ms).
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_ALL_SEG_RESOLVERS_PASS_REQ - Static variable in interface org.gridgain.grid.GridConfiguration
Default value for all segmentation resolvers pass required.
DFLT_ATOMIC_SEQUENCE_RESERVE_SIZE - Static variable in interface org.gridgain.grid.cache.GridCacheConfiguration
Default atomic sequence reservation size.
DFLT_BACKUP_COUNT - Static variable in class org.gridgain.grid.cache.affinity.partitioned.GridCachePartitionedAffinity
Default number of backups.
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_BUCKET_NAME_SUFFIX - Static variable in class org.gridgain.grid.spi.checkpoint.s3.GridS3CheckpointSpi
Suffix to use in bucket name generation.
DFLT_BUCKET_NAME_SUFFIX - Static variable in class org.gridgain.grid.spi.discovery.tcp.ipfinder.s3.GridTcpDiscoveryS3IpFinder
Suffix to use in bucket name generation.
DFLT_BUCKET_NAME_SUFFIX - Static variable in class org.gridgain.grid.spi.discovery.tcp.metricsstore.s3.GridTcpDiscoveryS3MetricsStore
Suffix to use in bucket name generation.
DFLT_CACHE_MODE - Static variable in interface org.gridgain.grid.cache.GridCacheConfiguration
Default caching mode.
DFLT_CACHE_NAME - Static variable in class org.gridgain.grid.spi.checkpoint.cache.GridCacheCheckpointSpi
Default cache name (value is checkpoints).
DFLT_CACHE_SIZE - Static variable in interface org.gridgain.grid.cache.GridCacheConfiguration
Default cache size to use with default eviction policy.
DFLT_CHECKPOINT_TABLE_NAME - Static variable in class org.gridgain.grid.spi.checkpoint.jdbc.GridJdbcCheckpointSpi
Default checkpoint table name (value is CHECKPOINTS).
DFLT_CONCUR_LVL - Static variable in class org.gridgain.grid.lang.utils.GridConcurrentLinkedHashMap
The default concurrency level for this table, used when not otherwise specified in a constructor.
DFLT_CONN_TIMEOUT - Static variable in class org.gridgain.grid.segmentation.tcp.GridTcpSegmentationResolver
Default value for local port.
DFLT_CONN_TIMEOUT - Static variable in class org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpi
Default connection timeout (value is 1000ms).
DFLT_CONN_URL - Static variable in class org.gridgain.grid.cache.store.hibernate.GridCacheHibernateBlobStore
Default connection URL (value is jdbc:h2:mem:hibernateCacheStore;DB_CLOSE_DELAY=-1).
DFLT_CONN_URL - Static variable in class org.gridgain.grid.cache.store.jdbc.GridCacheJdbcBlobStore
Default connection URL (value is jdbc:h2:mem:jdbcCacheStore;DB_CLOSE_DELAY=-1).
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.GridThreadPoolExecutor
Default core pool size (value is 100).
DFLT_CREATE_TBL_QRY - Static variable in class org.gridgain.grid.cache.store.jdbc.GridCacheJdbcBlobStore
Default create table query (value is create table if not exists ENTRIES (key other, val other)).
DFLT_DEL_CORRUPT - Static variable in class org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpi
Default value for delete corrupted flag.
DFLT_DEL_QRY - Static variable in class org.gridgain.grid.cache.store.jdbc.GridCacheJdbcBlobStore
Default delete entry query (value is delete from ENTRIES where key=?
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_DEPLOYMENT_MODE - Static variable in interface org.gridgain.grid.GridConfiguration
Default deployment mode (value is GridDeploymentMode.SHARED).
DFLT_DGC_FREQUENCY - Static variable in interface org.gridgain.grid.cache.GridCacheConfiguration
Default distributed garbage collection frequency.
DFLT_DGC_REMOVE_LOCKS - Static variable in interface org.gridgain.grid.cache.GridCacheConfiguration
Default value for whether DGC should remove long running locks, or only report them.
DFLT_DGC_SUSPECT_LOCK_TIMEOUT - Static variable in interface org.gridgain.grid.cache.GridCacheConfiguration
Default timeout for lock not to be considered as suspicious.
DFLT_DIR_PATH - Static variable in class org.gridgain.grid.spi.checkpoint.sharedfs.GridSharedFsCheckpointSpi
Default checkpoint directory (value is work/checkpoint/sharedfs).
DFLT_DISCOVERY_STARTUP_DELAY - Static variable in interface org.gridgain.grid.GridConfiguration
Default discovery startup delay in milliseconds (value is 60,000ms).
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_EVICT_KEY_BUFFER_SIZE - Static variable in interface org.gridgain.grid.cache.GridCacheConfiguration
Default eviction key buffer size for batching synchronized evicts.
DFLT_EVICT_NEAR_SYNCHRONIZED - Static variable in interface org.gridgain.grid.cache.GridCacheConfiguration
Default near nodes eviction synchronized flag.
DFLT_EVICT_SYNCHRONIZED - Static variable in interface org.gridgain.grid.cache.GridCacheConfiguration
Default eviction synchronized flag.
DFLT_EVICT_SYNCHRONOUS_CONCURRENCY_LEVEL - Static variable in interface org.gridgain.grid.cache.GridCacheConfiguration
Default synchronous eviction concurrency level.
DFLT_EVICT_SYNCHRONOUS_TIMEOUT - Static variable in interface org.gridgain.grid.cache.GridCacheConfiguration
Default synchronous eviction timeout in milliseconds.
DFLT_EVICTION_ENABLED - Static variable in interface org.gridgain.grid.cache.GridCacheConfiguration
Default value for 'evictionEnabled' flag.
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_EXPIRE_DATE_FIELD_NAME - Static variable in class org.gridgain.grid.spi.checkpoint.jdbc.GridJdbcCheckpointSpi
Default expiration date field name (value is EXPIRE_DATE).
DFLT_EXPIRE_DATE_FIELD_TYPE - Static variable in class org.gridgain.grid.spi.checkpoint.jdbc.GridJdbcCheckpointSpi
Default expiration date field type (value is DATETIME).
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_GRP - Static variable in class org.gridgain.grid.spi.GridSpiThread
Default thread's group.
DFLT_HBM2DDL_AUTO - Static variable in class org.gridgain.grid.cache.store.hibernate.GridCacheHibernateBlobStore
Default hibernate.hbm2ddl.auto property value (value is true).
DFLT_HEARTBEAT_FREQ - Static variable in class org.gridgain.grid.spi.discovery.multicast.GridMulticastDiscoverySpi
Default heartbeat delay (value is 3,000ms).
DFLT_HEARTBEAT_FREQ - Static variable in class org.gridgain.grid.spi.discovery.tcp.GridTcpDiscoverySpi
Default heartbeat messages issuing frequency (value is 2,000ms).
DFLT_HEARTBEAT_THREAD_PRIORITY - Static variable in class org.gridgain.grid.spi.discovery.multicast.GridMulticastDiscoverySpi
Default heartbeat thread priority.
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_IDX_ANALYZE_FREQ - Static variable in interface org.gridgain.grid.cache.GridCacheConfiguration
Default frequency of running H2 "ANALYZE" command.
DFLT_IDX_ANALYZE_SAMPLE_SIZE - Static variable in interface org.gridgain.grid.cache.GridCacheConfiguration
Default number samples used to run H2 "ANALYZE" command.
DFLT_IDX_CLEANUP - Static variable in interface org.gridgain.grid.cache.GridCacheConfiguration
Default value for 'idxCleanup' flag indicating if query index files should be removed on node stop.
DFLT_IDX_FIXED_TYPING - Static variable in interface org.gridgain.grid.cache.GridCacheConfiguration
Default value for 'idxFixedTyping' flag.
DFLT_IDX_MAX_OPERATIONAL_MEM - Static variable in interface org.gridgain.grid.cache.GridCacheConfiguration
Default value for maximum memory used per single operation with query index (store and remove), in bytes.
DFLT_IDX_MEM_ONLY - Static variable in interface org.gridgain.grid.cache.GridCacheConfiguration
Default value for 'idxMemoryOnly' flag indicating if query index database should be in-memory.
DFLT_IDX_OVERFLOW_RATIO - Static variable in class org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpi
Default value for index overflow ratio.
DFLT_IDX_PARENT_FOLDER_NAME - Static variable in interface org.gridgain.grid.cache.GridCacheConfiguration
Default index parent folder name.
DFLT_IDX_READ_BATCH_SIZE - Static variable in class org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpi
Default value for index read batch size (in lines).
DFLT_INIT_CAP - Static variable in class org.gridgain.grid.lang.utils.GridConcurrentLinkedHashMap
The default initial capacity for this table, used when not otherwise specified in a constructor.
DFLT_INSERT_QRY - Static variable in class org.gridgain.grid.cache.store.jdbc.GridCacheJdbcBlobStore
Default insert entry query (value is insert into ENTRIES (key, val) values (?
DFLT_INT_SIZE - Static variable in class org.gridgain.grid.benchmarks.GridLocalNodeBenchmark
Default benchmark size.
DFLT_INVALIDATE - Static variable in interface org.gridgain.grid.cache.GridCacheConfiguration
Default value for 'invalidate' flag that indicates if this is invalidation-based cache.
DFLT_IO_SIZE - Static variable in class org.gridgain.grid.benchmarks.GridLocalNodeBenchmark
Default benchmark size.
DFLT_JOB_PRIORITY - Static variable in class org.gridgain.grid.spi.collision.jobstealing.GridJobStealingCollisionSpi
Default start value for job priority (value is 0).
DFLT_JOB_PRIORITY_ATTRIBUTE_KEY - Static variable in class org.gridgain.grid.spi.collision.priorityqueue.GridPriorityQueueCollisionSpi
Default job priority attribute key (value is grid.job.priority).
DFLT_JOIN_TIMEOUT - Static variable in class org.gridgain.grid.spi.discovery.tcp.GridTcpDiscoverySpi
Default timeout for joining topology (value is 0).
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_KEY_FIELD_NAME - Static variable in class org.gridgain.grid.spi.checkpoint.jdbc.GridJdbcCheckpointSpi
Default checkpoint key field name (value is NAME).
DFLT_KEY_FIELD_TYPE - Static variable in class org.gridgain.grid.spi.checkpoint.jdbc.GridJdbcCheckpointSpi
Default checkpoint key field type (value is VARCHAR(256)).
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_LOAD_FACTOR - Static variable in class org.gridgain.grid.lang.utils.GridConcurrentLinkedHashMap
The default load factor for this table, used when not otherwise specified in a constructor.
DFLT_LOAD_QRY - Static variable in class org.gridgain.grid.cache.store.jdbc.GridCacheJdbcBlobStore
Default load entry query (value is select * from ENTRIES where key=?
DFLT_LOC_PORT - Static variable in class org.gridgain.grid.segmentation.tcp.GridTcpSegmentationResolver
Default value for local port.
DFLT_LOCK_TIMEOUT - Static variable in interface org.gridgain.grid.cache.GridCacheConfiguration
Default lock timeout.
DFLT_LONG_SIZE - Static variable in class org.gridgain.grid.benchmarks.GridLocalNodeBenchmark
Default benchmark size.
DFLT_MAX_EVICTION_OVERFLOW_RATIO - Static variable in interface org.gridgain.grid.cache.GridCacheConfiguration
Default maximum eviction queue ratio.
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_IDX_BUF_SIZE - Static variable in class org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpi
Default max index entries count in index buffer.
DFLT_MAX_IDX_SIZE - Static variable in class org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpi
Default max index file size.
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_MISSED_HEARTBEATS - Static variable in class org.gridgain.grid.spi.discovery.tcp.GridTcpDiscoverySpi
Default max heartbeats count node can miss without initiating status check (value is 1).
DFLT_MAX_OPEN_CLIENTS - Static variable in class org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpi
Default maximum count of simultaneously open client for one node (value is 1).
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_MAX_SWAP_CNT - Static variable in class org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpi
Default maximum entries count for all spaces.
DFLT_MAX_SWAP_SIZE - Static variable in class org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpi
Default max swap size in bytes (1024 MB).
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_EXPIRE_TIME - Static variable in interface org.gridgain.grid.GridConfiguration
Default metrics expire time.
DFLT_METRICS_EXPIRE_TIME - Static variable in class org.gridgain.grid.spi.discovery.tcp.metricsstore.GridTcpDiscoveryMetricsStoreAdapter
Default metrics expire time in milliseconds (value is 10000).
DFLT_METRICS_HISTORY_SIZE - Static variable in interface org.gridgain.grid.GridConfiguration
Default metrics history size (value is 10000).
DFLT_METRICS_LOG_FREQ - Static variable in interface org.gridgain.grid.GridConfiguration
 
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_NEAR_ENABLED - Static variable in interface org.gridgain.grid.cache.GridCacheConfiguration
Default value for 'nearEnabled' flag.
DFLT_NEAR_EVICTION_ENABLED - Static variable in interface org.gridgain.grid.cache.GridCacheConfiguration
Default value for 'nearEvictionEnabled' flag.
DFLT_NEAR_SIZE - Static variable in interface org.gridgain.grid.cache.GridCacheConfiguration
Default near cache size to use with default near eviction policy.
DFLT_NEAR_START_SIZE - Static variable in interface org.gridgain.grid.cache.GridCacheConfiguration
Initial default near cache size.
DFLT_NESTED_PATH_LEN - Static variable in class org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpi
Default value for nested path length.
DFLT_NETWORK_TIMEOUT - Static variable in interface org.gridgain.grid.GridConfiguration
Default maximum timeout to wait for network responses in milliseconds (value is 5,000ms).
DFLT_NETWORK_TIMEOUT - Static variable in class org.gridgain.grid.spi.discovery.tcp.GridTcpDiscoverySpi
Default network timeout in milliseconds (value is 5,000ms).
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_NUMBER_OF_RETRIES - Static variable in class org.gridgain.grid.spi.checkpoint.jdbc.GridJdbcCheckpointSpi
Default number of retries in case of errors (value is 2).
DFLT_OVERFLOW_RATIO - Static variable in class org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpi
Default size/count overflow ratio.
DFLT_P2P_ENABLED - Static variable in interface org.gridgain.grid.GridConfiguration
Default flag for peer class loading.
DFLT_P2P_MISSED_RESOURCES_CACHE_SIZE - Static variable in interface org.gridgain.grid.GridConfiguration
Default cache size for missed resources.
DFLT_P2P_THREAD_CNT - Static variable in interface org.gridgain.grid.GridConfiguration
Default size of peer class loading thread pool.
DFLT_PAGE_SIZE - Static variable in interface org.gridgain.grid.cache.query.GridCacheQueryBase
Default query page size.
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_COUNT - Static variable in class org.gridgain.grid.cache.affinity.partitioned.GridCachePartitionedAffinity
Default number of partitions.
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_PATH - Static variable in class org.gridgain.grid.spi.discovery.tcp.ipfinder.sharedfs.GridTcpDiscoverySharedFsIpFinder
Default path for local testing only.
DFLT_PATH - Static variable in class org.gridgain.grid.spi.discovery.tcp.metricsstore.sharedfs.GridTcpDiscoverySharedFsMetricsStore
Default path for local testing only.
DFLT_PATH - Static variable in class org.gridgain.grid.spi.discovery.tcp.topologystore.sharedfs.GridTcpDiscoverySharedFsTopologyStore
Default path for local testing only.
DFLT_PERSISTENT - Static variable in class org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpi
Default value for persistent flag.
DFLT_POOL_SIZE - Static variable in class org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpi
Default workers pool size.
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 - Static variable in class org.gridgain.grid.spi.discovery.tcp.GridTcpDiscoverySpi
Default port to listen (value is 47500).
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 100).
DFLT_PORT_RANGE - Static variable in class org.gridgain.grid.spi.discovery.tcp.GridTcpDiscoverySpi
Default local port range (value is 100).
DFLT_PRELOAD_BATCH_SIZE - Static variable in interface org.gridgain.grid.cache.GridCacheConfiguration
Default preload batch size in bytes.
DFLT_PRELOAD_MODE - Static variable in interface org.gridgain.grid.cache.GridCacheConfiguration
Default preload mode for distributed cache.
DFLT_PRELOAD_THREAD_POOL_SIZE - Static variable in interface org.gridgain.grid.cache.GridCacheConfiguration
Default size of preload thread pool.
DFLT_PREVENT_STARVATION_ENABLED - Static variable in class org.gridgain.grid.spi.collision.priorityqueue.GridPriorityQueueCollisionSpi
Default flag for preventing starvation of lower priority jobs.
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_PUBLIC_THREAD_CNT - Static variable in interface org.gridgain.grid.GridConfiguration
Default size of public thread pool.
DFLT_QUERY_LOGGER_NAME - Static variable in interface org.gridgain.grid.cache.GridCacheConfiguration
Default query log name.
DFLT_QUERY_TIMEOUT - Static variable in interface org.gridgain.grid.cache.GridCacheConfiguration
Default query timeout.
DFLT_QUEUE_SIZE_RATIO - Static variable in class org.gridgain.grid.cache.eviction.lirs.GridCacheLirsEvictionPolicy
Default ratio of HIRS (High Inter-reference Recency Set).
DFLT_RECONNECT_CNT - Static variable in class org.gridgain.grid.spi.discovery.tcp.GridTcpDiscoverySpi
Default reconnect attempts count (value is 2).
DFLT_REPLICA_COUNT - Static variable in class org.gridgain.grid.cache.affinity.partitioned.GridCachePartitionedAffinity
Default replica count for partitioned caches.
DFLT_REPLICA_COUNT_ATTR_NAME - Static variable in class org.gridgain.grid.cache.affinity.partitioned.GridCachePartitionedAffinity
Name of node attribute to specify number of replicas for a node.
DFLT_ROOT_FOLDER_IDX_RANGE - Static variable in class org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpi
Default max root folder index.
DFLT_ROOT_FOLDER_PATH - Static variable in class org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpi
Default directory path for swap files location.
DFLT_SEG_CHK_FREQ - Static variable in interface org.gridgain.grid.GridConfiguration
Default segment check frequency in discovery manager.
DFLT_SEG_PLC - Static variable in interface org.gridgain.grid.GridConfiguration
Default segmentation policy.
DFLT_SEG_RESOLVE_ATTEMPTS - Static variable in interface org.gridgain.grid.GridConfiguration
Default value segmentation resolve attempts count.
DFLT_SELECTORS_CNT - Static variable in class org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpi
Default count of selectors for tcp server equals to the count of processors in system.
DFLT_SES_TIMEOUT - Static variable in class org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpi
Default session timeout.
DFLT_SHOW_SQL - Static variable in class org.gridgain.grid.cache.store.hibernate.GridCacheHibernateBlobStore
Default show SQL property value (value is true).
DFLT_SMTP_FROM_EMAIL - Static variable in interface org.gridgain.grid.GridConfiguration
Default FROM email address.
DFLT_SMTP_PORT - Static variable in interface org.gridgain.grid.GridConfiguration
Default SMTP port.
DFLT_SMTP_SSL - Static variable in interface org.gridgain.grid.GridConfiguration
Default SSL enabled flag.
DFLT_SMTP_STARTTLS - Static variable in interface org.gridgain.grid.GridConfiguration
Default STARTTLS enabled flag.
DFLT_SOCK_TIMEOUT - Static variable in class org.gridgain.grid.spi.discovery.multicast.GridMulticastDiscoverySpi
Default socket operations timeout in milliseconds (value is 2,000ms).
DFLT_SOCK_TIMEOUT - Static variable in class org.gridgain.grid.spi.discovery.tcp.GridTcpDiscoverySpi
Default socket operations timeout in milliseconds (value is 2,000ms).
DFLT_SPACE_NAME - Static variable in class org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpi
Name for default (or null) space.
DFLT_START_SIZE - Static variable in interface org.gridgain.grid.cache.GridCacheConfiguration
Initial default cache size.
DFLT_STARVATION_INCREMENT - Static variable in class org.gridgain.grid.spi.collision.priorityqueue.GridPriorityQueueCollisionSpi
Default value on which job priority will be increased every time when job gets bumped down.
DFLT_STATS_PRINT_FREQ - Static variable in class org.gridgain.grid.spi.discovery.tcp.GridTcpDiscoverySpi
Default statistics print frequency in milliseconds (value is 0ms).
DFLT_STORE_ENABLED - Static variable in interface org.gridgain.grid.cache.GridCacheConfiguration
Default value for 'storeEnabled' flag.
DFLT_STORE_VALUE_BYTES - Static variable in interface org.gridgain.grid.cache.GridCacheConfiguration
Default value for 'storeValueBytes' flag indicating if value bytes should be stored.
DFLT_STORES_CLEAN_FREQ - Static variable in class org.gridgain.grid.spi.discovery.tcp.GridTcpDiscoverySpi
Default stores (IP finder clean and metrics store) frequency in milliseconds (value is 60,000ms).
DFLT_SUB_FOLDERS_CNT - Static variable in class org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpi
Default value for sub-folders count.
DFLT_SWAP_ENABLED - Static variable in interface org.gridgain.grid.cache.GridCacheConfiguration
Default value for 'swapEnabled' flag.
DFLT_SYNC_COMMIT - Static variable in interface org.gridgain.grid.cache.GridCacheConfiguration
Default value for 'synchronousCommit' flag.
DFLT_SYNC_DELAY - Static variable in class org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpi
Default value for sync delay in ms.
DFLT_SYNC_ROLLBACK - Static variable in interface org.gridgain.grid.cache.GridCacheConfiguration
Default value for 'synchronousRollback' flag.
DFLT_SYSTEM_THREAD_CNT - Static variable in interface org.gridgain.grid.GridConfiguration
Default size of system thread pool.
DFLT_TASK_QUEUE_CAP - Static variable in class org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpi
Default task queue capacity.
DFLT_TASK_QUEUE_FLUSH_FREQ - Static variable in class org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpi
Default task queue flush frequency.
DFLT_TASK_QUEUE_FLUSH_RATIO - Static variable in class org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpi
Default task queue flush ratio.
DFLT_TCP_PORT - Static variable in class org.gridgain.grid.spi.discovery.multicast.GridMulticastDiscoverySpi
Default local port number for SPI (value is 47300).
DFLT_THREAD_PRI - Static variable in class org.gridgain.grid.spi.discovery.tcp.GridTcpDiscoverySpi
Default value for thread priority (value is 10).
DFLT_TIME_TO_LIVE - Static variable in interface org.gridgain.grid.cache.GridCacheConfiguration
Default time to live.
DFLT_TIMEOUT - Static variable in class org.gridgain.grid.segmentation.reachability.GridReachabilitySegmentationResolver
Default value for timeout.
DFLT_TMP_DIR - Static variable in class org.gridgain.grid.spi.checkpoint.sharedfs.GridSharedFsCheckpointSpi
Default directory name for SPI when GRIDGAIN_HOME not defined.
DFLT_TRANSACTION_TIMEOUT - Static variable in interface org.gridgain.grid.cache.GridCacheConfiguration
Default transaction timeout.
DFLT_TRIG_SIZE - Static variable in class org.gridgain.grid.benchmarks.GridLocalNodeBenchmark
Default benchmark size.
DFLT_TTL - Static variable in class org.gridgain.grid.segmentation.reachability.GridReachabilitySegmentationResolver
Default value for TTL.
DFLT_TTL - Static variable in class org.gridgain.grid.spi.discovery.multicast.GridMulticastDiscoverySpi
Default multicast messages time-to-live value (value is 8).
DFLT_TX_BATCH_UPDATE - Static variable in interface org.gridgain.grid.cache.GridCacheConfiguration
Default value for 'txBatchUpdate' flag.
DFLT_TX_CONCURRENCY - Static variable in interface org.gridgain.grid.cache.GridCacheConfiguration
Default concurrency mode.
DFLT_TX_ISOLATION - Static variable in interface org.gridgain.grid.cache.GridCacheConfiguration
Default transaction isolation level.
DFLT_TX_SERIALIZABLE_ENABLED - Static variable in interface org.gridgain.grid.cache.GridCacheConfiguration
Default value for 'txSerializableEnabled' flag.
DFLT_UPDATE_QRY - Static variable in class org.gridgain.grid.cache.store.jdbc.GridCacheJdbcBlobStore
Default update entry query (value is select * from ENTRIES where key=?
DFLT_VALUE_FIELD_NAME - Static variable in class org.gridgain.grid.spi.checkpoint.jdbc.GridJdbcCheckpointSpi
Default checkpoint value field name (value is VALUE).
DFLT_VALUE_FIELD_TYPE - Static variable in class org.gridgain.grid.spi.checkpoint.jdbc.GridJdbcCheckpointSpi
Default checkpoint value field type (value is BLOB).
DFLT_WAIT_FOR_SEG_ON_START - Static variable in interface org.gridgain.grid.GridConfiguration
Default value for wait for segment on startup flag.
DFLT_WAIT_JOBS_NUM - Static variable in class org.gridgain.grid.spi.collision.fifoqueue.GridFifoQueueCollisionSpi
Default waiting jobs number.
DFLT_WAIT_JOBS_NUM - Static variable in class org.gridgain.grid.spi.collision.priorityqueue.GridPriorityQueueCollisionSpi
Default waiting jobs number.
DFLT_WAIT_JOBS_THRESHOLD - Static variable in class org.gridgain.grid.spi.collision.jobstealing.GridJobStealingCollisionSpi
Default threshold of waiting jobs.
DFLT_WRITE_FROM_BEHIND_BATCH_SIZE - Static variable in interface org.gridgain.grid.cache.GridCacheConfiguration
Default batch size for write-from-behind cache store.
DFLT_WRITE_FROM_BEHIND_CRITICAL_SIZE - Static variable in interface org.gridgain.grid.cache.GridCacheConfiguration
Default critical size used when flush size is not specified.
DFLT_WRITE_FROM_BEHIND_ENABLED - Static variable in interface org.gridgain.grid.cache.GridCacheConfiguration
Default value for 'writeFromBehindEnabled' flag.
DFLT_WRITE_FROM_BEHIND_FLUSH_FREQUENCY - Static variable in interface org.gridgain.grid.cache.GridCacheConfiguration
Default flush frequency for write-from-behind cache store in milliseconds.
DFLT_WRITE_FROM_BEHIND_FLUSH_SIZE - Static variable in interface org.gridgain.grid.cache.GridCacheConfiguration
Default flush size for write-from-behind cache store.
DFLT_WRITE_FROM_BEHIND_FLUSH_THREAD_CNT - Static variable in interface org.gridgain.grid.cache.GridCacheConfiguration
Default count of flush threads for write-from-behind cache store.
dgc() - Method in interface org.gridgain.grid.cache.GridCache
Runs DGC procedure on demand using GridCacheConfiguration.getDgcSuspectLockTimeout() to identify suspect locks.
dgc(long, boolean, boolean) - Method in interface org.gridgain.grid.cache.GridCache
Runs DGC procedure on demand using provided parameter to identify suspect locks.
DGC_TRACE_LOGGER_NAME - Static variable in interface org.gridgain.grid.cache.GridCacheConfiguration
DGC tracing logger name.
disconnect() - Method in interface org.gridgain.grid.spi.discovery.GridDiscoverySpi
Tells discovery SPI to disconnect from topology.
disconnect() - Method in class org.gridgain.grid.spi.discovery.multicast.GridMulticastDiscoverySpi
Tells discovery SPI to disconnect from topology.
disconnect() - Method in class org.gridgain.grid.spi.discovery.tcp.GridTcpDiscoverySpi
Tells discovery SPI to disconnect from topology.
discoveryEventName() - Method in class org.gridgain.grid.events.GridCachePreloadEvent
Gets name of discovery event that triggered this preloading event.
discoveryEventType() - Method in class org.gridgain.grid.events.GridCachePreloadEvent
Gets type of discovery event that triggered this preloading event.
discoveryNode() - Method in class org.gridgain.grid.events.GridCachePreloadEvent
Gets shadow of the node that triggered this preloading event.
discoveryTimestamp() - Method in class org.gridgain.grid.events.GridCachePreloadEvent
Gets timestamp of discovery event that caused this preloading event.
doWhile(GridAbsClosure, GridAbsPredicate) - Static method in class org.gridgain.grid.lang.GridFunc
Executes given body until provided condition evaluates to true via do-while Java loop (test-after).
doWhile(Callable<R>, GridAbsPredicate) - Static method in class org.gridgain.grid.lang.GridFunc
Executes given body until provided condition evaluates to true via do-while Java loop (test-after).
drop(Iterable<T>, GridPredicate<? super T>...) - Static method in class org.gridgain.grid.lang.GridFunc
Removes elements in-place from given collection.
duration() - Method in interface org.gridgain.grid.GridFuture
Gets duration in milliseconds between start of the future and current time if future is not finished, or between start and finish of this future.
dynamic() - Method in interface org.gridgain.grid.GridProjection
Tells whether or not this projection is dynamic.
dynamic() - Method in class org.gridgain.grid.GridSpringBean
Tells whether or not this projection is dynamic.

E

element() - Method in class org.gridgain.grid.lang.utils.GridConcurrentLinkedDeque
element() - Method in class org.gridgain.grid.lang.utils.GridQueue
elements() - Method in class org.gridgain.grid.lang.utils.GridConcurrentLinkedHashMap
Returns an enumeration of the values in this table.
emptyIterator() - Static method in class org.gridgain.grid.lang.GridFunc
Creates new empty iterator.
enableDedup(boolean) - Method in interface org.gridgain.grid.cache.query.GridCacheQueryBase
Sets whether or not to deduplicate query result set.
enableDedup() - Method in interface org.gridgain.grid.cache.query.GridCacheQueryBase
Gets query enableDedup flag.
end() - Method in interface org.gridgain.grid.cache.GridCacheTx
Rolls back transaction if it has not been committed.
entry(K) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Gets entry from cache with the specified key.
entryPredicate() - Method in interface org.gridgain.grid.cache.GridCacheProjection
Gets entry predicate on which this projection is based on or null if entry predicate is not defined.
entrySet() - Method in interface org.gridgain.grid.cache.GridCacheProjection
Gets set containing all cache entries.
entrySet(Collection<? extends K>, GridPredicate<? super GridCacheEntry<K, V>>...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Gets set containing all cache entries for given keys.
entrySet(K...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Gets set containing all cache entries for given keys.
entrySet(GridPredicate<? super GridCacheEntry<K, V>>...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Gets set containing all cache entries.
entrySet() - Method in class org.gridgain.grid.lang.GridTuple2
entrySet() - Method in class org.gridgain.grid.lang.utils.GridConcurrentLinkedHashMap
Returns a Set view of the mappings contained in this map.
entrySet() - Method in class org.gridgain.grid.lang.utils.GridLeanMap
entrySet() - Method in class org.gridgain.grid.lang.utils.GridMapOpt
eq(Object, Object) - Static method in class org.gridgain.grid.lang.GridFunc
Tests whether specified arguments are equal, or both null.
eqArray(Object[], Object[], boolean, boolean) - Static method in class org.gridgain.grid.lang.GridFunc
Compares two arrays.
eqNodes(Object, Object) - Static method in class org.gridgain.grid.lang.GridFunc
Compares two GridNode instances for equality.
eqNotOrdered(Collection<?>, Collection<?>) - Static method in class org.gridgain.grid.lang.GridFunc
Checks if both collections have equal elements in any order.
eqOrdered(Collection<?>, Collection<?>) - Static method in class org.gridgain.grid.lang.GridFunc
Checks if both collections have equal elements in the same order.
equals(Object) - Method in class org.gridgain.grid.cache.affinity.GridCacheAffinityKey
Equality check which delegates to the underlying key equality.
equals(Object) - Method in class org.gridgain.grid.events.GridEventAdapter
equals(Object) - Method in class org.gridgain.grid.lang.GridNodePredicate
equals(Object) - Method in class org.gridgain.grid.lang.GridTuple
equals(Object) - Method in class org.gridgain.grid.lang.GridTuple2
equals(Object) - Method in class org.gridgain.grid.lang.GridTuple3
equals(Object) - Method in class org.gridgain.grid.lang.GridTuple4
equals(Object) - Method in class org.gridgain.grid.lang.GridTuple5
equals(Object) - Method in class org.gridgain.grid.lang.GridTupleV
equals(Object) - Method in class org.gridgain.grid.lang.utils.GridCollectionOpt
equals(Object) - Method in class org.gridgain.grid.lang.utils.GridConcurrentPhantomHashSet
equals(Object) - Method in class org.gridgain.grid.lang.utils.GridConcurrentSkipListSet
equals(Object) - Method in class org.gridgain.grid.lang.utils.GridConcurrentWeakHashSet
equals(Object) - Method in class org.gridgain.grid.lang.utils.GridIterableOpt
equals(Object) - Method in class org.gridgain.grid.lang.utils.GridUuid
equals(Object) - Method in class org.gridgain.grid.spi.deployment.GridDeploymentResourceAdapter
equals(Object) - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
equals(Object) - Method in class org.gridgain.grid.spi.swapspace.GridSwapKey
equalTo(T) - Static method in class org.gridgain.grid.lang.GridFunc
Gets predicate that evaluates to true if its free variable is equal to target or both are null.
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.
error(String) - Method in class org.gridgain.grid.logger.slf4j.GridSlf4jLogger
Logs out error message.
error(String, Throwable) - Method in class org.gridgain.grid.logger.slf4j.GridSlf4jLogger
Logs error message with optional exception.
error(String) - Method in class org.gridgain.grid.logger.tomcat.GridTomcatLogger
Logs out error message.
error(String, Throwable) - Method in class org.gridgain.grid.logger.tomcat.GridTomcatLogger
Logs error message with optional exception.
error(String, Object...) - Static method in class org.gridgain.grid.typedef.X
Alias for System.err.println.
eventAfter(long) - Static method in class org.gridgain.grid.lang.GridFunc
Gets event predicate that returns true only if event was produced after given timestamp.
eventId(GridUuid...) - Static method in class org.gridgain.grid.lang.GridFunc
Gets event predicate that returns true only if event id is one of the given.
eventNode(String, GridPredicate<? super GridRichNode>...) - Static method in class org.gridgain.grid.lang.GridFunc
Gets event predicate that returns true only if node that produced the event satisfies all given predicates.
eventNode(Collection<? extends GridRichNode>) - Static method in class org.gridgain.grid.lang.GridFunc
Gets event predicate that returns true only if node that produced the event is one of the given.
eventNodeId() - Method in class org.gridgain.grid.events.GridCacheEvent
Gets ID of the node which initiated cache operation.
eventNodeId(UUID) - Method in class org.gridgain.grid.events.GridDiscoveryEvent
Sets ID of the node this event is referring to.
eventNodeId() - Method in class org.gridgain.grid.events.GridDiscoveryEvent
Gets ID of the node that caused this event to be generated.
eventNodeId(UUID...) - Static method in class org.gridgain.grid.lang.GridFunc
Gets event predicate that returns true only if event was produced on one of given nodes (specified by ids).
eventType(int...) - Static method in class org.gridgain.grid.lang.GridFunc
Gets event predicate that returns true only if event type is one of the given.
evict(GridPredicate<? super GridCacheEntry<K, V>>...) - Method in interface org.gridgain.grid.cache.GridCacheEntry
This method has the same semantic as GridCacheProjection.evict(Object, GridPredicate[]) method.
evict(K, GridPredicate<? super GridCacheEntry<K, V>>...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Evicts entry associated with given key from cache.
evict(long) - Method in interface org.gridgain.grid.spi.discovery.tcp.topologystore.GridTcpDiscoveryTopologyStore
Evicts nodes having topology version less or equal to parameter value.
evict(long) - Method in class org.gridgain.grid.spi.discovery.tcp.topologystore.jdbc.GridTcpDiscoveryJdbcTopologyStore
Evicts nodes having topology version less or equal to parameter value.
evict(long) - Method in class org.gridgain.grid.spi.discovery.tcp.topologystore.sharedfs.GridTcpDiscoverySharedFsTopologyStore
Evicts nodes having topology version less or equal to parameter value.
evict(long) - Method in class org.gridgain.grid.spi.discovery.tcp.topologystore.vm.GridTcpDiscoveryVmTopologyStore
Evicts nodes having topology version less or equal to parameter value.
EVICT_NODE_QRY - Static variable in class org.gridgain.grid.spi.discovery.tcp.topologystore.jdbc.GridTcpDiscoveryJdbcTopologyStore
Query to evict node.
evictAll() - Method in interface org.gridgain.grid.cache.GridCacheProjection
Attempts to evict all cache entries.
evictAll(GridPredicate<? super GridCacheEntry<K, V>>...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Attempts to evict all cache entries.
evictAll(Collection<? extends K>, GridPredicate<? super GridCacheEntry<K, V>>...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Attempts to evict all entries associated with keys.
evictAll(K...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Attempts to evict all entries associated with keys.
evictAllowed(GridCacheEntry<K, V>) - Method in interface org.gridgain.grid.cache.eviction.GridCacheEvictionFilter
Checks if entry may be evicted from cache.
evictionListener(GridInClosure2<K, V>) - Method in class org.gridgain.grid.lang.utils.GridBoundedConcurrentOrderedMap
Sets closure listener to be called for every eviction event.
evictionListener() - Method in class org.gridgain.grid.lang.utils.GridBoundedConcurrentOrderedMap
Gets closure listener to be called for every eviction event.
EVT_CACHE_ENTRY_CREATED - Static variable in interface org.gridgain.grid.GridEventType
Built-in event type: entry created.
EVT_CACHE_ENTRY_DESTROYED - Static variable in interface org.gridgain.grid.GridEventType
Built-in event type: entry destroyed.
EVT_CACHE_ENTRY_EVICTED - Static variable in interface org.gridgain.grid.GridEventType
Built-in event type: entry evicted.
EVT_CACHE_OBJECT_EXPIRED - Static variable in interface org.gridgain.grid.GridEventType
Built-in event type: cache object was expired when reading it.
EVT_CACHE_OBJECT_LOCKED - Static variable in interface org.gridgain.grid.GridEventType
Built-in event type: object locked.
EVT_CACHE_OBJECT_PUT - Static variable in interface org.gridgain.grid.GridEventType
Built-in event type: object put.
EVT_CACHE_OBJECT_READ - Static variable in interface org.gridgain.grid.GridEventType
Built-in event type: object read.
EVT_CACHE_OBJECT_REMOVED - Static variable in interface org.gridgain.grid.GridEventType
Built-in event type: object removed.
EVT_CACHE_OBJECT_SWAPPED - Static variable in interface org.gridgain.grid.GridEventType
Built-in event type: cache object swapped from swap storage.
EVT_CACHE_OBJECT_UNLOCKED - Static variable in interface org.gridgain.grid.GridEventType
Built-in event type: object unlocked.
EVT_CACHE_OBJECT_UNSWAPPED - Static variable in interface org.gridgain.grid.GridEventType
Built-in event type: cache object unswapped from swap storage.
EVT_CACHE_PRELOAD_PART_LOADED - Static variable in interface org.gridgain.grid.GridEventType
Built-in event type: cache partition loaded.
EVT_CACHE_PRELOAD_STARTED - Static variable in interface org.gridgain.grid.GridEventType
Built-in event type: cache preload started.
EVT_CACHE_PRELOAD_STOPPED - Static variable in interface org.gridgain.grid.GridEventType
Built-in event type: cache preload stopped.
EVT_CHECKPOINT_LOADED - Static variable in interface org.gridgain.grid.GridEventType
Built-in event type: checkpoint was loaded.
EVT_CHECKPOINT_REMOVED - Static variable in interface org.gridgain.grid.GridEventType
Built-in event type: checkpoint was removed.
EVT_CHECKPOINT_SAVED - Static variable in interface org.gridgain.grid.GridEventType
Built-in event type: checkpoint was saved.
EVT_CLASS_DEPLOY_FAILED - Static variable in interface org.gridgain.grid.GridEventType
Built-in event type: non-task class deployment failed.
EVT_CLASS_DEPLOYED - Static variable in interface org.gridgain.grid.GridEventType
Built-in event type: non-task class deployed.
EVT_CLASS_UNDEPLOYED - Static variable in interface org.gridgain.grid.GridEventType
Built-in event type: non-task class undeployed.
EVT_JOB_CANCELLED - Static variable in interface org.gridgain.grid.GridEventType
Built-in event type: grid job cancelled.
EVT_JOB_FAILED - Static variable in interface org.gridgain.grid.GridEventType
Built-in event type: grid job failed.
EVT_JOB_FAILED_OVER - Static variable in interface org.gridgain.grid.GridEventType
Built-in event type: grid job failed over.
EVT_JOB_FINISHED - Static variable in interface org.gridgain.grid.GridEventType
Built-in event type: grid job finished.
EVT_JOB_MAPPED - Static variable in interface org.gridgain.grid.GridEventType
Built-in event type: grid job was mapped in GridTask.map(List, Object) method.
EVT_JOB_QUEUED - Static variable in interface org.gridgain.grid.GridEventType
Built-in event type: grid job queued.
EVT_JOB_REJECTED - Static variable in interface org.gridgain.grid.GridEventType
Built-in event type: grid job rejected during collision resolution.
EVT_JOB_RESULTED - Static variable in interface org.gridgain.grid.GridEventType
Built-in event type: grid job result was received by GridTask.result(GridJobResult, List) method.
EVT_JOB_STARTED - Static variable in interface org.gridgain.grid.GridEventType
Built-in event type: grid job started.
EVT_JOB_TIMEDOUT - Static variable in interface org.gridgain.grid.GridEventType
Built-in event type: grid job timed out.
EVT_LIC_CLEARED - Static variable in interface org.gridgain.grid.GridEventType
Built-in event type: license violation cleared.
EVT_LIC_GRACE_EXPIRED - Static variable in interface org.gridgain.grid.GridEventType
Built-in event type: license violation grace period is expired.
EVT_LIC_VIOLATION - Static variable in interface org.gridgain.grid.GridEventType
Built-in event type: license violation detected.
EVT_NODE_FAILED - Static variable in interface org.gridgain.grid.GridEventType
Built-in event type: node failed.
EVT_NODE_JOINED - Static variable in interface org.gridgain.grid.GridEventType
Built-in event type: node joined topology.
EVT_NODE_LEFT - Static variable in interface org.gridgain.grid.GridEventType
Built-in event type: node has normally left topology.
EVT_NODE_METRICS_UPDATED - Static variable in interface org.gridgain.grid.GridEventType
Built-in event type: node metrics updated.
EVT_NODE_RECONNECTED - Static variable in interface org.gridgain.grid.GridEventType
Built-in event type: local node reconnected.
EVT_NODE_SEGMENTED - Static variable in interface org.gridgain.grid.GridEventType
Built-in event type: local node segmented.
EVT_SWAP_SPACE_CLEARED - Static variable in interface org.gridgain.grid.GridEventType
Built-in event type: swap space cleared.
EVT_SWAP_SPACE_DATA_EVICTED - Static variable in interface org.gridgain.grid.GridEventType
Built-in event type: swap space data evicted.
EVT_SWAP_SPACE_DATA_READ - Static variable in interface org.gridgain.grid.GridEventType
Built-in event type: swap space data read.
EVT_SWAP_SPACE_DATA_REMOVED - Static variable in interface org.gridgain.grid.GridEventType
Built-in event type: swap space data removed.
EVT_SWAP_SPACE_DATA_STORED - Static variable in interface org.gridgain.grid.GridEventType
Built-in event type: swap space data stored.
EVT_TASK_DEPLOY_FAILED - Static variable in interface org.gridgain.grid.GridEventType
Built-in event type: task deployment failed.
EVT_TASK_DEPLOYED - Static variable in interface org.gridgain.grid.GridEventType
Built-in event type: task deployed.
EVT_TASK_FAILED - Static variable in interface org.gridgain.grid.GridEventType
Built-in event type: task failed.
EVT_TASK_FINISHED - Static variable in interface org.gridgain.grid.GridEventType
Built-in event type: task finished.
EVT_TASK_REDUCED - Static variable in interface org.gridgain.grid.GridEventType
Built-in event type: task reduced.
EVT_TASK_SESSION_ATTR_SET - Static variable in interface org.gridgain.grid.GridEventType
Built-in event type: task session attribute set.
EVT_TASK_STARTED - Static variable in interface org.gridgain.grid.GridEventType
Built-in event type: task started.
EVT_TASK_TIMEDOUT - Static variable in interface org.gridgain.grid.GridEventType
Built-in event type: task timed out.
EVT_TASK_UNDEPLOYED - Static variable in interface org.gridgain.grid.GridEventType
Built-in event type: task undeployed.
EVTS_ALL - Static variable in interface org.gridgain.grid.GridEventType
All GridGain events (including metric update event).
EVTS_ALL_MINUS_METRIC_UPDATE - Static variable in interface org.gridgain.grid.GridEventType
All GridGain events (excluding metric update event).
EVTS_CACHE - Static variable in interface org.gridgain.grid.GridEventType
All cache events.
EVTS_CACHE_PRELOAD - Static variable in interface org.gridgain.grid.GridEventType
All cache preload events.
EVTS_CHECKPOINT - Static variable in interface org.gridgain.grid.GridEventType
All checkpoint events.
EVTS_DEPLOYMENT - Static variable in interface org.gridgain.grid.GridEventType
All deployment events.
EVTS_DISCOVERY - Static variable in interface org.gridgain.grid.GridEventType
All discovery events except for GridEventType.EVT_NODE_METRICS_UPDATED.
EVTS_DISCOVERY_ALL - Static variable in interface org.gridgain.grid.GridEventType
All discovery events.
EVTS_ERROR - Static variable in interface org.gridgain.grid.GridEventType
All events indicating an error or failure condition.
EVTS_JOB_EXECUTION - Static variable in interface org.gridgain.grid.GridEventType
All grid job execution events.
EVTS_LICENSE - Static variable in interface org.gridgain.grid.GridEventType
All license events.
EVTS_SWAPSPACE - Static variable in interface org.gridgain.grid.GridEventType
All swap space events.
EVTS_TASK_EXECUTION - Static variable in interface org.gridgain.grid.GridEventType
All grid task execution events.
execute(GridProjection...) - Method in interface org.gridgain.grid.cache.query.GridCacheQuery
Executes the query and returns the query future.
execute(GridProjection...) - Method in interface org.gridgain.grid.cache.query.GridCacheTransformQuery
Executes the query and returns the query future.
execute() - Method in interface org.gridgain.grid.GridJob
Executes this job.
execute() - Method in class org.gridgain.grid.GridJobOneWayAdapter
Executes this job.
execute() - Method in class org.gridgain.grid.GridJobWrapper
Executes this job.
execute(String, T, GridPredicate<? super GridRichNode>...) - Method in interface org.gridgain.grid.GridProjection
Executes a task on the grid.
execute(String, T, long, GridPredicate<? super GridRichNode>...) - Method in interface org.gridgain.grid.GridProjection
Executes a task on the grid.
execute(String, T, GridTaskListener, GridPredicate<? super GridRichNode>...) - Method in interface org.gridgain.grid.GridProjection
Asynchronously executes a task on the grid.
execute(String, T, long, GridTaskListener, GridPredicate<? super GridRichNode>...) - Method in interface org.gridgain.grid.GridProjection
Asynchronously executes a task on the grid.
execute(Class<? extends GridTask<T, R>>, T, GridPredicate<? super GridRichNode>...) - Method in interface org.gridgain.grid.GridProjection
Executes a task on the grid.
execute(Class<? extends GridTask<T, R>>, T, long, GridPredicate<? super GridRichNode>...) - Method in interface org.gridgain.grid.GridProjection
Executes a task on the grid.
execute(Class<? extends GridTask<T, R>>, T, GridTaskListener, GridPredicate<? super GridRichNode>...) - Method in interface org.gridgain.grid.GridProjection
Asynchronously executes a task on the grid.
execute(Class<? extends GridTask<T, R>>, T, long, GridTaskListener, GridPredicate<? super GridRichNode>...) - Method in interface org.gridgain.grid.GridProjection
Asynchronously executes a task on the grid.
execute(GridTask<T, R>, T, GridPredicate<? super GridRichNode>...) - Method in interface org.gridgain.grid.GridProjection
Executes a task on the grid.
execute(GridTask<T, R>, T, long, GridPredicate<? super GridRichNode>...) - Method in interface org.gridgain.grid.GridProjection
Executes a task on the grid.
execute(GridTask<T, R>, T, GridTaskListener, GridPredicate<? super GridRichNode>...) - Method in interface org.gridgain.grid.GridProjection
Asynchronously executes a task on the grid.
execute(GridTask<T, R>, T, long, GridTaskListener, GridPredicate<? super GridRichNode>...) - Method in interface org.gridgain.grid.GridProjection
Asynchronously executes a task on the grid.
execute(String, T, GridPredicate<? super GridRichNode>...) - Method in class org.gridgain.grid.GridSpringBean
Executes a task on the grid.
execute(String, T, long, GridPredicate<? super GridRichNode>...) - Method in class org.gridgain.grid.GridSpringBean
Executes a task on the grid.
execute(String, T, GridTaskListener, GridPredicate<? super GridRichNode>...) - Method in class org.gridgain.grid.GridSpringBean
Asynchronously executes a task on the grid.
execute(String, T, long, GridTaskListener, GridPredicate<? super GridRichNode>...) - Method in class org.gridgain.grid.GridSpringBean
Asynchronously executes a task on the grid.
execute(Class<? extends GridTask<T, R>>, T, GridPredicate<? super GridRichNode>...) - Method in class org.gridgain.grid.GridSpringBean
Executes a task on the grid.
execute(Class<? extends GridTask<T, R>>, T, long, GridPredicate<? super GridRichNode>...) - Method in class org.gridgain.grid.GridSpringBean
Executes a task on the grid.
execute(Class<? extends GridTask<T, R>>, T, GridTaskListener, GridPredicate<? super GridRichNode>...) - Method in class org.gridgain.grid.GridSpringBean
Asynchronously executes a task on the grid.
execute(Class<? extends GridTask<T, R>>, T, long, GridTaskListener, GridPredicate<? super GridRichNode>...) - Method in class org.gridgain.grid.GridSpringBean
Asynchronously executes a task on the grid.
execute(GridTask<T, R>, T, GridPredicate<? super GridRichNode>...) - Method in class org.gridgain.grid.GridSpringBean
Executes a task on the grid.
execute(GridTask<T, R>, T, long, GridPredicate<? super GridRichNode>...) - Method in class org.gridgain.grid.GridSpringBean
Executes a task on the grid.
execute(GridTask<T, R>, T, GridTaskListener, GridPredicate<? super GridRichNode>...) - Method in class org.gridgain.grid.GridSpringBean
Asynchronously executes a task on the grid.
execute(GridTask<T, R>, T, long, GridTaskListener, GridPredicate<? super GridRichNode>...) - Method in class org.gridgain.grid.GridSpringBean
Asynchronously executes a task on the grid.
execute() - Method in class org.gridgain.grid.lang.GridAbsClosure
Delegates to GridAbsClosure.apply() method.
execute() - Method in class org.gridgain.grid.lang.GridCallable
Delegates to Callable.call() method.
execute() - Method in class org.gridgain.grid.lang.GridOutClosure
Delegates to GridOutClosure.apply() method.
execute() - Method in class org.gridgain.grid.lang.GridRunnable
Delegates to Runnable.run() method.
execute(Runnable) - Method in class org.gridgain.grid.thread.GridThreadWorkManagerExecutor
execute() - Method in class org.gridgain.grid.tools.ant.gar.GridGarAntTask
Executes the Ant task.
executeSingle(GridProjection...) - Method in interface org.gridgain.grid.cache.query.GridCacheQuery
Executes the query and returns the first result in the result set.
executeSingle(GridProjection...) - Method in interface org.gridgain.grid.cache.query.GridCacheTransformQuery
Executes the query and returns the first result in the result set.
executeSync(GridTask<T, R>, T, long, GridPredicate<? super GridRichNode>...) - Method in interface org.gridgain.grid.GridProjection
Companion to GridProjection.execute(Class, Object, GridPredicate[]) this method executes given task synchronously.
executeSync(Class<? extends GridTask<T, R>>, T, long, GridPredicate<? super GridRichNode>...) - Method in interface org.gridgain.grid.GridProjection
Companion to GridProjection.execute(Class, Object, GridPredicate[]) this method executes given task synchronously.
executeSync(String, T, long, GridPredicate<? super GridRichNode>...) - Method in interface org.gridgain.grid.GridProjection
Companion to GridProjection.execute(String, Object, GridPredicate[]) this method executes given task synchronously.
executeSync(GridTask<T, R>, T, long, GridPredicate<? super GridRichNode>...) - Method in class org.gridgain.grid.GridSpringBean
Companion to GridProjection.execute(Class, Object, GridPredicate[]) this method executes given task synchronously.
executeSync(Class<? extends GridTask<T, R>>, T, long, GridPredicate<? super GridRichNode>...) - Method in class org.gridgain.grid.GridSpringBean
Companion to GridProjection.execute(Class, Object, GridPredicate[]) this method executes given task synchronously.
executeSync(String, T, long, GridPredicate<? super GridRichNode>...) - Method in class org.gridgain.grid.GridSpringBean
Companion to GridProjection.execute(String, Object, GridPredicate[]) this method executes given task synchronously.
executeTask(String, String) - Method in interface org.gridgain.grid.GridKernalMBean
A shortcut method that executes given task assuming single java.lang.String argument and java.lang.String return type.
executions() - Method in interface org.gridgain.grid.cache.query.GridCacheQueryMetrics
Gets total number execution of query.
executor(GridPredicate<? super GridRichNode>...) - Method in interface org.gridgain.grid.GridProjection
Creates new ExecutorService which will execute all submitted Callable and Runnable tasks on this projection.
executor(GridPredicate<? super GridRichNode>...) - Method in class org.gridgain.grid.GridSpringBean
Creates new ExecutorService which will execute all submitted Callable and Runnable tasks on this projection.
exist(Iterable<? extends V>, GridPredicate<? super V>...) - Static method in class org.gridgain.grid.lang.GridFunc
Checks for existence of the element in input collection for which all provided predicates evaluate to true.
exist(V[], GridPredicate<? super V>...) - Static method in class org.gridgain.grid.lang.GridFunc
Checks for existence of the element in input array for which all provided predicates evaluate to true.
exist(Map<K, V>, GridPredicate<? super Map.Entry<K, V>>...) - Static method in class org.gridgain.grid.lang.GridFunc
Checks for existence of the entry in input map for which all provided predicates evaluate to true.
expirationTime() - Method in interface org.gridgain.grid.cache.GridCacheEntry
Gets expiration time for this entry.
externalAddresses() - Method in interface org.gridgain.grid.GridNode
Gets collection of IP addresses this node is known by externally outside of ths LAN.
externalAddresses() - Method in interface org.gridgain.grid.GridNodeShadow
Gets collection of IP addresses known externally outside of this LAN.

F

F - Class in org.gridgain.grid.typedef
Defines alias for GridFunc by extending it.
F() - Constructor for class org.gridgain.grid.typedef.F
 
factory(Class<T>) - Static method in class org.gridgain.grid.lang.GridFunc
Creates and returns new factory closure for the given type.
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.
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.
fails() - Method in interface org.gridgain.grid.cache.query.GridCacheQueryMetrics
Gets total number of times a query execution failed.
find(Iterable<? extends V>, V, GridPredicate<? super V>...) - Static method in class org.gridgain.grid.lang.GridFunc
Finds and returns first element in given collection for which any of the provided predicates evaluates to true.
find(V[], V, GridPredicate<? super V>...) - Static method in class org.gridgain.grid.lang.GridFunc
Finds and returns first element in given array for which any of the provided predicates evaluates to true.
find(Iterable<? extends V>, Y, GridClosure<? super V, Y>, GridPredicate<? super V>...) - Static method in class org.gridgain.grid.lang.GridFunc
Finds, transforms and returns first element in given collection for which any of the provided predicates evaluates to true.
find(V[], Y, GridClosure<? super V, Y>, GridPredicate<? super V>...) - Static method in class org.gridgain.grid.lang.GridFunc
Finds, transforms and returns first element in given array for which any of the provided predicates evaluates to true.
findResource(String) - Method in interface org.gridgain.grid.spi.deployment.GridDeploymentSpi
Finds class loader for the given class.
findResource(String) - Method in class org.gridgain.grid.spi.deployment.local.GridLocalDeploymentSpi
Finds class loader for the given class.
findResource(String) - Method in class org.gridgain.grid.spi.deployment.uri.GridUriDeploymentSpi
Finds class loader for the given class.
finishedFutures() - Static method in class org.gridgain.grid.lang.GridFunc
Returns predicate for filtering finished futures.
first(Iterable<? extends T>) - Static method in class org.gridgain.grid.lang.GridFunc
Gets first element from given collection or returns null if the collection is empty.
first(int) - Method in class org.gridgain.grid.lang.utils.GridAtomicIntegerPair
Unconditionally sets first int in pair to the given value.
first() - Method in class org.gridgain.grid.lang.utils.GridAtomicIntegerPair
 
first() - Method in class org.gridgain.grid.lang.utils.GridConcurrentSkipListSet
first() - Method in class org.gridgain.grid.lang.utils.GridListSet
Gets first element of this list.
firstEntry(Map<K, V>) - Static method in class org.gridgain.grid.lang.GridFunc
Gets first key from given map or returns null if the map is empty.
firstKey(Map<K, ?>) - Static method in class org.gridgain.grid.lang.GridFunc
Gets first key from given map or returns null if the map is empty.
firstRunTime() - Method in interface org.gridgain.grid.cache.query.GridCacheQueryMetrics
Gets time of the first query execution.
firstValue(Map<?, V>) - Static method in class org.gridgain.grid.lang.GridFunc
Gets first value from given map or returns null if the map is empty.
firstx() - Method in class org.gridgain.grid.lang.utils.GridConcurrentSkipListSet
Same as GridConcurrentSkipListSet.first(), but returns null if set is empty.
flags() - Method in interface org.gridgain.grid.cache.GridCacheEntry
 
flags() - Method in interface org.gridgain.grid.cache.GridCacheProjection
 
flagsOff(GridCacheFlag...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Gets cache projection base on this but with the specified flags turned off.
flagsOn(GridCacheFlag...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Gets cache projection base on this one, but with the specified flags turned on.
flat(Collection<? extends Collection<T>>) - Static method in class org.gridgain.grid.lang.GridFunc
Flattens collection-of-collections and returns collection over the elements of the inner collections.
flat(Iterable<? extends Iterable<T>>) - Static method in class org.gridgain.grid.lang.GridFunc
Flattens iterable-of-iterables and returns iterable over the elements of the inner collections.
flat0(Object...) - Static method in class org.gridgain.grid.lang.GridFunc
Flattens given set objects into a single collection.
floor(E) - Method in class org.gridgain.grid.lang.utils.GridConcurrentSkipListSet
fold(Iterable<? extends D>, B, GridClosure2<? super D, ? super B, B>...) - Static method in class org.gridgain.grid.lang.GridFunc
Folds-right given collection using provided closure.
fold(D[], B, GridClosure2<? super D, ? super B, B>...) - Static method in class org.gridgain.grid.lang.GridFunc
Folds-right given array using provided closure.
forAll(GridPredicate<? super GridCacheEntry<K, V>>) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Tests whether the predicate holds for all entries.
forAll(GridPredicate<? super GridCacheEntry<K, V>>, Collection<? extends K>) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Tests whether the predicate holds for all entries.
forAll(GridPredicate<? super GridCacheEntry<K, V>>, K...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Tests whether the predicate holds for all entries.
forAll(Iterable<? extends V>, GridPredicate<? super V>...) - Static method in class org.gridgain.grid.lang.GridFunc
Applies all given predicates to all elements in given input collection and returns true if all of them evaluate to true for all elements.
forAll(V[], GridPredicate<? super V>...) - Static method in class org.gridgain.grid.lang.GridFunc
Applies all given predicates to all elements in given input array and returns true if all of them evaluate to true for all elements.
forAll(Map<K, V>, GridPredicate<? super Map.Entry<K, V>>...) - Static method in class org.gridgain.grid.lang.GridFunc
Applies given predicates to all entries in given input map and returns true if all of them evaluates to true for all entries.
forAllAsync(GridPredicate<? super GridCacheEntry<K, V>>) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Asynchronously tests whether the predicate holds for all entries.
forAllAsync(GridPredicate<? super GridCacheEntry<K, V>>, Collection<? extends K>) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Asynchronously tests whether the predicate holds for all entries.
forAllAsync(GridPredicate<? super GridCacheEntry<K, V>>, K...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Asynchronously tests whether the predicate holds for all entries.
forAny(Iterable<? extends V>, GridPredicate<? super V>...) - Static method in class org.gridgain.grid.lang.GridFunc
Applies all given predicates to all elements in given input collection and returns true if all predicates evaluate to true for at least one element.
forAny(V[], GridPredicate<? super V>...) - Static method in class org.gridgain.grid.lang.GridFunc
Applies all given predicates to all elements in given input array and returns true if all of them evaluate to true for at least one element.
forAny(Map<K, V>, GridPredicate<? super Map.Entry<K, V>>...) - Static method in class org.gridgain.grid.lang.GridFunc
Applies given predicates to all entries in given input map and returns true if all of them evaluates to true for at least one entry.
forEach(GridInClosure<? super GridCacheEntry<K, V>>, Collection<? extends K>) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Executes visitor closure on each cache element.
forEach(GridInClosure<? super GridCacheEntry<K, V>>) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Executes visitor closure on each cache element.
forEach(GridInClosure<? super GridCacheEntry<K, V>>, K...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Executes visitor closure on each cache element.
forEach(Iterable<? extends X>, GridInClosure<? super X>, GridPredicate<? super X>...) - Static method in class org.gridgain.grid.lang.GridFunc
Calls given side-effect only closure over the each element of the provided collection.
forEach(X[], GridInClosure<? super X>, GridPredicate<? super X>...) - Static method in class org.gridgain.grid.lang.GridFunc
Calls given side-effect only closure over the each element of the provided array.
forEach(Map<? extends K, ? extends V>, GridInClosure<? super GridTuple2<K, V>>, GridPredicate<? super GridTuple2<K, V>>...) - Static method in class org.gridgain.grid.lang.GridFunc
Calls given side-effect only closure (if provided) over the each element of the provided map.
forEachAsync(GridInClosure<? super GridCacheEntry<K, V>>, Collection<? extends K>) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Asynchronously executes visitor closure on each cache element.
forEachAsync(GridInClosure<? super GridCacheEntry<K, V>>) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Asynchronously executes visitor closure on each cache element.
forEachAsync(GridInClosure<? super GridCacheEntry<K, V>>, K...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Asynchronously executes visitor closure on each cache element.
forkjoin(Collection<? extends Callable<R1>>, GridReducer<R1, R2>) - Method in interface org.gridgain.grid.GridRichNode
Convenient shortcut that executes given jobs on this node and reduces their results.
forkjoinAsync(Collection<? extends Callable<R1>>, GridReducer<R1, R2>) - Method in interface org.gridgain.grid.GridRichNode
Convenient shortcut that asynchronously executes given jobs on this node.
forMap(Map<? extends K, ? extends V>) - Static method in class org.gridgain.grid.lang.GridFunc
Gets closure that wraps given map access, i.e. returns map's value assuming that free variable is a map's key.
forMap(Map<? extends K, ? extends V>, Callable<V>) - Static method in class org.gridgain.grid.lang.GridFunc
Gets closure that wraps given map's access, i.e. returns map's value assuming that free variable is a map's key or default value produced by optional factory closure if key has no mapping.
fromOrdinal(int) - Static method in enum org.gridgain.grid.cache.datastructures.GridCacheQueueType
Efficiently gets enumerated value from its ordinal.
fromOrdinal(int) - Static method in enum org.gridgain.grid.cache.GridCacheFlag
Efficiently gets enumerated value from its ordinal.
fromOrdinal(byte) - Static method in enum org.gridgain.grid.cache.GridCacheMode
Efficiently gets enumerated value from its ordinal.
fromOrdinal(byte) - Static method in enum org.gridgain.grid.cache.GridCachePeekMode
Efficiently gets enumerated value from its ordinal.
fromOrdinal(byte) - Static method in enum org.gridgain.grid.cache.GridCachePreloadMode
Efficiently gets enumerated value from its ordinal.
fromOrdinal(int) - Static method in enum org.gridgain.grid.cache.GridCacheTxConcurrency
Efficiently gets enumerated value from its ordinal.
fromOrdinal(int) - Static method in enum org.gridgain.grid.cache.GridCacheTxIsolation
Efficiently gets enumerated value from its ordinal.
fromOrdinal(int) - Static method in enum org.gridgain.grid.cache.GridCacheTxState
Efficiently gets enumerated value from its ordinal.
fromOrdinal(byte) - Static method in enum org.gridgain.grid.cache.query.GridCacheQueryType
Efficiently gets enumerated value from its ordinal.
fromOrdinal(byte) - Static method in enum org.gridgain.grid.GridClosureCallMode
Efficiently gets enumerated value from its ordinal.
fromOrdinal(int) - Static method in enum org.gridgain.grid.GridDeploymentMode
Efficiently gets enumerated value from its ordinal.
fromOrdinal(byte) - Static method in enum org.gridgain.grid.GridFactoryState
Efficiently gets enumerated value from its ordinal.
fromOrdinal(byte) - Static method in enum org.gridgain.grid.GridJobResultPolicy
Efficiently gets enumerated value from its ordinal.
fromOrdinal(byte) - Static method in enum org.gridgain.grid.GridLifecycleEventType
Efficiently gets enumerated value from its ordinal.
fromOrdinal(byte) - Static method in enum org.gridgain.grid.GridTaskSessionScope
Efficiently gets enumerated value from its ordinal.
fromString(String) - Static method in class org.gridgain.grid.lang.utils.GridUuid
Converts string into GridUuid.
fromUuid(UUID) - Static method in class org.gridgain.grid.lang.utils.GridUuid
Constructs new GridUuid based on global and local ID portions.
future() - Static method in class org.gridgain.grid.lang.GridFunc
Gets closure that converts GridFuture to Future.

G

G - Class in org.gridgain.grid.typedef
Defines alias for GridFactory by extending it.
G() - Constructor for class org.gridgain.grid.typedef.G
 
gavg(Iterable<? extends Number>) - Static method in class org.gridgain.grid.lang.GridFunc
Calculates geometric mean.
gavgReducer() - Static method in class org.gridgain.grid.lang.GridFunc
Gets reducer closure that calculates geometric mean.
get() - Method in interface org.gridgain.grid.cache.datastructures.GridCacheAtomicLong
Gets current value of atomic long.
get() - Method in interface org.gridgain.grid.cache.datastructures.GridCacheAtomicReference
Gets current value of an atomic reference.
get() - Method in interface org.gridgain.grid.cache.datastructures.GridCacheAtomicSequence
Gets current value of atomic sequence.
get() - Method in interface org.gridgain.grid.cache.datastructures.GridCacheAtomicStamped
Gets both current value and current stamp of atomic stamped.
get() - Method in interface org.gridgain.grid.cache.datastructures.GridCacheQueue
Retrieves, but does not remove, the head of this queue.
get(long, TimeUnit) - Method in interface org.gridgain.grid.cache.datastructures.GridCacheQueue
Try to retrieve but does not remove the head of this queue within given timeout.
get(GridPredicate<? super GridCacheEntry<K, V>>...) - Method in interface org.gridgain.grid.cache.GridCacheEntry
This method has the same semantic as GridCacheProjection.get(Object, GridPredicate[]) method.
get(K, GridPredicate<? super GridCacheEntry<K, V>>...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Retrieves value mapped to the specified key from cache.
get() - Method in interface org.gridgain.grid.GridFuture
Synchronously waits for completion of the computation and returns computation result.
get(long) - Method in interface org.gridgain.grid.GridFuture
Synchronously waits for completion of the computation for up to the timeout specified and returns computation result.
get(long, TimeUnit) - Method in interface org.gridgain.grid.GridFuture
Synchronously waits for completion of the computation for up to the timeout specified and returns computation result.
get() - Method in interface org.gridgain.grid.GridScheduleFuture
Waits for the completion of the next scheduled execution and returns its result.
get(long) - Method in interface org.gridgain.grid.GridScheduleFuture
Waits for the completion of the next scheduled execution for specified amount of time and returns its result.
get(long, TimeUnit) - Method in interface org.gridgain.grid.GridScheduleFuture
Waits for the completion of the next scheduled execution for specified amount of time and returns its result.
get() - Method in interface org.gridgain.grid.GridTaskFuture
Synchronously waits for completion of the computation and returns computation result.
get(long) - Method in interface org.gridgain.grid.GridTaskFuture
Synchronously waits for completion of the computation for up to the timeout specified and returns computation result.
get(long, TimeUnit) - Method in interface org.gridgain.grid.GridTaskFuture
Synchronously waits for completion of the computation for up to the timeout specified and returns computation result.
get() - Method in class org.gridgain.grid.lang.GridNullOpt
Gets option value.
get() - Method in class org.gridgain.grid.lang.GridOpt
Gets a non-null value.
get() - Method in class org.gridgain.grid.lang.GridTuple
Gets value.
get(Object) - Method in class org.gridgain.grid.lang.GridTuple2
get(int) - Method in class org.gridgain.grid.lang.GridTupleV
Retrieves value at given index.
get(int[]) - Method in class org.gridgain.grid.lang.utils.GridAtomicIntegerPair
Gets value of both components and stores them into the given array.
get(int) - Method in class org.gridgain.grid.lang.utils.GridByteArrayList
Gets the element (byte) at the specified position in the list.
get(Object) - Method in class org.gridgain.grid.lang.utils.GridConcurrentLinkedHashMap
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
get(Object) - Method in class org.gridgain.grid.lang.utils.GridLeanMap
get(V) - Method in class org.gridgain.grid.lang.utils.GridListSet
Gets instance e stored in this set for which e.equals(val) returns true.
get(int) - Method in class org.gridgain.grid.lang.utils.GridListSet
Gets value at given index within internal list.
get(Object) - Method in class org.gridgain.grid.lang.utils.GridMapOpt
get(String, K) - Method in interface org.gridgain.grid.spi.GridSpiContext
Gets object from cache.
get(String, K) - Method in interface org.gridgain.grid.spi.GridSpiContext2
Gets object from cache.
get1() - Method in class org.gridgain.grid.lang.GridTuple2
Gets first value.
get1() - Method in class org.gridgain.grid.lang.GridTuple3
Gets first value.
get1() - Method in class org.gridgain.grid.lang.GridTuple4
Gets first value.
get1() - Method in class org.gridgain.grid.lang.GridTuple5
Gets first value.
get2() - Method in class org.gridgain.grid.lang.GridTuple2
Gets second value.
get2() - Method in class org.gridgain.grid.lang.GridTuple3
Gets second value.
get2() - Method in class org.gridgain.grid.lang.GridTuple4
Gets second value.
get2() - Method in class org.gridgain.grid.lang.GridTuple5
Gets second value.
get3() - Method in class org.gridgain.grid.lang.GridTuple3
Gets third value.
get3() - Method in class org.gridgain.grid.lang.GridTuple4
Gets third value.
get3() - Method in class org.gridgain.grid.lang.GridTuple5
Gets third value.
get4() - Method in class org.gridgain.grid.lang.GridTuple4
Gets forth value.
get4() - Method in class org.gridgain.grid.lang.GridTuple5
Gets forth value.
get5() - Method in class org.gridgain.grid.lang.GridTuple5
Gets fifth value.
GET_ADDRS_QRY - Static variable in class org.gridgain.grid.spi.discovery.tcp.ipfinder.jdbc.GridTcpDiscoveryJdbcIpFinder
Query to get addresses.
GET_ALL_IDS_QRY - Static variable in class org.gridgain.grid.spi.discovery.tcp.metricsstore.jdbc.GridTcpDiscoveryJdbcMetricsStore
Query to get all node IDs.
GET_METRICS_QRY - Static variable in class org.gridgain.grid.spi.discovery.tcp.metricsstore.jdbc.GridTcpDiscoveryJdbcMetricsStore
Query to get metrics.
GET_NODE_IDS_QRY - Static variable in class org.gridgain.grid.spi.discovery.tcp.topologystore.jdbc.GridTcpDiscoveryJdbcTopologyStore
Query to get node IDs for eviction.
GET_NODE_STATE_QRY - Static variable in class org.gridgain.grid.spi.discovery.tcp.topologystore.jdbc.GridTcpDiscoveryJdbcTopologyStore
Query to get node state.
GET_NODES_QRY - Static variable in class org.gridgain.grid.spi.discovery.tcp.topologystore.jdbc.GridTcpDiscoveryJdbcTopologyStore
Query to get nodes.
GET_TOP_VER_QRY - Static variable in class org.gridgain.grid.spi.discovery.tcp.topologystore.jdbc.GridTcpDiscoveryJdbcTopologyStore
Query to get topology version.
getAccessKey() - Method in class org.gridgain.grid.spi.checkpoint.s3.GridS3CheckpointSpi
Gets S3 access key.
getAccessKey() - Method in interface org.gridgain.grid.spi.checkpoint.s3.GridS3CheckpointSpiMBean
 
getAckTimeout() - Method in class org.gridgain.grid.spi.discovery.tcp.GridTcpDiscoverySpi
Gets message acknowledgement timeout.
getAckTimeout() - Method in interface org.gridgain.grid.spi.discovery.tcp.GridTcpDiscoverySpiMBean
Gets message acknowledgement timeout.
getActiveCount() - Method in interface org.gridgain.grid.GridExecutorServiceMBean
Returns the approximate number of threads that are actively executing tasks.
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.
getAdminEmails() - Method in interface org.gridgain.grid.GridConfiguration
Gets optional set of admin emails where email notifications will be set.
getAdminEmails() - Method in class org.gridgain.grid.GridConfigurationAdapter
Gets optional set of admin emails where email notifications will be set.
getAffinity() - Method in interface org.gridgain.grid.cache.GridCacheConfiguration
Gets key topology resolver to provide mapping from keys to nodes.
getAffinity() - Method in class org.gridgain.grid.cache.GridCacheConfigurationAdapter
Gets key topology resolver to provide mapping from keys to nodes.
getAffinityMapper() - Method in interface org.gridgain.grid.cache.GridCacheConfiguration
Affinity key mapper used to provide custom affinity key for any given key.
getAffinityMapper() - Method in class org.gridgain.grid.cache.GridCacheConfigurationAdapter
Affinity key mapper used to provide custom affinity key for any given key.
getAll(Collection<? extends K>, GridPredicate<? super GridCacheEntry<K, V>>...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Retrieves values mapped to the specified keys from cache.
getAll(K...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Retrieves values mapped to the specified keys from cache.
getAll(GridPredicate<? super GridCacheEntry<K, V>>...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Retrieves all values whose entries pass the provided filter.
getAll() - Method in class org.gridgain.grid.lang.GridTupleV
Gets internal array.
getAllAsync(Collection<? extends K>, GridPredicate<? super GridCacheEntry<K, V>>...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Asynchronously retrieves values mapped to the specified keys from cache.
getAllAsync(K...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Asynchronously retrieves values mapped to the specified keys from cache.
getAllAsync(GridPredicate<? super GridCacheEntry<K, V>>...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Asynchronously retrieves all values whose entries pass the provided filter.
getAndAdd(long) - Method in interface org.gridgain.grid.cache.datastructures.GridCacheAtomicLong
Gets current value of atomic long and adds l.
getAndAdd(long) - Method in interface org.gridgain.grid.cache.datastructures.GridCacheAtomicSequence
Gets current value of atomic sequence and adds l elements.
getAndAddAsync(long) - Method in interface org.gridgain.grid.cache.datastructures.GridCacheAtomicLong
Gets current value of atomic long and adds l asynchronously.
getAndAddAsync(long) - Method in interface org.gridgain.grid.cache.datastructures.GridCacheAtomicSequence
Asynchronously gets current value of atomic sequence and adds l elements.
getAndDecrement() - Method in interface org.gridgain.grid.cache.datastructures.GridCacheAtomicLong
Gets and decrements current value of atomic long.
getAndDecrementAsync() - Method in interface org.gridgain.grid.cache.datastructures.GridCacheAtomicLong
Gets and decrements current value of atomic long asynchronously.
getAndDecrementFirst() - Method in class org.gridgain.grid.lang.utils.GridAtomicIntegerPair
Atomically decrements value of first int in pair and returns previous value.
getAndDecrementSecond() - Method in class org.gridgain.grid.lang.utils.GridAtomicIntegerPair
Atomically decrements value of second int in pair and returns previous value.
getAndIncrement() - Method in interface org.gridgain.grid.cache.datastructures.GridCacheAtomicLong
Gets and increments current value of atomic long.
getAndIncrement() - Method in interface org.gridgain.grid.cache.datastructures.GridCacheAtomicSequence
Gets and increments current value of atomic sequence.
getAndIncrementAsync() - Method in interface org.gridgain.grid.cache.datastructures.GridCacheAtomicLong
Gets and increments current value of atomic long asynchronously.
getAndIncrementAsync() - Method in interface org.gridgain.grid.cache.datastructures.GridCacheAtomicSequence
Asynchronously increments atomic sequence value and returns previous atomic sequence value.
getAndIncrementFirst() - Method in class org.gridgain.grid.lang.utils.GridAtomicIntegerPair
Atomically increments value of first int in pair and returns previous value.
getAndIncrementSecond() - Method in class org.gridgain.grid.lang.utils.GridAtomicIntegerPair
Atomically increments value of second int in pair and returns previous value.
getAndSet(long) - Method in interface org.gridgain.grid.cache.datastructures.GridCacheAtomicLong
Gets current value of atomic long and sets new value l of atomic long.
getAndSetAsync(long) - Method in interface org.gridgain.grid.cache.datastructures.GridCacheAtomicLong
Gets current value of atomic long and sets new value l of atomic long asynchronously.
getArray() - Method in class org.gridgain.grid.lang.utils.GridByteArrayList
Gets copy of internal array.
getAsync() - Method in interface org.gridgain.grid.cache.datastructures.GridCacheAtomicLong
Gets current value of atomic long asynchronously.
getAsync() - Method in interface org.gridgain.grid.cache.datastructures.GridCacheAtomicReference
Gets both current value of an atomic reference asynchronously.
getAsync() - Method in interface org.gridgain.grid.cache.datastructures.GridCacheAtomicStamped
Gets both current value and current stamp of atomic stamped asynchronously.
getAsync() - Method in interface org.gridgain.grid.cache.datastructures.GridCacheQueue
Try to retrieve but does not remove the tail of this queue asynchronously.
getAsync(GridPredicate<? super GridCacheEntry<K, V>>...) - Method in interface org.gridgain.grid.cache.GridCacheEntry
This method has the same semantic as GridCacheProjection.getAsync(Object, GridPredicate[]) method.
getAsync(K, GridPredicate<? super GridCacheEntry<K, V>>...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Asynchronously retrieves value mapped to the specified key from cache.
getAtomicSequenceReserveSize() - Method in interface org.gridgain.grid.cache.GridCacheConfiguration
Gets default number of sequence values reserved for GridCacheAtomicSequence instances.
getAtomicSequenceReserveSize() - Method in class org.gridgain.grid.cache.GridCacheConfigurationAdapter
Gets default number of sequence values reserved for GridCacheAtomicSequence instances.
getAttribute(K) - Method in interface org.gridgain.grid.GridJobContext
Gets attribute from this job context.
getAttribute(K) - Method in interface org.gridgain.grid.GridTaskSession
Gets an attribute set by GridTaskSession.setAttribute(Object, Object) 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.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.
getAutoIndexQueryTypes() - Method in interface org.gridgain.grid.cache.GridCacheConfiguration
Gets query types to use to auto index values of boxed and unboxed primitive types, Strings and Dates.
getAutoIndexQueryTypes() - Method in class org.gridgain.grid.cache.GridCacheConfigurationAdapter
Gets query types to use to auto index values of boxed and unboxed primitive types, Strings and Dates.
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 interface org.gridgain.grid.GridProjectionMetrics
Gets average number of active jobs that concurrently run nodes in the projection.
getAverageActiveJobs() - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
Gets average number of active jobs concurrently executing on the node.
getAverageBusyTimePercentage() - Method in interface org.gridgain.grid.GridProjectionMetrics
Gets average busy time for nodes in the projection.
getAverageCancelledJobs() - Method in interface org.gridgain.grid.GridNodeMetrics
Gets average number of cancelled jobs this node ever had running concurrently.
getAverageCancelledJobs() - Method in interface org.gridgain.grid.GridProjectionMetrics
Gets average number of cancelled jobs that concurrently run nodes in the projection.
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 interface org.gridgain.grid.GridProjectionMetrics
Gets average CPU load for nodes in the projection.
getAverageCpuLoad() - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
Gets average of CPU load values over all metrics kept in the history.
getAverageCpusPerNode() - Method in interface org.gridgain.grid.GridProjectionMetrics
Gets average number of available processors for nodes in the projection.
getAverageDaemonThreadCount() - Method in interface org.gridgain.grid.GridProjectionMetrics
Gets average number of daemon threads for nodes in the projection.
getAverageHeapMemoryCommitted() - Method in interface org.gridgain.grid.GridProjectionMetrics
Gets average amount of committed heap memory for nodes in the projection.
getAverageHeapMemoryInitialized() - Method in interface org.gridgain.grid.GridProjectionMetrics
Gets average amount of initialized heap memory for nodes in the projection.
getAverageHeapMemoryMaximum() - Method in interface org.gridgain.grid.GridProjectionMetrics
Gets minimum amount of maximum heap memory for nodes in the projection.
getAverageHeapMemoryUsed() - Method in interface org.gridgain.grid.GridProjectionMetrics
Gets average amount of used heap memory for nodes in the projection.
getAverageIdleTime() - Method in interface org.gridgain.grid.GridProjectionMetrics
Gets average idle time for nodes in the projection.
getAverageJobExecuteTime() - Method in interface org.gridgain.grid.GridNodeMetrics
Gets average time a job takes to execute on the node.
getAverageJobExecuteTime() - Method in interface org.gridgain.grid.GridProjectionMetrics
Gets average job execution time for nodes in the projection.
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 interface org.gridgain.grid.GridProjectionMetrics
Gets average job wait time for nodes in the projection.
getAverageJobWaitTime() - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
Gets average time jobs spend waiting in the queue to be executed.
getAverageNodesPerHost() - Method in interface org.gridgain.grid.GridProjectionMetrics
Gets average number of nodes per host.
getAverageNonHeapMemoryCommitted() - Method in interface org.gridgain.grid.GridProjectionMetrics
Gets average amount of committed non-heap memory for nodes in the projection.
getAverageNonHeapMemoryInitialized() - Method in interface org.gridgain.grid.GridProjectionMetrics
Gets average amount of initialized non-heap memory for nodes in the projection.
getAverageNonHeapMemoryMaximum() - Method in interface org.gridgain.grid.GridProjectionMetrics
Gets average amount of maximum non-heap memory for nodes in the projection.
getAverageNonHeapMemoryUsed() - Method in interface org.gridgain.grid.GridProjectionMetrics
Gets average amount of used non-heap memory for nodes in the projection.
getAverageRejectedJobs() - Method in interface org.gridgain.grid.GridNodeMetrics
Gets average number of jobs this node rejects during collision resolution operations.
getAverageRejectedJobs() - Method in interface org.gridgain.grid.GridProjectionMetrics
Gets average number of rejected jobs that concurrently run nodes in the projection.
getAverageRejectedJobs() - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
Gets average number of jobs this node rejects during collision resolution operations.
getAverageThreadCount() - Method in interface org.gridgain.grid.GridProjectionMetrics
Gets average number of threads for nodes in the projection.
getAverageUpTime() - Method in interface org.gridgain.grid.GridProjectionMetrics
Gets average up time for nodes in the projection.
getAverageWaitingJobs() - Method in interface org.gridgain.grid.GridNodeMetrics
Gets average number of waiting jobs this node had queued.
getAverageWaitingJobs() - Method in interface org.gridgain.grid.GridProjectionMetrics
Gets average number of waiting jobs that concurrently run nodes in the projection.
getAverageWaitingJobs() - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
Gets average number of waiting jobs this node had queued.
getAvgMessageProcessingTime() - Method in class org.gridgain.grid.spi.discovery.tcp.GridTcpDiscoverySpi
Gets avg message processing time.
getAvgMessageProcessingTime() - Method in interface org.gridgain.grid.spi.discovery.tcp.GridTcpDiscoverySpiMBean
Gets avg message processing time.
getBackupFilter() - Method in class org.gridgain.grid.cache.affinity.partitioned.GridCachePartitionedAffinity
Gets optional backup filter.
getBalancedNode(GridJob, Collection<GridNode>) - 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 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.
getBucketName() - Method in class org.gridgain.grid.spi.checkpoint.s3.GridS3CheckpointSpi
Gets S3 bucket name to use.
getBucketName() - Method in interface org.gridgain.grid.spi.checkpoint.s3.GridS3CheckpointSpiMBean
Gets S3 bucket name to use.
getBufferHitCount() - Method in class org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpi
Gets buffer hit count.
getBufferHitCount() - Method in interface org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpiMBean
Gets buffer hit count.
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.
getCacheConfiguration() - Method in interface org.gridgain.grid.GridConfiguration
Gets configuration (descriptors) for all caches.
getCacheConfiguration() - Method in class org.gridgain.grid.GridConfigurationAdapter
Gets configuration (descriptors) for all caches.
getCacheMode() - Method in interface org.gridgain.grid.cache.GridCacheConfiguration
Gets caching mode to use.
getCacheMode() - Method in class org.gridgain.grid.cache.GridCacheConfigurationAdapter
Gets caching mode to use.
getCacheName() - Method in class org.gridgain.grid.spi.checkpoint.cache.GridCacheCheckpointSpi
Gets cache name to be used by this SPI..
getCacheName() - Method in interface org.gridgain.grid.spi.checkpoint.cache.GridCacheCheckpointSpiMBean
Gets cache name to be used by this SPI..
getCapacity() - Method in class org.gridgain.grid.lang.utils.GridByteArrayList
Gets initial capacity of the list.
getCause(Class<T>) - Method in exception org.gridgain.grid.GridException
Gets first exception of given class from 'cause' hierarchy if any.
getCause(Class<T>) - Method in exception org.gridgain.grid.GridRuntimeException
Gets first exception of given class from 'cause' hierarchy if any.
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.
getCheckpointSpiFormatted() - Method in interface org.gridgain.grid.GridKernalMBean
Gets a formatted instance of configured checkpoint SPI implementation.
getCheckpointTableName() - Method in class org.gridgain.grid.spi.checkpoint.jdbc.GridJdbcCheckpointSpi
Gets checkpoint table name.
getCheckpointTableName() - Method in interface org.gridgain.grid.spi.checkpoint.jdbc.GridJdbcCheckpointSpiMBean
Gets checkpoint table name.
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.GridDeploymentResource
Gets resource class loader.
getClassLoader() - Method in class org.gridgain.grid.spi.deployment.GridDeploymentResourceAdapter
Gets resource class loader.
getClassName() - Method in class org.gridgain.grid.cache.jta.reflect.GridCacheReflectionTmLookup
Gets class name to use.
getCloner() - Method in interface org.gridgain.grid.cache.GridCacheConfiguration
Cloner to be used for cloning values that are returned to user only if GridCacheFlag.CLONE is set on GridCacheProjection.
getCloner() - Method in class org.gridgain.grid.cache.GridCacheConfigurationAdapter
Cloner to be used for cloning values that are returned to user only if GridCacheFlag.CLONE is set on GridCacheProjection.
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.
getCollisionSpiFormatted() - Method in interface org.gridgain.grid.GridKernalMBean
Gets a formatted instance of configured collision SPI implementations.
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.
getCommunicationSpiFormatted() - Method in interface org.gridgain.grid.GridKernalMBean
Gets a formatted instance of fully configured SPI communication implementation.
getCompletedTaskCount() - Method in interface org.gridgain.grid.GridExecutorServiceMBean
Returns the approximate total number of tasks that have completed execution.
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.tomcat.GridTomcatLoader
Gets previously set Spring configuration file.
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.
getConfigurationPath() - Method in class org.gridgain.grid.test.junit3.GridJunit3TestSuite
Gets path to GridGain configuration file.
getConfigurationPath() - Method in class org.gridgain.grid.test.junit4.GridJunit4Suite
Gets path to GridGain configuration file.
getConnectTimeout() - Method in class org.gridgain.grid.segmentation.tcp.GridTcpSegmentationResolver
Gets connect timeout.
getConnectTimeout() - Method in class org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpi
Gets connect timeout used when establishing connection with remote nodes.
getConnectTimeout() - Method in interface org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpiMBean
Gets connect timeout used when establishing connection with remote nodes.
getConsistentAttributeNames() - Method in class org.gridgain.grid.spi.checkpoint.sharedfs.GridSharedFsCheckpointSpi
Returns back a list of attributes that should be consistent for this SPI.
getConsistentAttributeNames() - Method in class org.gridgain.grid.spi.collision.jobstealing.GridJobStealingCollisionSpi
Returns back a list of attributes that should be consistent for this SPI.
getConsistentAttributeNames() - Method in class org.gridgain.grid.spi.collision.priorityqueue.GridPriorityQueueCollisionSpi
Returns back a list of attributes that should be consistent for this SPI.
getConsistentAttributeNames() - Method in class org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpi
Returns back a list of attributes that should be consistent for this SPI.
getConsistentAttributeNames() - Method in class org.gridgain.grid.spi.deployment.local.GridLocalDeploymentSpi
Returns back a list of attributes that should be consistent for this SPI.
getConsistentAttributeNames() - Method in class org.gridgain.grid.spi.deployment.uri.GridUriDeploymentSpi
Returns back a list of attributes that should be consistent for this SPI.
getConsistentAttributeNames() - Method in class org.gridgain.grid.spi.discovery.multicast.GridMulticastDiscoverySpi
Returns back a list of attributes that should be consistent for this SPI.
getConsistentAttributeNames() - Method in class org.gridgain.grid.spi.failover.always.GridAlwaysFailoverSpi
Returns back a list of attributes that should be consistent for this SPI.
getConsistentAttributeNames() - Method in class org.gridgain.grid.spi.failover.jobstealing.GridJobStealingFailoverSpi
Returns back a list of attributes that should be consistent for this SPI.
getConsistentAttributeNames() - Method in class org.gridgain.grid.spi.GridSpiAdapter
Returns back a list of attributes that should be consistent for this SPI.
getConsistentAttributeNames() - Method in class org.gridgain.grid.spi.loadbalancing.weightedrandom.GridWeightedRandomLoadBalancingSpi
Returns back a list of attributes that should be consistent for this SPI.
getCoordinator() - Method in class org.gridgain.grid.spi.discovery.tcp.GridTcpDiscoverySpi
Gets current coordinator.
getCoordinator() - Method in interface org.gridgain.grid.spi.discovery.tcp.GridTcpDiscoverySpiMBean
Gets current coordinator.
getCoordinatorSinceTimestamp() - Method in class org.gridgain.grid.spi.discovery.tcp.GridTcpDiscoverySpi
Gets time local node has been coordinator since.
getCoordinatorSinceTimestamp() - Method in interface org.gridgain.grid.spi.discovery.tcp.GridTcpDiscoverySpiMBean
Gets time local node has been coordinator since.
getCopyright() - Method in interface org.gridgain.grid.GridKernalMBean
Gets copyright statement for GridGain product.
getCorePoolSize() - Method in interface org.gridgain.grid.GridExecutorServiceMBean
Returns the core number of threads.
getCountOverflowRatio() - Method in class org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpi
Gets count overflow ratio.
getCountOverflowRatio() - Method in interface org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpiMBean
Gets count overflow ratio.
getCurrentActiveJobs() - Method in interface org.gridgain.grid.GridNodeMetrics
Gets number of currently active jobs concurrently executing on the node.
getCurrentActiveJobs() - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
Gets number of currently active jobs concurrently executing on the node.
getCurrentActiveJobsCount() - Method in class org.gridgain.grid.spi.collision.jobstealing.GridJobStealingCollisionSpi
Gets current number of jobs that are being executed.
getCurrentActiveJobsCount() - Method in interface org.gridgain.grid.spi.collision.jobstealing.GridJobStealingCollisionSpiMBean
Gets current number of jobs that are being executed.
getCurrentActiveJobsNumber() - Method in class org.gridgain.grid.spi.collision.fifoqueue.GridFifoQueueCollisionSpi
Gets current number of jobs that are active, i.e.
getCurrentActiveJobsNumber() - Method in interface org.gridgain.grid.spi.collision.fifoqueue.GridFifoQueueCollisionSpiMBean
Gets current number of jobs that are active, i.e.
getCurrentActiveJobsNumber() - Method in class org.gridgain.grid.spi.collision.priorityqueue.GridPriorityQueueCollisionSpi
Gets current number of jobs that are active, i.e.
getCurrentActiveJobsNumber() - Method in interface org.gridgain.grid.spi.collision.priorityqueue.GridPriorityQueueCollisionSpiMBean
Gets current number of jobs that are active, i.e.
getCurrentCancelledJobs() - Method in interface org.gridgain.grid.GridNodeMetrics
Gets number of cancelled jobs that are still running.
getCurrentCancelledJobs() - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
Gets number of cancelled jobs that are still running.
getCurrentCpuLoad() - Method in interface org.gridgain.grid.GridNodeMetrics
Returns the system load average for the last minute.
getCurrentCpuLoad() - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
Returns the system load average for the last minute.
getCurrentCpuLoad() - Method in interface org.gridgain.grid.spi.metrics.GridLocalMetrics
Returns the system load average for the last minute.
getCurrentCpuLoad() - Method in class org.gridgain.grid.spi.metrics.GridLocalMetricsAdapter
Returns the system load average for the last minute.
getCurrentCpuLoad() - Method in class org.gridgain.grid.spi.metrics.jdk.GridJdkLocalMetricsSpi
Returns the system load average for the last minute.
getCurrentDaemonThreadCount() - Method in interface org.gridgain.grid.GridNodeMetrics
Returns the current number of live daemon threads.
getCurrentDaemonThreadCount() - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
Returns the current number of live daemon threads.
getCurrentDirectoryPath() - Method in class org.gridgain.grid.spi.checkpoint.sharedfs.GridSharedFsCheckpointSpi
Gets path to the directory where all checkpoints are saved.
getCurrentDirectoryPath() - Method in interface org.gridgain.grid.spi.checkpoint.sharedfs.GridSharedFsCheckpointSpiMBean
Gets path to the directory where all checkpoints are saved.
getCurrentHeldJobsNumber() - Method in class org.gridgain.grid.spi.collision.fifoqueue.GridFifoQueueCollisionSpi
Gets number of currently 'held' jobs.
getCurrentHeldJobsNumber() - Method in interface org.gridgain.grid.spi.collision.fifoqueue.GridFifoQueueCollisionSpiMBean
Gets number of currently 'held' jobs.
getCurrentHeldJobsNumber() - Method in class org.gridgain.grid.spi.collision.jobstealing.GridJobStealingCollisionSpi
Gets number of currently 'held' jobs.
getCurrentHeldJobsNumber() - Method in interface org.gridgain.grid.spi.collision.jobstealing.GridJobStealingCollisionSpiMBean
Gets number of currently 'held' jobs.
getCurrentHeldJobsNumber() - Method in class org.gridgain.grid.spi.collision.priorityqueue.GridPriorityQueueCollisionSpi
Gets number of currently 'held' jobs.
getCurrentHeldJobsNumber() - Method in interface org.gridgain.grid.spi.collision.priorityqueue.GridPriorityQueueCollisionSpiMBean
Gets number of currently 'held' jobs.
getCurrentIdleTime() - Method in interface org.gridgain.grid.GridNodeMetrics
Gets time this node spend idling since executing last job.
getCurrentIdleTime() - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
Gets time this node spend idling since executing last job.
getCurrentJobExecuteTime() - Method in interface org.gridgain.grid.GridNodeMetrics
Gets longest time a current job has been executing for.
getCurrentJobExecuteTime() - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
Gets longest time a current job has been executing for.
getCurrentJobsToStealCount() - Method in class org.gridgain.grid.spi.collision.jobstealing.GridJobStealingCollisionSpi
Gets current number of jobs to be stolen.
getCurrentJobsToStealCount() - Method in interface org.gridgain.grid.spi.collision.jobstealing.GridJobStealingCollisionSpiMBean
Gets current number of jobs to be stolen.
getCurrentJobWaitTime() - Method in interface org.gridgain.grid.GridNodeMetrics
Gets current time an oldest jobs has spent waiting to be executed.
getCurrentJobWaitTime() - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
Gets current time an oldest jobs has spent waiting to be executed.
getCurrentQueueSize() - Method in class org.gridgain.grid.cache.eviction.lirs.GridCacheLirsEvictionPolicy
 
getCurrentQueueSize() - Method in interface org.gridgain.grid.cache.eviction.lirs.GridCacheLirsEvictionPolicyMBean
Gets current HIRS queue size.
getCurrentRejectedJobs() - Method in interface org.gridgain.grid.GridNodeMetrics
Gets number of jobs rejected after more recent collision resolution operation.
getCurrentRejectedJobs() - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
Gets number of jobs rejected after more recent collision resolution operation.
getCurrentRunningJobsNumber() - Method in class org.gridgain.grid.spi.collision.fifoqueue.GridFifoQueueCollisionSpi
getCurrentRunningJobsNumber() - Method in interface org.gridgain.grid.spi.collision.fifoqueue.GridFifoQueueCollisionSpiMBean
 
getCurrentRunningJobsNumber() - Method in class org.gridgain.grid.spi.collision.jobstealing.GridJobStealingCollisionSpi
getCurrentRunningJobsNumber() - Method in interface org.gridgain.grid.spi.collision.jobstealing.GridJobStealingCollisionSpiMBean
 
getCurrentRunningJobsNumber() - Method in class org.gridgain.grid.spi.collision.priorityqueue.GridPriorityQueueCollisionSpi
getCurrentRunningJobsNumber() - Method in interface org.gridgain.grid.spi.collision.priorityqueue.GridPriorityQueueCollisionSpiMBean
 
getCurrentSize() - Method in class org.gridgain.grid.cache.eviction.fifo.GridCacheFifoEvictionPolicy
Gets current queue size.
getCurrentSize() - Method in interface org.gridgain.grid.cache.eviction.fifo.GridCacheFifoEvictionPolicyMBean
Gets current queue size.
getCurrentSize() - Method in class org.gridgain.grid.cache.eviction.lru.GridCacheLruEvictionPolicy
Gets current queue size.
getCurrentSize() - Method in interface org.gridgain.grid.cache.eviction.lru.GridCacheLruEvictionPolicyMBean
Gets current queue size.
getCurrentStackSize() - Method in class org.gridgain.grid.cache.eviction.lirs.GridCacheLirsEvictionPolicy
 
getCurrentStackSize() - Method in interface org.gridgain.grid.cache.eviction.lirs.GridCacheLirsEvictionPolicyMBean
Gets current main stack size.
getCurrentThreadCount() - Method in interface org.gridgain.grid.GridNodeMetrics
Returns the current number of live threads including both daemon and non-daemon threads.
getCurrentThreadCount() - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
Returns the current number of live threads including both daemon and non-daemon threads.
getCurrentWaitingJobs() - Method in interface org.gridgain.grid.GridNodeMetrics
Gets number of queued jobs currently waiting to be executed.
getCurrentWaitingJobs() - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
Gets number of queued jobs currently waiting to be executed.
getCurrentWaitJobsCount() - Method in class org.gridgain.grid.spi.collision.jobstealing.GridJobStealingCollisionSpi
Gets current number of jobs that wait for the execution.
getCurrentWaitJobsCount() - Method in interface org.gridgain.grid.spi.collision.jobstealing.GridJobStealingCollisionSpiMBean
Gets current number of jobs that wait for the execution.
getCurrentWaitJobsNumber() - Method in class org.gridgain.grid.spi.collision.fifoqueue.GridFifoQueueCollisionSpi
Gets current number of jobs that wait for the execution.
getCurrentWaitJobsNumber() - Method in interface org.gridgain.grid.spi.collision.fifoqueue.GridFifoQueueCollisionSpiMBean
Gets current number of jobs that wait for the execution.
getCurrentWaitJobsNumber() - Method in class org.gridgain.grid.spi.collision.priorityqueue.GridPriorityQueueCollisionSpi
Gets current number of jobs that wait for the execution.
getCurrentWaitJobsNumber() - Method in interface org.gridgain.grid.spi.collision.priorityqueue.GridPriorityQueueCollisionSpiMBean
Gets current number of jobs that wait for the execution.
getDaemonThreadCount() - Method in interface org.gridgain.grid.spi.metrics.GridLocalMetrics
Returns the current number of live daemon threads.
getDaemonThreadCount() - Method in class org.gridgain.grid.spi.metrics.GridLocalMetricsAdapter
Returns the current number of live daemon threads.
getDaemonThreadCount() - Method in class org.gridgain.grid.spi.metrics.jdk.GridJdkLocalMetricsSpi
Returns the current number of live daemon threads.
getData() - Method in interface org.gridgain.grid.GridJobResult
Gets data returned by remote job if it didn't fail.
getDataSourceInfo() - Method in class org.gridgain.grid.spi.checkpoint.jdbc.GridJdbcCheckpointSpi
Gets data source description.
getDataSourceInfo() - Method in interface org.gridgain.grid.spi.checkpoint.jdbc.GridJdbcCheckpointSpiMBean
Gets data source description.
getDefaultLockTimeout() - Method in interface org.gridgain.grid.cache.GridCacheConfiguration
Gets default lock acquisition timeout.
getDefaultLockTimeout() - Method in class org.gridgain.grid.cache.GridCacheConfigurationAdapter
Gets default lock acquisition timeout.
getDefaultPriority() - Method in class org.gridgain.grid.spi.collision.priorityqueue.GridPriorityQueueCollisionSpi
Gets default priority to use if a job does not have priority attribute set.
getDefaultPriority() - Method in interface org.gridgain.grid.spi.collision.priorityqueue.GridPriorityQueueCollisionSpiMBean
Gets default priority to use if a job does not have priority attribute set.
getDefaultQueryTimeout() - Method in interface org.gridgain.grid.cache.GridCacheConfiguration
Gets default query timeout.
getDefaultQueryTimeout() - Method in class org.gridgain.grid.cache.GridCacheConfigurationAdapter
Gets default query timeout.
getDefaultReplicas() - Method in class org.gridgain.grid.cache.affinity.partitioned.GridCachePartitionedAffinity
Gets default count of virtual replicas in consistent hash ring.
getDefaultTimeToLive() - Method in interface org.gridgain.grid.cache.GridCacheConfiguration
Gets time to live for all objects in cache.
getDefaultTimeToLive() - Method in class org.gridgain.grid.cache.GridCacheConfigurationAdapter
 
getDefaultTxConcurrency() - Method in interface org.gridgain.grid.cache.GridCacheConfiguration
Default cache transaction concurrency to use when one is not explicitly specified.
getDefaultTxConcurrency() - Method in class org.gridgain.grid.cache.GridCacheConfigurationAdapter
Default cache transaction concurrency to use when one is not explicitly specified.
getDefaultTxIsolation() - Method in interface org.gridgain.grid.cache.GridCacheConfiguration
Default cache transaction isolation to use when one is not explicitly specified.
getDefaultTxIsolation() - Method in class org.gridgain.grid.cache.GridCacheConfigurationAdapter
Default cache transaction isolation to use when one is not explicitly specified.
getDefaultTxTimeout() - Method in interface org.gridgain.grid.cache.GridCacheConfiguration
Gets default transaction timeout.
getDefaultTxTimeout() - Method in class org.gridgain.grid.cache.GridCacheConfigurationAdapter
Gets default transaction timeout.
getDeploymentMode() - Method in interface org.gridgain.grid.GridConfiguration
Gets deployment mode for deploying tasks and other classes on this node.
getDeploymentMode() - Method in class org.gridgain.grid.GridConfigurationAdapter
Gets deployment mode for deploying tasks and other classes on this node.
getDeploymentSpi() - Method in interface org.gridgain.grid.GridConfiguration
Should return fully configured deployment SPI implementation.
getDeploymentSpi() - Method in class org.gridgain.grid.GridConfigurationAdapter
Should return fully configured deployment SPI implementation.
getDeploymentSpiFormatted() - Method in interface org.gridgain.grid.GridKernalMBean
Gets a formatted instance of fully configured deployment SPI implementation.
getDgcFrequency() - Method in interface org.gridgain.grid.cache.GridCacheConfiguration
Gets frequency at which distributed garbage collector will check other nodes if there are any zombie locks left over.
getDgcFrequency() - Method in class org.gridgain.grid.cache.GridCacheConfigurationAdapter
Gets frequency at which distributed garbage collector will check other nodes if there are any zombie locks left over.
getDgcSuspectLockTimeout() - Method in interface org.gridgain.grid.cache.GridCacheConfiguration
Gets timeout after which locks are considered to be suspicious.
getDgcSuspectLockTimeout() - Method in class org.gridgain.grid.cache.GridCacheConfigurationAdapter
Gets timeout after which locks are considered to be suspicious.
getDhtEvictQueueCurrentSize() - Method in interface org.gridgain.grid.cache.GridCacheMBean
Gets current size of evict queue used to batch up evictions.
getDirectoryPaths() - Method in class org.gridgain.grid.spi.checkpoint.sharedfs.GridSharedFsCheckpointSpi
Gets collection of all configured paths where checkpoints can be saved.
getDirectoryPaths() - Method in interface org.gridgain.grid.spi.checkpoint.sharedfs.GridSharedFsCheckpointSpiMBean
Gets collection of all configured paths where checkpoints can be saved.
getDisabledSubsystems() - Method in interface org.gridgain.grid.GridEnterpriseLicense
Gets a comma separated list of disabled subsystems.
getDiscoverySpi() - Method in interface org.gridgain.grid.GridConfiguration
Should return fully configured discovery SPI implementation.
getDiscoverySpi() - Method in class org.gridgain.grid.GridConfigurationAdapter
Should return fully configured discovery SPI implementation.
getDiscoverySpiFormatted() - Method in interface org.gridgain.grid.GridKernalMBean
Gets a formatted instance of configured discovery SPI implementation.
getDiscoveryStartupDelay() - Method in interface org.gridgain.grid.GridConfiguration
This value is used to expire messages from waiting list whenever node discovery discrepancies happen.
getDiscoveryStartupDelay() - Method in class org.gridgain.grid.GridConfigurationAdapter
This value is used to expire messages from waiting list whenever node discovery discrepancies happen.
getDiskReadCount() - Method in class org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpi
Gets disk access count.
getDiskReadCount() - Method in interface org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpiMBean
Gets disk access count.
getDoubleScore() - Method in class org.gridgain.grid.benchmarks.GridLocalNodeBenchmark
Gets relative score of double operations for this benchmark on the local node.
getEndTime() - Method in interface org.gridgain.grid.GridTaskSession
Gets end of computation time for the task.
getEntireArray() - Method in class org.gridgain.grid.lang.utils.GridByteArrayList
Returns internal array if it represents the whole length, otherwise returns the result of GridByteArrayList.getArray().
getEventStorageSpi() - Method in interface org.gridgain.grid.GridConfiguration
Should return fully configured event SPI implementation.
getEventStorageSpi() - Method in class org.gridgain.grid.GridConfigurationAdapter
Should return fully configured event SPI implementation.
getEventStorageSpiFormatted() - Method in interface org.gridgain.grid.GridKernalMBean
Gets a formatted instance of fully configured event SPI implementation.
getEvictingThreadsCount() - Method in class org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpi
Gets evicting threads count.
getEvictingThreadsCount() - Method in interface org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpiMBean
Gets evicting threads count.
getEvictionFilter() - Method in interface org.gridgain.grid.cache.GridCacheConfiguration
Gets eviction filter to specify which entries should not be evicted (except explicit evict by calling GridCacheEntry.evict(GridPredicate[])).
getEvictionFilter() - Method in class org.gridgain.grid.cache.GridCacheConfigurationAdapter
Gets eviction filter to specify which entries should not be evicted (except explicit evict by calling GridCacheEntry.evict(GridPredicate[])).
getEvictionPolicy() - Method in interface org.gridgain.grid.cache.GridCacheConfiguration
Gets cache eviction policy.
getEvictionPolicy() - Method in class org.gridgain.grid.cache.GridCacheConfigurationAdapter
Gets cache eviction policy.
getEvictionSessionTimeout() - Method in class org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpi
Gets eviction session timeout.
getEvictionSessionTimeout() - Method in interface org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpiMBean
Gets eviction session timeout.
getEvictMaxOverflowRatio() - Method in interface org.gridgain.grid.cache.GridCacheConfiguration
This value denotes the maximum size of eviction queue in percents of cache size in case of distributed cache (replicated and partitioned) and using synchronized eviction (that is if GridCacheConfiguration.isEvictSynchronized() returns true).
getEvictMaxOverflowRatio() - Method in class org.gridgain.grid.cache.GridCacheConfigurationAdapter
This value denotes the maximum size of eviction queue in percents of cache size in case of distributed cache (replicated and partitioned) and using synchronized eviction (that is if GridCacheConfiguration.isEvictSynchronized() returns true).
getEvictSynchronisedKeyBufferSize() - Method in interface org.gridgain.grid.cache.GridCacheConfiguration
Gets size of the key buffer for synchronous evictions.
getEvictSynchronisedKeyBufferSize() - Method in class org.gridgain.grid.cache.GridCacheConfigurationAdapter
Gets size of the key buffer for synchronous evictions.
getEvictSynchronizedConcurrencyLevel() - Method in interface org.gridgain.grid.cache.GridCacheConfiguration
Gets synchronous eviction concurrency level.
getEvictSynchronizedConcurrencyLevel() - Method in class org.gridgain.grid.cache.GridCacheConfigurationAdapter
Gets synchronous eviction concurrency level.
getEvictSynchronizedTimeout() - Method in interface org.gridgain.grid.cache.GridCacheConfiguration
Gets synchronous eviction timeout.
getEvictSynchronizedTimeout() - Method in class org.gridgain.grid.cache.GridCacheConfigurationAdapter
Gets synchronous eviction timeout.
getException() - Method in interface org.gridgain.grid.GridJobResult
Gets exception produced by execution of remote job, or null if remote execution finished normally and did not produce any exceptions.
getExcludeEventTypes() - Method in interface org.gridgain.grid.GridConfiguration
Gets array of event types, which will not be recorded.
getExcludeEventTypes() - Method in class org.gridgain.grid.GridConfigurationAdapter
Gets array of event types, which will not be recorded.
getExecutorService() - Method in interface org.gridgain.grid.GridConfiguration
Should return an instance of fully configured thread pool to be used in grid.
getExecutorService() - Method in class org.gridgain.grid.GridConfigurationAdapter
Should return an instance of fully configured thread pool to be used in grid.
getExecutorServiceFormatted() - Method in interface org.gridgain.grid.GridKernalMBean
Gets a formatted instance of fully configured thread pool that is used in grid.
getExecutorServiceShutdown() - Method in interface org.gridgain.grid.GridConfiguration
Shutdown flag for executor service.
getExecutorServiceShutdown() - Method in class org.gridgain.grid.GridConfigurationAdapter
Shutdown flag for executor service.
getExpireAgeMs() - Method in class org.gridgain.grid.spi.eventstorage.memory.GridMemoryEventStorageSpi
Gets event time-to-live value.
getExpireAgeMs() - Method in interface org.gridgain.grid.spi.eventstorage.memory.GridMemoryEventStorageSpiMBean
Gets event time-to-live value.
getExpireCount() - Method in class org.gridgain.grid.spi.eventstorage.memory.GridMemoryEventStorageSpi
Gets maximum event queue size.
getExpireCount() - Method in interface org.gridgain.grid.spi.eventstorage.memory.GridMemoryEventStorageSpiMBean
Gets maximum event queue size.
getExpireDate() - Method in interface org.gridgain.grid.GridEnterpriseLicense
Gets expire date.
getExpireDateFieldName() - Method in class org.gridgain.grid.spi.checkpoint.jdbc.GridJdbcCheckpointSpi
Gets expiration date field name for checkpoint table.
getExpireDateFieldName() - Method in interface org.gridgain.grid.spi.checkpoint.jdbc.GridJdbcCheckpointSpiMBean
Gets expiration date field name for checkpoint table.
getExpireDateFieldType() - Method in class org.gridgain.grid.spi.checkpoint.jdbc.GridJdbcCheckpointSpi
Gets expiration date field type for checkpoint table.
getExpireDateFieldType() - Method in interface org.gridgain.grid.spi.checkpoint.jdbc.GridJdbcCheckpointSpiMBean
Gets expiration date field type for checkpoint table.
getExternalPorts(int) - Method in interface org.gridgain.grid.spi.GridSpiPortResolver
Maps internal port to a collection of external ports.
getFailoverSpi() - Method in interface org.gridgain.grid.GridConfiguration
Should return fully configured failover SPI implementation.
getFailoverSpi() - Method in class org.gridgain.grid.GridConfigurationAdapter
Should return fully configured failover SPI implementation.
getFailoverSpiFormatted() - Method in interface org.gridgain.grid.GridKernalMBean
Gets a formatted instance of fully configured failover SPI implementations.
getFileSystemFreeSpace() - Method in interface org.gridgain.grid.GridNodeMetrics
Returns the number of unallocated bytes in the partition.
getFileSystemFreeSpace() - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
Returns the number of unallocated bytes in the partition.
getFileSystemFreeSpace() - Method in interface org.gridgain.grid.spi.metrics.GridLocalMetrics
Returns the number of unallocated bytes in the partition.
getFileSystemFreeSpace() - Method in class org.gridgain.grid.spi.metrics.GridLocalMetricsAdapter
Returns the number of unallocated bytes in the partition.
getFileSystemFreeSpace() - Method in class org.gridgain.grid.spi.metrics.jdk.GridJdkLocalMetricsSpi
Returns the number of unallocated bytes in the partition.
getFileSystemRoot() - Method in class org.gridgain.grid.spi.metrics.jdk.GridJdkLocalMetricsSpi
Gets root from which file space metrics should be counted.
getFileSystemRoot() - Method in interface org.gridgain.grid.spi.metrics.jdk.GridJdkLocalMetricsSpiMBean
Gets root from which file space metrics should be counted.
getFileSystemTotalSpace() - Method in interface org.gridgain.grid.GridNodeMetrics
Returns the size of the partition.
getFileSystemTotalSpace() - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
Returns the size of the partition.
getFileSystemTotalSpace() - Method in interface org.gridgain.grid.spi.metrics.GridLocalMetrics
Returns size of the partition.
getFileSystemTotalSpace() - Method in class org.gridgain.grid.spi.metrics.GridLocalMetricsAdapter
Returns size of the partition.
getFileSystemTotalSpace() - Method in class org.gridgain.grid.spi.metrics.jdk.GridJdkLocalMetricsSpi
Returns size of the partition.
getFileSystemUsableSpace() - Method in interface org.gridgain.grid.GridNodeMetrics
Returns the number of bytes available to this virtual machine on the partition.
getFileSystemUsableSpace() - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
Returns the number of bytes available to this virtual machine on the partition.
getFileSystemUsableSpace() - Method in interface org.gridgain.grid.spi.metrics.GridLocalMetrics
Returns the number of bytes available to this virtual machine on the partition.
getFileSystemUsableSpace() - Method in class org.gridgain.grid.spi.metrics.GridLocalMetricsAdapter
Returns the number of bytes available to this virtual machine on the partition.
getFileSystemUsableSpace() - Method in class org.gridgain.grid.spi.metrics.jdk.GridJdkLocalMetricsSpi
Returns the number of bytes available to this virtual machine on the partition.
getFilter() - Method in class org.gridgain.grid.cache.affinity.replicated.GridCacheReplicatedAffinity
Gets optional affinity filter (null if it has not bee provided).
getFilter() - Method in class org.gridgain.grid.spi.eventstorage.memory.GridMemoryEventStorageSpi
Gets filter for events to be recorded.
getFilter() - Method in class org.gridgain.grid.spi.topology.nodefilter.GridNodeFilterTopologySpi
Gets node predicate filter for nodes to be included into topology.
getFilter() - Method in interface org.gridgain.grid.spi.topology.nodefilter.GridNodeFilterTopologySpiMBean
Gets node predicate filter for nodes to be included into topology.
getFirst() - Method in class org.gridgain.grid.lang.utils.GridConcurrentLinkedDeque
 
getFullVersion() - Method in interface org.gridgain.grid.GridKernalMBean
Gets string presentation of the version.
getGracePeriod() - Method in interface org.gridgain.grid.GridEnterpriseLicense
Gets license violation grace period in minutes.
getGridGainHome() - Method in interface org.gridgain.grid.GridConfiguration
Should return GridGain installation home folder.
getGridGainHome() - Method in class org.gridgain.grid.GridConfigurationAdapter
Should return GridGain installation home folder.
getGridGainHome() - Method in interface org.gridgain.grid.GridKernalMBean
Gets GridGain installation home folder.
getGridGainHome() - Method in class org.gridgain.grid.spi.GridSpiAdapter
Gets Gridgain installation home folder (i.e.
getGridGainHome() - Method in interface org.gridgain.grid.spi.GridSpiManagementMBean
Gets Gridgain installation home folder (i.e.
getGridLogger() - Method in interface org.gridgain.grid.GridConfiguration
Should return an instance of logger to use in grid.
getGridLogger() - Method in class org.gridgain.grid.GridConfigurationAdapter
Should return an instance of logger to use in grid.
getGridLoggerFormatted() - Method in interface org.gridgain.grid.GridKernalMBean
Gets a formatted instance of logger that is in grid.
getGridName() - Method in interface org.gridgain.grid.GridConfiguration
Gets optional name of this grid instance.
getGridName() - Method in class org.gridgain.grid.GridConfigurationAdapter
Gets optional grid name.
getHasher() - Method in class org.gridgain.grid.cache.affinity.partitioned.GridCachePartitionedAffinity
Gets hasher function for consistent hash.
getHeapMemoryCommitted() - Method in interface org.gridgain.grid.GridNodeMetrics
Returns the amount of heap memory in bytes that is committed for the JVM to use.
getHeapMemoryCommitted() - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
Returns the amount of heap memory in bytes that is committed for the JVM to use.
getHeapMemoryCommitted() - Method in interface org.gridgain.grid.spi.metrics.GridLocalMetrics
Returns the amount of heap memory in bytes that is committed for the Java virtual machine to use.
getHeapMemoryCommitted() - Method in class org.gridgain.grid.spi.metrics.GridLocalMetricsAdapter
Returns the amount of heap memory in bytes that is committed for the Java virtual machine to use.
getHeapMemoryCommitted() - Method in class org.gridgain.grid.spi.metrics.jdk.GridJdkLocalMetricsSpi
Returns the amount of heap memory in bytes that is committed for the Java virtual machine to use.
getHeapMemoryInitialized() - Method in interface org.gridgain.grid.GridNodeMetrics
Returns the amount of heap memory in bytes that the JVM initially requests from the operating system for memory management.
getHeapMemoryInitialized() - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
Returns the amount of heap memory in bytes that the JVM initially requests from the operating system for memory management.
getHeapMemoryInitialized() - Method in interface org.gridgain.grid.spi.metrics.GridLocalMetrics
Returns the amount of heap memory in bytes that the Java virtual machine initially requests from the operating system for memory management.
getHeapMemoryInitialized() - Method in class org.gridgain.grid.spi.metrics.GridLocalMetricsAdapter
Returns the amount of heap memory in bytes that the Java virtual machine initially requests from the operating system for memory management.
getHeapMemoryInitialized() - Method in class org.gridgain.grid.spi.metrics.jdk.GridJdkLocalMetricsSpi
Returns the amount of heap memory in bytes that the Java virtual machine initially requests from the operating system for memory management.
getHeapMemoryMaximum() - Method in interface org.gridgain.grid.GridNodeMetrics
Returns the maximum amount of heap memory in bytes that can be used for memory management.
getHeapMemoryMaximum() - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
Returns the maximum amount of heap memory in bytes that can be used for memory management.
getHeapMemoryMaximum() - Method in interface org.gridgain.grid.spi.metrics.GridLocalMetrics
Returns the maximum amount of heap memory in bytes that can be used for memory management.
getHeapMemoryMaximum() - Method in class org.gridgain.grid.spi.metrics.GridLocalMetricsAdapter
Returns the maximum amount of heap memory in bytes that can be used for memory management.
getHeapMemoryMaximum() - Method in class org.gridgain.grid.spi.metrics.jdk.GridJdkLocalMetricsSpi
Returns the maximum amount of heap memory in bytes that can be used for memory management.
getHeapMemoryUsed() - Method in interface org.gridgain.grid.GridNodeMetrics
Returns the current heap size that is used for object allocation.
getHeapMemoryUsed() - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
Returns the current heap size that is used for object allocation.
getHeapMemoryUsed() - Method in interface org.gridgain.grid.spi.metrics.GridLocalMetrics
Returns the current heap size that is used for object allocation.
getHeapMemoryUsed() - Method in class org.gridgain.grid.spi.metrics.GridLocalMetricsAdapter
Returns the current heap size that is used for object allocation.
getHeapMemoryUsed() - Method in class org.gridgain.grid.spi.metrics.jdk.GridJdkLocalMetricsSpi
Returns the current heap size that is used for object allocation.
getHeartbeatFrequency() - Method in class org.gridgain.grid.spi.discovery.multicast.GridMulticastDiscoverySpi
Gets delay between heartbeat requests.
getHeartbeatFrequency() - Method in interface org.gridgain.grid.spi.discovery.multicast.GridMulticastDiscoverySpiMBean
Gets delay between heartbeat requests.
getHeartbeatFrequency() - Method in class org.gridgain.grid.spi.discovery.tcp.GridTcpDiscoverySpi
Gets delay between heartbeat messages sent by coordinator.
getHeartbeatFrequency() - Method in interface org.gridgain.grid.spi.discovery.tcp.GridTcpDiscoverySpiMBean
Gets delay between heartbeat messages sent by coordinator.
getHeartbeatThreadPriority() - Method in class org.gridgain.grid.spi.discovery.multicast.GridMulticastDiscoverySpi
Gets heartbeat thread priority.
getHeartbeatThreadPriority() - Method in interface org.gridgain.grid.spi.discovery.multicast.GridMulticastDiscoverySpiMBean
Gets heartbeat thread priority.
getId() - Method in interface org.gridgain.grid.GridEnterpriseLicense
Gets license ID.
getId() - Method in interface org.gridgain.grid.GridTaskSession
Gets session ID of the task being executed.
getIdleConnectionTimeout() - Method in class org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpi
Gets maximum idle connection time upon which idle connections will be closed.
getIdleConnectionTimeout() - Method in interface org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpiMBean
Gets maximum idle connection time upon which idle connections will be closed.
getIdleTimePercentage() - Method in interface org.gridgain.grid.GridNodeMetrics
Gets percentage of time this node is idling vs. executing jobs.
getIdleTimePercentage() - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
Gets percentage of time this node is idling vs. executing jobs.
getIncludeEventTypes() - Method in interface org.gridgain.grid.GridConfiguration
Gets array of event types, which will be recorded.
getIncludeEventTypes() - Method in class org.gridgain.grid.GridConfigurationAdapter
Gets array of event types, which will be recorded.
getIncludeProperties() - Method in interface org.gridgain.grid.GridConfiguration
Gets array of system or environment properties to include into node attributes.
getIncludeProperties() - Method in class org.gridgain.grid.GridConfigurationAdapter
Gets array of system or environment properties to include into node attributes.
getIndexAnalyzeFrequency() - Method in interface org.gridgain.grid.cache.GridCacheConfiguration
Gets frequency of running H2 "ANALYZE" command in order to update selectivity statistics of H2 database tables.
getIndexAnalyzeFrequency() - Method in class org.gridgain.grid.cache.GridCacheConfigurationAdapter
Gets frequency of running H2 "ANALYZE" command in order to update selectivity statistics of H2 database tables.
getIndexAnalyzeSampleSize() - Method in interface org.gridgain.grid.cache.GridCacheConfiguration
Gets number of samples used to run H2 "ANALYZE" command in order to update selectivity statistics of H2 database tables.
getIndexAnalyzeSampleSize() - Method in class org.gridgain.grid.cache.GridCacheConfigurationAdapter
Gets number of samples used to run H2 "ANALYZE" command in order to update selectivity statistics of H2 database tables.
getIndexH2Options() - Method in interface org.gridgain.grid.cache.GridCacheConfiguration
 
getIndexH2Options() - Method in class org.gridgain.grid.cache.GridCacheConfigurationAdapter
getIndexMaxOperationMemory() - Method in interface org.gridgain.grid.cache.GridCacheConfiguration
Gets the maximum memory used per single operation with query index (store and remove), in bytes.
getIndexMaxOperationMemory() - Method in class org.gridgain.grid.cache.GridCacheConfigurationAdapter
Gets the maximum memory used per single operation with query index (store and remove), in bytes.
getIndexOverflowRatio() - Method in class org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpi
Gets index overflow ratio.
getIndexOverflowRatio() - Method in interface org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpiMBean
Gets index overflow ratio.
getIndexPassword() - Method in interface org.gridgain.grid.cache.GridCacheConfiguration
Optional password for index store.
getIndexPassword() - Method in class org.gridgain.grid.cache.GridCacheConfigurationAdapter
Optional password for index store.
getIndexPath() - Method in interface org.gridgain.grid.cache.GridCacheConfiguration
Absolute or relative to GRIDGAIN_HOME path for storing query indexes on disk (if they are configured to be stored on disk).
getIndexPath() - Method in class org.gridgain.grid.cache.GridCacheConfigurationAdapter
Absolute or relative to GRIDGAIN_HOME path for storing query indexes on disk (if they are configured to be stored on disk).
getIndexReadBatchSize() - Method in class org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpi
Gets index read batch size.
getIndexReadBatchSize() - Method in interface org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpiMBean
Gets index read batch size.
getIndexUsername() - Method in interface org.gridgain.grid.cache.GridCacheConfiguration
Optional user name for index store.
getIndexUsername() - Method in class org.gridgain.grid.cache.GridCacheConfigurationAdapter
Optional user name for index store.
getInstanceName() - Method in interface org.gridgain.grid.GridKernalMBean
Gets optional kernal instance name.
getInt(int) - Method in class org.gridgain.grid.lang.utils.GridByteArrayList
Gets 4 bytes from byte list as an integer.
getIntegerScore() - Method in class org.gridgain.grid.benchmarks.GridLocalNodeBenchmark
Gets relative score of int operations for this benchmark on the local node.
getInternalArray() - Method in class org.gridgain.grid.lang.utils.GridByteArrayList
Returns the underlying array.
getIoScore() - Method in class org.gridgain.grid.benchmarks.GridLocalNodeBenchmark
Gets relative score of I/O operations for this benchmark on the local node.
getIpFinderName() - Method in class org.gridgain.grid.spi.discovery.tcp.GridTcpDiscoverySpi
Gets GridTcpDiscoveryIpFinder (string representation).
getIpFinderName() - Method in interface org.gridgain.grid.spi.discovery.tcp.GridTcpDiscoverySpiMBean
Gets GridTcpDiscoveryIpFinder (string representation).
getIssueDate() - Method in interface org.gridgain.grid.GridEnterpriseLicense
Gets issue date.
getIssueOrganization() - Method in interface org.gridgain.grid.GridEnterpriseLicense
Gets issue organization.
getJdkInformation() - Method in interface org.gridgain.grid.GridKernalMBean
Gets JDK information.
getJndiNames() - Method in class org.gridgain.grid.cache.jta.jndi.GridCacheJndiTmLookup
Gets a list of JNDI names.
getJob() - Method in interface org.gridgain.grid.GridJobResult
Gets local instance of remote job returned by GridTask.map(List, Object) method.
getJob() - Method in interface org.gridgain.grid.spi.collision.GridCollisionJobContext
Job for this context.
getJobContext() - Method in interface org.gridgain.grid.GridJobResult
Gets job context.
getJobContext() - Method in interface org.gridgain.grid.spi.collision.GridCollisionJobContext
Gets job context.
getJobId() - Method in interface org.gridgain.grid.GridJobContext
Gets ID of the job this context belongs to.
getJobId() - Method in interface org.gridgain.grid.GridJobSibling
Gets ID of this grid job sibling.
getJobPriorityAttributeKey() - Method in class org.gridgain.grid.spi.collision.priorityqueue.GridPriorityQueueCollisionSpi
Gets key name of job priority attribute.
getJobPriorityAttributeKey() - Method in interface org.gridgain.grid.spi.collision.priorityqueue.GridPriorityQueueCollisionSpiMBean
Gets key name of job priority attribute.
getJobResult() - Method in interface org.gridgain.grid.spi.failover.GridFailoverContext
Gets failed result of job execution.
getJobSibling(GridUuid) - Method in interface org.gridgain.grid.GridTaskSession
Gets job sibling for a given ID.
getJobSiblings() - Method in interface org.gridgain.grid.GridTaskSession
Gets a collection of all grid job siblings.
getJoinTimeout() - Method in class org.gridgain.grid.spi.discovery.tcp.GridTcpDiscoverySpi
Gets join timeout.
getJoinTimeout() - Method in interface org.gridgain.grid.spi.discovery.tcp.GridTcpDiscoverySpiMBean
Gets join timeout.
getKeepAliveTime() - Method in interface org.gridgain.grid.GridExecutorServiceMBean
Returns the thread keep-alive time, which is the amount of time which threads in excess of the core pool size may remain idle before being terminated.
getKey() - Method in class org.gridgain.grid.cache.store.hibernate.GridCacheHibernateBlobStoreEntry
 
getKey() - Method in class org.gridgain.grid.lang.GridTuple2
getKey() - Method in class org.gridgain.grid.lang.utils.GridConcurrentLinkedHashMap.HashEntry
Returns key of this entry.
getKeyBackups() - Method in class org.gridgain.grid.cache.affinity.partitioned.GridCachePartitionedAffinity
Gets count of key backups for redundancy.
getKeyFieldName() - Method in class org.gridgain.grid.spi.checkpoint.jdbc.GridJdbcCheckpointSpi
Gets key field name for checkpoint table.
getKeyFieldName() - Method in interface org.gridgain.grid.spi.checkpoint.jdbc.GridJdbcCheckpointSpiMBean
Gets key field name for checkpoint table.
getKeyFieldType() - Method in class org.gridgain.grid.spi.checkpoint.jdbc.GridJdbcCheckpointSpi
Gets key field type for checkpoint table.
getKeyFieldType() - Method in interface org.gridgain.grid.spi.checkpoint.jdbc.GridJdbcCheckpointSpiMBean
Gets key field type for checkpoint table.
getKeySize() - Method in interface org.gridgain.grid.cache.GridCacheMBean
Gets number of keys in the cache, possibly with null values.
getLargestPoolSize() - Method in interface org.gridgain.grid.GridExecutorServiceMBean
Returns the largest number of threads that have ever simultaneously been in the pool.
getLast() - Method in interface org.gridgain.grid.cache.datastructures.GridCacheQueue
Retrieves, but does not remove, the tail of this queue.
getLast(long, TimeUnit) - Method in interface org.gridgain.grid.cache.datastructures.GridCacheQueue
Try to retrieve but does not remove the tail of this queue within given timeout.
getLast() - Method in class org.gridgain.grid.lang.utils.GridConcurrentLinkedDeque
 
getLastAsync() - Method in interface org.gridgain.grid.cache.datastructures.GridCacheQueue
Try to retrieve but does not remove the tail of this queue asynchronously.
getLastDataVersion() - Method in interface org.gridgain.grid.GridNodeMetrics
Data grid assigns incremental versions to all cache operations.
getLastDataVersion() - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
 
getLastUpdateTime() - Method in interface org.gridgain.grid.GridNodeMetrics
Gets last update time of this node metrics.
getLastUpdateTime() - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
Gets last update time of this node metrics.
getLeaveAttempts() - Method in class org.gridgain.grid.spi.discovery.multicast.GridMulticastDiscoverySpi
Gets number of attempts to notify another nodes that this one is leaving grid.
getLeaveAttempts() - Method in interface org.gridgain.grid.spi.discovery.multicast.GridMulticastDiscoverySpiMBean
Gets number of attempts to notify another nodes that this one is leaving grid.
getLicenseFilePath() - Method in interface org.gridgain.grid.GridKernalMBean
Gets file path of the license.
getLicenseNote() - Method in interface org.gridgain.grid.GridEnterpriseLicense
Gets license note.
getLicenseUrl() - Method in interface org.gridgain.grid.GridConfiguration
Gets custom license file URL to be used instead of default license file location.
getLicenseUrl() - Method in class org.gridgain.grid.GridConfigurationAdapter
Gets custom license file URL to be used instead of default license file location.
getLifecycleBeans() - Method in interface org.gridgain.grid.GridConfiguration
Returns a collection of life-cycle beans.
getLifecycleBeans() - Method in class org.gridgain.grid.GridConfigurationAdapter
Returns a collection of life-cycle beans.
getLifecycleBeansFormatted() - Method in interface org.gridgain.grid.GridKernalMBean
Gets toString() representation of of lifecycle beans configured with GridGain.
getLoad(GridNode, int) - Method in class org.gridgain.grid.spi.loadbalancing.adaptive.GridAdaptiveBenchmarkLoadProbe
Calculates load value for a given node.
getLoad(GridNode, int) - Method in class org.gridgain.grid.spi.loadbalancing.adaptive.GridAdaptiveCpuLoadProbe
Calculates load value for a given node.
getLoad(GridNode, int) - Method in class org.gridgain.grid.spi.loadbalancing.adaptive.GridAdaptiveJobCountLoadProbe
Calculates load value for a given node.
getLoad(GridNode, int) - Method in interface org.gridgain.grid.spi.loadbalancing.adaptive.GridAdaptiveLoadProbe
Calculates load value for a given node.
getLoad(GridNode, int) - Method in class org.gridgain.grid.spi.loadbalancing.adaptive.GridAdaptiveProcessingTimeLoadProbe
Calculates load value for a given node.
getLoadBalancingSpi() - Method in interface org.gridgain.grid.GridConfiguration
Should return fully configured load balancing SPI implementation.
getLoadBalancingSpi() - Method in class org.gridgain.grid.GridConfigurationAdapter
Should return fully configured load balancing SPI implementation.
getLoadBalancingSpiFormatted() - Method in interface org.gridgain.grid.GridKernalMBean
Gets a formatted instance of fully configured load balancing SPI implementations.
getLoadProbeFormatted() - Method in class org.gridgain.grid.spi.loadbalancing.adaptive.GridAdaptiveLoadBalancingSpi
Gets text description of current load probing implementation used.
getLoadProbeFormatted() - Method in interface org.gridgain.grid.spi.loadbalancing.adaptive.GridAdaptiveLoadBalancingSpiMBean
Gets text description of current load probing implementation used.
getLocalAddress() - Method in class org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpi
Gets local host address for socket binding.
getLocalAddress() - Method in interface org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpiMBean
Gets local host address for socket binding.
getLocalAddress() - Method in class org.gridgain.grid.spi.discovery.multicast.GridMulticastDiscoverySpi
Gets local address that was set to SPI with GridMulticastDiscoverySpi.setLocalAddress(String) method.
getLocalAddress() - Method in class org.gridgain.grid.spi.discovery.tcp.GridTcpDiscoverySpi
Gets local address that was set to SPI with GridTcpDiscoverySpi.setLocalAddress(String) method.
getLocalCopy() - Method in class org.gridgain.grid.test.junit3.GridJunit3TestSuite
Gets identical suite for local (non-distributed) execution.
getLocalEventListeners() - Method in interface org.gridgain.grid.GridConfiguration
Gets map of pre-configured local event listeners.
getLocalEventListeners() - Method in class org.gridgain.grid.GridConfigurationAdapter
Gets map of pre-configured local event listeners.
getLocalHost() - Method in interface org.gridgain.grid.GridConfiguration
Gets system-wide local address or host for all GridGain components to bind to.
getLocalHost() - Method in class org.gridgain.grid.GridConfigurationAdapter
Gets system-wide local address or host for all GridGain components to bind to.
getLocalNode() - Method in interface org.gridgain.grid.spi.discovery.GridDiscoverySpi
Gets local node.
getLocalNode() - Method in class org.gridgain.grid.spi.discovery.multicast.GridMulticastDiscoverySpi
Gets local node.
getLocalNode() - Method in class org.gridgain.grid.spi.discovery.tcp.GridTcpDiscoverySpi
Gets local node.
getLocalNodeId() - Method in interface org.gridgain.grid.GridKernalMBean
Unique identifier for this node within grid.
getLocalNodeId() - Method in class org.gridgain.grid.spi.GridSpiAdapter
Gets ID of the local node.
getLocalNodeId() - Method in interface org.gridgain.grid.spi.GridSpiManagementMBean
Gets ID of the local node.
getLocalPort() - Method in class org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpi
Gets local port for socket binding.
getLocalPort() - Method in interface org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpiMBean
Gets local port for socket binding.
getLocalPort() - Method in class org.gridgain.grid.spi.discovery.tcp.GridTcpDiscoverySpi
Gets local TCP port SPI listens to.
getLocalPort() - Method in interface org.gridgain.grid.spi.discovery.tcp.GridTcpDiscoverySpiMBean
Gets local TCP port SPI listens to.
getLocalPortRange() - Method in class org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpi
Gets maximum number of local ports tried if all previously tried ports are occupied.
getLocalPortRange() - Method in interface org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpiMBean
Gets maximum number of local ports tried if all previously tried ports are occupied.
getLocalPortRange() - Method in class org.gridgain.grid.spi.discovery.multicast.GridMulticastDiscoverySpi
Gets local port range for either TCP or multicast ports.
getLocalPortRange() - Method in interface org.gridgain.grid.spi.discovery.multicast.GridMulticastDiscoverySpiMBean
Gets local port range for either TCP or multicast ports.
getLocalPortRange() - Method in class org.gridgain.grid.spi.discovery.tcp.GridTcpDiscoverySpi
Gets local TCP port range.
getLocalPortRange() - Method in interface org.gridgain.grid.spi.discovery.tcp.GridTcpDiscoverySpiMBean
Gets local TCP port range.
getLogger(Object) - Method in interface org.gridgain.grid.logger.GridLogger
Creates new logger with given category based off the current instance.
getLogger(Object) - Method in class org.gridgain.grid.logger.java.GridJavaLogger
Creates new logger with given category based off the current instance.
getLogger(Object) - Method in class org.gridgain.grid.logger.jboss.GridJbossLogger
Creates new logger with given category based off the current instance.
getLogger(Object) - Method in class org.gridgain.grid.logger.jcl.GridJclLogger
Creates new logger with given category based off the current instance.
getLogger(Object) - Method in class org.gridgain.grid.logger.log4j.GridLog4jLogger
Gets GridLogger wrapper around log4j logger for the given category.
getLogger(Object) - Method in class org.gridgain.grid.logger.slf4j.GridSlf4jLogger
Creates new logger with given category based off the current instance.
getLogger(Object) - Method in class org.gridgain.grid.logger.tomcat.GridTomcatLogger
Creates new logger with given category based off the current instance.
getLongScore() - Method in class org.gridgain.grid.benchmarks.GridLocalNodeBenchmark
Gets relative score of long operations for this benchmark on the local node.
getMarshaller() - Method in interface org.gridgain.grid.GridConfiguration
Should return an instance of marshaller to use in grid.
getMarshaller() - Method in class org.gridgain.grid.GridConfigurationAdapter
Should return an instance of marshaller to use in grid.
getMaxComputers() - Method in interface org.gridgain.grid.GridEnterpriseLicense
Gets maximum number of physical computers or virtual instances.
getMaxCpus() - Method in interface org.gridgain.grid.GridEnterpriseLicense
Gets maximum number of CPUs.
getMaxEntriesEvictionSessionTime() - Method in class org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpi
Gets max entries eviction session time.
getMaxEntriesEvictionSessionTime() - Method in interface org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpiMBean
Gets max entries eviction session time.
getMaximumActiveJobs() - Method in interface org.gridgain.grid.GridNodeMetrics
Gets maximum number of jobs that ever ran concurrently on this node.
getMaximumActiveJobs() - Method in interface org.gridgain.grid.GridProjectionMetrics
Gets maximum number of active jobs that concurrently run on nodes in the projection.
getMaximumActiveJobs() - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
Gets maximum number of jobs that ever ran concurrently on this node.
getMaximumBusyTimePercentage() - Method in interface org.gridgain.grid.GridProjectionMetrics
Gets maximum busy time for nodes in the projection.
getMaximumCancelledJobs() - Method in interface org.gridgain.grid.GridNodeMetrics
Gets maximum number of cancelled jobs this node ever had running concurrently.
getMaximumCancelledJobs() - Method in interface org.gridgain.grid.GridProjectionMetrics
Gets maximum number of cancelled jobs that concurrently run on nodes in the projection.
getMaximumCancelledJobs() - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
Gets maximum number of cancelled jobs this node ever had running concurrently.
getMaximumCpuLoad() - Method in interface org.gridgain.grid.GridProjectionMetrics
Gets maximum CPU load for nodes in the projection.
getMaximumCpusPerNode() - Method in interface org.gridgain.grid.GridProjectionMetrics
Gets maximum number of available processors for nodes in the projection.
getMaximumDaemonThreadCount() - Method in interface org.gridgain.grid.GridProjectionMetrics
Gets maximum number of daemon threads for nodes in the projection.
getMaximumFailoverAttempts() - Method in class org.gridgain.grid.spi.failover.always.GridAlwaysFailoverSpi
Gets maximum number of attempts to execute a failed job on another node.
getMaximumFailoverAttempts() - Method in interface org.gridgain.grid.spi.failover.always.GridAlwaysFailoverSpiMBean
Gets maximum number of attempts to execute a failed job on another node.
getMaximumFailoverAttempts() - Method in class org.gridgain.grid.spi.failover.jobstealing.GridJobStealingFailoverSpi
Gets maximum number of attempts to execute a failed job on another node.
getMaximumFailoverAttempts() - Method in interface org.gridgain.grid.spi.failover.jobstealing.GridJobStealingFailoverSpiMBean
Gets maximum number of attempts to execute a failed job on another node.
getMaximumHeapMemoryCommitted() - Method in interface org.gridgain.grid.GridProjectionMetrics
Gets maximum amount of committed heap memory for nodes in the projection.
getMaximumHeapMemoryInitialized() - Method in interface org.gridgain.grid.GridProjectionMetrics
Gets maximum amount of initialized heap memory for nodes in the projection.
getMaximumHeapMemoryMaximum() - Method in interface org.gridgain.grid.GridProjectionMetrics
Gets maximum amount of maximum heap memory for nodes in the projection.
getMaximumHeapMemoryUsed() - Method in interface org.gridgain.grid.GridProjectionMetrics
Gets maximum amount of used heap memory for nodes in the projection.
getMaximumIdleTime() - Method in interface org.gridgain.grid.GridProjectionMetrics
Gets maximum idle time for nodes in the projection.
getMaximumJobExecuteTime() - Method in interface org.gridgain.grid.GridNodeMetrics
Gets time it took to execute the longest job on the node.
getMaximumJobExecuteTime() - Method in interface org.gridgain.grid.GridProjectionMetrics
Gets maximum job execution time for nodes in the projection.
getMaximumJobExecuteTime() - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
Gets time it took to execute the longest job on the node.
getMaximumJobWaitTime() - Method in interface org.gridgain.grid.GridNodeMetrics
Gets maximum time a job ever spent waiting in a queue to be executed.
getMaximumJobWaitTime() - Method in interface org.gridgain.grid.GridProjectionMetrics
Gets maximum job wait time for nodes in the projection.
getMaximumJobWaitTime() - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
Gets maximum time a job ever spent waiting in a queue to be executed.
getMaximumMissedHeartbeats() - Method in class org.gridgain.grid.spi.discovery.multicast.GridMulticastDiscoverySpi
Gets number of heartbeat requests that could be missed before remote node is considered to be failed.
getMaximumMissedHeartbeats() - Method in interface org.gridgain.grid.spi.discovery.multicast.GridMulticastDiscoverySpiMBean
Gets number of heartbeat requests that could be missed before remote node is considered to be failed.
getMaximumNodesPerHost() - Method in interface org.gridgain.grid.GridProjectionMetrics
Gets maximum number of nodes per host.
getMaximumNonHeapMemoryCommitted() - Method in interface org.gridgain.grid.GridProjectionMetrics
Gets maximum amount of committed non-heap memory for nodes in the projection.
getMaximumNonHeapMemoryInitialized() - Method in interface org.gridgain.grid.GridProjectionMetrics
Gets maximum amount of initialized non-heap memory for nodes in the projection.
getMaximumNonHeapMemoryMaximum() - Method in interface org.gridgain.grid.GridProjectionMetrics
Gets maximum amount of maximum non-heap memory for nodes in the projection.
getMaximumNonHeapMemoryUsed() - Method in interface org.gridgain.grid.GridProjectionMetrics
Gets maximum amount of used non-heap memory for nodes in the projection.
getMaximumPoolSize() - Method in interface org.gridgain.grid.GridExecutorServiceMBean
Returns the maximum allowed number of threads.
getMaximumRejectedJobs() - Method in interface org.gridgain.grid.GridNodeMetrics
Gets maximum number of jobs rejected at once during a single collision resolution operation.
getMaximumRejectedJobs() - Method in interface org.gridgain.grid.GridProjectionMetrics
Gets maximum number of rejected jobs that concurrently run on nodes in the projection.
getMaximumRejectedJobs() - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
Gets maximum number of jobs rejected at once during a single collision resolution operation.
getMaximumStealingAttempts() - Method in class org.gridgain.grid.spi.collision.jobstealing.GridJobStealingCollisionSpi
Gets maximum number of attempts to steal job by another node.
getMaximumStealingAttempts() - Method in interface org.gridgain.grid.spi.collision.jobstealing.GridJobStealingCollisionSpiMBean
Gets maximum number of attempts to steal job by another node.
getMaximumThreadCount() - Method in interface org.gridgain.grid.GridNodeMetrics
Returns the maximum live thread count since the JVM started or peak was reset.
getMaximumThreadCount() - Method in interface org.gridgain.grid.GridProjectionMetrics
Gets maximum number of threads for nodes in the projection.
getMaximumThreadCount() - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
Returns the maximum live thread count since the JVM started or peak was reset.
getMaximumUpTime() - Method in interface org.gridgain.grid.GridProjectionMetrics
Gets maximum up time for nodes in the projection.
getMaximumWaitingJobs() - Method in interface org.gridgain.grid.GridNodeMetrics
Gets maximum number of waiting jobs this node had.
getMaximumWaitingJobs() - Method in interface org.gridgain.grid.GridProjectionMetrics
Gets maximum number of waiting jobs that concurrently run on nodes in the projection.
getMaximumWaitingJobs() - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
Gets maximum number of waiting jobs this node had.
getMaxIndexBufferSize() - Method in class org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpi
Gets max index entries count in index buffer (per space).
getMaxIndexBufferSize() - Method in interface org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpiMBean
Gets max index entries count in index buffer (per space).
getMaxIndexEvictionSessionTime() - Method in class org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpi
Gets max index eviction session time.
getMaxIndexEvictionSessionTime() - Method in interface org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpiMBean
Gets max index eviction session time.
getMaxIndexFileSize() - Method in class org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpi
Gets maximum index file size for all spaces.
getMaxIndexFileSize() - Method in interface org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpiMBean
Gets maximum index file size for all spaces.
getMaxMessageProcessingTime() - Method in class org.gridgain.grid.spi.discovery.tcp.GridTcpDiscoverySpi
Gets max message processing time.
getMaxMessageProcessingTime() - Method in interface org.gridgain.grid.spi.discovery.tcp.GridTcpDiscoverySpiMBean
Gets max message processing time.
getMaxMissedHeartbeats() - Method in class org.gridgain.grid.spi.discovery.tcp.GridTcpDiscoverySpi
Gets max heartbeats count node can miss without initiating status check.
getMaxMissedHeartbeats() - Method in interface org.gridgain.grid.spi.discovery.tcp.GridTcpDiscoverySpiMBean
Gets max heartbeats count node can miss without initiating status check.
getMaxNodes() - Method in interface org.gridgain.grid.GridEnterpriseLicense
Gets maximum number of nodes.
getMaxOpenClients() - Method in class org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpi
Gets maximum count of simultaneously open TCP clients for one remote node.
getMaxOpenClients() - Method in interface org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpiMBean
Gets maximum count of simultaneously open TCP clients for one remote node.
getMaxQueueSize() - Method in class org.gridgain.grid.cache.eviction.lirs.GridCacheLirsEvictionPolicy
Gets maximum allowed size of HIRS queue before entries will start getting evicted.
getMaxQueueSize() - Method in interface org.gridgain.grid.cache.eviction.lirs.GridCacheLirsEvictionPolicyMBean
Gets maximum allowed size of HIRS queue before entries will start getting evicted.
getMaxSize() - Method in class org.gridgain.grid.cache.eviction.fifo.GridCacheFifoEvictionPolicy
Gets maximum allowed size of cache before entry will start getting evicted.
getMaxSize() - Method in interface org.gridgain.grid.cache.eviction.fifo.GridCacheFifoEvictionPolicyMBean
Gets maximum allowed cache size.
getMaxSize() - Method in class org.gridgain.grid.cache.eviction.lirs.GridCacheLirsEvictionPolicy
Gets maximum allowed cache size.
getMaxSize() - Method in interface org.gridgain.grid.cache.eviction.lirs.GridCacheLirsEvictionPolicyMBean
Gets maximum allowed cache size.
getMaxSize() - Method in class org.gridgain.grid.cache.eviction.lru.GridCacheLruEvictionPolicy
Gets maximum allowed size of cache before entry will start getting evicted.
getMaxSize() - Method in interface org.gridgain.grid.cache.eviction.lru.GridCacheLruEvictionPolicyMBean
Gets maximum allowed cache size.
getMaxSize() - Method in class org.gridgain.grid.cache.eviction.random.GridCacheRandomEvictionPolicy
Gets maximum allowed size of cache before entry will start getting evicted.
getMaxSize() - Method in interface org.gridgain.grid.cache.eviction.random.GridCacheRandomEvictionPolicyMBean
Gets maximum allowed cache size.
getMaxStackSize() - Method in class org.gridgain.grid.cache.eviction.lirs.GridCacheLirsEvictionPolicy
Gets maximum allowed size of main stack This value is computed based on GridCacheLirsEvictionPolicyMBean.getQueueSizeRatio() value.
getMaxStackSize() - Method in interface org.gridgain.grid.cache.eviction.lirs.GridCacheLirsEvictionPolicyMBean
Gets maximum allowed size of main stack This value is computed based on GridCacheLirsEvictionPolicyMBean.getQueueSizeRatio() value.
getMaxSwapCount() - Method in class org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpi
Gets maximum count (number of entries) for all swap spaces.
getMaxSwapCount() - Method in interface org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpiMBean
Gets maximum count (number of entries) for all swap spaces.
getMaxSwapCountMap() - Method in class org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpi
Gets maximum count (number of entries) for individual spaces.
getMaxSwapCountMap() - Method in interface org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpiMBean
Gets maximum count (number of entries) for individual spaces.
getMaxSwapSize() - Method in class org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpi
Gets maximum size in bytes for data to store in all spaces.
getMaxSwapSize() - Method in interface org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpiMBean
Gets maximum size in bytes for data to store in all spaces.
getMaxSwapSizeMap() - Method in class org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpi
Gets maximum size for individual spaces.
getMaxSwapSizeMap() - Method in interface org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpiMBean
Gets maximum size for individual spaces.
getMaxUpTime() - Method in interface org.gridgain.grid.GridEnterpriseLicense
Gets maximum up time in minutes.
getMBeanServer() - Method in interface org.gridgain.grid.GridConfiguration
Should return MBean server instance.
getMBeanServer() - Method in class org.gridgain.grid.GridConfigurationAdapter
Should return MBean server instance.
getMBeanServerFormatted() - Method in interface org.gridgain.grid.GridKernalMBean
Gets a formatted instance of MBean server instance.
getMessageExpireTime() - Method in class org.gridgain.grid.spi.collision.jobstealing.GridJobStealingCollisionSpi
Message expire time configuration parameter.
getMessageExpireTime() - Method in interface org.gridgain.grid.spi.collision.jobstealing.GridJobStealingCollisionSpiMBean
Message expire time configuration parameter.
getMessageThreads() - Method in class org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpi
Gets number of threads used for handling NIO messages.
getMessageThreads() - Method in interface org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpiMBean
Gets number of threads used for handling NIO messages.
getMessageWorkerQueueSize() - Method in class org.gridgain.grid.spi.discovery.tcp.GridTcpDiscoverySpi
Gets message worker queue current size.
getMessageWorkerQueueSize() - Method in interface org.gridgain.grid.spi.discovery.tcp.GridTcpDiscoverySpiMBean
Gets message worker queue current size.
getMetaAttributeName() - Method in class org.gridgain.grid.cache.eviction.fifo.GridCacheFifoEvictionPolicy
Gets name of metadata attribute used to store eviction policy data.
getMetaAttributeName() - Method in interface org.gridgain.grid.cache.eviction.fifo.GridCacheFifoEvictionPolicyMBean
Gets name of metadata attribute used to store eviction policy data.
getMetaAttributeName() - Method in class org.gridgain.grid.cache.eviction.lirs.GridCacheLirsEvictionPolicy
Gets name of metadata attribute used to store eviction policy data.
getMetaAttributeName() - Method in interface org.gridgain.grid.cache.eviction.lirs.GridCacheLirsEvictionPolicyMBean
Gets name of metadata attribute used to store eviction policy data.
getMetaAttributeName() - Method in class org.gridgain.grid.cache.eviction.lru.GridCacheLruEvictionPolicy
Gets name of metadata attribute used to store eviction policy data.
getMetaAttributeName() - Method in interface org.gridgain.grid.cache.eviction.lru.GridCacheLruEvictionPolicyMBean
Gets name of metadata attribute used to store eviction policy data.
getMethodClass() - Method in interface org.gridgain.grid.gridify.GridifyArgument
Gets class to which the executed method belongs.
getMethodName() - Method in class org.gridgain.grid.cache.jta.reflect.GridCacheReflectionTmLookup
Gets method name.
getMethodName() - Method in interface org.gridgain.grid.gridify.GridifyArgument
Gets method name.
getMethodParameters() - Method in interface org.gridgain.grid.gridify.GridifyArgument
Gets method parameters in the same order they appear in method signature.
getMethodParameterTypes() - Method in interface org.gridgain.grid.gridify.GridifyArgument
Gets method parameter types in the same order they appear in method signature.
getMetrics() - Method in interface org.gridgain.grid.spi.discovery.GridDiscoveryMetricsProvider
This method always returns up-to-date metrics data about local node.
getMetrics() - Method in interface org.gridgain.grid.spi.metrics.GridLocalMetricsSpi
Provides local VM metrics.
getMetrics() - Method in class org.gridgain.grid.spi.metrics.jdk.GridJdkLocalMetricsSpi
Provides local VM metrics.
getMetricsExpireTime() - Method in interface org.gridgain.grid.GridConfiguration
Elapsed time in milliseconds after which node metrics are considered expired.
getMetricsExpireTime() - Method in class org.gridgain.grid.GridConfigurationAdapter
Elapsed time in milliseconds after which node metrics are considered expired.
getMetricsExpireTime() - Method in interface org.gridgain.grid.spi.discovery.tcp.metricsstore.GridTcpDiscoveryMetricsStore
Gets metrics expire time in milliseconds.
getMetricsExpireTime() - Method in class org.gridgain.grid.spi.discovery.tcp.metricsstore.GridTcpDiscoveryMetricsStoreAdapter
Gets metrics expire time in milliseconds.
getMetricsHistorySize() - Method in interface org.gridgain.grid.GridConfiguration
Number of node metrics to keep in memory to calculate totals and averages.
getMetricsHistorySize() - Method in class org.gridgain.grid.GridConfigurationAdapter
Number of node metrics to keep in memory to calculate totals and averages.
getMetricsLogFrequency() - Method in interface org.gridgain.grid.GridConfiguration
Gets frequency of metrics log print out.
getMetricsLogFrequency() - Method in class org.gridgain.grid.GridConfigurationAdapter
Gets frequency of metrics log print out.
getMetricsSpi() - Method in interface org.gridgain.grid.GridConfiguration
Should return fully configured metrics SPI implementation.
getMetricsSpi() - Method in class org.gridgain.grid.GridConfigurationAdapter
Should return fully configured metrics SPI implementation.
getMetricsSpiFormatted() - Method in interface org.gridgain.grid.GridKernalMBean
Gets a formatted instance of fully configured local metrics SPI implementation.
getMetricsStoreName() - Method in class org.gridgain.grid.spi.discovery.tcp.GridTcpDiscoverySpi
Gets GridTcpDiscoveryMetricsStore (string representation).
getMetricsStoreName() - Method in interface org.gridgain.grid.spi.discovery.tcp.GridTcpDiscoverySpiMBean
Gets GridTcpDiscoveryMetricsStore (string representation).
getMinimumActiveJobs() - Method in interface org.gridgain.grid.GridProjectionMetrics
Gets minimum number of active jobs that concurrently run on nodes in the projection.
getMinimumBusyTimePercentage() - Method in interface org.gridgain.grid.GridProjectionMetrics
Gets minimum busy time for nodes in the projection.
getMinimumCancelledJobs() - Method in interface org.gridgain.grid.GridProjectionMetrics
Gets minimum number of cancelled jobs that concurrently run on nodes in the projection.
getMinimumCpuLoad() - Method in interface org.gridgain.grid.GridProjectionMetrics
Gets minimum CPU load for nodes in the projection.
getMinimumCpusPerNode() - Method in interface org.gridgain.grid.GridProjectionMetrics
Gets minimum number of available processors for nodes in the projection.
getMinimumDaemonThreadCount() - Method in interface org.gridgain.grid.GridProjectionMetrics
Gets minimum number of daemon threads for nodes in the projection.
getMinimumHeapMemoryCommitted() - Method in interface org.gridgain.grid.GridProjectionMetrics
Gets minimum amount of committed heap memory for nodes in the projection.
getMinimumHeapMemoryInitialized() - Method in interface org.gridgain.grid.GridProjectionMetrics
Gets minimum amount of initialized heap memory for nodes in the projection.
getMinimumHeapMemoryMaximum() - Method in interface org.gridgain.grid.GridProjectionMetrics
Gets minimum amount of maximum heap memory for nodes in the projection.
getMinimumHeapMemoryUsed() - Method in interface org.gridgain.grid.GridProjectionMetrics
Gets minimum amount of used heap memory for nodes in the projection.
getMinimumIdleTime() - Method in interface org.gridgain.grid.GridProjectionMetrics
Gets minimum idle time for nodes in the projection.
getMinimumJobExecuteTime() - Method in interface org.gridgain.grid.GridProjectionMetrics
Gets minimum job execution time for nodes in the projection.
getMinimumJobWaitTime() - Method in interface org.gridgain.grid.GridProjectionMetrics
Gets minimum job wait time for nodes in the projection.
getMinimumNodesPerHost() - Method in interface org.gridgain.grid.GridProjectionMetrics
Gets minimum number of nodes per host.
getMinimumNonHeapMemoryCommitted() - Method in interface org.gridgain.grid.GridProjectionMetrics
Gets minimum amount of committed non-heap memory for nodes in the projection.
getMinimumNonHeapMemoryInitialized() - Method in interface org.gridgain.grid.GridProjectionMetrics
Gets minimum amount of initialized non-heap memory for nodes in the projection.
getMinimumNonHeapMemoryMaximum() - Method in interface org.gridgain.grid.GridProjectionMetrics
Gets minimum amount of maximum non-heap memory for nodes in the projection.
getMinimumNonHeapMemoryUsed() - Method in interface org.gridgain.grid.GridProjectionMetrics
Gets minimum amount of used non-heap memory for nodes in the projection.
getMinimumRejectedJobs() - Method in interface org.gridgain.grid.GridProjectionMetrics
Gets minimum number of rejected jobs that concurrently run on nodes in the projection.
getMinimumThreadCount() - Method in interface org.gridgain.grid.GridProjectionMetrics
Gets minimum number of threads for nodes in the projection.
getMinimumUpTime() - Method in interface org.gridgain.grid.GridProjectionMetrics
Gets minimum up time for nodes in the projection.
getMinimumWaitingJobs() - Method in interface org.gridgain.grid.GridProjectionMetrics
Gets minimum number of waiting jobs that concurrently run on nodes in the projection.
getMulticastGroup() - Method in class org.gridgain.grid.spi.discovery.multicast.GridMulticastDiscoverySpi
Gets IP address of multicast group.
getMulticastGroup() - Method in interface org.gridgain.grid.spi.discovery.multicast.GridMulticastDiscoverySpiMBean
Gets IP address of multicast group.
getMulticastPort() - Method in class org.gridgain.grid.spi.discovery.multicast.GridMulticastDiscoverySpi
Gets port number which multicast messages are sent to.
getMulticastPort() - Method in interface org.gridgain.grid.spi.discovery.multicast.GridMulticastDiscoverySpiMBean
Gets port number which multicast messages are sent to.
getName() - Method in interface org.gridgain.grid.cache.GridCacheConfiguration
Cache name.
getName() - Method in class org.gridgain.grid.cache.GridCacheConfigurationAdapter
Cache name.
getName() - Method in interface org.gridgain.grid.spi.deployment.GridDeploymentResource
Gets resource name, either class name or alias name, such as alias specified by GridTaskName annotation.
getName() - Method in class org.gridgain.grid.spi.deployment.GridDeploymentResourceAdapter
Gets resource name, either class name or alias name, such as alias specified by GridTaskName annotation.
getName() - Method in interface org.gridgain.grid.spi.GridSpi
Gets SPI name.
getName() - Method in class org.gridgain.grid.spi.GridSpiAdapter
Gets SPI name.
getName() - Method in interface org.gridgain.grid.spi.GridSpiManagementMBean
Gets name of the SPI.
getNearEvictionPolicy() - Method in interface org.gridgain.grid.cache.GridCacheConfiguration
Gets eviction policy for near cache which is different from the one used for partitioned cache.
getNearEvictionPolicy() - Method in class org.gridgain.grid.cache.GridCacheConfigurationAdapter
Gets eviction policy for near cache which is different from the one used for partitioned cache.
getNearStartSize() - Method in interface org.gridgain.grid.cache.GridCacheConfiguration
Gets initial cache size for near cache which will be used to pre-create internal hash table after start.
getNearStartSize() - Method in class org.gridgain.grid.cache.GridCacheConfigurationAdapter
Gets initial cache size for near cache which will be used to pre-create internal hash table after start.
getNestedPathLength() - Method in class org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpi
Gets nested path length (nesting levels count for swap entries distribution).
getNestedPathLength() - Method in interface org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpiMBean
Gets nested path length (nesting levels count for swap entries distribution).
getNetworkTimeout() - Method in interface org.gridgain.grid.GridConfiguration
Maximum timeout in milliseconds for network requests.
getNetworkTimeout() - Method in class org.gridgain.grid.GridConfigurationAdapter
Maximum timeout in milliseconds for network requests.
getNetworkTimeout() - Method in class org.gridgain.grid.spi.discovery.tcp.GridTcpDiscoverySpi
Gets network timeout.
getNetworkTimeout() - Method in interface org.gridgain.grid.spi.discovery.tcp.GridTcpDiscoverySpiMBean
Gets network timeout.
getNioActiveThreadCount() - Method in class org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpi
Returns the approximate number of threads that are actively processing NIO tasks.
getNioActiveThreadCount() - Method in interface org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpiMBean
Returns the approximate number of threads that are actively processing NIO tasks.
getNioCorePoolSize() - Method in class org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpi
Returns the core number of NIO threads.
getNioCorePoolSize() - Method in interface org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpiMBean
Returns the core number of NIO threads.
getNioLargestPoolSize() - Method in class org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpi
Returns the largest number of NIO threads that have ever simultaneously been in the pool.
getNioLargestPoolSize() - Method in interface org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpiMBean
Returns the largest number of NIO threads that have ever simultaneously been in the pool.
getNioMaximumPoolSize() - Method in class org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpi
Returns the maximum allowed number of NIO threads.
getNioMaximumPoolSize() - Method in interface org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpiMBean
Returns the maximum allowed number of NIO threads.
getNioPoolSize() - Method in class org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpi
Returns the current number of NIO threads in the pool.
getNioPoolSize() - Method in interface org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpiMBean
Returns the current number of NIO threads in the pool.
getNioTaskQueueSize() - Method in class org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpi
Gets current size of the NIO queue size.
getNioTaskQueueSize() - Method in interface org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpiMBean
Gets current size of the NIO queue size.
getNioTotalCompletedTaskCount() - Method in class org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpi
Returns the approximate total number of NIO tasks that have completed execution.
getNioTotalCompletedTaskCount() - Method in interface org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpiMBean
Returns the approximate total number of NIO tasks that have completed execution.
getNioTotalScheduledTaskCount() - Method in class org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpi
Returns the approximate total number of NIO tasks that have been scheduled for execution.
getNioTotalScheduledTaskCount() - Method in interface org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpiMBean
Returns the approximate total number of NIO tasks that have been scheduled for execution.
getNode() - Method in interface org.gridgain.grid.GridJobResult
Gets node this job executed on.
getNode(UUID) - Method in interface org.gridgain.grid.spi.discovery.GridDiscoverySpi
Gets node by ID.
getNode(UUID) - Method in class org.gridgain.grid.spi.discovery.multicast.GridMulticastDiscoverySpi
Gets node by ID.
getNode(UUID) - Method in class org.gridgain.grid.spi.discovery.tcp.GridTcpDiscoverySpi
Gets node by ID.
getNodeAttributes() - Method in class org.gridgain.grid.spi.collision.jobstealing.GridJobStealingCollisionSpi
This method is called before SPI starts (before method GridSpi.spiStart(String) is called).
getNodeAttributes() - Method in class org.gridgain.grid.spi.collision.priorityqueue.GridPriorityQueueCollisionSpi
This method is called before SPI starts (before method GridSpi.spiStart(String) is called).
getNodeAttributes() - Method in class org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpi
This method is called before SPI starts (before method GridSpi.spiStart(String) is called).
getNodeAttributes() - Method in class org.gridgain.grid.spi.discovery.multicast.GridMulticastDiscoverySpi
This method is called before SPI starts (before method GridSpi.spiStart(String) is called).
getNodeAttributes() - Method in class org.gridgain.grid.spi.failover.always.GridAlwaysFailoverSpi
This method is called before SPI starts (before method GridSpi.spiStart(String) is called).
getNodeAttributes() - Method in class org.gridgain.grid.spi.failover.jobstealing.GridJobStealingFailoverSpi
This method is called before SPI starts (before method GridSpi.spiStart(String) is called).
getNodeAttributes() - Method in interface org.gridgain.grid.spi.GridSpi
This method is called before SPI starts (before method GridSpi.spiStart(String) is called).
getNodeAttributes() - Method in class org.gridgain.grid.spi.GridSpiAdapter
This method is called before SPI starts (before method GridSpi.spiStart(String) is called).
getNodeAttributes() - Method in class org.gridgain.grid.spi.loadbalancing.weightedrandom.GridWeightedRandomLoadBalancingSpi
This method is called before SPI starts (before method GridSpi.spiStart(String) is called).
getNodeId() - Method in interface org.gridgain.grid.GridConfiguration
Unique identifier for this node within grid.
getNodeId() - Method in class org.gridgain.grid.GridConfigurationAdapter
Unique identifier for this node within grid.
getNodesFailed() - Method in class org.gridgain.grid.spi.discovery.tcp.GridTcpDiscoverySpi
Gets failed nodes count.
getNodesFailed() - Method in interface org.gridgain.grid.spi.discovery.tcp.GridTcpDiscoverySpiMBean
Gets failed nodes count.
getNodesJoined() - Method in class org.gridgain.grid.spi.discovery.tcp.GridTcpDiscoverySpi
Gets joined nodes count.
getNodesJoined() - Method in interface org.gridgain.grid.spi.discovery.tcp.GridTcpDiscoverySpiMBean
Gets joined nodes count.
getNodesLeft() - Method in class org.gridgain.grid.spi.discovery.tcp.GridTcpDiscoverySpi
Gets left nodes count.
getNodesLeft() - Method in interface org.gridgain.grid.spi.discovery.tcp.GridTcpDiscoverySpiMBean
Gets left nodes count.
getNodeStartTime() - Method in interface org.gridgain.grid.GridNodeMetrics
Returns the start time of grid node in milliseconds.
getNodeStartTime() - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
Returns the start time of grid node in milliseconds.
getNodeWeight() - Method in class org.gridgain.grid.spi.loadbalancing.weightedrandom.GridWeightedRandomLoadBalancingSpi
Gets weight of this node.
getNodeWeight() - Method in interface org.gridgain.grid.spi.loadbalancing.weightedrandom.GridWeightedRandomLoadBalancingSpiMBean
Gets weight of this node.
getNonHeapMemoryCommitted() - Method in interface org.gridgain.grid.GridNodeMetrics
Returns the amount of non-heap memory in bytes that is committed for the JVM to use.
getNonHeapMemoryCommitted() - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
Returns the amount of non-heap memory in bytes that is committed for the JVM to use.
getNonHeapMemoryCommitted() - Method in interface org.gridgain.grid.spi.metrics.GridLocalMetrics
Returns the amount of non-heap memory in bytes that is committed for the Java virtual machine to use.
getNonHeapMemoryCommitted() - Method in class org.gridgain.grid.spi.metrics.GridLocalMetricsAdapter
Returns the amount of non-heap memory in bytes that is committed for the Java virtual machine to use.
getNonHeapMemoryCommitted() - Method in class org.gridgain.grid.spi.metrics.jdk.GridJdkLocalMetricsSpi
Returns the amount of non-heap memory in bytes that is committed for the Java virtual machine to use.
getNonHeapMemoryInitialized() - Method in interface org.gridgain.grid.GridNodeMetrics
Returns the amount of non-heap memory in bytes that the JVM initially requests from the operating system for memory management.
getNonHeapMemoryInitialized() - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
Returns the amount of non-heap memory in bytes that the JVM initially requests from the operating system for memory management.
getNonHeapMemoryInitialized() - Method in interface org.gridgain.grid.spi.metrics.GridLocalMetrics
Returns the amount of non-heap memory in bytes that the Java virtual machine initially requests from the operating system for memory management.
getNonHeapMemoryInitialized() - Method in class org.gridgain.grid.spi.metrics.GridLocalMetricsAdapter
Returns the amount of non-heap memory in bytes that the Java virtual machine initially requests from the operating system for memory management.
getNonHeapMemoryInitialized() - Method in class org.gridgain.grid.spi.metrics.jdk.GridJdkLocalMetricsSpi
Returns the amount of non-heap memory in bytes that the Java virtual machine initially requests from the operating system for memory management.
getNonHeapMemoryMaximum() - Method in interface org.gridgain.grid.GridNodeMetrics
Returns the maximum amount of non-heap memory in bytes that can be used for memory management.
getNonHeapMemoryMaximum() - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
Returns the maximum amount of non-heap memory in bytes that can be used for memory management.
getNonHeapMemoryMaximum() - Method in interface org.gridgain.grid.spi.metrics.GridLocalMetrics
Returns the maximum amount of non-heap memory in bytes that can be used for memory management.
getNonHeapMemoryMaximum() - Method in class org.gridgain.grid.spi.metrics.GridLocalMetricsAdapter
Returns the maximum amount of non-heap memory in bytes that can be used for memory management.
getNonHeapMemoryMaximum() - Method in class org.gridgain.grid.spi.metrics.jdk.GridJdkLocalMetricsSpi
Returns the maximum amount of non-heap memory in bytes that can be used for memory management.
getNonHeapMemoryUsed() - Method in interface org.gridgain.grid.GridNodeMetrics
Returns the current non-heap memory size that is used by Java VM.
getNonHeapMemoryUsed() - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
Returns the current non-heap memory size that is used by Java VM.
getNonHeapMemoryUsed() - Method in interface org.gridgain.grid.spi.metrics.GridLocalMetrics
Returns the current non-heap memory size that is used by Java VM.
getNonHeapMemoryUsed() - Method in class org.gridgain.grid.spi.metrics.GridLocalMetricsAdapter
Returns the current non-heap memory size that is used by Java VM.
getNonHeapMemoryUsed() - Method in class org.gridgain.grid.spi.metrics.jdk.GridJdkLocalMetricsSpi
Returns the current non-heap memory size that is used by Java VM.
getNumberOfRetries() - Method in class org.gridgain.grid.spi.checkpoint.jdbc.GridJdbcCheckpointSpi
Gets number of retries in case of DB failure.
getNumberOfRetries() - Method in interface org.gridgain.grid.spi.checkpoint.jdbc.GridJdbcCheckpointSpiMBean
Gets number of retries in case of DB failure.
getOldestNodeStartTime() - Method in interface org.gridgain.grid.GridProjectionMetrics
Gets start time of the oldest node in the projection.
getOrElse(T) - Method in class org.gridgain.grid.lang.GridOpt
Gets value if GridOpt.isSome(), otherwise given default value.
getOsInformation() - Method in interface org.gridgain.grid.GridKernalMBean
Gets OS information.
getOsUser() - Method in interface org.gridgain.grid.GridKernalMBean
Gets OS user.
getOverflowSize() - Method in interface org.gridgain.grid.cache.GridCacheMBean
Gets number of entries that was swapped to disk.
getParallelJobsNumber() - Method in class org.gridgain.grid.spi.collision.fifoqueue.GridFifoQueueCollisionSpi
Gets number of jobs that can be executed in parallel.
getParallelJobsNumber() - Method in interface org.gridgain.grid.spi.collision.fifoqueue.GridFifoQueueCollisionSpiMBean
Gets number of jobs that can be executed in parallel.
getParallelJobsNumber() - Method in class org.gridgain.grid.spi.collision.priorityqueue.GridPriorityQueueCollisionSpi
Gets number of jobs that can be executed in parallel.
getParallelJobsNumber() - Method in interface org.gridgain.grid.spi.collision.priorityqueue.GridPriorityQueueCollisionSpiMBean
Gets number of jobs that can be executed in parallel.
getPartitions() - Method in class org.gridgain.grid.cache.affinity.partitioned.GridCachePartitionedAffinity
Gets total number of key partitions.
getPassword() - Method in class org.gridgain.grid.spi.checkpoint.jdbc.GridJdbcCheckpointSpi
Gets checkpoint jdbc password.
getPassword() - Method in interface org.gridgain.grid.spi.checkpoint.jdbc.GridJdbcCheckpointSpiMBean
Gets checkpoint jdbc password.
getPath() - Method in class org.gridgain.grid.spi.discovery.tcp.ipfinder.sharedfs.GridTcpDiscoverySharedFsIpFinder
Gets path.
getPath() - Method in class org.gridgain.grid.spi.discovery.tcp.metricsstore.sharedfs.GridTcpDiscoverySharedFsMetricsStore
Gets path.
getPath() - Method in class org.gridgain.grid.spi.discovery.tcp.topologystore.sharedfs.GridTcpDiscoverySharedFsTopologyStore
Gets path.
getPeakThreadCount() - Method in interface org.gridgain.grid.spi.metrics.GridLocalMetrics
Returns the peak live thread count since the Java virtual machine started or peak was reset.
getPeakThreadCount() - Method in class org.gridgain.grid.spi.metrics.GridLocalMetricsAdapter
Returns the peak live thread count since the Java virtual machine started or peak was reset.
getPeakThreadCount() - Method in class org.gridgain.grid.spi.metrics.jdk.GridJdkLocalMetricsSpi
Returns the peak live thread count since the Java virtual machine started or peak was reset.
getPeerClassLoadingClassPathExclude() - Method in interface org.gridgain.grid.GridConfiguration
Should return list of packages from the system classpath that need to be peer-to-peer loaded from task originating node. '*' is supported at the end of the package name which means that all sub-packages and their classes are included like in Java package import clause.
getPeerClassLoadingClassPathExclude() - Method in class org.gridgain.grid.GridConfigurationAdapter
Should return list of packages from the system classpath that need to be peer-to-peer loaded from task originating node. '*' is supported at the end of the package name which means that all sub-packages and their classes are included like in Java package import clause.
getPeerClassLoadingExecutorService() - Method in interface org.gridgain.grid.GridConfiguration
Should return an instance of fully configured executor service which is in charge of peer class loading requests/responses.
getPeerClassLoadingExecutorService() - Method in class org.gridgain.grid.GridConfigurationAdapter
Should return an instance of fully configured executor service which is in charge of peer class loading requests/responses.
getPeerClassLoadingExecutorServiceShutdown() - Method in interface org.gridgain.grid.GridConfiguration
Should return flag of peer class loading executor service shutdown when the grid stops.
getPeerClassLoadingExecutorServiceShutdown() - Method in class org.gridgain.grid.GridConfigurationAdapter
Should return flag of peer class loading executor service shutdown when the grid stops.
getPeerClassLoadingMissedResourcesCacheSize() - Method in interface org.gridgain.grid.GridConfiguration
Returns missed resources cache size.
getPeerClassLoadingMissedResourcesCacheSize() - Method in class org.gridgain.grid.GridConfigurationAdapter
Returns missed resources cache size.
getPendingMessagesDiscarded() - Method in class org.gridgain.grid.spi.discovery.tcp.GridTcpDiscoverySpi
Gets pending messages discarded count.
getPendingMessagesDiscarded() - Method in interface org.gridgain.grid.spi.discovery.tcp.GridTcpDiscoverySpiMBean
Gets pending messages discarded count.
getPendingMessagesRegistered() - Method in class org.gridgain.grid.spi.discovery.tcp.GridTcpDiscoverySpi
Gets pending messages registered count.
getPendingMessagesRegistered() - Method in interface org.gridgain.grid.spi.discovery.tcp.GridTcpDiscoverySpiMBean
Gets pending messages registered count.
getPoolSize() - Method in interface org.gridgain.grid.GridExecutorServiceMBean
Returns the current number of threads in the pool.
getPoolSize() - Method in class org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpi
Gets internal workers pool size.
getPoolSize() - Method in interface org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpiMBean
Gets internal workers pool size.
getPreloadBatchSize() - Method in interface org.gridgain.grid.cache.GridCacheConfiguration
Gets size (in number bytes) to be loaded within a single preload message.
getPreloadBatchSize() - Method in class org.gridgain.grid.cache.GridCacheConfigurationAdapter
Gets size (in number bytes) to be loaded within a single preload message.
getPreloadMode() - Method in interface org.gridgain.grid.cache.GridCacheConfiguration
Gets preload mode for distributed cache.
getPreloadMode() - Method in class org.gridgain.grid.cache.GridCacheConfigurationAdapter
Gets preload mode for distributed cache.
getPreloadThreadPoolSize() - Method in interface org.gridgain.grid.cache.GridCacheConfiguration
Gets size of preloading thread pool.
getPreloadThreadPoolSize() - Method in class org.gridgain.grid.cache.GridCacheConfigurationAdapter
Gets size of preloading thread pool.
getPriorityAttributeKey() - Method in class org.gridgain.grid.spi.collision.priorityqueue.GridPriorityQueueCollisionSpi
Gets key name of task priority attribute.
getPriorityAttributeKey() - Method in interface org.gridgain.grid.spi.collision.priorityqueue.GridPriorityQueueCollisionSpiMBean
Gets key name of task priority attribute.
getProcessedMessages() - Method in class org.gridgain.grid.spi.discovery.tcp.GridTcpDiscoverySpi
Gets processed messages counts (grouped by type).
getProcessedMessages() - Method in interface org.gridgain.grid.spi.discovery.tcp.GridTcpDiscoverySpiMBean
Gets processed messages counts (grouped by type).
getProcessorCoefficient() - Method in class org.gridgain.grid.spi.loadbalancing.adaptive.GridAdaptiveCpuLoadProbe
Gets coefficient of every CPU processor.
getProxyHost() - Method in class org.gridgain.grid.spi.checkpoint.s3.GridS3CheckpointSpi
Gets HTTP proxy host.
getProxyHost() - Method in interface org.gridgain.grid.spi.checkpoint.s3.GridS3CheckpointSpiMBean
 
getProxyPassword() - Method in class org.gridgain.grid.spi.checkpoint.s3.GridS3CheckpointSpi
Gets HTTP proxy password.
getProxyPort() - Method in class org.gridgain.grid.spi.checkpoint.s3.GridS3CheckpointSpi
Gets HTTP proxy port.
getProxyPort() - Method in interface org.gridgain.grid.spi.checkpoint.s3.GridS3CheckpointSpiMBean
 
getProxyUsername() - Method in class org.gridgain.grid.spi.checkpoint.s3.GridS3CheckpointSpi
Gets HTTP proxy user name.
getProxyUsername() - Method in interface org.gridgain.grid.spi.checkpoint.s3.GridS3CheckpointSpiMBean
 
getQueueSize() - Method in interface org.gridgain.grid.GridExecutorServiceMBean
Gets current size of the execution queue.
getQueueSize() - Method in class org.gridgain.grid.spi.eventstorage.memory.GridMemoryEventStorageSpi
Gets current queue size of the event queue.
getQueueSize() - Method in interface org.gridgain.grid.spi.eventstorage.memory.GridMemoryEventStorageSpiMBean
Gets current queue size of the event queue.
getQueueSizeRatio() - Method in class org.gridgain.grid.cache.eviction.lirs.GridCacheLirsEvictionPolicy
Gets ratio for HIRS queue size relative to main stack size.
getQueueSizeRatio() - Method in interface org.gridgain.grid.cache.eviction.lirs.GridCacheLirsEvictionPolicyMBean
Gets ratio for HIRS queue size relative to main stack size.
getReceivedBytesCount() - Method in class org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpi
Gets received bytes count.
getReceivedBytesCount() - Method in interface org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpiMBean
Gets received bytes count.
getReceivedMessages() - Method in class org.gridgain.grid.spi.discovery.tcp.GridTcpDiscoverySpi
Gets received messages counts (grouped by type).
getReceivedMessages() - Method in interface org.gridgain.grid.spi.discovery.tcp.GridTcpDiscoverySpiMBean
Gets received messages counts (grouped by type).
getReceivedMessagesCount() - Method in class org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpi
Gets received messages count.
getReceivedMessagesCount() - Method in interface org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpiMBean
Gets received messages count.
getReconnectCount() - Method in class org.gridgain.grid.spi.discovery.tcp.GridTcpDiscoverySpi
Gets number of connection attempts.
getReconnectCount() - Method in interface org.gridgain.grid.spi.discovery.tcp.GridTcpDiscoverySpiMBean
Gets number of connection attempts.
getRefreshAheadRatio() - Method in interface org.gridgain.grid.cache.GridCacheConfiguration
Gets refresh-ahead ratio.
getRefreshAheadRatio() - Method in class org.gridgain.grid.cache.GridCacheConfigurationAdapter
Gets refresh-ahead ratio.
getRegisteredAddresses() - Method in interface org.gridgain.grid.spi.discovery.tcp.ipfinder.GridTcpDiscoveryIpFinder
Gets all addresses registered in this finder.
getRegisteredAddresses() - Method in class org.gridgain.grid.spi.discovery.tcp.ipfinder.jdbc.GridTcpDiscoveryJdbcIpFinder
Gets all addresses registered in this finder.
getRegisteredAddresses() - Method in class org.gridgain.grid.spi.discovery.tcp.ipfinder.s3.GridTcpDiscoveryS3IpFinder
Gets all addresses registered in this finder.
getRegisteredAddresses() - Method in class org.gridgain.grid.spi.discovery.tcp.ipfinder.sharedfs.GridTcpDiscoverySharedFsIpFinder
Gets all addresses registered in this finder.
getRegisteredAddresses() - Method in class org.gridgain.grid.spi.discovery.tcp.ipfinder.vm.GridTcpDiscoveryVmIpFinder
Gets all addresses registered in this finder.
getRejectedExecutionHandlerClass() - Method in interface org.gridgain.grid.GridExecutorServiceMBean
Returns the class name of current rejection handler.
getRejectedTasksCount() - Method in class org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpi
Gets rejected store and remove tasks count.
getRejectedTasksCount() - Method in interface org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpiMBean
Gets rejected store and remove tasks count.
getRemoteNodeCount() - Method in class org.gridgain.grid.spi.discovery.multicast.GridMulticastDiscoverySpi
Gets the number of remote nodes.
getRemoteNodeCount() - Method in interface org.gridgain.grid.spi.discovery.multicast.GridMulticastDiscoverySpiMBean
Gets the number of remote nodes.
getRemoteNodeIds() - Method in class org.gridgain.grid.spi.discovery.multicast.GridMulticastDiscoverySpi
Gets set of remote nodes IDs that have READY state.
getRemoteNodeIds() - Method in interface org.gridgain.grid.spi.discovery.multicast.GridMulticastDiscoverySpiMBean
Gets set of remote nodes IDs that have READY state.
getRemoteNodes() - Method in interface org.gridgain.grid.spi.discovery.GridDiscoverySpi
Gets collection of remote nodes in grid or empty collection if no remote nodes found.
getRemoteNodes() - Method in class org.gridgain.grid.spi.discovery.multicast.GridMulticastDiscoverySpi
Gets collection of remote nodes in grid or empty collection if no remote nodes found.
getRemoteNodes() - Method in class org.gridgain.grid.spi.discovery.tcp.GridTcpDiscoverySpi
Gets collection of remote nodes in grid or empty collection if no remote nodes found.
getRemovingThreadsCount() - Method in class org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpi
Gets removing threads count.
getRemovingThreadsCount() - Method in interface org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpiMBean
Gets removing threads count.
getReplicaCountAttributeName() - Method in class org.gridgain.grid.cache.affinity.partitioned.GridCachePartitionedAffinity
Gets optional attribute name for replica count.
getResourceClass() - Method in interface org.gridgain.grid.spi.deployment.GridDeploymentResource
Gets resource class.
getResourceClass() - Method in class org.gridgain.grid.spi.deployment.GridDeploymentResourceAdapter
Gets resource class.
getRestJettyPath() - Method in interface org.gridgain.grid.GridConfiguration
Gets path, either absolute or relative to GRIDGAIN_HOME, to Jetty XML configuration file.
getRestJettyPath() - Method in class org.gridgain.grid.GridConfigurationAdapter
Gets path, either absolute or relative to GRIDGAIN_HOME, to Jetty XML configuration file.
getRestSecretKey() - Method in interface org.gridgain.grid.GridConfiguration
Gets secret key to authenticate REST requests.
getRestSecretKey() - Method in class org.gridgain.grid.GridConfigurationAdapter
Gets secret key to authenticate REST requests.
getRootFolderIndexRange() - Method in class org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpi
Gets root folder index range.
getRootFolderIndexRange() - Method in interface org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpiMBean
Gets root folder index range.
getRootFolderPath() - Method in class org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpi
Gets path to the directory where all swap space values are saved.
getRootFolderPath() - Method in interface org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpiMBean
Gets path to the directory where all swap space values are saved.
getRouterClass() - Method in class org.gridgain.grid.test.junit3.GridJunit3TestSuite
Gets router class used for test routing.
getRouterClass() - Method in class org.gridgain.grid.test.junit4.GridJunit4Suite
Gets router class used for test routing.
getRouterClassName() - Method in class org.gridgain.grid.test.junit3.GridJunit3TestSuite
Gets JUnit test router class name.
getRouterClassName() - Method in class org.gridgain.grid.test.junit4.GridJunit4Suite
Gets JUnit test router class name.
getSecretAccessKey() - Method in class org.gridgain.grid.spi.checkpoint.s3.GridS3CheckpointSpi
Gets S3 secret key.
getSegmentationPolicy() - Method in interface org.gridgain.grid.GridConfiguration
Returns segmentation policy.
getSegmentationPolicy() - Method in class org.gridgain.grid.GridConfigurationAdapter
Returns segmentation policy.
getSegmentationResolveAttempts() - Method in interface org.gridgain.grid.GridConfiguration
Gets segmentation resolve attempts.
getSegmentationResolveAttempts() - Method in class org.gridgain.grid.GridConfigurationAdapter
Gets segmentation resolve attempts.
getSegmentationResolvers() - Method in interface org.gridgain.grid.GridConfiguration
Returns a collection of segmentation resolvers.
getSegmentationResolvers() - Method in class org.gridgain.grid.GridConfigurationAdapter
Returns a collection of segmentation resolvers.
getSegmentCheckFrequency() - Method in interface org.gridgain.grid.GridConfiguration
Returns frequency of network segment check by discovery manager.
getSegmentCheckFrequency() - Method in class org.gridgain.grid.GridConfigurationAdapter
Returns frequency of network segment check by discovery manager.
getSelectorsCount() - Method in class org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpi
Gets count of selectors used in TCP server.
getSelectorsCount() - Method in interface org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpiMBean
Gets count of selectors used in TCP server.
getSentBytesCount() - Method in class org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpi
Gets sent bytes count.
getSentBytesCount() - Method in interface org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpiMBean
Gets sent bytes count.
getSentMessagesCount() - Method in class org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpi
Gets sent messages count.
getSentMessagesCount() - Method in interface org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpiMBean
Gets sent messages count.
getSize() - Method in interface org.gridgain.grid.cache.GridCacheMBean
Returns number of non-null values in the cache.
getSize() - Method in class org.gridgain.grid.lang.utils.GridByteArrayList
Gets number of bytes in the list.
getSizeOverflowRatio() - Method in class org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpi
Gets size overflow ratio.
getSizeOverflowRatio() - Method in interface org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpiMBean
Gets size overflow ratio.
getSmtpFromEmail() - Method in interface org.gridgain.grid.GridConfiguration
Gets optional FROM email address for email notifications.
getSmtpFromEmail() - Method in class org.gridgain.grid.GridConfigurationAdapter
Gets optional FROM email address for email notifications.
getSmtpHost() - Method in interface org.gridgain.grid.GridConfiguration
Gets SMTP host name or null if SMTP is not configured.
getSmtpHost() - Method in class org.gridgain.grid.GridConfigurationAdapter
Gets SMTP host name or null if SMTP is not configured.
getSmtpPassword() - Method in interface org.gridgain.grid.GridConfiguration
SMTP password or null if not used.
getSmtpPassword() - Method in class org.gridgain.grid.GridConfigurationAdapter
SMTP password or null if not used.
getSmtpPort() - Method in interface org.gridgain.grid.GridConfiguration
Gets SMTP port.
getSmtpPort() - Method in class org.gridgain.grid.GridConfigurationAdapter
Gets SMTP port.
getSmtpUsername() - Method in interface org.gridgain.grid.GridConfiguration
Gets SMTP username or null if not used.
getSmtpUsername() - Method in class org.gridgain.grid.GridConfigurationAdapter
Gets SMTP username or null if not used.
getSocketTimeout() - Method in class org.gridgain.grid.spi.discovery.multicast.GridMulticastDiscoverySpi
Gets socket timeout.
getSocketTimeout() - Method in interface org.gridgain.grid.spi.discovery.multicast.GridMulticastDiscoverySpiMBean
Gets socket timeout.
getSocketTimeout() - Method in class org.gridgain.grid.spi.discovery.tcp.GridTcpDiscoverySpi
Gets socket timeout.
getSocketTimeout() - Method in interface org.gridgain.grid.spi.discovery.tcp.GridTcpDiscoverySpiMBean
Gets socket timeout.
getSpiContext() - Method in class org.gridgain.grid.spi.GridSpiAdapter
Gets SPI context.
getSpiPortResolver() - Method in class org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpi
Gets port resolver for ports mapping determination.
getSpiPortResolver() - Method in interface org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpiMBean
Gets port resolver for ports mapping determination.
getSpiState() - Method in class org.gridgain.grid.spi.discovery.tcp.GridTcpDiscoverySpi
Gets current SPI state.
getSpiState() - Method in interface org.gridgain.grid.spi.discovery.tcp.GridTcpDiscoverySpiMBean
Gets current SPI state.
getStartSize() - Method in interface org.gridgain.grid.cache.GridCacheConfiguration
Gets initial cache size which will be used to pre-create internal hash table after start.
getStartSize() - Method in class org.gridgain.grid.cache.GridCacheConfigurationAdapter
Gets initial cache size which will be used to pre-create internal hash table after start.
getStartTime() - Method in interface org.gridgain.grid.GridNodeMetrics
Returns the start time of the JVM in milliseconds.
getStartTime() - Method in interface org.gridgain.grid.GridTaskSession
Gets start of computation time for the task.
getStartTime() - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
Returns the start time of the JVM in milliseconds.
getStartTime() - Method in interface org.gridgain.grid.spi.metrics.GridLocalMetrics
Returns the start time of the Java virtual machine in milliseconds.
getStartTime() - Method in class org.gridgain.grid.spi.metrics.GridLocalMetricsAdapter
Returns the start time of the Java virtual machine in milliseconds.
getStartTime() - Method in class org.gridgain.grid.spi.metrics.jdk.GridJdkLocalMetricsSpi
Returns the start time of the Java virtual machine in milliseconds.
getStartTimestamp() - Method in interface org.gridgain.grid.GridKernalMBean
Get start timestamp of the kernal.
getStartTimestamp() - Method in class org.gridgain.grid.spi.GridSpiAdapter
Get start timestamp of this SPI.
getStartTimestamp() - Method in interface org.gridgain.grid.spi.GridSpiManagementMBean
Get start timestamp of this SPI.
getStartTimestampFormatted() - Method in interface org.gridgain.grid.GridKernalMBean
Gets string presentation of the kernal start timestamp.
getStartTimestampFormatted() - Method in class org.gridgain.grid.spi.GridSpiAdapter
Gets string presentation of the start timestamp.
getStartTimestampFormatted() - Method in interface org.gridgain.grid.spi.GridSpiManagementMBean
Gets string presentation of the start timestamp.
getStarvationIncrement() - Method in class org.gridgain.grid.spi.collision.priorityqueue.GridPriorityQueueCollisionSpi
Gets value to increment job priority by every time a lower priority job gets behind a higher priority job.
getStarvationIncrement() - Method in interface org.gridgain.grid.spi.collision.priorityqueue.GridPriorityQueueCollisionSpiMBean
Gets value to increment job priority by every time a lower priority job gets behind a higher priority job.
getState() - Method in interface org.gridgain.grid.GridFactoryMBean
Gets state of default grid instance.
getState(String) - Method in interface org.gridgain.grid.GridFactoryMBean
Gets state for a given grid instance.
getStatisticsPrintFrequency() - Method in class org.gridgain.grid.spi.discovery.tcp.GridTcpDiscoverySpi
Gets statistics print frequency.
getStatisticsPrintFrequency() - Method in interface org.gridgain.grid.spi.discovery.tcp.GridTcpDiscoverySpiMBean
Gets statistics print frequency.
getStealingAttributes() - Method in class org.gridgain.grid.spi.collision.jobstealing.GridJobStealingCollisionSpi
Configuration parameter to enable stealing to/from only nodes that have these attributes set (see GridNode.attribute(String) and GridConfiguration.getUserAttributes() methods).
getStealingAttributes() - Method in interface org.gridgain.grid.spi.collision.jobstealing.GridJobStealingCollisionSpiMBean
Configuration parameter to enable stealing to/from only nodes that have these attributes set (see GridNode.attribute(String) and GridConfiguration.getUserAttributes() methods).
getStore() - Method in interface org.gridgain.grid.cache.GridCacheConfiguration
Gets underlying persistent storage for read-through and write-through operations.
getStore() - Method in class org.gridgain.grid.cache.GridCacheConfigurationAdapter
Gets underlying persistent storage for read-through and write-through operations.
getStoresCleanFrequency() - Method in class org.gridgain.grid.spi.discovery.tcp.GridTcpDiscoverySpi
Gets stores (IP finder and metrics store) clean frequency.
getStoresCleanFrequency() - Method in interface org.gridgain.grid.spi.discovery.tcp.GridTcpDiscoverySpiMBean
Gets stores (IP finder and metrics store) clean frequency.
getStoringThreadsCount() - Method in class org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpi
Gets storing threads count.
getStoringThreadsCount() - Method in interface org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpiMBean
Gets storing threads count.
getSubFoldersCount() - Method in class org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpi
Gets sub-folders count on each nested level to distribute swap entries.
getSubFoldersCount() - Method in interface org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpiMBean
Gets sub-folders count on each nested level to distribute swap entries.
getSubmittedEvictTasksCount() - Method in class org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpi
Gets submitted evict tasks count.
getSubmittedEvictTasksCount() - Method in interface org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpiMBean
Gets submitted evict tasks count.
getSubmittedRemoveTasksCount() - Method in class org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpi
Gets submitted remove tasks count.
getSubmittedRemoveTasksCount() - Method in interface org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpiMBean
Gets submitted remove tasks count.
getSubmittedStoreTasksCount() - Method in class org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpi
Gets submitted store tasks count.
getSubmittedStoreTasksCount() - Method in interface org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpiMBean
Gets submitted store tasks count.
getSwapSpaceSpi() - Method in interface org.gridgain.grid.GridConfiguration
Should return fully configured swap space SPI implementations.
getSwapSpaceSpi() - Method in class org.gridgain.grid.GridConfigurationAdapter
Should return fully configured swap space SPI implementations.
getSwapSpaceSpiFormatted() - Method in interface org.gridgain.grid.GridKernalMBean
Gets a formatted instance of configured swapspace SPI implementations.
getSyncDelay() - Method in class org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpi
Gets sync delay in ms.
getSyncDelay() - Method in interface org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpiMBean
Gets sync delay in ms.
getSystemExecutorService() - Method in interface org.gridgain.grid.GridConfiguration
Executor service that is in charge of processing GridTaskSession messages and job responses.
getSystemExecutorService() - Method in class org.gridgain.grid.GridConfigurationAdapter
Executor service that is in charge of processing GridTaskSession messages and job responses.
getSystemExecutorServiceShutdown() - Method in interface org.gridgain.grid.GridConfiguration
Shutdown flag for system executor service.
getSystemExecutorServiceShutdown() - Method in class org.gridgain.grid.GridConfigurationAdapter
Shutdown flag for system executor service.
getSystemOrEnv(String) - Static method in class org.gridgain.grid.typedef.X
Gets either system property or environment variable with given name.
getSystemOrEnv(String, String) - Static method in class org.gridgain.grid.typedef.X
Gets either system property or environment variable with given name.
getTarget() - Method in interface org.gridgain.grid.gridify.GridifyArgument
Gets target object to execute method on.
getTaskCount() - Method in interface org.gridgain.grid.GridExecutorServiceMBean
Returns the approximate total number of tasks that have been scheduled for execution.
getTaskName() - Method in interface org.gridgain.grid.GridTaskSession
Gets task name of the task this session belongs to.
getTaskNodeId() - Method in interface org.gridgain.grid.GridTaskSession
Gets ID of the node on which task execution originated.
getTaskQueueCapacity() - Method in class org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpi
Gets task queue capacity.
getTaskQueueCapacity() - Method in interface org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpiMBean
Gets task queue capacity.
getTaskQueueFlushFrequency() - Method in class org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpi
Gets task queue flush frequency.
getTaskQueueFlushFrequency() - Method in interface org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpiMBean
Gets task queue flush frequency.
getTaskQueueFlushRatio() - Method in class org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpi
Gets task queue flush ratio.
getTaskQueueFlushRatio() - Method in interface org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpiMBean
Gets task queue flush ratio.
getTaskQueueSize() - Method in class org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpi
Gets current task queue size.
getTaskQueueSize() - Method in interface org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpiMBean
Gets current task queue size.
getTaskSession() - Method in interface org.gridgain.grid.GridTaskFuture
Gets task session of execution grid task.
getTaskSession() - Method in interface org.gridgain.grid.spi.collision.GridCollisionJobContext
Gets current task session associated with this job.
getTaskSession() - Method in interface org.gridgain.grid.spi.failover.GridFailoverContext
Gets current task session.
getTcpPort() - Method in class org.gridgain.grid.spi.discovery.multicast.GridMulticastDiscoverySpi
Gets local port number that is used by discovery SPI.
getTcpPort() - Method in interface org.gridgain.grid.spi.discovery.multicast.GridMulticastDiscoverySpiMBean
Gets local port number that is used by discovery SPI.
getTemporaryDirectoryPath() - Method in class org.gridgain.grid.spi.deployment.uri.GridUriDeploymentSpi
Gets temporary directory path.
getTemporaryDirectoryPath() - Method in interface org.gridgain.grid.spi.deployment.uri.GridUriDeploymentSpiMBean
Gets temporary directory path.
getThreadCount() - Method in interface org.gridgain.grid.spi.metrics.GridLocalMetrics
Returns the current number of live threads including both daemon and non-daemon threads.
getThreadCount() - Method in class org.gridgain.grid.spi.metrics.GridLocalMetricsAdapter
Returns the current number of live threads including both daemon and non-daemon threads.
getThreadCount() - Method in class org.gridgain.grid.spi.metrics.jdk.GridJdkLocalMetricsSpi
Returns the current number of live threads including both daemon and non-daemon threads.
getThreadFactoryClass() - Method in interface org.gridgain.grid.GridExecutorServiceMBean
Returns the class name of thread factory used to create new threads.
getThreadPriority() - Method in class org.gridgain.grid.spi.discovery.tcp.GridTcpDiscoverySpi
Gets thread priority.
getThreadPriority() - Method in interface org.gridgain.grid.spi.discovery.tcp.GridTcpDiscoverySpiMBean
Gets thread priority.
getTimeout() - Method in class org.gridgain.grid.test.junit3.GridJunit3TestSuite
Gets timeout for running distributed test suite.
getTimeToLive() - Method in class org.gridgain.grid.spi.discovery.multicast.GridMulticastDiscoverySpi
Gets TCP messages time-to-live.
getTimeToLive() - Method in interface org.gridgain.grid.spi.discovery.multicast.GridMulticastDiscoverySpiMBean
Gets messages time-to-live.
getTm() - Method in interface org.gridgain.grid.cache.jta.GridCacheTmLookup
Gets Transaction Manager (TM).
getTm() - Method in class org.gridgain.grid.cache.jta.jndi.GridCacheJndiTmLookup
Gets Transaction Manager (TM).
getTm() - Method in class org.gridgain.grid.cache.jta.reflect.GridCacheReflectionTmLookup
Gets Transaction Manager (TM).
getTopology() - Method in interface org.gridgain.grid.GridTaskSession
Gets a collection of grid nodes IDs.
getTopology(GridTaskSession, Collection<? extends GridNode>) - Method in class org.gridgain.grid.spi.topology.attributes.GridAttributesTopologySpi
This method is called by GridGain right before calling GridTask.map(List, Object) to obtain a topology for the task's split.
getTopology(GridTaskSession, Collection<? extends GridNode>) - Method in class org.gridgain.grid.spi.topology.basic.GridBasicTopologySpi
This method is called by GridGain right before calling GridTask.map(List, Object) to obtain a topology for the task's split.
getTopology(GridTaskSession, Collection<? extends GridNode>) - Method in interface org.gridgain.grid.spi.topology.GridTopologySpi
This method is called by GridGain right before calling GridTask.map(List, Object) to obtain a topology for the task's split.
getTopology(GridTaskSession, Collection<? extends GridNode>) - Method in class org.gridgain.grid.spi.topology.nodefilter.GridNodeFilterTopologySpi
This method is called by GridGain right before calling GridTask.map(List, Object) to obtain a topology for the task's split.
getTopologySpi() - Method in interface org.gridgain.grid.GridConfiguration
Should return fully configured topology SPI implementation.
getTopologySpi() - Method in class org.gridgain.grid.GridConfigurationAdapter
Should return fully configured topology SPI implementation.
getTopologySpiFormatted() - Method in interface org.gridgain.grid.GridKernalMBean
Gets a formatted instance of fully configured topology SPI implementation.
getTopologyStoreName() - Method in class org.gridgain.grid.spi.discovery.tcp.GridTcpDiscoverySpi
Gets GridTcpDiscoveryTopologyStore (string representation).
getTopologyStoreName() - Method in interface org.gridgain.grid.spi.discovery.tcp.GridTcpDiscoverySpiMBean
Gets GridTcpDiscoveryTopologyStore (string representation).
getTotalBusyTime() - Method in interface org.gridgain.grid.GridNodeMetrics
Gets total time this node spent executing jobs.
getTotalBusyTime() - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
Gets total time this node spent executing jobs.
getTotalCancelledJobs() - Method in interface org.gridgain.grid.GridNodeMetrics
Gets total number of cancelled jobs.
getTotalCancelledJobs() - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
Gets total number of cancelled jobs.
getTotalCount() - Method in class org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpi
Gets current total entries count (in all spaces).
getTotalCount() - Method in interface org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpiMBean
Gets current total entries count (in all spaces).
getTotalCpus() - Method in interface org.gridgain.grid.GridNodeMetrics
Returns the number of CPUs available to the Java Virtual Machine.
getTotalCpus() - Method in interface org.gridgain.grid.GridProjectionMetrics
Gets total number of available processors.
getTotalCpus() - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
Returns the number of CPUs available to the Java Virtual Machine.
getTotalExecutedJobs() - Method in interface org.gridgain.grid.GridNodeMetrics
Gets total number of jobs handled by the node.
getTotalExecutedJobs() - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
Gets total number of jobs handled by the node.
getTotalFailedOverJobsCount() - Method in class org.gridgain.grid.spi.failover.jobstealing.GridJobStealingFailoverSpi
Get total number of jobs that were failed over including stolen ones.
getTotalFailedOverJobsCount() - Method in interface org.gridgain.grid.spi.failover.jobstealing.GridJobStealingFailoverSpiMBean
Get total number of jobs that were failed over including stolen ones.
getTotalFailoverJobsCount() - Method in class org.gridgain.grid.spi.failover.always.GridAlwaysFailoverSpi
Get total number of jobs that were failed over.
getTotalFailoverJobsCount() - Method in interface org.gridgain.grid.spi.failover.always.GridAlwaysFailoverSpiMBean
Get total number of jobs that were failed over.
getTotalHosts() - Method in interface org.gridgain.grid.GridProjectionMetrics
Gets total number of hosts.
getTotalIdleTime() - Method in interface org.gridgain.grid.GridNodeMetrics
Gets total time this node spent idling (not executing any jobs).
getTotalIdleTime() - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
Gets total time this node spent idling (not executing any jobs).
getTotalNodes() - Method in interface org.gridgain.grid.GridProjectionMetrics
Gets total number of nodes.
getTotalProcessedMessages() - Method in class org.gridgain.grid.spi.discovery.tcp.GridTcpDiscoverySpi
Gets total processed messages count.
getTotalProcessedMessages() - Method in interface org.gridgain.grid.spi.discovery.tcp.GridTcpDiscoverySpiMBean
Gets total processed messages count.
getTotalReceivedMessages() - Method in class org.gridgain.grid.spi.discovery.tcp.GridTcpDiscoverySpi
Gets total received messages count.
getTotalReceivedMessages() - Method in interface org.gridgain.grid.spi.discovery.tcp.GridTcpDiscoverySpiMBean
Gets total received messages count.
getTotalRejectedJobs() - Method in interface org.gridgain.grid.GridNodeMetrics
Gets total number of jobs this node rejects during collision resolution operations.
getTotalRejectedJobs() - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
Gets total number of jobs this node rejects during collision resolution operations.
getTotalSize() - Method in class org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpi
Gets current total swap entries size in all spaces.
getTotalSize() - Method in interface org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpiMBean
Gets current total swap entries size in all spaces.
getTotalStartedThreadCount() - Method in interface org.gridgain.grid.GridNodeMetrics
Returns the total number of threads created and also started since the JVM started.
getTotalStartedThreadCount() - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
Returns the total number of threads created and also started since the JVM started.
getTotalStartedThreadCount() - Method in interface org.gridgain.grid.spi.metrics.GridLocalMetrics
Returns the total number of threads created and also started since the Java virtual machine started.
getTotalStartedThreadCount() - Method in class org.gridgain.grid.spi.metrics.GridLocalMetricsAdapter
Returns the total number of threads created and also started since the Java virtual machine started.
getTotalStartedThreadCount() - Method in class org.gridgain.grid.spi.metrics.jdk.GridJdkLocalMetricsSpi
Returns the total number of threads created and also started since the Java virtual machine started.
getTotalStolenJobsCount() - Method in class org.gridgain.grid.spi.collision.jobstealing.GridJobStealingCollisionSpi
Gets total number of stolen jobs.
getTotalStolenJobsCount() - Method in interface org.gridgain.grid.spi.collision.jobstealing.GridJobStealingCollisionSpiMBean
Gets total number of stolen jobs.
getTotalStoredCount() - Method in class org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpi
Gets total entries count ever written to swap (to all spaces).
getTotalStoredCount() - Method in interface org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpiMBean
Gets total entries count ever written to swap (to all spaces).
getTotalStoredSize() - Method in class org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpi
Gets total data size ever written to swap (to all spaces).
getTotalStoredSize() - Method in interface org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpiMBean
Gets total data size ever written to swap (to all spaces).
getTransactionManagerLookup() - Method in interface org.gridgain.grid.cache.GridCacheConfiguration
Gets transaction manager finder for integration for JEE app servers.
getTransactionManagerLookup() - Method in class org.gridgain.grid.cache.GridCacheConfigurationAdapter
Gets transaction manager finder for integration for JEE app servers.
getTrigonometryScore() - Method in class org.gridgain.grid.benchmarks.GridLocalNodeBenchmark
Gets relative score of trigonometry operations for this benchmark on the local node.
getTxCommitQueueSize() - Method in interface org.gridgain.grid.cache.GridCacheMBean
Gets committed transaction queue size.
getTxCommittedVersionsSize() - Method in interface org.gridgain.grid.cache.GridCacheMBean
Gets number of cached committed transaction IDs.
getTxDhtCommitQueueSize() - Method in interface org.gridgain.grid.cache.GridCacheMBean
Gets committed DHT transaction queue size.
getTxDhtCommittedVersionsSize() - Method in interface org.gridgain.grid.cache.GridCacheMBean
Gets number of cached committed DHT transaction IDs.
getTxDhtPrepareQueueSize() - Method in interface org.gridgain.grid.cache.GridCacheMBean
Gets prepared DHT transaction queue size.
getTxDhtRolledbackVersionsSize() - Method in interface org.gridgain.grid.cache.GridCacheMBean
Gets number of cached rolled back DHT transaction IDs.
getTxDhtStartVersionCountsSize() - Method in interface org.gridgain.grid.cache.GridCacheMBean
Gets DHT start version counts map size.
getTxDhtThreadMapSize() - Method in interface org.gridgain.grid.cache.GridCacheMBean
Gets transaction DHT per-thread map size.
getTxDhtXidMapSize() - Method in interface org.gridgain.grid.cache.GridCacheMBean
Gets transaction DHT per-Xid map size.
getTxPrepareQueueSize() - Method in interface org.gridgain.grid.cache.GridCacheMBean
Gets prepared transaction queue size.
getTxRolledbackVersionsSize() - Method in interface org.gridgain.grid.cache.GridCacheMBean
Gets number of cached rolled back transaction IDs.
getTxStartVersionCountsSize() - Method in interface org.gridgain.grid.cache.GridCacheMBean
Gets start version counts map size.
getTxThreadMapSize() - Method in interface org.gridgain.grid.cache.GridCacheMBean
Gets transaction per-thread map size.
getTxXidMapSize() - Method in interface org.gridgain.grid.cache.GridCacheMBean
Gets transaction per-Xid map size.
getUnreservedTasksCount() - Method in class org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpi
Gets unreserved tasks count in queue.
getUnreservedTasksCount() - Method in interface org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpiMBean
Gets unreserved tasks count in queue.
getUpTime() - Method in interface org.gridgain.grid.GridKernalMBean
Gets up-time of the kernal.
getUpTime() - Method in interface org.gridgain.grid.GridNodeMetrics
Returns the uptime of the JVM in milliseconds.
getUpTime() - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
Returns the uptime of the JVM in milliseconds.
getUpTime() - Method in class org.gridgain.grid.spi.GridSpiAdapter
Gets up-time of this SPI in ms.
getUpTime() - Method in interface org.gridgain.grid.spi.GridSpiManagementMBean
Gets up-time of this SPI in ms.
getUptime() - Method in interface org.gridgain.grid.spi.metrics.GridLocalMetrics
Returns the uptime of the Java virtual machine in milliseconds.
getUptime() - Method in class org.gridgain.grid.spi.metrics.GridLocalMetricsAdapter
Returns the uptime of the Java virtual machine in milliseconds.
getUptime() - Method in class org.gridgain.grid.spi.metrics.jdk.GridJdkLocalMetricsSpi
Returns the uptime of the Java virtual machine in milliseconds.
getUpTimeFormatted() - Method in interface org.gridgain.grid.GridKernalMBean
Gets string presentation of up-time for the kernal.
getUpTimeFormatted() - Method in class org.gridgain.grid.spi.GridSpiAdapter
Gets string presentation of up-time for this SPI.
getUpTimeFormatted() - Method in interface org.gridgain.grid.spi.GridSpiManagementMBean
Gets string presentation of up-time for this SPI.
getUriList() - Method in class org.gridgain.grid.spi.deployment.uri.GridUriDeploymentSpi
Gets list of URIs that are processed by SPI.
getUriList() - Method in interface org.gridgain.grid.spi.deployment.uri.GridUriDeploymentSpiMBean
Gets list of URIs that are processed by SPI.
getUser() - Method in class org.gridgain.grid.spi.checkpoint.jdbc.GridJdbcCheckpointSpi
Gets checkpoint jdbc user name.
getUser() - Method in interface org.gridgain.grid.spi.checkpoint.jdbc.GridJdbcCheckpointSpiMBean
Gets checkpoint jdbc user name.
getUserAttributes() - Method in interface org.gridgain.grid.GridConfiguration
Should return any user-defined attributes to be added to this node.
getUserAttributes() - Method in class org.gridgain.grid.GridConfigurationAdapter
Should return any user-defined attributes to be added to this node.
getUserAttributesFormatted() - Method in interface org.gridgain.grid.GridKernalMBean
Gets a collection of formatted user-defined attributes added to this node.
getUserEmail() - Method in interface org.gridgain.grid.GridEnterpriseLicense
Gets user organization e-mail.
getUserName() - Method in interface org.gridgain.grid.GridEnterpriseLicense
Gets user organization contact name.
getUserOrganization() - Method in interface org.gridgain.grid.GridEnterpriseLicense
Gets user organization.
getUserWww() - Method in interface org.gridgain.grid.GridEnterpriseLicense
Gets user organization URL.
getValue() - Method in interface org.gridgain.grid.cache.GridCacheEntry
This method has the same semantic as GridCacheEntry.get(GridPredicate[]) method, however it wraps GridException into GridRuntimeException if failed in order to comply with Map.Entry interface.
getValue() - Method in class org.gridgain.grid.cache.store.hibernate.GridCacheHibernateBlobStoreEntry
 
getValue() - Method in class org.gridgain.grid.lang.GridTuple2
getValue() - Method in class org.gridgain.grid.lang.utils.GridConcurrentLinkedHashMap.HashEntry
Return value of this entry.
getValueFieldName() - Method in class org.gridgain.grid.spi.checkpoint.jdbc.GridJdbcCheckpointSpi
Gets value field name for checkpoint table.
getValueFieldName() - Method in interface org.gridgain.grid.spi.checkpoint.jdbc.GridJdbcCheckpointSpiMBean
Gets value field name for checkpoint table.
getValueFieldType() - Method in class org.gridgain.grid.spi.checkpoint.jdbc.GridJdbcCheckpointSpi
Gets value field type for checkpoint table.
getValueFieldType() - Method in interface org.gridgain.grid.spi.checkpoint.jdbc.GridJdbcCheckpointSpiMBean
Gets value field type for checkpoint table.
getVendorEmail() - Method in class org.gridgain.grid.spi.GridSpiAdapter
Gets vendor's email (info or support).
getVendorEmail() - Method in interface org.gridgain.grid.spi.GridSpiManagementMBean
Gets vendor's email (info or support).
getVendorUrl() - Method in class org.gridgain.grid.spi.GridSpiAdapter
Gets vendor's URL.
getVendorUrl() - Method in interface org.gridgain.grid.spi.GridSpiManagementMBean
Gets vendor's URL.
getVersion() - Method in interface org.gridgain.grid.GridEnterpriseLicense
Gets license version.
getVersion() - Method in class org.gridgain.grid.spi.GridSpiAdapter
Gets SPI implementation version.
getVersion() - Method in interface org.gridgain.grid.spi.GridSpiManagementMBean
Gets SPI implementation version.
getVersionRegexp() - Method in interface org.gridgain.grid.GridEnterpriseLicense
Version regular expression.
getVmName() - Method in interface org.gridgain.grid.GridKernalMBean
Gets VM name.
getWaitingJobsNumber() - Method in class org.gridgain.grid.spi.collision.fifoqueue.GridFifoQueueCollisionSpi
Maximum number of jobs that are allowed to wait in waiting queue.
getWaitingJobsNumber() - Method in interface org.gridgain.grid.spi.collision.fifoqueue.GridFifoQueueCollisionSpiMBean
Maximum number of jobs that are allowed to wait in waiting queue.
getWaitingJobsNumber() - Method in class org.gridgain.grid.spi.collision.priorityqueue.GridPriorityQueueCollisionSpi
Maximum number of jobs that are allowed to wait in waiting queue.
getWaitingJobsNumber() - Method in interface org.gridgain.grid.spi.collision.priorityqueue.GridPriorityQueueCollisionSpiMBean
Maximum number of jobs that are allowed to wait in waiting queue.
getWaitJobsThreshold() - Method in class org.gridgain.grid.spi.collision.jobstealing.GridJobStealingCollisionSpi
Gets job count threshold at which this node will start stealing jobs from other nodes.
getWaitJobsThreshold() - Method in interface org.gridgain.grid.spi.collision.jobstealing.GridJobStealingCollisionSpiMBean
Gets job count threshold at which this node will start stealing jobs from other nodes.
getWriteFromBehindBatchSize() - Method in interface org.gridgain.grid.cache.GridCacheConfiguration
Maximum batch size for write-from-behind cache store operations.
getWriteFromBehindBatchSize() - Method in class org.gridgain.grid.cache.GridCacheConfigurationAdapter
Maximum batch size for write-from-behind cache store operations.
getWriteFromBehindBufferSize() - Method in interface org.gridgain.grid.cache.GridCacheMBean
Gets count of entries that were processed by the write-from-behind store and have not been flushed to the underlying store yet.
getWriteFromBehindCriticalOverflowCount() - Method in interface org.gridgain.grid.cache.GridCacheMBean
Gets count of write buffer overflow events in progress at the moment.
getWriteFromBehindErrorRetryCount() - Method in interface org.gridgain.grid.cache.GridCacheMBean
Gets count of cache entries that are in a store-retry state.
getWriteFromBehindFlushFrequency() - Method in interface org.gridgain.grid.cache.GridCacheConfiguration
Frequency with which write-from-behind cache is flushed to the cache store in milliseconds.
getWriteFromBehindFlushFrequency() - Method in class org.gridgain.grid.cache.GridCacheConfigurationAdapter
Frequency with which write-from-behind cache is flushed to the cache store in milliseconds.
getWriteFromBehindFlushFrequency() - Method in interface org.gridgain.grid.cache.GridCacheMBean
Gets the cache flush frequency.
getWriteFromBehindFlushSize() - Method in interface org.gridgain.grid.cache.GridCacheConfiguration
Maximum size of the write-from-behind cache.
getWriteFromBehindFlushSize() - Method in class org.gridgain.grid.cache.GridCacheConfigurationAdapter
Maximum size of the write-from-behind cache.
getWriteFromBehindFlushSize() - Method in interface org.gridgain.grid.cache.GridCacheMBean
Gets the maximum size of the write-from-behind buffer.
getWriteFromBehindFlushThreadCount() - Method in interface org.gridgain.grid.cache.GridCacheConfiguration
Number of threads that will perform cache flushing if either cache size exceeded value defined by GridCacheConfiguration.getWriteFromBehindFlushSize(), or flush interval defined by GridCacheConfiguration.getWriteFromBehindFlushFrequency() is elapsed.
getWriteFromBehindFlushThreadCount() - Method in class org.gridgain.grid.cache.GridCacheConfigurationAdapter
Number of threads that will perform cache flushing if either cache size exceeded value defined by GridCacheConfiguration.getWriteFromBehindFlushSize(), or flush interval defined by GridCacheConfiguration.getWriteFromBehindFlushFrequency() is elapsed.
getWriteFromBehindFlushThreadCount() - Method in interface org.gridgain.grid.cache.GridCacheMBean
Gets the number of flush threads that will perform store update operations.
getWriteFromBehindStoreBatchSize() - Method in interface org.gridgain.grid.cache.GridCacheMBean
Gets the maximum count of similar (put or remove) operations that can be grouped to a single batch.
getWriteFromBehindTotalCriticalOverflowCount() - Method in interface org.gridgain.grid.cache.GridCacheMBean
Gets count of write buffer overflow events since initialization.
getYoungestNodeStartTime() - Method in interface org.gridgain.grid.GridProjectionMetrics
Gets start time of the youngest node in the projection.
GG_ADMIN_EMAILS - Static variable in class org.gridgain.grid.GridSystemProperties
Name of the system property or environment variable to set or override list of admin emails.
GG_ASSERT_SEND_DISABLED - Static variable in class org.gridgain.grid.GridSystemProperties
System property to disable emailing of assertion errors.
GG_DAEMON - Static variable in class org.gridgain.grid.GridSystemProperties
Presence of this system property with value true will make the grid node start as a daemon node.
GG_DEBUG_ENABLED - Static variable in class org.gridgain.grid.GridSystemProperties
Property identifying whether GridGain debug is enabled or not.
GG_DEP_MODE_OVERRIDE - Static variable in class org.gridgain.grid.GridSystemProperties
System property to override deployment mode configuration parameter.
GG_DFLT_LOG4J_DEBUG - Static variable in class org.gridgain.grid.GridSystemProperties
If set to any value will set default log level for Log4j to DEBUG.
GG_EVICT_UNWIND_THRESHOLD - Static variable in class org.gridgain.grid.GridSystemProperties
System property to specify a threshold of eviction events accumulating before eviction policy gets notified.
GG_FUT_CONCURRENT_NOTIFICATION - Static variable in class org.gridgain.grid.GridSystemProperties
Name of the system property or environment variable to activate concurrent listener notification for future objects implemented in GridGain.
GG_FUT_SYNC_NOTIFICATION - Static variable in class org.gridgain.grid.GridSystemProperties
Name of the system property or environment variable to activate synchronous listener notification for future objects implemented in GridGain.
GG_HOME - Static variable in class org.gridgain.grid.GridSystemProperties
Defines GridGain installation folder.
GG_JETTY_HOST - Static variable in class org.gridgain.grid.GridSystemProperties
This property allows to override Jetty host for REST controller.
GG_JETTY_PORT - Static variable in class org.gridgain.grid.GridSystemProperties
This property allows to override Jetty local port for REST controller.
GG_LIFECYCLE_EMAIL_NOTIFY - Static variable in class org.gridgain.grid.GridSystemProperties
Name of the system property or environment variable to set or override whether or not to enable email notifications for node lifecycle.
GG_LOCAL_HOST - Static variable in class org.gridgain.grid.GridSystemProperties
Name of system property to set system-wide local IP address or host.
GG_LOG_GRID_NAME - Static variable in class org.gridgain.grid.GridSystemProperties
If this system property is present the GridGain will include grid name into verbose log.
GG_MAP_CONCURRENCY_LEVEL - Static variable in class org.gridgain.grid.GridSystemProperties
Concurrency level for all concurrent hash maps created by GridGain.
GG_MAX_COMPLETED_TX_COUNT - Static variable in class org.gridgain.grid.GridSystemProperties
Property controlling size of buffer holding completed transaction versions.
GG_NO_ASCII - Static variable in class org.gridgain.grid.GridSystemProperties
If this system property is present (any value) - no ASCII logo will be printed.
GG_NO_DISCO_ORDER - Static variable in class org.gridgain.grid.GridSystemProperties
Name of the system property to disable requirement for proper node ordering by discovery SPI.
GG_NO_SHUTDOWN_HOOK - Static variable in class org.gridgain.grid.GridSystemProperties
If this system property is set to false - no shutdown hook will be set.
GG_PROG_NAME - Static variable in class org.gridgain.grid.GridSystemProperties
Name of the system property defining name of command line program.
GG_QUIET - Static variable in class org.gridgain.grid.GridSystemProperties
Set to either true or false to enable or disable quiet mode of GridGain.
GG_RESTART_CODE - Static variable in class org.gridgain.grid.GridSystemProperties
This property is used internally to pass an exit code to loader when GridGain instance is being restarted.
GG_SCRIPT - Static variable in class org.gridgain.grid.GridSystemProperties
Defines GridGain property indicating support for ANSI escape sequences.
GG_SLOW_TX_WARN_TIMEOUT - Static variable in class org.gridgain.grid.GridSystemProperties
Transactions that take more time, than value of this property, will be output to log with warning level.
GG_SMTP_FROM - Static variable in class org.gridgain.grid.GridSystemProperties
Name of the system property or environment variable to set or override SMTP FROM email.
GG_SMTP_HOST - Static variable in class org.gridgain.grid.GridSystemProperties
Name of the system property or environment variable to set or override SMTP host.
GG_SMTP_PORT - Static variable in class org.gridgain.grid.GridSystemProperties
Name of the system property or environment variable to set or override SMTP port.
GG_SMTP_PWD - Static variable in class org.gridgain.grid.GridSystemProperties
Name of the system property or environment variable to set or override SMTP password.
GG_SMTP_SSL - Static variable in class org.gridgain.grid.GridSystemProperties
Name of the system property or environment variable to set or override whether or not to use SSL.
GG_SMTP_STARTTLS - Static variable in class org.gridgain.grid.GridSystemProperties
Name of the system property or environment variable to set or override whether or not to use STARTTLS.
GG_SMTP_USERNAME - Static variable in class org.gridgain.grid.GridSystemProperties
Name of the system property or environment variable to set or override SMTP username.
GG_STOPWATCH_ENABLED - Static variable in class org.gridgain.grid.GridSystemProperties
System property to enable or disable stop watch (true or false, default is false).
GG_STOPWATCH_PRINTSTEP - Static variable in class org.gridgain.grid.GridSystemProperties
If GridSystemProperties.GG_STOPWATCH_ENABLED is true, then this property will control whether or not to print out every execution step or not.
GG_SUCCESS_FILE - Static variable in class org.gridgain.grid.GridSystemProperties
Name of the system property defining success file name.
GG_UPDATE_NOTIFIER - Static variable in class org.gridgain.grid.GridSystemProperties
If this system property is set to false - no checks for new versions will be performed by GridGain.
globalId() - Method in class org.gridgain.grid.lang.utils.GridUuid
Gets global ID portion of this GridUuid.
greaterAndSet(int, int) - Method in class org.gridgain.grid.lang.utils.GridAtomicInteger
Atomically updates value only if check value is greater than current value.
greaterAndSet(long, long) - Method in class org.gridgain.grid.lang.utils.GridAtomicLong
Atomically updates value only if check value is greater than current value.
greaterEqualsAndSet(int, int) - Method in class org.gridgain.grid.lang.utils.GridAtomicInteger
Atomically updates value only if check value is greater than or equal to current value.
greaterEqualsAndSet(long, long) - Method in class org.gridgain.grid.lang.utils.GridAtomicLong
Atomically updates value only if check value is greater than or equal to current value.
Grid - Interface in org.gridgain.grid
Start Here  Main Compute Grid APIs.
grid() - Static method in class org.gridgain.grid.GridFactory
Gets an instance of default no-name grid.
grid(UUID) - Static method in class org.gridgain.grid.GridFactory
Gets a grid instance for given local node ID.
grid(String) - Static method in class org.gridgain.grid.GridFactory
Gets an named grid instance.
grid() - Method in class org.gridgain.grid.GridListenActor
Gets grid instance associated with this actor.
grid() - Method in interface org.gridgain.grid.GridProjection
Gets grid instance associated with this projection.
grid() - Method in class org.gridgain.grid.GridSpringBean
Gets grid instance associated with this projection.
GridAbsClosure - Class in org.gridgain.grid.lang
Defines a convenient absolute, i.e.
GridAbsClosure() - Constructor for class org.gridgain.grid.lang.GridAbsClosure
 
GridAbsClosureX - Class in org.gridgain.grid.lang
Convenient abs-closure subclass that allows for thrown grid exception.
GridAbsClosureX() - Constructor for class org.gridgain.grid.lang.GridAbsClosureX
 
GridAbsPredicate - Class in org.gridgain.grid.lang
Defines absolute (no-arg) predicate construct.
GridAbsPredicate() - Constructor for class org.gridgain.grid.lang.GridAbsPredicate
 
GridAbsPredicateX - Class in org.gridgain.grid.lang
Convenient predicate subclass that allows for thrown grid exception.
GridAbsPredicateX() - Constructor for class org.gridgain.grid.lang.GridAbsPredicateX
 
GridAdaptiveBenchmarkLoadProbe - Class in org.gridgain.grid.spi.loadbalancing.adaptive
Probe that uses GridLocalNodeBenchmark for specifying load for every node.
GridAdaptiveBenchmarkLoadProbe() - Constructor for class org.gridgain.grid.spi.loadbalancing.adaptive.GridAdaptiveBenchmarkLoadProbe
Creates benchmark probe with all defaults.
GridAdaptiveBenchmarkLoadProbe(boolean, boolean, boolean, boolean, boolean) - Constructor for class org.gridgain.grid.spi.loadbalancing.adaptive.GridAdaptiveBenchmarkLoadProbe
Creates benchmark probe which allows use to specify which scores to use.
GridAdaptiveBenchmarkLoadProbe(boolean, boolean, boolean, boolean, boolean, String) - Constructor for class org.gridgain.grid.spi.loadbalancing.adaptive.GridAdaptiveBenchmarkLoadProbe
Creates benchmark probe which allows use to specify which scores to use.
GridAdaptiveCpuLoadProbe - Class in org.gridgain.grid.spi.loadbalancing.adaptive
Implementation of node load probing based on CPU load.
GridAdaptiveCpuLoadProbe() - Constructor for class org.gridgain.grid.spi.loadbalancing.adaptive.GridAdaptiveCpuLoadProbe
Initializes CPU load probe to use CPU load average by default.
GridAdaptiveCpuLoadProbe(boolean, boolean) - Constructor for class org.gridgain.grid.spi.loadbalancing.adaptive.GridAdaptiveCpuLoadProbe
Specifies whether to use average CPU load vs. current and whether or not to take number of processors into account.
GridAdaptiveCpuLoadProbe(boolean, boolean, double) - Constructor for class org.gridgain.grid.spi.loadbalancing.adaptive.GridAdaptiveCpuLoadProbe
Specifies whether to use average CPU load vs. current and whether or not to take number of processors into account.
GridAdaptiveJobCountLoadProbe - Class in org.gridgain.grid.spi.loadbalancing.adaptive
Implementation of node load probing based on active and waiting job count.
GridAdaptiveJobCountLoadProbe() - Constructor for class org.gridgain.grid.spi.loadbalancing.adaptive.GridAdaptiveJobCountLoadProbe
Initializes active job probe.
GridAdaptiveJobCountLoadProbe(boolean) - Constructor for class org.gridgain.grid.spi.loadbalancing.adaptive.GridAdaptiveJobCountLoadProbe
Creates new active job prove specifying whether to use average job counts vs. current.
GridAdaptiveLoadBalancingSpi - Class in org.gridgain.grid.spi.loadbalancing.adaptive
Load balancing SPI that adapts to overall node performance.
GridAdaptiveLoadBalancingSpi() - Constructor for class org.gridgain.grid.spi.loadbalancing.adaptive.GridAdaptiveLoadBalancingSpi
 
GridAdaptiveLoadBalancingSpiMBean - Interface in org.gridgain.grid.spi.loadbalancing.adaptive
Management MBean for GridAdaptiveLoadBalancingSpi SPI.
GridAdaptiveLoadProbe - Interface in org.gridgain.grid.spi.loadbalancing.adaptive
Pluggable implementation of node load probing.
GridAdaptiveProcessingTimeLoadProbe - Class in org.gridgain.grid.spi.loadbalancing.adaptive
Implementation of node load probing based on total job processing time.
GridAdaptiveProcessingTimeLoadProbe() - Constructor for class org.gridgain.grid.spi.loadbalancing.adaptive.GridAdaptiveProcessingTimeLoadProbe
Initializes execution time load probe to use execution time average by default.
GridAdaptiveProcessingTimeLoadProbe(boolean) - Constructor for class org.gridgain.grid.spi.loadbalancing.adaptive.GridAdaptiveProcessingTimeLoadProbe
Specifies whether to use average execution time vs. current.
GridAlwaysFailoverSpi - Class in org.gridgain.grid.spi.failover.always
Failover SPI that always reroutes a failed job to another node.
GridAlwaysFailoverSpi() - Constructor for class org.gridgain.grid.spi.failover.always.GridAlwaysFailoverSpi
 
GridAlwaysFailoverSpiMBean - Interface in org.gridgain.grid.spi.failover.always
Management bean for GridAlwaysFailoverSpi.
GridAtomicInteger - Class in org.gridgain.grid.lang.utils
In addition to operations provided in java atomic data structures, this class also adds greater than and less than atomic set operations.
GridAtomicInteger() - Constructor for class org.gridgain.grid.lang.utils.GridAtomicInteger
Creates a new AtomicInteger with initial value 0.
GridAtomicInteger(int) - Constructor for class org.gridgain.grid.lang.utils.GridAtomicInteger
Creates a new AtomicInteger with the given initial value.
GridAtomicIntegerPair - Class in org.gridgain.grid.lang.utils
This class provides atomic pair of integer variables.
GridAtomicIntegerPair() - Constructor for class org.gridgain.grid.lang.utils.GridAtomicIntegerPair
Creates an atomic pair with 0 as initial values.
GridAtomicIntegerPair(int, int) - Constructor for class org.gridgain.grid.lang.utils.GridAtomicIntegerPair
Creates an atomic pair with given initial values.
GridAtomicLong - Class in org.gridgain.grid.lang.utils
In addition to operations provided in java atomic data structures, this class also addes greater than and less than atomic set operations.
GridAtomicLong() - Constructor for class org.gridgain.grid.lang.utils.GridAtomicLong
Creates a new AtomicLong with initial value 0.
GridAtomicLong(long) - Constructor for class org.gridgain.grid.lang.utils.GridAtomicLong
Creates a new AtomicLong with the given initial value.
GridAttributesTopologySpi - Class in org.gridgain.grid.spi.topology.attributes
This class provides attribute based implementation for topology SPI.
GridAttributesTopologySpi() - Constructor for class org.gridgain.grid.spi.topology.attributes.GridAttributesTopologySpi
 
GridAttributesTopologySpiMBean - Interface in org.gridgain.grid.spi.topology.attributes
Management bean for GridAttributesTopologySpi.
GridBasicTopologySpi - Class in org.gridgain.grid.spi.topology.basic
This class provides basic implementation for topology SPI.
GridBasicTopologySpi() - Constructor for class org.gridgain.grid.spi.topology.basic.GridBasicTopologySpi
 
GridBasicTopologySpiMBean - Interface in org.gridgain.grid.spi.topology.basic
Management bean for GridBasicTopologySpi.
GridBoundedConcurrentOrderedMap<K,V> - Class in org.gridgain.grid.lang.utils
Concurrent ordered map that automatically manages its maximum size.
GridBoundedConcurrentOrderedMap(int) - Constructor for class org.gridgain.grid.lang.utils.GridBoundedConcurrentOrderedMap
Constructs a new, empty map that orders its elements according to their natural ordering.
GridBoundedConcurrentOrderedMap(int, Comparator<? super K>) - Constructor for class org.gridgain.grid.lang.utils.GridBoundedConcurrentOrderedMap
Constructs a new, empty set that orders its elements according to the specified comparator.
GridBoundedConcurrentOrderedMap(int, Map<? extends K, ? extends V>) - Constructor for class org.gridgain.grid.lang.utils.GridBoundedConcurrentOrderedMap
Constructs a new map containing the elements in the specified map, that orders its elements according to their natural ordering.
GridBoundedConcurrentOrderedMap(int, SortedMap<K, V>) - Constructor for class org.gridgain.grid.lang.utils.GridBoundedConcurrentOrderedMap
Constructs a new map containing the same elements and using the same ordering as the specified sorted map.
GridBoundedConcurrentOrderedSet<E> - Class in org.gridgain.grid.lang.utils
Concurrent ordered set that automatically manages its maximum size.
GridBoundedConcurrentOrderedSet(int) - Constructor for class org.gridgain.grid.lang.utils.GridBoundedConcurrentOrderedSet
Constructs a new, empty set that orders its elements according to their natural ordering.
GridBoundedConcurrentOrderedSet(int, Comparator<? super E>) - Constructor for class org.gridgain.grid.lang.utils.GridBoundedConcurrentOrderedSet
Constructs a new, empty set that orders its elements according to the specified comparator.
GridBoundedConcurrentOrderedSet(int, Collection<? extends E>) - Constructor for class org.gridgain.grid.lang.utils.GridBoundedConcurrentOrderedSet
Constructs a new set containing the elements in the specified collection, that orders its elements according to their natural ordering.
GridBoundedConcurrentOrderedSet(int, SortedSet<E>) - Constructor for class org.gridgain.grid.lang.utils.GridBoundedConcurrentOrderedSet
Constructs a new set containing the same elements and using the same ordering as the specified sorted set.
GridBoundedLinkedHashMap<K,V> - Class in org.gridgain.grid.lang.utils
Generic map with an upper bound.
GridBoundedLinkedHashMap(int) - Constructor for class org.gridgain.grid.lang.utils.GridBoundedLinkedHashMap
Constructs an empty insertion-ordered GridBoundedLinkedHashMap instance with the specified maximum capacity, and a default load factor (0.75).
GridBoundedLinkedHashMap(int, int) - Constructor for class org.gridgain.grid.lang.utils.GridBoundedLinkedHashMap
Constructs an empty insertion-ordered GridBoundedLinkedHashMap instance with the specified initial capacity, maximum capacity, and a default load factor (0.75).
GridBoundedLinkedHashMap(int, int, float) - Constructor for class org.gridgain.grid.lang.utils.GridBoundedLinkedHashMap
Constructs an empty insertion-ordered GridBoundedLinkedHashMap instance with the specified initial capacity, maximum capacity, and load factor.
GridBoundedLinkedHashMap(int, int, float, boolean) - Constructor for class org.gridgain.grid.lang.utils.GridBoundedLinkedHashMap
Constructs an empty GridBoundedLinkedHashMap instance with the specified initial capacity, maximum capacity, load factor and ordering mode.
GridBoundedLinkedHashSet<E> - Class in org.gridgain.grid.lang.utils
Hash table and linked list implementation of the Set interface, with predictable iteration order.
GridBoundedLinkedHashSet(int) - Constructor for class org.gridgain.grid.lang.utils.GridBoundedLinkedHashSet
Constructs a new, empty set; the backing LinkedHashMap instance has default initial capacity (16) and load factor (0.75).
GridBoundedLinkedHashSet(Collection<? extends E>, int) - Constructor for class org.gridgain.grid.lang.utils.GridBoundedLinkedHashSet
Constructs a new set containing the elements in the specified collection.
GridBoundedLinkedHashSet(int, int, float) - Constructor for class org.gridgain.grid.lang.utils.GridBoundedLinkedHashSet
Constructs a new, empty set; the backing LinkedHashMap instance has the specified initial capacity and the specified load factor.
GridBoundedLinkedHashSet(int, int, float, boolean) - Constructor for class org.gridgain.grid.lang.utils.GridBoundedLinkedHashSet
Constructs a new, empty set; the backing LinkedHashMap instance has the specified initial capacity and the specified load factor.
GridBoundedLinkedHashSet(int, int) - Constructor for class org.gridgain.grid.lang.utils.GridBoundedLinkedHashSet
Constructs a new, empty set; the backing LinkedHashHashMap instance has the specified initial capacity and default load factor, which is 0.75.
GridByteArrayList - Class in org.gridgain.grid.lang.utils
Re-sizable array implementation of the byte list (eliminating auto-boxing of primitive byte type).
GridByteArrayList() - Constructor for class org.gridgain.grid.lang.utils.GridByteArrayList
No-op constructor that creates uninitialized list.
GridByteArrayList(int) - Constructor for class org.gridgain.grid.lang.utils.GridByteArrayList
Creates empty list with the specified initial capacity.
GridByteArrayList(byte[], int) - Constructor for class org.gridgain.grid.lang.utils.GridByteArrayList
Wraps existing array into byte array list.
GridByteArrayList(byte[]) - Constructor for class org.gridgain.grid.lang.utils.GridByteArrayList
Wraps existing array into byte array list.
GridCache<K,V> - Interface in org.gridgain.grid.cache
Start Here  Main Data Grid APIs.
GridCacheAffinity<K> - Interface in org.gridgain.grid.cache.affinity
Cache key affinity which maps keys to nodes.
GridCacheAffinityKey<K> - Class in org.gridgain.grid.cache.affinity
Optional wrapper for cache keys to provide support for custom affinity mapping.
GridCacheAffinityKey() - Constructor for class org.gridgain.grid.cache.affinity.GridCacheAffinityKey
Empty constructor.
GridCacheAffinityKey(K) - Constructor for class org.gridgain.grid.cache.affinity.GridCacheAffinityKey
Initializes key wrapper for a given key.
GridCacheAffinityKey(K, Object) - Constructor for class org.gridgain.grid.cache.affinity.GridCacheAffinityKey
Initializes key together with its affinity key counter-part.
GridCacheAffinityMapped - Annotation Type in org.gridgain.grid.cache.affinity
Optional annotation to specify custom key-to-node affinity.
GridCacheAffinityMapper<K> - Interface in org.gridgain.grid.cache.affinity
Affinity mapper which maps cache key to an affinity key.
GridCacheAlwaysEvictionPolicy<K,V> - Class in org.gridgain.grid.cache.eviction.always
Cache eviction policy that expires every entry essentially keeping the cache empty.
GridCacheAlwaysEvictionPolicy() - Constructor for class org.gridgain.grid.cache.eviction.always.GridCacheAlwaysEvictionPolicy
 
GridCacheAlwaysEvictionPolicyMBean - Interface in org.gridgain.grid.cache.eviction.always
MBean for always eviction policy.
GridCacheAtomicLong - Interface in org.gridgain.grid.cache.datastructures
This interface provides a rich API for working with distributedly cached atomic long value.
GridCacheAtomicReference<T> - Interface in org.gridgain.grid.cache.datastructures
This interface provides a rich API for working with distributed atomic reference.
GridCacheAtomicSequence - Interface in org.gridgain.grid.cache.datastructures
This interface provides a rich API for working with distributed atomic sequence.
GridCacheAtomicStamped<T,S> - Interface in org.gridgain.grid.cache.datastructures
This interface provides a rich API for working with distributed atomic stamped value.
GridCacheBasicCloner - Class in org.gridgain.grid.cache.cloner
Basic cache cloner based on utilization of Cloneable interface.
GridCacheBasicCloner() - Constructor for class org.gridgain.grid.cache.cloner.GridCacheBasicCloner
 
GridCacheCheckpointSpi - Class in org.gridgain.grid.spi.checkpoint.cache
This class defines cache-based implementation for checkpoint SPI.
GridCacheCheckpointSpi() - Constructor for class org.gridgain.grid.spi.checkpoint.cache.GridCacheCheckpointSpi
 
GridCacheCheckpointSpiMBean - Interface in org.gridgain.grid.spi.checkpoint.cache
Management bean that provides general administrative and configuration information about cache checkpoint SPI.
GridCacheCloner - Interface in org.gridgain.grid.cache.cloner
Cache cloner which clones cached values before returning them from cache.
GridCacheConfiguration - Interface in org.gridgain.grid.cache
This interface defines grid cache configuration.
GridCacheConfigurationAdapter - Class in org.gridgain.grid.cache
Cache configuration adapter.
GridCacheConfigurationAdapter() - Constructor for class org.gridgain.grid.cache.GridCacheConfigurationAdapter
Empty constructor (all values are initialized to their defaults).
GridCacheConfigurationAdapter(GridCacheConfiguration) - Constructor for class org.gridgain.grid.cache.GridCacheConfigurationAdapter
Copy constructor.
GridCacheCountDownLatch - Interface in org.gridgain.grid.cache.datastructures
This interface provides a rich API for working with distributed count down latch.
GridCacheDataStructureInvalidException - Exception in org.gridgain.grid.cache.datastructures
This exception gets thrown if attempt to access an invalid data structure has been made.
GridCacheDataStructureInvalidException(String) - Constructor for exception org.gridgain.grid.cache.datastructures.GridCacheDataStructureInvalidException
Creates new exception with given error message.
GridCacheDataStructureInvalidException(Throwable) - Constructor for exception org.gridgain.grid.cache.datastructures.GridCacheDataStructureInvalidException
Creates new exception with given throwable as a nested cause and source of error message.
GridCacheDataStructureInvalidException(String, Throwable) - Constructor for exception org.gridgain.grid.cache.datastructures.GridCacheDataStructureInvalidException
Creates a new exception with given error message and optional nested cause exception.
GridCacheDataStructureInvalidRuntimeException - Exception in org.gridgain.grid.cache.datastructures
This exception gets thrown if attempt to access an invalid data structure has been made.
GridCacheDataStructureInvalidRuntimeException(String) - Constructor for exception org.gridgain.grid.cache.datastructures.GridCacheDataStructureInvalidRuntimeException
Creates new exception with given error message.
GridCacheDataStructureInvalidRuntimeException(Throwable) - Constructor for exception org.gridgain.grid.cache.datastructures.GridCacheDataStructureInvalidRuntimeException
Creates new exception with given throwable as a nested cause and source of error message.
GridCacheDataStructureInvalidRuntimeException(String, Throwable) - Constructor for exception org.gridgain.grid.cache.datastructures.GridCacheDataStructureInvalidRuntimeException
Creates a new exception with given error message and optional nested cause exception.
GridCacheDataStructureRemovedException - Exception in org.gridgain.grid.cache.datastructures
This exception gets thrown if attempt to access a removed data structure has been made.
GridCacheDataStructureRemovedException(String) - Constructor for exception org.gridgain.grid.cache.datastructures.GridCacheDataStructureRemovedException
Creates new exception with given error message.
GridCacheDataStructureRemovedException(Throwable) - Constructor for exception org.gridgain.grid.cache.datastructures.GridCacheDataStructureRemovedException
Creates new exception with given throwable as a nested cause and source of error message.
GridCacheDataStructureRemovedException(String, Throwable) - Constructor for exception org.gridgain.grid.cache.datastructures.GridCacheDataStructureRemovedException
Creates a new exception with given error message and optional nested cause exception.
GridCacheDataStructureRemovedRuntimeException - Exception in org.gridgain.grid.cache.datastructures
This exception gets thrown if attempt to access a removed data structure has been made.
GridCacheDataStructureRemovedRuntimeException(String) - Constructor for exception org.gridgain.grid.cache.datastructures.GridCacheDataStructureRemovedRuntimeException
Creates new exception with given error message.
GridCacheDataStructureRemovedRuntimeException(Throwable) - Constructor for exception org.gridgain.grid.cache.datastructures.GridCacheDataStructureRemovedRuntimeException
Creates new exception with given throwable as a nested cause and source of error message.
GridCacheDataStructureRemovedRuntimeException(String, Throwable) - Constructor for exception org.gridgain.grid.cache.datastructures.GridCacheDataStructureRemovedRuntimeException
Creates a new exception with given error message and optional nested cause exception.
GridCacheDeepCloner - Class in org.gridgain.grid.cache.cloner
Cache deep cloner that creates a copy of an object using deep reflection.
GridCacheDeepCloner() - Constructor for class org.gridgain.grid.cache.cloner.GridCacheDeepCloner
Creates deep cloner with GridCacheDeepCloner.isHonorCloneable() flag set to true.
GridCacheDeepCloner(boolean) - Constructor for class org.gridgain.grid.cache.cloner.GridCacheDeepCloner
Creates a new instance of deep cloner with specified flag to honor Cloneable interface or not.
GridCacheEntry<K,V> - Interface in org.gridgain.grid.cache
This interface provides a rich API for working with individual cache entries.
GridCacheEvent - Class in org.gridgain.grid.events
Data grid (cache) event.
GridCacheEvent(String, UUID, UUID, String, int, int, boolean, Object, GridUuid, GridUuid, Object, Object) - Constructor for class org.gridgain.grid.events.GridCacheEvent
Constructs cache event.
GridCacheEvictionFilter<K,V> - Interface in org.gridgain.grid.cache.eviction
Eviction filter to specify which entries should not be evicted (except explicit evict by calling GridCacheEntry.evict(GridPredicate[])).
GridCacheEvictionPolicy<K,V> - Interface in org.gridgain.grid.cache.eviction
Pluggable cache eviction policy.
GridCacheFifoEvictionPolicy<K,V> - Class in org.gridgain.grid.cache.eviction.fifo
Eviction policy based on First In First Out (FIFO) algorithm.
GridCacheFifoEvictionPolicy() - Constructor for class org.gridgain.grid.cache.eviction.fifo.GridCacheFifoEvictionPolicy
Constructs LRU eviction policy with all defaults.
GridCacheFifoEvictionPolicy(int) - Constructor for class org.gridgain.grid.cache.eviction.fifo.GridCacheFifoEvictionPolicy
Constructs FIFO eviction policy with maximum size.
GridCacheFifoEvictionPolicy(int, boolean) - Constructor for class org.gridgain.grid.cache.eviction.fifo.GridCacheFifoEvictionPolicy
Constructs FIFO eviction policy with maximum size and allow empty entries flag specified.
GridCacheFifoEvictionPolicyMBean - Interface in org.gridgain.grid.cache.eviction.fifo
MBean for FIFO eviction policy.
GridCacheFlag - Enum in org.gridgain.grid.cache
Cache projection flags that specify projection behaviour.
GridCacheHibernateBlobStore<K,V> - Class in org.gridgain.grid.cache.store.hibernate
GridCacheStore implementation backed by Hibernate.
GridCacheHibernateBlobStore() - Constructor for class org.gridgain.grid.cache.store.hibernate.GridCacheHibernateBlobStore
 
GridCacheHibernateBlobStoreEntry - Class in org.gridgain.grid.cache.store.hibernate
Entry that is used by GridCacheHibernateBlobStore implementation.
GridCacheJdbcBlobStore<K,V> - Class in org.gridgain.grid.cache.store.jdbc
GridCacheStore implementation backed by JDBC.
GridCacheJdbcBlobStore() - Constructor for class org.gridgain.grid.cache.store.jdbc.GridCacheJdbcBlobStore
 
GridCacheJndiTmLookup - Class in org.gridgain.grid.cache.jta.jndi
Implementation of GridCacheTmLookup interface that is using list of JNDI names to find TM.
GridCacheJndiTmLookup() - Constructor for class org.gridgain.grid.cache.jta.jndi.GridCacheJndiTmLookup
 
GridCacheLirsEvictionPolicy<K,V> - Class in org.gridgain.grid.cache.eviction.lirs
Very efficient implementation of LIRS cache eviction policy which often provides better hit ratio than the LRU eviction policy.
GridCacheLirsEvictionPolicy() - Constructor for class org.gridgain.grid.cache.eviction.lirs.GridCacheLirsEvictionPolicy
Constructs LIRS eviction policy with all defaults.
GridCacheLirsEvictionPolicy(int) - Constructor for class org.gridgain.grid.cache.eviction.lirs.GridCacheLirsEvictionPolicy
Constructs LIRS eviction policy with maximum size.
GridCacheLirsEvictionPolicy(int, boolean) - Constructor for class org.gridgain.grid.cache.eviction.lirs.GridCacheLirsEvictionPolicy
Constructs LIRS eviction policy with maximum size and specified allow empty entries flag.
GridCacheLirsEvictionPolicy(int, float) - Constructor for class org.gridgain.grid.cache.eviction.lirs.GridCacheLirsEvictionPolicy
Constructs LIRS eviction policy with maximum size and secondary queue ratio to compute size of secondary queue.
GridCacheLirsEvictionPolicy(int, float, boolean) - Constructor for class org.gridgain.grid.cache.eviction.lirs.GridCacheLirsEvictionPolicy
Constructs LIRS eviction policy with maximum size and secondary queue ratio to compute size of secondary queue.
GridCacheLirsEvictionPolicyMBean - Interface in org.gridgain.grid.cache.eviction.lirs
MBean for LIRS eviction policy.
GridCacheLruEvictionPolicy<K,V> - Class in org.gridgain.grid.cache.eviction.lru
Eviction policy based on Least Recently Used (LRU) algorithm.
GridCacheLruEvictionPolicy() - Constructor for class org.gridgain.grid.cache.eviction.lru.GridCacheLruEvictionPolicy
Constructs LRU eviction policy with all defaults.
GridCacheLruEvictionPolicy(int) - Constructor for class org.gridgain.grid.cache.eviction.lru.GridCacheLruEvictionPolicy
Constructs LRU eviction policy with maximum size.
GridCacheLruEvictionPolicy(int, boolean) - Constructor for class org.gridgain.grid.cache.eviction.lru.GridCacheLruEvictionPolicy
Constructs LRU eviction policy with maximum size and specified flag whether to allow empty entries.
GridCacheLruEvictionPolicyMBean - Interface in org.gridgain.grid.cache.eviction.lru
MBean for LRU eviction policy.
GridCacheMBean - Interface in org.gridgain.grid.cache
This interface defines JMX view on GridCache.
GridCacheMetrics - Interface in org.gridgain.grid.cache
Cache metrics used to obtain statistics on cache itself or any of its entries.
GridCacheMode - Enum in org.gridgain.grid.cache
Enumeration of all supported caching modes.
GridCacheName - Annotation Type in org.gridgain.grid.cache
Allows to specify cache name from grid computations.
GridCacheNeverEvictionPolicy<K,V> - Class in org.gridgain.grid.cache.eviction.never
Cache eviction policy that does not do anything.
GridCacheNeverEvictionPolicy() - Constructor for class org.gridgain.grid.cache.eviction.never.GridCacheNeverEvictionPolicy
Constructs GridCacheNeverEvictionPolicy that allows empty entries.
GridCacheNeverEvictionPolicy(boolean) - Constructor for class org.gridgain.grid.cache.eviction.never.GridCacheNeverEvictionPolicy
Constructs GridCacheNeverEvictionPolicy with allow empty entries flag specified.
GridCacheNeverEvictionPolicyMBean - Interface in org.gridgain.grid.cache.eviction.never
MBean for never eviction policy.
GridCachePartitionedAffinity<K> - Class in org.gridgain.grid.cache.affinity.partitioned
Affinity function for partitioned cache.
GridCachePartitionedAffinity() - Constructor for class org.gridgain.grid.cache.affinity.partitioned.GridCachePartitionedAffinity
Empty constructor with all defaults.
GridCachePartitionedAffinity(int) - Constructor for class org.gridgain.grid.cache.affinity.partitioned.GridCachePartitionedAffinity
Initializes affinity with specified number of backups.
GridCachePartitionedAffinity(boolean, int) - Constructor for class org.gridgain.grid.cache.affinity.partitioned.GridCachePartitionedAffinity
Initializes affinity with flag to exclude same-host-neighbors from being backups of each other and specified number of backups.
GridCachePartitionedAffinity(boolean, int, int) - Constructor for class org.gridgain.grid.cache.affinity.partitioned.GridCachePartitionedAffinity
Initializes affinity with flag to exclude same-host-neighbors from being backups of each other, and specified number of backups and partitions.
GridCachePartitionedAffinity(int, int, GridPredicate<GridRichNode>) - Constructor for class org.gridgain.grid.cache.affinity.partitioned.GridCachePartitionedAffinity
Initializes optional counts for replicas and backups.
GridCachePeekMode - Enum in org.gridgain.grid.cache
Enumeration of all supported cache peek modes.
GridCachePreloadEvent - Class in org.gridgain.grid.events
Data grid (cache) preloading event.
GridCachePreloadEvent(String, UUID, String, int, int, GridNodeShadow, int, long) - Constructor for class org.gridgain.grid.events.GridCachePreloadEvent
Constructs cache event.
GridCachePreloadMode - Enum in org.gridgain.grid.cache
Cache preload mode.
GridCacheProjection<K,V> - Interface in org.gridgain.grid.cache
This interface provides a rich API for working with distributed caches.
GridCacheQuery<K,V> - Interface in org.gridgain.grid.cache.query
API for creating cache queries.
GridCacheQueryBase<K,V> - Interface in org.gridgain.grid.cache.query
Base API for all supported types of cache queries: GridCacheQuery, GridCacheReduceQuery, GridCacheTransformQuery.
GridCacheQueryFuture<T> - Interface in org.gridgain.grid.cache.query
Cache query future returned by GridCacheQuery.execute(GridProjection...) or by analogous methods on GridCacheReduceQuery and GridCacheTransformQuery.
GridCacheQueryH2TextField - Annotation Type in org.gridgain.grid.cache.query
Annotation for fields or getters to be indexed for full text search using H2 TEXT indexing.
GridCacheQueryLuceneField - Annotation Type in org.gridgain.grid.cache.query
Annotation for fields or getters to be indexed for full text search using Apache Lucene indexing.
GridCacheQueryMetrics - Interface in org.gridgain.grid.cache.query
Cache query metrics used to obtain statistics on query.
GridCacheQuerySqlField - Annotation Type in org.gridgain.grid.cache.query
Annotates fields to SQL query on.
GridCacheQueryType - Enum in org.gridgain.grid.cache.query
Defines different cache query types.
GridCacheQueue<T> - Interface in org.gridgain.grid.cache.datastructures
This interface provides a rich API for working with Data Grid-based distributed queues.
GridCacheQueuePriority - Annotation Type in org.gridgain.grid.cache.datastructures
Annotates fields or methods allowing to specify priority for queue items.
GridCacheQueueType - Enum in org.gridgain.grid.cache.datastructures
Supported distributed cache queue types.
GridCacheRandomEvictionPolicy<K,V> - Class in org.gridgain.grid.cache.eviction.random
Cache eviction policy which will select random cache entry for eviction if cache size exceeds the GridCacheRandomEvictionPolicy.getMaxSize() parameter.
GridCacheRandomEvictionPolicy() - Constructor for class org.gridgain.grid.cache.eviction.random.GridCacheRandomEvictionPolicy
Constructs random eviction policy with all defaults.
GridCacheRandomEvictionPolicy(int) - Constructor for class org.gridgain.grid.cache.eviction.random.GridCacheRandomEvictionPolicy
Constructs random eviction policy with maximum size.
GridCacheRandomEvictionPolicy(int, boolean) - Constructor for class org.gridgain.grid.cache.eviction.random.GridCacheRandomEvictionPolicy
Constructs random eviction policy with maximum size and specified allow empty entries flag.
GridCacheRandomEvictionPolicyMBean - Interface in org.gridgain.grid.cache.eviction.random
MBean for random eviction policy.
GridCacheReduceQuery<K,V,R1,R2> - Interface in org.gridgain.grid.cache.query
Cache query with possible remote and local reducers.
GridCacheReflectionTmLookup - Class in org.gridgain.grid.cache.jta.reflect
Implementation of GridCacheTmLookup interface that attempts to obtain JTA manager by calling static method on the class.
GridCacheReflectionTmLookup() - Constructor for class org.gridgain.grid.cache.jta.reflect.GridCacheReflectionTmLookup
Creates uninitialized reflection TM lookup.
GridCacheReflectionTmLookup(String, String) - Constructor for class org.gridgain.grid.cache.jta.reflect.GridCacheReflectionTmLookup
Creates generic TM lookup with given class and method name.
GridCacheReplicatedAffinity<K> - Class in org.gridgain.grid.cache.affinity.replicated
Cache affinity implementation for replicated cache.
GridCacheReplicatedAffinity() - Constructor for class org.gridgain.grid.cache.affinity.replicated.GridCacheReplicatedAffinity
Empty constructor.
GridCacheReplicatedAffinity(GridPredicate2<Integer, GridRichNode>) - Constructor for class org.gridgain.grid.cache.affinity.replicated.GridCacheReplicatedAffinity
Initializes affinity with given filter.
GridCacheStore<K,V> - Interface in org.gridgain.grid.cache.store
API for cache persistent storage for read-through and write-through behavior.
GridCacheStoreAdapter<K,V> - Class in org.gridgain.grid.cache.store
Cache storage convenience adapter.
GridCacheStoreAdapter() - Constructor for class org.gridgain.grid.cache.store.GridCacheStoreAdapter
 
GridCacheTmLookup - Interface in org.gridgain.grid.cache.jta
Allows grid to use different transactional systems.
GridCacheTransformQuery<K,V,T> - Interface in org.gridgain.grid.cache.query
Cache query with possible remote transformer.
GridCacheTx - Interface in org.gridgain.grid.cache
Grid cache transaction.
GridCacheTxConcurrency - Enum in org.gridgain.grid.cache
Transaction concurrency control.
GridCacheTxHeuristicException - Exception in org.gridgain.grid.cache
Exception thrown whenever grid transaction enters an unknown state.
GridCacheTxHeuristicException(String) - Constructor for exception org.gridgain.grid.cache.GridCacheTxHeuristicException
Creates new heuristic exception with given error message.
GridCacheTxHeuristicException(String, Throwable) - Constructor for exception org.gridgain.grid.cache.GridCacheTxHeuristicException
Creates new heuristic exception with given error message and optional nested exception.
GridCacheTxIsolation - Enum in org.gridgain.grid.cache
Defines different cache transaction isolation levels.
GridCacheTxOptimisticException - Exception in org.gridgain.grid.cache
Exception thrown whenever grid transactions fail optimistically.
GridCacheTxOptimisticException(String) - Constructor for exception org.gridgain.grid.cache.GridCacheTxOptimisticException
Creates new optimistic exception with given error message.
GridCacheTxOptimisticException(String, Throwable) - Constructor for exception org.gridgain.grid.cache.GridCacheTxOptimisticException
Creates new optimistic exception with given error message and optional nested exception.
GridCacheTxRollbackException - Exception in org.gridgain.grid.cache
Exception thrown whenever grid transactions has been automatically rolled back.
GridCacheTxRollbackException(String) - Constructor for exception org.gridgain.grid.cache.GridCacheTxRollbackException
Creates new rollback exception with given error message.
GridCacheTxRollbackException(String, Throwable) - Constructor for exception org.gridgain.grid.cache.GridCacheTxRollbackException
Creates new rollback exception with given error message and optional nested exception.
GridCacheTxState - Enum in org.gridgain.grid.cache
Cache transaction state.
GridCacheTxSynchronization - Interface in org.gridgain.grid.cache
Synchronization callback for transaction.
GridCacheTxTimeoutException - Exception in org.gridgain.grid.cache
Exception thrown whenever grid transactions time out.
GridCacheTxTimeoutException(String) - Constructor for exception org.gridgain.grid.cache.GridCacheTxTimeoutException
Creates new timeout exception with given error message.
GridCacheTxTimeoutException(String, Throwable) - Constructor for exception org.gridgain.grid.cache.GridCacheTxTimeoutException
Creates new timeout exception with given error message and optional nested exception.
GridCallable<V> - Class in org.gridgain.grid.lang
Grid-aware adapter for Callable implementations.
GridCallable() - Constructor for class org.gridgain.grid.lang.GridCallable
 
GridCheckpointEvent - Class in org.gridgain.grid.events
Grid checkpoint event.
GridCheckpointEvent() - Constructor for class org.gridgain.grid.events.GridCheckpointEvent
No-arg constructor.
GridCheckpointEvent(UUID, String, int, String) - Constructor for class org.gridgain.grid.events.GridCheckpointEvent
Creates new checkpoint event with given parameters.
GridCheckpointListener - Interface in org.gridgain.grid.spi.checkpoint
Listener for notifications of checkpoints removed by GridCheckpointSpi.
GridCheckpointSpi - Interface in org.gridgain.grid.spi.checkpoint
Checkpoint SPI provides an ability to save an intermediate job state.
GridClosure<E1,R> - Class in org.gridgain.grid.lang
Defines generic for-each type of closure.
GridClosure() - Constructor for class org.gridgain.grid.lang.GridClosure
 
GridClosure2<E1,E2,R> - Class in org.gridgain.grid.lang
Defines generic for-each type of closure.
GridClosure2() - Constructor for class org.gridgain.grid.lang.GridClosure2
 
GridClosure2X<E1,E2,R> - Class in org.gridgain.grid.lang
Convenient closure subclass that allows for thrown grid exception.
GridClosure2X() - Constructor for class org.gridgain.grid.lang.GridClosure2X
 
GridClosure3<E1,E2,E3,R> - Class in org.gridgain.grid.lang
Defines generic for-each type of closure.
GridClosure3() - Constructor for class org.gridgain.grid.lang.GridClosure3
 
GridClosure3X<E1,E2,E3,R> - Class in org.gridgain.grid.lang
Convenient closure subclass that allows for thrown grid exception.
GridClosure3X() - Constructor for class org.gridgain.grid.lang.GridClosure3X
 
GridClosureCallMode - Enum in org.gridgain.grid
Distribution modes for one or more closures executed via Grid.call(...) methods.
GridClosureException - Exception in org.gridgain.grid.lang
This exception provides closures with facility to throw exceptions.
GridClosureException(Throwable) - Constructor for exception org.gridgain.grid.lang.GridClosureException
Creates wrapper closure exception for given GridException.
GridClosureX<E,R> - Class in org.gridgain.grid.lang
Convenient closure subclass that allows for thrown grid exception.
GridClosureX() - Constructor for class org.gridgain.grid.lang.GridClosureX
 
GridCollectionOpt<T> - Class in org.gridgain.grid.lang.utils
Monadic collection.
GridCollectionOpt(Collection<T>) - Constructor for class org.gridgain.grid.lang.utils.GridCollectionOpt
Creates monadic collection with optional implementation.
GridCollectionOpt() - Constructor for class org.gridgain.grid.lang.utils.GridCollectionOpt
Calls this(null);.
GridCollections - Class in org.gridgain.grid.lang.utils
Provides locked wrappers around given maps and collections.
GridCollisionContext - Interface in org.gridgain.grid.spi.collision
Context for resolving collisions.
GridCollisionExternalListener - Interface in org.gridgain.grid.spi.collision
Listener to be set on GridCollisionSpi for notification of external collision events (e.g. job stealing).
GridCollisionJobContext - Interface in org.gridgain.grid.spi.collision
This interface defines set of operations that collision SPI implementation can perform on jobs that are either waiting or executing.
GridCollisionSpi - Interface in org.gridgain.grid.spi.collision
Collision SPI allows to regulate how grid jobs get executed when they arrive on a destination node for execution.
GridCommandLineLoader - Class in org.gridgain.grid.loaders.cmdline
This class defines command-line GridGain loader.
GridCommunicationSpi - Interface in org.gridgain.grid.spi.communication
Communication SPI is responsible for data exchange between nodes.
GridConcurrentHashSet<E> - Class in org.gridgain.grid.lang.utils
Concurrent set implementation.
GridConcurrentHashSet() - Constructor for class org.gridgain.grid.lang.utils.GridConcurrentHashSet
Creates a new, empty set with a default initial capacity, load factor, and concurrencyLevel.
GridConcurrentHashSet(int) - Constructor for class org.gridgain.grid.lang.utils.GridConcurrentHashSet
Creates a new, empty set with the specified initial capacity, and with default load factor and concurrencyLevel.
GridConcurrentHashSet(int, float, int) - Constructor for class org.gridgain.grid.lang.utils.GridConcurrentHashSet
Creates a new, empty set with the specified initial capacity, load factor, and concurrency level.
GridConcurrentHashSet(Collection<E>) - Constructor for class org.gridgain.grid.lang.utils.GridConcurrentHashSet
Creates a new set with the same elements as the given collection.
GridConcurrentLinkedDeque<E> - Class in org.gridgain.grid.lang.utils
An unbounded concurrent deque based on linked nodes.
GridConcurrentLinkedDeque() - Constructor for class org.gridgain.grid.lang.utils.GridConcurrentLinkedDeque
Constructs an empty deque.
GridConcurrentLinkedDeque(Iterable<? extends E>) - Constructor for class org.gridgain.grid.lang.utils.GridConcurrentLinkedDeque
Constructs a deque initially containing the elements of the given collection, added in traversal order of the collection's iterator.
GridConcurrentLinkedDeque.Node<E> - Class in org.gridgain.grid.lang.utils
Internal node element.
GridConcurrentLinkedDeque.Node(E) - Constructor for class org.gridgain.grid.lang.utils.GridConcurrentLinkedDeque.Node
Constructs a new node.
GridConcurrentLinkedHashMap<K,V> - Class in org.gridgain.grid.lang.utils
A hash table supporting full concurrency of retrievals and adjustable expected concurrency for updates.
GridConcurrentLinkedHashMap(int, float, int, boolean, GridPredicate2<GridConcurrentLinkedHashMap<K, V>, GridConcurrentLinkedHashMap.HashEntry<K, V>>) - Constructor for class org.gridgain.grid.lang.utils.GridConcurrentLinkedHashMap
Creates a new, empty map with the specified initial capacity, load factor, concurrency level and access order.
GridConcurrentLinkedHashMap(int, float, int) - Constructor for class org.gridgain.grid.lang.utils.GridConcurrentLinkedHashMap
Creates a new, empty map with the specified initial capacity, load factor and concurrency level.
GridConcurrentLinkedHashMap(int, float) - Constructor for class org.gridgain.grid.lang.utils.GridConcurrentLinkedHashMap
Creates a new, empty map with the specified initial capacity and load factor and with the default concurrencyLevel (16).
GridConcurrentLinkedHashMap(int) - Constructor for class org.gridgain.grid.lang.utils.GridConcurrentLinkedHashMap
Creates a new, empty map with the specified initial capacity, and with default load factor (0.75) and concurrencyLevel (16).
GridConcurrentLinkedHashMap() - Constructor for class org.gridgain.grid.lang.utils.GridConcurrentLinkedHashMap
Creates a new, empty map with a default initial capacity (16), load factor (0.75) and concurrencyLevel (16).
GridConcurrentLinkedHashMap(boolean) - Constructor for class org.gridgain.grid.lang.utils.GridConcurrentLinkedHashMap
Creates a new, empty map with specified order and default initial capacity (16), load factor (0.75) and concurrencyLevel (16).
GridConcurrentLinkedHashMap(Map<? extends K, ? extends V>) - Constructor for class org.gridgain.grid.lang.utils.GridConcurrentLinkedHashMap
Creates a new map with the same mappings as the given map.
GridConcurrentLinkedHashMap.HashEntry<K,V> - Class in org.gridgain.grid.lang.utils
ConcurrentHashMap list entry.
GridConcurrentPhantomHashSet<E> - Class in org.gridgain.grid.lang.utils
Concurrent phantom hash set implementation.
GridConcurrentPhantomHashSet() - Constructor for class org.gridgain.grid.lang.utils.GridConcurrentPhantomHashSet
Creates a new, empty set with a default initial capacity, load factor, and concurrencyLevel.
GridConcurrentPhantomHashSet(int) - Constructor for class org.gridgain.grid.lang.utils.GridConcurrentPhantomHashSet
Creates a new, empty set with the specified initial capacity, and with default load factor and concurrencyLevel.
GridConcurrentPhantomHashSet(int, float, int) - Constructor for class org.gridgain.grid.lang.utils.GridConcurrentPhantomHashSet
Creates a new, empty set with the specified initial capacity, load factor, and concurrency level.
GridConcurrentPhantomHashSet(Collection<E>) - Constructor for class org.gridgain.grid.lang.utils.GridConcurrentPhantomHashSet
Constructs a new set containing the elements in the specified collection, with default load factor and an initial capacity sufficient to contain the elements in the specified collection.
GridConcurrentSkipListSet<E> - Class in org.gridgain.grid.lang.utils
This class provided the same logic as ConcurrentSkipListSet.
GridConcurrentSkipListSet() - Constructor for class org.gridgain.grid.lang.utils.GridConcurrentSkipListSet
Constructs a new, empty set that orders its elements according to their natural ordering.
GridConcurrentSkipListSet(Comparator<? super E>) - Constructor for class org.gridgain.grid.lang.utils.GridConcurrentSkipListSet
Constructs a new, empty set that orders its elements according to the specified comparator.
GridConcurrentSkipListSet(Collection<? extends E>) - Constructor for class org.gridgain.grid.lang.utils.GridConcurrentSkipListSet
Constructs a new set containing the elements in the specified collection, that orders its elements according to their natural ordering.
GridConcurrentSkipListSet(SortedSet<E>) - Constructor for class org.gridgain.grid.lang.utils.GridConcurrentSkipListSet
Constructs a new set containing the same elements and using the same ordering as the specified sorted set.
GridConcurrentWeakHashSet<E> - Class in org.gridgain.grid.lang.utils
Concurrent weak hash set implementation.
GridConcurrentWeakHashSet() - Constructor for class org.gridgain.grid.lang.utils.GridConcurrentWeakHashSet
Creates a new, empty set with a default initial capacity, load factor, and concurrencyLevel.
GridConcurrentWeakHashSet(int) - Constructor for class org.gridgain.grid.lang.utils.GridConcurrentWeakHashSet
Creates a new, empty set with the specified initial capacity, and with default load factor and concurrencyLevel.
GridConcurrentWeakHashSet(int, float, int) - Constructor for class org.gridgain.grid.lang.utils.GridConcurrentWeakHashSet
Creates a new, empty set with the specified initial capacity, load factor, and concurrency level.
GridConcurrentWeakHashSet(Collection<E>) - Constructor for class org.gridgain.grid.lang.utils.GridConcurrentWeakHashSet
Constructs a new set containing the elements in the specified collection, with default load factor and an initial capacity sufficient to contain the elements in the specified collection.
GridConfiguration - Interface in org.gridgain.grid
This interface defines grid runtime configuration.
GridConfigurationAdapter - Class in org.gridgain.grid
Adapter for GridConfiguration interface.
GridConfigurationAdapter() - Constructor for class org.gridgain.grid.GridConfigurationAdapter
Creates valid grid configuration with all default values.
GridConfigurationAdapter(GridConfiguration) - Constructor for class org.gridgain.grid.GridConfigurationAdapter
Creates grid configuration by coping all configuration properties from given configuration.
GridConsistentHash<N> - Class in org.gridgain.grid.lang.utils
Controls key to node affinity using consistent hash algorithm.
GridConsistentHash() - Constructor for class org.gridgain.grid.lang.utils.GridConsistentHash
Constructs consistent hash using empty affinity seed and MD5 hasher function.
GridConsistentHash(Object) - Constructor for class org.gridgain.grid.lang.utils.GridConsistentHash
Constructs consistent hash using given affinity seed and MD5 hasher function.
GridConsistentHash(GridConsistentHash.Hasher) - Constructor for class org.gridgain.grid.lang.utils.GridConsistentHash
Constructs consistent hash using given hasher function.
GridConsistentHash(Object, GridConsistentHash.Hasher) - Constructor for class org.gridgain.grid.lang.utils.GridConsistentHash
Constructs consistent hash using given affinity seed and hasher function.
GridConsistentHash.Hasher - Interface in org.gridgain.grid.lang.utils
Interface for pluggable hasher functions.
GridDeploymentEvent - Class in org.gridgain.grid.events
Grid deployment event.
GridDeploymentEvent() - Constructor for class org.gridgain.grid.events.GridDeploymentEvent
No-arg constructor.
GridDeploymentEvent(UUID, String, int) - Constructor for class org.gridgain.grid.events.GridDeploymentEvent
Creates deployment event with given parameters.
GridDeploymentListener - Interface in org.gridgain.grid.spi.deployment
Listener for deployment events.
GridDeploymentMode - Enum in org.gridgain.grid
Grid deployment mode.
GridDeploymentResource - Interface in org.gridgain.grid.spi.deployment
TODO: add file description.
GridDeploymentResourceAdapter - Class in org.gridgain.grid.spi.deployment
TODO: add file description.
GridDeploymentResourceAdapter(String, Class<?>, ClassLoader) - Constructor for class org.gridgain.grid.spi.deployment.GridDeploymentResourceAdapter
Creates resource.
GridDeploymentSpi - Interface in org.gridgain.grid.spi.deployment
Grid deployment SPI is in charge of deploying tasks and classes from different sources.
GridDiscoveryEvent - Class in org.gridgain.grid.events
Grid discovery event.
GridDiscoveryEvent() - Constructor for class org.gridgain.grid.events.GridDiscoveryEvent
No-arg constructor.
GridDiscoveryEvent(UUID, String, int, UUID) - Constructor for class org.gridgain.grid.events.GridDiscoveryEvent
Creates new discovery event with given parameters.
GridDiscoveryEvent(UUID, String, int) - Constructor for class org.gridgain.grid.events.GridDiscoveryEvent
Creates new discovery event with given parameters.
GridDiscoveryMetricsAdapter - Class in org.gridgain.grid.spi.discovery
Adapter for GridLocalMetrics interface.
GridDiscoveryMetricsAdapter() - Constructor for class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
 
GridDiscoveryMetricsHelper - Class in org.gridgain.grid.spi.discovery
Helper class to serialize and deserialize node metrics.
GridDiscoveryMetricsProvider - Interface in org.gridgain.grid.spi.discovery
Provides metrics to discovery SPI.
GridDiscoverySpi - Interface in org.gridgain.grid.spi.discovery
Grid discovery SPI allows to discover remote nodes in grid.
GridDiscoverySpiListener - Interface in org.gridgain.grid.spi.discovery
Listener for grid node discovery events.
GridDiscoverySpiOrderSupport - Annotation Type in org.gridgain.grid.spi.discovery
This annotation is for all implementations of GridDiscoverySpi that support proper node ordering.
GridDiscoverySpiReconnectSupport - Annotation Type in org.gridgain.grid.spi.discovery
This annotation is for all implementations of GridDiscoverySpi that support reconnect operation.
GridEither<L,R> - Class in org.gridgain.grid.lang
This class defines an abstract "union" of two values called "left" and "right".
GridEither() - Constructor for class org.gridgain.grid.lang.GridEither
Only for subclasses.
GridEmptyIterator<T> - Class in org.gridgain.grid.lang.utils
Empty iterator.
GridEmptyIterator() - Constructor for class org.gridgain.grid.lang.utils.GridEmptyIterator
 
GridEmptyProjectionException - Exception in org.gridgain.grid
This exception defines illegal call on empty projection.
GridEmptyProjectionException(String) - Constructor for exception org.gridgain.grid.GridEmptyProjectionException
Creates new exception with given error message.
GridEmptyProjectionException(String, Throwable) - Constructor for exception org.gridgain.grid.GridEmptyProjectionException
Creates a new exception with given error message and optional nested cause exception.
GridEnterpriseFeature - Annotation Type in org.gridgain.grid.editions
Indicates that feature annotated with this annotation available fully or partially in enterprise edition only.
GridEnterpriseFeatureException - Exception in org.gridgain.grid.editions
This exception is thrown whenever enterprise feature is being used in community edition.
GridEnterpriseFeatureException() - Constructor for exception org.gridgain.grid.editions.GridEnterpriseFeatureException
Constructs enterprise-only grid exception with default message.
GridEnterpriseFeatureException(String) - Constructor for exception org.gridgain.grid.editions.GridEnterpriseFeatureException
Constructs enterprise-only grid exception with default message.
GridEnterpriseLicense - Interface in org.gridgain.grid
GridGain Enterprise license descriptor.
GridEnterpriseOnly - Annotation Type in org.gridgain.grid.editions
Indicates that this type is not available in Community Edition (only available in Enterprise Edition).
GridEvent - Interface in org.gridgain.grid
Grid events are used for notification about what happens within the grid.
GridEventAdapter - Class in org.gridgain.grid.events
Base adapter for the events.
GridEventAdapter() - Constructor for class org.gridgain.grid.events.GridEventAdapter
No-arg constructor.
GridEventAdapter(UUID, String, int) - Constructor for class org.gridgain.grid.events.GridEventAdapter
Creates event based with given parameters.
GridEventStorageSpi - Interface in org.gridgain.grid.spi.eventstorage
This SPI provides local node events storage.
GridEventType - Interface in org.gridgain.grid
Contains event type constants.
GridException - Exception in org.gridgain.grid
General grid exception.
GridException(String) - Constructor for exception org.gridgain.grid.GridException
Creates new exception with given error message.
GridException(Throwable) - Constructor for exception org.gridgain.grid.GridException
Creates new grid exception given throwable as a cause and source of error message.
GridException(String, Throwable) - Constructor for exception org.gridgain.grid.GridException
Creates new exception with given error message and optional nested exception.
GridExecutionRejectedException - Exception in org.gridgain.grid
This exception defines execution rejection.
GridExecutionRejectedException(String) - Constructor for exception org.gridgain.grid.GridExecutionRejectedException
Creates new execution rejection exception with given error message.
GridExecutionRejectedException(Throwable) - Constructor for exception org.gridgain.grid.GridExecutionRejectedException
Creates new execution rejection given throwable as a cause and source of error message.
GridExecutionRejectedException(String, Throwable) - Constructor for exception org.gridgain.grid.GridExecutionRejectedException
Creates new execution rejection exception with given error message and optional nested exception.
GridExecutionStatistics - Class in org.gridgain.grid.lang.utils
Accumulates execution statistics for named pieces of code.
GridExecutionStatistics(String) - Constructor for class org.gridgain.grid.lang.utils.GridExecutionStatistics
 
GridExecutorServiceMBean - Interface in org.gridgain.grid
MBean that provides access to information about executor service.
GridExecutorServiceResource - Annotation Type in org.gridgain.grid.resources
Annotates a field or a setter method for injection of ExecutorService resource.
GridFactory - Class in org.gridgain.grid
This class defines a factory for the main GridGain API.
GridFactory() - Constructor for class org.gridgain.grid.GridFactory
Enforces singleton.
GridFactoryListener - Interface in org.gridgain.grid
Listener for gird state change notifications.
GridFactoryMBean - Interface in org.gridgain.grid
This interface defines JMX view on GridFactory.
GridFactoryState - Enum in org.gridgain.grid
Possible states of GridFactory.
GridFailoverContext - Interface in org.gridgain.grid.spi.failover
This interface defines a set of operations available to failover SPI one a given failed job.
GridFailoverSpi - Interface in org.gridgain.grid.spi.failover
Failover SPI provides developer with ability to supply custom logic for handling failed execution of a grid job.
GridFifoQueueCollisionSpi - Class in org.gridgain.grid.spi.collision.fifoqueue
This class provides implementation for Collision SPI based on FIFO queue.
GridFifoQueueCollisionSpi() - Constructor for class org.gridgain.grid.spi.collision.fifoqueue.GridFifoQueueCollisionSpi
 
GridFifoQueueCollisionSpiMBean - Interface in org.gridgain.grid.spi.collision.fifoqueue
Management bean that provides access to the FIFO queue collision SPI configuration.
GridFileSwapSpaceSpi - Class in org.gridgain.grid.spi.swapspace.file
File-based implementation of swap space SPI.
GridFileSwapSpaceSpi() - Constructor for class org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpi
 
GridFileSwapSpaceSpiMBean - Interface in org.gridgain.grid.spi.swapspace.file
Management bean that provides general administrative and configuration information on file-based swapspace SPI.
GridFunc - Class in org.gridgain.grid.lang
Start Here  Contains factory and utility methods for closures, predicates, and tuples.
GridFunc() - Constructor for class org.gridgain.grid.lang.GridFunc
 
GridFuture<R> - Interface in org.gridgain.grid
Extension for standard Future interface.
GridFutureCancelledException - Exception in org.gridgain.grid
Future computation cannot be retrieved because it was cancelled.
GridFutureCancelledException(String) - Constructor for exception org.gridgain.grid.GridFutureCancelledException
Creates new exception with given error message.
GridFutureCancelledException(Throwable) - Constructor for exception org.gridgain.grid.GridFutureCancelledException
Creates new exception with given throwable as a nested cause and source of error message.
GridFutureCancelledException(String, Throwable) - Constructor for exception org.gridgain.grid.GridFutureCancelledException
Creates a new exception with given error message and optional nested cause exception.
GridFutureTimeoutException - Exception in org.gridgain.grid
Future computation completion is timed out.
GridFutureTimeoutException(String) - Constructor for exception org.gridgain.grid.GridFutureTimeoutException
Creates new exception with given error message.
GridFutureTimeoutException(Throwable) - Constructor for exception org.gridgain.grid.GridFutureTimeoutException
Creates new exception with given throwable as a nested cause and source of error message.
GridFutureTimeoutException(String, Throwable) - Constructor for exception org.gridgain.grid.GridFutureTimeoutException
Creates a new exception with given error message and optional nested cause exception.
GridGarAntTask - Class in org.gridgain.grid.tools.ant.gar
Ant task for generating GAR file.
GridGarAntTask() - Constructor for class org.gridgain.grid.tools.ant.gar.GridGarAntTask
Creates ant task with default values.
GridGlassfishLoader - Class in org.gridgain.grid.loaders.glassfish
This is GridGain loader implemented as GlassFish life-cycle listener module.
GridGlassfishLoader() - Constructor for class org.gridgain.grid.loaders.glassfish.GridGlassfishLoader
 
GridHomeResource - Annotation Type in org.gridgain.grid.resources
Annotates a field or a setter method for injection of GridGain installation home path.
GridIdentityHashSet<E> - Class in org.gridgain.grid.lang.utils
Set counterpart for IdentityHashMap.
GridIdentityHashSet() - Constructor for class org.gridgain.grid.lang.utils.GridIdentityHashSet
Creates default identity hash set.
GridIdentityHashSet(int) - Constructor for class org.gridgain.grid.lang.utils.GridIdentityHashSet
Creates identity hash set of given size.
GridIdentityHashSet(Collection<E>) - Constructor for class org.gridgain.grid.lang.utils.GridIdentityHashSet
Creates identity has set initialized given collection.
Gridify - Annotation Type in org.gridgain.grid.gridify
Start Here  Gridify annotation is the main way to grid-enable existing code.
gridify(GridClosureCallMode, Callable<T>, GridPredicate<? super GridRichNode>...) - Method in interface org.gridgain.grid.GridProjection
Curries given closure into distribution version of it.
gridify(GridClosureCallMode, Runnable, GridPredicate<? super GridRichNode>...) - Method in interface org.gridgain.grid.GridProjection
Curries given closure into distribution version of it.
gridify(GridClosureCallMode, GridClosure<E, T>, GridPredicate<? super GridRichNode>...) - Method in interface org.gridgain.grid.GridProjection
Curries given closure into distribution version of it.
gridify(GridClosureCallMode, GridClosure2<E1, E2, T>, GridPredicate<? super GridRichNode>...) - Method in interface org.gridgain.grid.GridProjection
Curries given closure into distribution version of it.
gridify(GridClosureCallMode, GridClosure3<E1, E2, E3, T>, GridPredicate<? super GridRichNode>...) - Method in interface org.gridgain.grid.GridProjection
Curries given closure into distribution version of it.
gridify(GridClosureCallMode, GridInClosure<E>, GridPredicate<? super GridRichNode>...) - Method in interface org.gridgain.grid.GridProjection
Curries given closure into distribution version of it.
gridify(GridClosureCallMode, GridInClosure2<E1, E2>, GridPredicate<? super GridRichNode>...) - Method in interface org.gridgain.grid.GridProjection
Curries given closure into distribution version of it.
gridify(GridClosureCallMode, GridInClosure3<E1, E2, E3>, GridPredicate<? super GridRichNode>...) - Method in interface org.gridgain.grid.GridProjection
Curries given closure into distribution version of it.
gridify(GridClosureCallMode, GridAbsPredicate, GridPredicate<? super GridRichNode>...) - Method in interface org.gridgain.grid.GridProjection
Curries given predicate into distribution version of it.
gridify(GridClosureCallMode, GridPredicate<E>, GridPredicate<? super GridRichNode>...) - Method in interface org.gridgain.grid.GridProjection
Curries given predicate into distribution version of it.
gridify(GridClosureCallMode, GridPredicate2<E1, E2>, GridPredicate<? super GridRichNode>...) - Method in interface org.gridgain.grid.GridProjection
Curries given predicate into distribution version of it.
gridify(GridClosureCallMode, GridPredicate3<E1, E2, E3>, GridPredicate<? super GridRichNode>...) - Method in interface org.gridgain.grid.GridProjection
Curries given predicate into distribution version of it.
gridify(GridClosureCallMode, Callable<T>, GridPredicate<? super GridRichNode>...) - Method in class org.gridgain.grid.GridSpringBean
Curries given closure into distribution version of it.
gridify(GridClosureCallMode, Runnable, GridPredicate<? super GridRichNode>...) - Method in class org.gridgain.grid.GridSpringBean
Curries given closure into distribution version of it.
gridify(GridClosureCallMode, GridClosure<E, T>, GridPredicate<? super GridRichNode>...) - Method in class org.gridgain.grid.GridSpringBean
Curries given closure into distribution version of it.
gridify(GridClosureCallMode, GridClosure2<E1, E2, T>, GridPredicate<? super GridRichNode>...) - Method in class org.gridgain.grid.GridSpringBean
Curries given closure into distribution version of it.
gridify(GridClosureCallMode, GridClosure3<E1, E2, E3, T>, GridPredicate<? super GridRichNode>...) - Method in class org.gridgain.grid.GridSpringBean
Curries given closure into distribution version of it.
gridify(GridClosureCallMode, GridInClosure<E>, GridPredicate<? super GridRichNode>...) - Method in class org.gridgain.grid.GridSpringBean
Curries given closure into distribution version of it.
gridify(GridClosureCallMode, GridInClosure2<E1, E2>, GridPredicate<? super GridRichNode>...) - Method in class org.gridgain.grid.GridSpringBean
Curries given closure into distribution version of it.
gridify(GridClosureCallMode, GridInClosure3<E1, E2, E3>, GridPredicate<? super GridRichNode>...) - Method in class org.gridgain.grid.GridSpringBean
Curries given closure into distribution version of it.
gridify(GridClosureCallMode, GridAbsPredicate, GridPredicate<? super GridRichNode>...) - Method in class org.gridgain.grid.GridSpringBean
Curries given predicate into distribution version of it.
gridify(GridClosureCallMode, GridPredicate<E>, GridPredicate<? super GridRichNode>...) - Method in class org.gridgain.grid.GridSpringBean
Curries given predicate into distribution version of it.
gridify(GridClosureCallMode, GridPredicate2<E1, E2>, GridPredicate<? super GridRichNode>...) - Method in class org.gridgain.grid.GridSpringBean
Curries given predicate into distribution version of it.
gridify(GridClosureCallMode, GridPredicate3<E1, E2, E3>, GridPredicate<? super GridRichNode>...) - Method in class org.gridgain.grid.GridSpringBean
Curries given predicate into distribution version of it.
GridifyArgument - Interface in org.gridgain.grid.gridify
Gridify task argument created by the system for task execution.
GridifyInput - Annotation Type in org.gridgain.grid.gridify
This annotation can be applied to method parameter for grid-enabled method.
GridifyInterceptor - Interface in org.gridgain.grid.gridify
This interface defines an interceptor apply for Gridify annotation.
GridifyNodeFilter - Class in org.gridgain.grid.gridify
Predicate node filter.
GridifyNodeFilter() - Constructor for class org.gridgain.grid.gridify.GridifyNodeFilter
 
GridifyRuntimeException - Exception in org.gridgain.grid.gridify
This defines gridify exception.
GridifyRuntimeException(String) - Constructor for exception org.gridgain.grid.gridify.GridifyRuntimeException
Creates new gridify runtime exception with specified message.
GridifyRuntimeException(Throwable) - Constructor for exception org.gridgain.grid.gridify.GridifyRuntimeException
Creates new gridify runtime exception given throwable as a cause and source of error message.
GridifyRuntimeException(String, Throwable) - Constructor for exception org.gridgain.grid.gridify.GridifyRuntimeException
Creates new gridify runtime exception with specified message and cause.
GridifySetToSet - Annotation Type in org.gridgain.grid.gridify
GridifySetToSet annotation allows to grid-enable existing code with specific semantics.
GridifySetToValue - Annotation Type in org.gridgain.grid.gridify
GridifySetToValue annotation is the way to grid-enable existing code with specific semantics.
GridifyTaskAdapter<R> - Class in org.gridgain.grid.gridify
Convenience adapter for tasks that work with Gridify annotation for grid-enabling methods.
GridifyTaskAdapter() - Constructor for class org.gridgain.grid.gridify.GridifyTaskAdapter
 
GridifyTaskSplitAdapter<R> - Class in org.gridgain.grid.gridify
Convenience adapter for tasks that work with Gridify annotation for grid-enabling methods.
GridifyTaskSplitAdapter() - Constructor for class org.gridgain.grid.gridify.GridifyTaskSplitAdapter
 
GridifyTest - Annotation Type in org.gridgain.grid.test
Annotation for grid-enabling JUnit3 and Junit4 tests.
GridInClosure<E1> - Class in org.gridgain.grid.lang
Defines a convenient side-effect only closure, i.e. the closure that has void return type.
GridInClosure() - Constructor for class org.gridgain.grid.lang.GridInClosure
 
GridInClosure2<E1,E2> - Class in org.gridgain.grid.lang
Defines a convenient side-effect only closure, i.e. the closure that has void return type.
GridInClosure2() - Constructor for class org.gridgain.grid.lang.GridInClosure2
 
GridInClosure2X<E1,E2> - Class in org.gridgain.grid.lang
Convenient in-closure subclass that allows for thrown grid exception.
GridInClosure2X() - Constructor for class org.gridgain.grid.lang.GridInClosure2X
 
GridInClosure3<E1,E2,E3> - Class in org.gridgain.grid.lang
Defines a convenient side-effect only closure, i.e. the closure that has void return type.
GridInClosure3() - Constructor for class org.gridgain.grid.lang.GridInClosure3
 
GridInClosure3X<E1,E2,E3> - Class in org.gridgain.grid.lang
Convenient in-closure subclass that allows for thrown grid exception.
GridInClosure3X() - Constructor for class org.gridgain.grid.lang.GridInClosure3X
 
GridInClosureX<T> - Class in org.gridgain.grid.lang
Convenient in-closure subclass that allows for thrown grid exception.
GridInClosureX() - Constructor for class org.gridgain.grid.lang.GridInClosureX
 
GridInstanceResource - Annotation Type in org.gridgain.grid.resources
Annotates a field or a setter method for injection of current Grid instance.
GridInterruptedException - Exception in org.gridgain.grid
This exception is used to wrap standard InterruptedException into GridException.
GridInterruptedException(InterruptedException) - Constructor for exception org.gridgain.grid.GridInterruptedException
Creates new exception with given throwable as a nested cause and source of error message.
GridInterruptedException(String) - Constructor for exception org.gridgain.grid.GridInterruptedException
Creates a new exception with given error message and optional nested cause exception.
GridInterruptedException(String, InterruptedException) - Constructor for exception org.gridgain.grid.GridInterruptedException
Creates a new exception with given error message and optional nested cause exception.
GridIterable<T> - Interface in org.gridgain.grid.lang
Defines "rich" iterable interface that is also acts as lambda function and iterator.
GridIterableAdapter<T> - Class in org.gridgain.grid.lang
Convenient adapter for "rich" iterable interface.
GridIterableAdapter(Iterator<T>) - Constructor for class org.gridgain.grid.lang.GridIterableAdapter
Creates adapter with given iterator implementation.
GridIterableOpt<T> - Class in org.gridgain.grid.lang.utils
Monadic iterable.
GridIterableOpt(Iterable<T>) - Constructor for class org.gridgain.grid.lang.utils.GridIterableOpt
Creates monadic iterable with optional implementation.
GridIterableOpt() - Constructor for class org.gridgain.grid.lang.utils.GridIterableOpt
Calls this(null);.
GridIterator<T> - Interface in org.gridgain.grid.lang
Defines "rich" iterator interface that is also acts like lambda function and iterable.
GridIteratorAdapter<T> - Class in org.gridgain.grid.lang
Convenient adapter for "rich" iterator interface.
GridIteratorAdapter() - Constructor for class org.gridgain.grid.lang.GridIteratorAdapter
 
GridJavaLogger - Class in org.gridgain.grid.logger.java
Logger to use with Java logging.
GridJavaLogger() - Constructor for class org.gridgain.grid.logger.java.GridJavaLogger
Creates new logger.
GridJavaLogger(Logger) - Constructor for class org.gridgain.grid.logger.java.GridJavaLogger
Creates new logger with given implementation.
GridJbossLoader - Class in org.gridgain.grid.loaders.jboss
This is GridGain loader implemented as JBoss service.
GridJbossLoader() - Constructor for class org.gridgain.grid.loaders.jboss.GridJbossLoader
 
GridJbossLoaderMBean - Interface in org.gridgain.grid.loaders.jboss
This MBean interface defines service interface for JBoss loader.
GridJbossLogger - Class in org.gridgain.grid.logger.jboss
Logger to use in JBoss loaders.
GridJbossLogger() - Constructor for class org.gridgain.grid.logger.jboss.GridJbossLogger
Creates new logger with given implementation.
GridJbossLogger(Logger) - Constructor for class org.gridgain.grid.logger.jboss.GridJbossLogger
Creates new logger with given implementation.
GridJBossMarshaller - Class in org.gridgain.grid.marshaller.jboss
Implementation of GridMarshaller based on JBoss serialization.
GridJBossMarshaller() - Constructor for class org.gridgain.grid.marshaller.jboss.GridJBossMarshaller
 
GridJclLogger - Class in org.gridgain.grid.logger.jcl
This logger wraps any JCL (Jakarta Commons Logging) loggers.
GridJclLogger() - Constructor for class org.gridgain.grid.logger.jcl.GridJclLogger
Creates new logger.
GridJclLogger(Log) - Constructor for class org.gridgain.grid.logger.jcl.GridJclLogger
Creates new logger with given implementation.
GridJdbcCheckpointSpi - Class in org.gridgain.grid.spi.checkpoint.jdbc
This class defines JDBC checkpoint SPI implementation.
GridJdbcCheckpointSpi() - Constructor for class org.gridgain.grid.spi.checkpoint.jdbc.GridJdbcCheckpointSpi
 
GridJdbcCheckpointSpiMBean - Interface in org.gridgain.grid.spi.checkpoint.jdbc
Management bean that provides general administrative and configuration information about jdbc checkpoint SPI.
GridJdkLocalMetricsSpi - Class in org.gridgain.grid.spi.metrics.jdk
This class provides JDK MXBean based local VM metrics.
GridJdkLocalMetricsSpi() - Constructor for class org.gridgain.grid.spi.metrics.jdk.GridJdkLocalMetricsSpi
 
GridJdkLocalMetricsSpiMBean - Interface in org.gridgain.grid.spi.metrics.jdk
Management MBean for GridJdkLocalMetricsSpi SPI.
GridJdkMarshaller - Class in org.gridgain.grid.marshaller.jdk
Implementation of GridMarshaller based on JDK serialization mechanism.
GridJdkMarshaller() - Constructor for class org.gridgain.grid.marshaller.jdk.GridJdkMarshaller
 
GridJexlPredicate<T> - Class in org.gridgain.grid.lang
Defines a predicate based on Apache JEXL 2.0 boolean expression.
GridJexlPredicate() - Constructor for class org.gridgain.grid.lang.GridJexlPredicate
Creates JEXL predicate with no expression, variable binding or additional context.
GridJexlPredicate(String, String) - Constructor for class org.gridgain.grid.lang.GridJexlPredicate
Creates JEXL predicate with given parameters.
GridJexlPredicate(String) - Constructor for class org.gridgain.grid.lang.GridJexlPredicate
Creates JEXL predicate with given parameters.
GridJexlPredicate2<T1,T2> - Class in org.gridgain.grid.lang
Defines a predicate based on Apache JEXL 2.0 boolean expression.
GridJexlPredicate2() - Constructor for class org.gridgain.grid.lang.GridJexlPredicate2
Creates JEXL predicate with no expression, variable binding or additional context.
GridJexlPredicate2(String, String) - Constructor for class org.gridgain.grid.lang.GridJexlPredicate2
Creates JEXL predicate with given parameters.
GridJexlPredicate2(String, String, String) - Constructor for class org.gridgain.grid.lang.GridJexlPredicate2
Creates JEXL predicate with given parameters.
GridJexlPredicate2(String) - Constructor for class org.gridgain.grid.lang.GridJexlPredicate2
Creates JEXL predicate with given parameters.
GridJexlPredicate3<T1,T2,T3> - Class in org.gridgain.grid.lang
Defines a predicate based on Apache JEXL 2.0 boolean expression.
GridJexlPredicate3() - Constructor for class org.gridgain.grid.lang.GridJexlPredicate3
Creates JEXL predicate with no expression, variable binding or additional context.
GridJexlPredicate3(String, String) - Constructor for class org.gridgain.grid.lang.GridJexlPredicate3
Creates JEXL predicate with given parameters.
GridJexlPredicate3(String, String, String) - Constructor for class org.gridgain.grid.lang.GridJexlPredicate3
Creates JEXL predicate with given parameters.
GridJexlPredicate3(String, String, String, String) - Constructor for class org.gridgain.grid.lang.GridJexlPredicate3
Creates JEXL predicate with given parameters.
GridJexlPredicate3(String) - Constructor for class org.gridgain.grid.lang.GridJexlPredicate3
Creates JEXL predicate with given parameters.
GridJob - Interface in org.gridgain.grid
Defines executable unit for GridTask.
GridJobAdapterEx - Class in org.gridgain.grid
Convenience adapter for GridJob implementations.
GridJobAdapterEx() - Constructor for class org.gridgain.grid.GridJobAdapterEx
No-arg constructor.
GridJobAdapterEx(Object) - Constructor for class org.gridgain.grid.GridJobAdapterEx
Creates job with one arguments.
GridJobAdapterEx(Object...) - Constructor for class org.gridgain.grid.GridJobAdapterEx
Creates job with specified arguments.
GridJobAfterExecute - Annotation Type in org.gridgain.grid
This annotation allows to call a method right after the job has finished executing and the reply has been sent to the caller node.
GridJobAfterSend - Annotation Type in org.gridgain.grid
This annotation allows to call a method right after the job has been successfully sent for execution.
GridJobBeforeFailover - Annotation Type in org.gridgain.grid
This annotation allows to call a method right before job is submitted to Failover SPI.
GridJobContext - Interface in org.gridgain.grid
Context attached to every job executed on the grid.
GridJobContextResource - Annotation Type in org.gridgain.grid.resources
Annotates a field or a setter method for injection of GridJobContext instance.
GridJobContinuation - Interface in org.gridgain.grid
Defines continuation support for grid job context.
GridJobEvent - Class in org.gridgain.grid.events
Grid job event.
GridJobEvent() - Constructor for class org.gridgain.grid.events.GridJobEvent
No-arg constructor.
GridJobEvent(UUID, String, int) - Constructor for class org.gridgain.grid.events.GridJobEvent
Creates job event with given parameters.
GridJobOneWayAdapter - Class in org.gridgain.grid
Utility adapter for jobs returning no value.
GridJobOneWayAdapter() - Constructor for class org.gridgain.grid.GridJobOneWayAdapter
 
GridJobResult - Interface in org.gridgain.grid
Result of remote job which gets passed into GridTask.result(GridJobResult, List) method.
GridJobResultPolicy - Enum in org.gridgain.grid
This enumeration provides different types of actions following the last received job result.
GridJobSibling - Interface in org.gridgain.grid
Job sibling interface defines a job from the same split.
GridJobStealingCollisionSpi - Class in org.gridgain.grid.spi.collision.jobstealing
Collision SPI that supports job stealing from over-utilized nodes to under-utilized nodes.
GridJobStealingCollisionSpi() - Constructor for class org.gridgain.grid.spi.collision.jobstealing.GridJobStealingCollisionSpi
 
GridJobStealingCollisionSpiMBean - Interface in org.gridgain.grid.spi.collision.jobstealing
Management MBean for job stealing based collision SPI.
GridJobStealingDisabled - Annotation Type in org.gridgain.grid.spi.collision.jobstealing
This annotation disables job stealing if corresponding feature is configured.
GridJobStealingFailoverSpi - Class in org.gridgain.grid.spi.failover.jobstealing
Job stealing failover SPI needs to always be used in conjunction with GridJobStealingCollisionSpi SPI.
GridJobStealingFailoverSpi() - Constructor for class org.gridgain.grid.spi.failover.jobstealing.GridJobStealingFailoverSpi
 
GridJobStealingFailoverSpiMBean - Interface in org.gridgain.grid.spi.failover.jobstealing
Management bean for GridJobStealingFailoverSpi.
GridJobWrapper - Class in org.gridgain.grid
Convenient wrapper for grid job.
GridJobWrapper(GridJob, boolean) - Constructor for class org.gridgain.grid.GridJobWrapper
Creates a wrapper with given grid job.
GridJunit3LocalTestSuite - Class in org.gridgain.grid.test.junit3
Local test suites will always be executed locally within distributed test suites.
GridJunit3LocalTestSuite() - Constructor for class org.gridgain.grid.test.junit3.GridJunit3LocalTestSuite
 
GridJunit3LocalTestSuite(Class<? extends TestCase>) - Constructor for class org.gridgain.grid.test.junit3.GridJunit3LocalTestSuite
 
GridJunit3LocalTestSuite(Class<? extends TestCase>, String) - Constructor for class org.gridgain.grid.test.junit3.GridJunit3LocalTestSuite
 
GridJunit3LocalTestSuite(String) - Constructor for class org.gridgain.grid.test.junit3.GridJunit3LocalTestSuite
 
GridJunit3LocalTestSuite(Class<?>...) - Constructor for class org.gridgain.grid.test.junit3.GridJunit3LocalTestSuite
 
GridJunit3LocalTestSuite(Class<? extends TestCase>[], String) - Constructor for class org.gridgain.grid.test.junit3.GridJunit3LocalTestSuite
 
GridJunit3TestSuite - Class in org.gridgain.grid.test.junit3
Test suite for distributing JUnit3 tests.
GridJunit3TestSuite() - Constructor for class org.gridgain.grid.test.junit3.GridJunit3TestSuite
Empty test suite.
GridJunit3TestSuite(String) - Constructor for class org.gridgain.grid.test.junit3.GridJunit3TestSuite
 
GridJunit3TestSuite(Class<? extends TestCase>) - Constructor for class org.gridgain.grid.test.junit3.GridJunit3TestSuite
Test suite for one class.
GridJunit3TestSuite(Class<? extends TestCase>, String) - Constructor for class org.gridgain.grid.test.junit3.GridJunit3TestSuite
Test suite for a given test class with specified test name.
GridJunit3TestSuite(TestSuite) - Constructor for class org.gridgain.grid.test.junit3.GridJunit3TestSuite
Copies non-distributed test suite into distributed one.
GridJunit3TestSuite(ClassLoader) - Constructor for class org.gridgain.grid.test.junit3.GridJunit3TestSuite
Empty test suite with given class loader.
GridJunit3TestSuite(String, ClassLoader) - Constructor for class org.gridgain.grid.test.junit3.GridJunit3TestSuite
 
GridJunit3TestSuite(Class<? extends TestCase>, ClassLoader) - Constructor for class org.gridgain.grid.test.junit3.GridJunit3TestSuite
Test suite for one class.
GridJunit3TestSuite(Class<? extends TestCase>, String, ClassLoader) - Constructor for class org.gridgain.grid.test.junit3.GridJunit3TestSuite
Test suite for a given test class with specified test name.
GridJunit3TestSuite(TestSuite, ClassLoader) - Constructor for class org.gridgain.grid.test.junit3.GridJunit3TestSuite
Copies non-distributed test suite into distributed one.
GridJunit4LocalSuite - Class in org.gridgain.grid.test.junit4
Parallel local runner for the grid.
GridJunit4LocalSuite(Class<?>, RunnerBuilder) - Constructor for class org.gridgain.grid.test.junit4.GridJunit4LocalSuite
Constructor required by JUnit4.
GridJunit4Suite - Class in org.gridgain.grid.test.junit4
Test suite runner for distributing JUnit4 tests.
GridJunit4Suite(Class<?>) - Constructor for class org.gridgain.grid.test.junit4.GridJunit4Suite
Creates distributed suite runner for given class.
GridJunit4Suite(Class<?>, ClassLoader) - Constructor for class org.gridgain.grid.test.junit4.GridJunit4Suite
Creates distributed suite runner for given class.
GridKernalMBean - Interface in org.gridgain.grid
This interface defines JMX view on kernal.
GridLambda - Interface in org.gridgain.grid.lang
Common interface for closures, predicates and related entities.
GridLambdaAdapter - Class in org.gridgain.grid.lang
Adapter for common interfaces in closures, reducers and predicates.
GridLambdaAdapter() - Constructor for class org.gridgain.grid.lang.GridLambdaAdapter
 
GridLeanMap<K,V> - Class in org.gridgain.grid.lang.utils
Lean map implementation that keeps up to five entries in its fields.
GridLeanMap() - Constructor for class org.gridgain.grid.lang.utils.GridLeanMap
Constructs lean map with initial size of 3.
GridLeanMap(int) - Constructor for class org.gridgain.grid.lang.utils.GridLeanMap
Constructs lean map with initial size.
GridLeanMap(Map<K, V>) - Constructor for class org.gridgain.grid.lang.utils.GridLeanMap
Constructs lean map.
GridLeanSet<E> - Class in org.gridgain.grid.lang.utils
Lean set implementation.
GridLeanSet() - Constructor for class org.gridgain.grid.lang.utils.GridLeanSet
Creates a new, empty set with a default initial capacity, load factor, and concurrencyLevel.
GridLeanSet(int) - Constructor for class org.gridgain.grid.lang.utils.GridLeanSet
Constructs lean set with initial size.
GridLeanSet(Collection<E>) - Constructor for class org.gridgain.grid.lang.utils.GridLeanSet
Creates a new set with the same elements as the given collection.
GridLicenseEvent - Class in org.gridgain.grid.events
TODO.
GridLicenseEvent() - Constructor for class org.gridgain.grid.events.GridLicenseEvent
No-arg constructor.
GridLicenseEvent(UUID, String, int) - Constructor for class org.gridgain.grid.events.GridLicenseEvent
Creates license event with given parameters.
GridLicenseException - Exception in org.gridgain.grid
This exception is thrown when license violation is detected.
GridLicenseException(String) - Constructor for exception org.gridgain.grid.GridLicenseException
Creates new license exception with given error message.
GridLicenseException(Throwable) - Constructor for exception org.gridgain.grid.GridLicenseException
Creates new license exception given throwable as a cause and source of error message.
GridLicenseException(String, Throwable) - Constructor for exception org.gridgain.grid.GridLicenseException
Creates new license exception with given error message and optional nested exception.
GridLifecycleBean - Interface in org.gridgain.grid
A bean that reacts to grid lifecycle events defined in GridLifecycleEventType.
GridLifecycleEventType - Enum in org.gridgain.grid
Grid lifecycle event types.
GridListenActor<T> - Class in org.gridgain.grid
Actor-base adapter for GridProjection.listen(GridPredicate2[]) method.
GridListenActor() - Constructor for class org.gridgain.grid.GridListenActor
 
GridListSet<V> - Class in org.gridgain.grid.lang.utils
Implementation of Set based on internal list rather than hash table.
GridListSet() - Constructor for class org.gridgain.grid.lang.utils.GridListSet
Creates unsorted list set.
GridListSet(Comparator<V>) - Constructor for class org.gridgain.grid.lang.utils.GridListSet
If comparator is not null, then sorted list set will be created.
GridListSet(Comparator<V>, boolean) - Constructor for class org.gridgain.grid.lang.utils.GridListSet
If comparator is not null, then sorted list set will be created.
GridListSet(GridListSet<V>) - Constructor for class org.gridgain.grid.lang.utils.GridListSet
Copy constructor.
GridLoadBalancer - Interface in org.gridgain.grid
Load balancer is used for finding the best balanced node according to load balancing policy.
GridLoadBalancerResource - Annotation Type in org.gridgain.grid.resources
Annotates a field or a setter method for injection of GridLoadBalancer.
GridLoadBalancingSpi - Interface in org.gridgain.grid.spi.loadbalancing
Load balancing SPI provides the next best balanced node for job execution.
GridLoader - Annotation Type in org.gridgain.grid.loaders
This annotation is used to mark a class that acts as GridGain loader.
GridLocalDeploymentSpi - Class in org.gridgain.grid.spi.deployment.local
Local deployment SPI that implements only within VM deployment on local node via GridLocalDeploymentSpi.register(ClassLoader, Class) method.
GridLocalDeploymentSpi() - Constructor for class org.gridgain.grid.spi.deployment.local.GridLocalDeploymentSpi
 
GridLocalDeploymentSpiMBean - Interface in org.gridgain.grid.spi.deployment.local
Management MBean for GridLocalDeploymentSpi SPI.
GridLocalEventListener - Interface in org.gridgain.grid
Listener for asynchronous local node grid events.
GridLocalHostResource - Annotation Type in org.gridgain.grid.resources
Annotates a field or a setter method for injection of local host address or host name for connection binding.
GridLocalMetrics - Interface in org.gridgain.grid.spi.metrics
This class represents runtime information available for current VM.
GridLocalMetricsAdapter - Class in org.gridgain.grid.spi.metrics
Adapter for GridLocalMetrics interface.
GridLocalMetricsAdapter() - Constructor for class org.gridgain.grid.spi.metrics.GridLocalMetricsAdapter
Empty constructor.
GridLocalMetricsAdapter(int, double, long, long, long, long, long, long, long, long, long, long, int, int, long, int, long, long, long) - Constructor for class org.gridgain.grid.spi.metrics.GridLocalMetricsAdapter
Constructor to initialize all possible metrics.
GridLocalMetricsSpi - Interface in org.gridgain.grid.spi.metrics
Grid local metrics SPI allows grid to get metrics on local VM.
GridLocalNodeBenchmark - Class in org.gridgain.grid.benchmarks
Auto-benchmarking facility for local node.
GridLocalNodeBenchmark() - Constructor for class org.gridgain.grid.benchmarks.GridLocalNodeBenchmark
Creates new bean with all benchmarks turned on.
GridLocalNodeBenchmark(boolean, boolean, boolean, boolean, boolean) - Constructor for class org.gridgain.grid.benchmarks.GridLocalNodeBenchmark
Creates new bean with specific benchmarks turned on and off.
GridLocalNodeBenchmark(boolean, boolean, boolean, boolean, boolean, boolean, boolean) - Constructor for class org.gridgain.grid.benchmarks.GridLocalNodeBenchmark
Creates new bean with specific benchmarks turned on and off.
GridLocalNodeBenchmark(boolean, boolean, boolean, boolean, boolean, boolean, boolean, String) - Constructor for class org.gridgain.grid.benchmarks.GridLocalNodeBenchmark
Creates new bean with specific benchmarks turned on and off.
GridLocalNodeIdResource - Annotation Type in org.gridgain.grid.resources
Annotates a field or a setter method for injection of local node UUID resource.
GridLog4jLogger - Class in org.gridgain.grid.logger.log4j
Log4j-based implementation for logging.
GridLog4jLogger() - Constructor for class org.gridgain.grid.logger.log4j.GridLog4jLogger
Creates new logger and automatically detects if root logger already has appenders configured.
GridLog4jLogger(boolean) - Constructor for class org.gridgain.grid.logger.log4j.GridLog4jLogger
Creates new logger.
GridLog4jLogger(Logger) - Constructor for class org.gridgain.grid.logger.log4j.GridLog4jLogger
Creates new logger with given implementation.
GridLog4jLogger(String) - Constructor for class org.gridgain.grid.logger.log4j.GridLog4jLogger
Creates new logger with given configuration path.
GridLog4jLogger(File) - Constructor for class org.gridgain.grid.logger.log4j.GridLog4jLogger
Creates new logger with given configuration cfgFile.
GridLog4jLogger(URL) - Constructor for class org.gridgain.grid.logger.log4j.GridLog4jLogger
Creates new logger with given configuration cfgUrl.
GridLogger - Interface in org.gridgain.grid.logger
This interface defines basic logging functionality used throughout the system.
GridLoggerResource - Annotation Type in org.gridgain.grid.resources
Annotates a field or a setter method for injection of GridLogger.
GridMapOpt<K,V> - Class in org.gridgain.grid.lang.utils
Monadic map.
GridMapOpt(Map<K, V>) - Constructor for class org.gridgain.grid.lang.utils.GridMapOpt
Creates monadic map with optional implementation.
GridMapOpt() - Constructor for class org.gridgain.grid.lang.utils.GridMapOpt
Calls this(null);.
GridMapper<T1,T2> - Class in org.gridgain.grid.lang
Defines functional mapping interface.
GridMapper() - Constructor for class org.gridgain.grid.lang.GridMapper
 
GridMapperX<T1,T2> - Class in org.gridgain.grid.lang
Convenient mapper subclass that allows for thrown grid exception.
GridMapperX() - Constructor for class org.gridgain.grid.lang.GridMapperX
 
GridMarshaller - Interface in org.gridgain.grid.marshaller
GridMarshaller allows to marshal or unmarshal objects in grid.
GridMarshallerExclusions - Class in org.gridgain.grid.marshaller
Controls what classes should be excluded from marshalling by default.
GridMarshallerResource - Annotation Type in org.gridgain.grid.resources
Annotates a field or a setter method for injection of GridMarshaller resource.
GridMBeanServerResource - Annotation Type in org.gridgain.grid.resources
Annotates a field or a setter method for injection of MBeanServer resource.
GridMemoryEventStorageSpi - Class in org.gridgain.grid.spi.eventstorage.memory
In-memory GridEventStorageSpi implementation.
GridMemoryEventStorageSpi() - Constructor for class org.gridgain.grid.spi.eventstorage.memory.GridMemoryEventStorageSpi
 
GridMemoryEventStorageSpiMBean - Interface in org.gridgain.grid.spi.eventstorage.memory
Management bean for GridMemoryEventStorageSpi.
GridMessageListener - Interface in org.gridgain.grid
Deprecated. 
GridMetadataAware - Interface in org.gridgain.grid
Allows to attach metadata attributes to any entity that implements this interface.
GridMetadataAwareAdapter - Class in org.gridgain.grid.lang
Convenient adapter for GridMetadataAware.
GridMetadataAwareAdapter() - Constructor for class org.gridgain.grid.lang.GridMetadataAwareAdapter
Default constructor.
GridMetadataAwareAdapter(Map<String, Object>) - Constructor for class org.gridgain.grid.lang.GridMetadataAwareAdapter
Creates adapter with predefined data.
GridMulticastDiscoverySpi - Class in org.gridgain.grid.spi.discovery.multicast
Discovery SPI implementation that uses IP-multicast for node discovery.
GridMulticastDiscoverySpi() - Constructor for class org.gridgain.grid.spi.discovery.multicast.GridMulticastDiscoverySpi
 
GridMulticastDiscoverySpiMBean - Interface in org.gridgain.grid.spi.discovery.multicast
Management bean for GridMulticastDiscoverySpi.
gridName() - Method in interface org.gridgain.grid.GridNodeShadow
Gets grid name for the node.
gridName() - Method in interface org.gridgain.grid.GridRichNode
Gets name of the grid this node belongs to.
GridNameResource - Annotation Type in org.gridgain.grid.resources
Annotates a field or a setter method for injection of GridGain grid name.
GridNeverFailoverSpi - Class in org.gridgain.grid.spi.failover.never
This class provides failover SPI implementation that never fails over.
GridNeverFailoverSpi() - Constructor for class org.gridgain.grid.spi.failover.never.GridNeverFailoverSpi
 
GridNeverFailoverSpiMBean - Interface in org.gridgain.grid.spi.failover.never
Management bean for GridNeverFailoverSpi.
GridNode - Interface in org.gridgain.grid
Interface representing a single grid node.
GridNodeFilterTopologySpi - Class in org.gridgain.grid.spi.topology.nodefilter
This class provides implementation for topology SPI based on GridPredicate2.
GridNodeFilterTopologySpi() - Constructor for class org.gridgain.grid.spi.topology.nodefilter.GridNodeFilterTopologySpi
 
GridNodeFilterTopologySpiMBean - Interface in org.gridgain.grid.spi.topology.nodefilter
Management bean for GridNodeFilterTopologySpi.
GridNodeLocal<K,V> - Interface in org.gridgain.grid
Defines interface for node-local storage.
GridNodeMetrics - Interface in org.gridgain.grid
This class represents runtime information on a node.
GridNodePredicate<T extends GridNode> - Class in org.gridgain.grid.lang
Convenient node predicate as a separate class.
GridNodePredicate(Collection<UUID>) - Constructor for class org.gridgain.grid.lang.GridNodePredicate
Creates node predicate that evaluates to true for all provided node IDs.
GridNodePredicate(UUID...) - Constructor for class org.gridgain.grid.lang.GridNodePredicate
Creates node predicate that evaluates to true for all provided node IDs.
GridNodePredicate(GridRichNode...) - Constructor for class org.gridgain.grid.lang.GridNodePredicate
Creates node predicate that evaluates to true for all provided nodes.
GridNodeShadow - Interface in org.gridgain.grid
When a grid node leaves the topology it leaves a shadow.
GridNotPeerDeployable - Annotation Type in org.gridgain.grid
This annotations should be used to mark any type that should not be peer deployable.
GridNullOpt<T> - Class in org.gridgain.grid.lang
This is a companion class to GridOpt allowing null values.
GridOpt<T> - Class in org.gridgain.grid.lang
This class provide limited version of Scala Option class.
GridOptimizedMarshaller - Class in org.gridgain.grid.marshaller.optimized
Optimized implementation of GridMarshaller.
GridOptimizedMarshaller() - Constructor for class org.gridgain.grid.marshaller.optimized.GridOptimizedMarshaller
Initializes marshaller not to enforce Serializable interface.
GridOptimizedMarshaller(boolean, Collection<String>, String) - Constructor for class org.gridgain.grid.marshaller.optimized.GridOptimizedMarshaller
Initializes marshaller with given serialization flag.
GridOutClosure<T> - Class in org.gridgain.grid.lang
Defines a convenient side-effect only factory closure.
GridOutClosure() - Constructor for class org.gridgain.grid.lang.GridOutClosure
 
GridOutClosureX<T> - Class in org.gridgain.grid.lang
Convenient out-closure subclass that allows for thrown grid exception.
GridOutClosureX() - Constructor for class org.gridgain.grid.lang.GridOutClosureX
 
GridPair<T> - Class in org.gridgain.grid.lang
Simple extension over GridTuple2 for pair of objects of the same type.
GridPair() - Constructor for class org.gridgain.grid.lang.GridPair
Empty constructor required by Externalizable.
GridPair(T, T) - Constructor for class org.gridgain.grid.lang.GridPair
Creates pair with given objects.
GridPeerDeployAware - Interface in org.gridgain.grid
Represents any class that needs to maintain or carry on peer deployment information.
GridPredicate<E1> - Class in org.gridgain.grid.lang
Defines predicate construct.
GridPredicate() - Constructor for class org.gridgain.grid.lang.GridPredicate
 
GridPredicate2<E1,E2> - Class in org.gridgain.grid.lang
Defines predicate construct.
GridPredicate2() - Constructor for class org.gridgain.grid.lang.GridPredicate2
 
GridPredicate2X<E1,E2> - Class in org.gridgain.grid.lang
Convenient predicate subclass that allows for thrown grid exception.
GridPredicate2X() - Constructor for class org.gridgain.grid.lang.GridPredicate2X
 
GridPredicate3<E1,E2,E3> - Class in org.gridgain.grid.lang
Defines predicate construct.
GridPredicate3() - Constructor for class org.gridgain.grid.lang.GridPredicate3
 
GridPredicate3X<E1,E2,E3> - Class in org.gridgain.grid.lang
Convenient predicate subclass that allows for thrown grid exception.
GridPredicate3X() - Constructor for class org.gridgain.grid.lang.GridPredicate3X
 
GridPredicateX<E1> - Class in org.gridgain.grid.lang
Convenient predicate subclass that allows for thrown grid exception.
GridPredicateX() - Constructor for class org.gridgain.grid.lang.GridPredicateX
 
GridPriorityQueueCollisionSpi - Class in org.gridgain.grid.spi.collision.priorityqueue
This class provides implementation for Collision SPI based on priority queue.
GridPriorityQueueCollisionSpi() - Constructor for class org.gridgain.grid.spi.collision.priorityqueue.GridPriorityQueueCollisionSpi
 
GridPriorityQueueCollisionSpiMBean - Interface in org.gridgain.grid.spi.collision.priorityqueue
Management bean that provides access to the priority queue collision SPI configuration.
GridProduct - Interface in org.gridgain.grid.lang
Untyped extension of GridTypedProduct.
gridProjection() - Method in interface org.gridgain.grid.cache.GridCacheEntry
Gets parent grid projection for this entry.
gridProjection() - Method in interface org.gridgain.grid.cache.GridCacheProjection
Provides grid projection for all nodes participating in this cache.
gridProjection(Collection<? extends K>) - Method in interface org.gridgain.grid.cache.GridCacheProjection
This method provides GridProjection for all nodes to which the passed in keys are mapped.
gridProjection(K...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
This method provides GridProjection for all nodes to which the passed in keys are mapped.
gridProjection(GridPredicate<? super K>...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
This method provides GridProjection for all nodes to which all the keys whose entries pass through the filter are mapped.
GridProjection - Interface in org.gridgain.grid
Defines grid projection interface and monadic set of operations on a set of grid nodes.
GridProjectionMetrics - Interface in org.gridgain.grid
This interface defines cumulative metrics for the projection.
GridQueue<E> - Class in org.gridgain.grid.lang.utils
Queue which supports addition at tail and removing at head.
GridQueue() - Constructor for class org.gridgain.grid.lang.utils.GridQueue
Creates empty queue.
GridQueue.Node<E> - Class in org.gridgain.grid.lang.utils
Node for internal linked list.
GridReachabilitySegmentationResolver - Class in org.gridgain.grid.segmentation.reachability
Segmentation checker implementation that uses java.net.InetAddress.isReachable(NetworkInterface, int, int) to check whether node is in the correct segment or not.
GridReachabilitySegmentationResolver() - Constructor for class org.gridgain.grid.segmentation.reachability.GridReachabilitySegmentationResolver
 
GridReducer<E1,R> - Class in org.gridgain.grid.lang
Defines generic for-all or reduce type of closure.
GridReducer() - Constructor for class org.gridgain.grid.lang.GridReducer
 
GridReducer2<E1,E2,R> - Class in org.gridgain.grid.lang
Defines generic for-all or reduce type of closure.
GridReducer2() - Constructor for class org.gridgain.grid.lang.GridReducer2
 
GridReducer2X<E1,E2,R> - Class in org.gridgain.grid.lang
Convenient reducer subclass that allows for thrown grid exception.
GridReducer2X() - Constructor for class org.gridgain.grid.lang.GridReducer2X
 
GridReducer3<E1,E2,E3,R> - Class in org.gridgain.grid.lang
Defines generic for-all or reduce type of closure.
GridReducer3() - Constructor for class org.gridgain.grid.lang.GridReducer3
 
GridReducer3X<E1,E2,E3,R> - Class in org.gridgain.grid.lang
Convenient reducer subclass that allows for thrown grid exception.
GridReducer3X() - Constructor for class org.gridgain.grid.lang.GridReducer3X
 
GridReducerX<E1,R> - Class in org.gridgain.grid.lang
Convenient reducer subclass that allows for thrown grid exception.
GridReducerX() - Constructor for class org.gridgain.grid.lang.GridReducerX
 
GridRichNode - Interface in org.gridgain.grid
Defines a "rich" node as a single node-based grid projection.
GridRoundRobinLoadBalancingSpi - Class in org.gridgain.grid.spi.loadbalancing.roundrobin
This SPI iterates through nodes in round-robin fashion and pick the next sequential node.
GridRoundRobinLoadBalancingSpi() - Constructor for class org.gridgain.grid.spi.loadbalancing.roundrobin.GridRoundRobinLoadBalancingSpi
 
GridRoundRobinLoadBalancingSpiMBean - Interface in org.gridgain.grid.spi.loadbalancing.roundrobin
Management bean for GridRoundRobinLoadBalancingSpi SPI.
GridRunnable - Class in org.gridgain.grid.lang
Grid-aware adapter for Runnable implementations.
GridRunnable() - Constructor for class org.gridgain.grid.lang.GridRunnable
 
GridRuntimeException - Exception in org.gridgain.grid
Common runtime exception for grid.
GridRuntimeException(String, Throwable) - Constructor for exception org.gridgain.grid.GridRuntimeException
Constructs runtime grid exception with given message and cause.
GridRuntimeException(Throwable) - Constructor for exception org.gridgain.grid.GridRuntimeException
Creates new runtime grid exception given throwable as a cause and source of error message.
GridRuntimeException(String) - Constructor for exception org.gridgain.grid.GridRuntimeException
Constructs runtime grid exception with given message.
GridS3CheckpointSpi - Class in org.gridgain.grid.spi.checkpoint.s3
This class defines Amazon S3-based implementation for checkpoint SPI.
GridS3CheckpointSpi() - Constructor for class org.gridgain.grid.spi.checkpoint.s3.GridS3CheckpointSpi
 
GridS3CheckpointSpiMBean - Interface in org.gridgain.grid.spi.checkpoint.s3
Management bean for GridS3CheckpointSpi.
GridScheduleFuture<R> - Interface in org.gridgain.grid
Future for cron-based scheduled execution.
GridSegmentationPolicy - Enum in org.gridgain.grid.segmentation
Policy that defines how node will react on topology segmentation.
GridSegmentationResolver - Class in org.gridgain.grid.segmentation
This is the base class for segmentation (a.k.a "split-brain" problem) resolvers.
GridSegmentationResolver() - Constructor for class org.gridgain.grid.segmentation.GridSegmentationResolver
 
GridSerializableCollection<E> - Class in org.gridgain.grid.lang.utils
Makes AbstractCollection as Serializable and is useful for making anonymous serializable collections.
GridSerializableCollection() - Constructor for class org.gridgain.grid.lang.utils.GridSerializableCollection
 
GridSerializableFuture<T> - Interface in org.gridgain.grid.lang.utils
Adds serialization to the Future interface.
GridSerializableIterable<E> - Interface in org.gridgain.grid.lang.utils
Makes Iterable as Serializable and is useful for making anonymous serializable iterators.
GridSerializableIterator<E> - Interface in org.gridgain.grid.lang.utils
Makes Iterator as Serializable and is useful for making anonymous serializable iterators.
GridSerializableList<E> - Class in org.gridgain.grid.lang.utils
Makes AbstractList as Serializable and is useful for making anonymous serializable lists.
GridSerializableList() - Constructor for class org.gridgain.grid.lang.utils.GridSerializableList
 
GridSerializableMap<K,V> - Class in org.gridgain.grid.lang.utils
Makes AbstractMap as Serializable and is useful for making anonymous serializable maps.
GridSerializableMap() - Constructor for class org.gridgain.grid.lang.utils.GridSerializableMap
 
GridSerializableSet<E> - Class in org.gridgain.grid.lang.utils
Makes AbstractSet as Serializable and is useful for making anonymous serializable sets.
GridSerializableSet() - Constructor for class org.gridgain.grid.lang.utils.GridSerializableSet
 
GridServletContextListenerLoader - Class in org.gridgain.grid.loaders.servlet
This class defines GridGain loader based on servlet context listener.
GridServletContextListenerLoader() - Constructor for class org.gridgain.grid.loaders.servlet.GridServletContextListenerLoader
 
GridServletLoader - Class in org.gridgain.grid.loaders.servlet
This class defines servlet-based GridGain loader.
GridServletLoader() - Constructor for class org.gridgain.grid.loaders.servlet.GridServletLoader
 
GridSetWrapper<E> - Class in org.gridgain.grid.lang.utils
Set implementation that delegates to map.
GridSetWrapper(Map<E, ?>) - Constructor for class org.gridgain.grid.lang.utils.GridSetWrapper
Creates new set based on the given map.
GridSetWrapper(Map<E, ?>, Collection<? extends E>) - Constructor for class org.gridgain.grid.lang.utils.GridSetWrapper
Creates new set based on the given map and initializes it with given values.
GridSharedFsCheckpointSpi - Class in org.gridgain.grid.spi.checkpoint.sharedfs
This class defines shared file system GridCheckpointSpi implementation for checkpoint SPI.
GridSharedFsCheckpointSpi() - Constructor for class org.gridgain.grid.spi.checkpoint.sharedfs.GridSharedFsCheckpointSpi
Initializes default directory paths.
GridSharedFsCheckpointSpiMBean - Interface in org.gridgain.grid.spi.checkpoint.sharedfs
Management bean that provides general administrative and configuration information about shared file system checkpoints.
GridSharedFsSegmentationResolver - Class in org.gridgain.grid.segmentation.sharedfs
Segmentation checker implementation that checks whether node is in the correct segment or not by writing to and reading from shared directory.
GridSharedFsSegmentationResolver() - Constructor for class org.gridgain.grid.segmentation.sharedfs.GridSharedFsSegmentationResolver
 
GridSlf4jLogger - Class in org.gridgain.grid.logger.slf4j
SLF4J-based implementation for logging.
GridSlf4jLogger() - Constructor for class org.gridgain.grid.logger.slf4j.GridSlf4jLogger
Creates new logger.
GridSlf4jLogger(Logger) - Constructor for class org.gridgain.grid.logger.slf4j.GridSlf4jLogger
Creates new logger with given implementation.
GridSpi - Interface in org.gridgain.grid.spi
This interface defines life-cycle of SPI implementation.
GridSpiAdapter - Class in org.gridgain.grid.spi
This class provides convenient adapter for SPI implementations.
GridSpiAdapter() - Constructor for class org.gridgain.grid.spi.GridSpiAdapter
Creates new adapter and initializes it from the current (this) class.
GridSpiConfiguration - Annotation Type in org.gridgain.grid.spi
Annotates SPI configuration setters on whether or not it is optional.
GridSpiContext - Interface in org.gridgain.grid.spi
SPI context provides common functionality for all SPI implementations.
GridSpiContext2 - Interface in org.gridgain.grid.spi
SPI context provides common functionality for all SPI implementations.
GridSpiException - Exception in org.gridgain.grid.spi
Exception thrown by SPI implementations.
GridSpiException(String) - Constructor for exception org.gridgain.grid.spi.GridSpiException
Creates new SPI exception with given error message.
GridSpiException(Throwable) - Constructor for exception org.gridgain.grid.spi.GridSpiException
Creates new SPI exception given throwable as a cause and source of error message.
GridSpiException(String, Throwable) - Constructor for exception org.gridgain.grid.spi.GridSpiException
Creates new SPI exception with given error message and optional nested exception.
GridSpiInfo - Annotation Type in org.gridgain.grid.spi
Annotation for SPI main interface implementation.
GridSpiJsonConfigurable - Interface in org.gridgain.grid.spi
This interface defines that an SPI instance can be configured via JSON.
GridSpiManagementMBean - Interface in org.gridgain.grid.spi
This interface defines basic MBean for all SPI implementations.
GridSpiMultipleInstancesSupport - Annotation Type in org.gridgain.grid.spi
Annotates whether or not multiple instances of this SPI can be started in the same VM.
GridSpiPortResolver - Interface in org.gridgain.grid.spi
Provides resolution between external and internal ports.
GridSpiThread - Class in org.gridgain.grid.spi
This class provides convenient adapter for threads used by SPIs.
GridSpiThread(String, String, GridLogger) - Constructor for class org.gridgain.grid.spi.GridSpiThread
Creates thread with given name.
GridSpiThreadFactory - Class in org.gridgain.grid.spi
This class provides implementation of ThreadFactory factory for creating grid SPI threads.
GridSpiThreadFactory(String, String, GridLogger) - Constructor for class org.gridgain.grid.spi.GridSpiThreadFactory
 
GridSpringApplicationContextResource - Annotation Type in org.gridgain.grid.resources
Annotates a field or a setter method for injection of Spring ApplicationContext resource.
GridSpringBean - Class in org.gridgain.grid
Grid Spring bean allows to bypass GridFactory methods.
GridSpringBean() - Constructor for class org.gridgain.grid.GridSpringBean
 
GridSpringResource - Annotation Type in org.gridgain.grid.resources
Annotates a field or a setter method for injection of resource from Spring ApplicationContext.
GridSwapContext - Class in org.gridgain.grid.spi.swapspace
Context for swap operations.
GridSwapContext() - Constructor for class org.gridgain.grid.spi.swapspace.GridSwapContext
 
GridSwapKey - Class in org.gridgain.grid.spi.swapspace
Utility wrapper class that represents swap key.
GridSwapKey(Object) - Constructor for class org.gridgain.grid.spi.swapspace.GridSwapKey
 
GridSwapKey(Object, int) - Constructor for class org.gridgain.grid.spi.swapspace.GridSwapKey
 
GridSwapKey(Object, int, byte[]) - Constructor for class org.gridgain.grid.spi.swapspace.GridSwapKey
 
GridSwapSpaceEvent - Class in org.gridgain.grid.events
Grid swap space event.
GridSwapSpaceEvent(UUID, String, int, String) - Constructor for class org.gridgain.grid.events.GridSwapSpaceEvent
Creates swap space event.
GridSwapSpaceSpi - Interface in org.gridgain.grid.spi.swapspace
Swap space SPI.
GridSwapSpaceSpiListener - Interface in org.gridgain.grid.spi.swapspace
Swap space SPI eviction listener.
GridSystemProperties - Class in org.gridgain.grid
Contains constants for all system properties and environmental variables in GridGain.
GridTask<T,R> - Interface in org.gridgain.grid
Grid task interface defines a task that can be executed on the grid.
GridTaskAdapter<T,R> - Class in org.gridgain.grid
Convenience adapter for GridTask interface.
GridTaskAdapter() - Constructor for class org.gridgain.grid.GridTaskAdapter
Empty constructor.
GridTaskAdapter(GridPeerDeployAware) - Constructor for class org.gridgain.grid.GridTaskAdapter
Constructor that receives deployment information for task.
GridTaskCancelledException - Exception in org.gridgain.grid
This exception indicates that grid task was cancelled.
GridTaskCancelledException(String) - Constructor for exception org.gridgain.grid.GridTaskCancelledException
Creates new task cancellation exception with given error message.
GridTaskCancelledException(Throwable) - Constructor for exception org.gridgain.grid.GridTaskCancelledException
Creates new task cancellation exception given throwable as a cause and source of error message.
GridTaskCancelledException(String, Throwable) - Constructor for exception org.gridgain.grid.GridTaskCancelledException
Creates new task cancellation exception with given error message and optional nested exception.
GridTaskContinuousMapper - Interface in org.gridgain.grid
Defines a mapper that can be used for asynchronous job sending.
GridTaskContinuousMapperResource - Annotation Type in org.gridgain.grid.resources
Annotates a field or a setter method for injection of GridTaskContinuousMapper resource.
GridTaskEvent - Class in org.gridgain.grid.events
Grid task event.
GridTaskEvent() - Constructor for class org.gridgain.grid.events.GridTaskEvent
No-arg constructor.
GridTaskEvent(UUID, String, int, GridUuid, String) - Constructor for class org.gridgain.grid.events.GridTaskEvent
Creates task event with given parameters.
GridTaskEvent(UUID, String, int) - Constructor for class org.gridgain.grid.events.GridTaskEvent
Creates task event with given parameters.
GridTaskFuture<R> - Interface in org.gridgain.grid
This class defines a handler for asynchronous task execution.
GridTaskListener - Interface in org.gridgain.grid
Deprecated. 
GridTaskName - Annotation Type in org.gridgain.grid
This annotation allows to assign optional name to grid task.
GridTaskNoReduceAdapter<T> - Class in org.gridgain.grid
Adapter for GridTaskAdapter overriding reduce(...) method to return null.
GridTaskNoReduceAdapter() - Constructor for class org.gridgain.grid.GridTaskNoReduceAdapter
Empty constructor.
GridTaskNoReduceAdapter(GridPeerDeployAware) - Constructor for class org.gridgain.grid.GridTaskNoReduceAdapter
Constructor that receives deployment information for task.
GridTaskNoReduceSplitAdapter<T> - Class in org.gridgain.grid
Adapter for GridTaskSplitAdapter overriding reduce(...) method to return null.
GridTaskNoReduceSplitAdapter() - Constructor for class org.gridgain.grid.GridTaskNoReduceSplitAdapter
Empty constructor.
GridTaskNoReduceSplitAdapter(GridPeerDeployAware) - Constructor for class org.gridgain.grid.GridTaskNoReduceSplitAdapter
Constructor that receives deployment information for task.
GridTaskNoResultCache - Annotation Type in org.gridgain.grid
This annotation disables caching of task results when attached to GridTask class being executed.
GridTaskSession - Interface in org.gridgain.grid
Defines a distributed session for particular task execution.
GridTaskSessionAttributeListener - Interface in org.gridgain.grid
This interface defines listener for task session attributes.
GridTaskSessionResource - Annotation Type in org.gridgain.grid.resources
Annotates a field or a setter method for injection of GridTaskSession resource.
GridTaskSessionScope - Enum in org.gridgain.grid
Defines life-time scopes for checkpoint operations.
GridTaskSpis - Annotation Type in org.gridgain.grid
This annotation allows task to specify what SPIs it wants to use.
GridTaskSplitAdapter<T,R> - Class in org.gridgain.grid
This class defines simplified adapter for GridTask.
GridTaskSplitAdapter() - Constructor for class org.gridgain.grid.GridTaskSplitAdapter
Empty constructor.
GridTaskSplitAdapter(GridPeerDeployAware) - Constructor for class org.gridgain.grid.GridTaskSplitAdapter
Constructor that receives deployment information for task.
GridTaskTimeoutException - Exception in org.gridgain.grid
This exception indicates that task execution timed out.
GridTaskTimeoutException(String) - Constructor for exception org.gridgain.grid.GridTaskTimeoutException
Creates task timeout exception with given task execution ID and error message.
GridTaskTimeoutException(Throwable) - Constructor for exception org.gridgain.grid.GridTaskTimeoutException
Creates new task timeout exception given throwable as a cause and source of error message.
GridTaskTimeoutException(String, Throwable) - Constructor for exception org.gridgain.grid.GridTaskTimeoutException
Creates task timeout exception with given task execution ID, error message and optional nested exception.
GridTcpCommunicationSpi - Class in org.gridgain.grid.spi.communication.tcp
GridTcpCommunicationSpi is default communication SPI which uses TCP/IP protocol and Java NIO to communicate with other nodes.
GridTcpCommunicationSpi() - Constructor for class org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpi
 
GridTcpCommunicationSpiMBean - Interface in org.gridgain.grid.spi.communication.tcp
MBean provide access to TCP-based communication SPI.
GridTcpDiscoveryIpFinder - Interface in org.gridgain.grid.spi.discovery.tcp.ipfinder
IP finder interface for GridTcpDiscoverySpi.
GridTcpDiscoveryIpFinderAdapter - Class in org.gridgain.grid.spi.discovery.tcp.ipfinder
IP finder interface implementation adapter.
GridTcpDiscoveryIpFinderAdapter() - Constructor for class org.gridgain.grid.spi.discovery.tcp.ipfinder.GridTcpDiscoveryIpFinderAdapter
 
GridTcpDiscoveryJdbcIpFinder - Class in org.gridgain.grid.spi.discovery.tcp.ipfinder.jdbc
JDBC-based IP finder.
GridTcpDiscoveryJdbcIpFinder() - Constructor for class org.gridgain.grid.spi.discovery.tcp.ipfinder.jdbc.GridTcpDiscoveryJdbcIpFinder
Constructor.
GridTcpDiscoveryJdbcMetricsStore - Class in org.gridgain.grid.spi.discovery.tcp.metricsstore.jdbc
JDBC-based metrics store.
GridTcpDiscoveryJdbcMetricsStore() - Constructor for class org.gridgain.grid.spi.discovery.tcp.metricsstore.jdbc.GridTcpDiscoveryJdbcMetricsStore
 
GridTcpDiscoveryJdbcTopologyStore - Class in org.gridgain.grid.spi.discovery.tcp.topologystore.jdbc
JDBC-based topology store.
GridTcpDiscoveryJdbcTopologyStore() - Constructor for class org.gridgain.grid.spi.discovery.tcp.topologystore.jdbc.GridTcpDiscoveryJdbcTopologyStore
 
GridTcpDiscoveryMetricsStore - Interface in org.gridgain.grid.spi.discovery.tcp.metricsstore
Metrics store interface for GridTcpDiscoverySpi.
GridTcpDiscoveryMetricsStoreAdapter - Class in org.gridgain.grid.spi.discovery.tcp.metricsstore
Convenient metrics store adapter.
GridTcpDiscoveryMetricsStoreAdapter() - Constructor for class org.gridgain.grid.spi.discovery.tcp.metricsstore.GridTcpDiscoveryMetricsStoreAdapter
 
GridTcpDiscoveryS3IpFinder - Class in org.gridgain.grid.spi.discovery.tcp.ipfinder.s3
AWS S3-based IP finder.
GridTcpDiscoveryS3IpFinder() - Constructor for class org.gridgain.grid.spi.discovery.tcp.ipfinder.s3.GridTcpDiscoveryS3IpFinder
Constructor.
GridTcpDiscoveryS3MetricsStore - Class in org.gridgain.grid.spi.discovery.tcp.metricsstore.s3
AWS S3-based metrics store.
GridTcpDiscoveryS3MetricsStore() - Constructor for class org.gridgain.grid.spi.discovery.tcp.metricsstore.s3.GridTcpDiscoveryS3MetricsStore
 
GridTcpDiscoverySharedFsIpFinder - Class in org.gridgain.grid.spi.discovery.tcp.ipfinder.sharedfs
Shared filesystem-based IP finder.
GridTcpDiscoverySharedFsIpFinder() - Constructor for class org.gridgain.grid.spi.discovery.tcp.ipfinder.sharedfs.GridTcpDiscoverySharedFsIpFinder
Constructor.
GridTcpDiscoverySharedFsMetricsStore - Class in org.gridgain.grid.spi.discovery.tcp.metricsstore.sharedfs
Shared filesystem-based metrics store.
GridTcpDiscoverySharedFsMetricsStore() - Constructor for class org.gridgain.grid.spi.discovery.tcp.metricsstore.sharedfs.GridTcpDiscoverySharedFsMetricsStore
 
GridTcpDiscoverySharedFsTopologyStore - Class in org.gridgain.grid.spi.discovery.tcp.topologystore.sharedfs
Shared filesystem-based topology store.
GridTcpDiscoverySharedFsTopologyStore() - Constructor for class org.gridgain.grid.spi.discovery.tcp.topologystore.sharedfs.GridTcpDiscoverySharedFsTopologyStore
 
GridTcpDiscoverySpi - Class in org.gridgain.grid.spi.discovery.tcp
Discovery SPI implementation that uses TCP/IP for node discovery.
GridTcpDiscoverySpi() - Constructor for class org.gridgain.grid.spi.discovery.tcp.GridTcpDiscoverySpi
 
GridTcpDiscoverySpiMBean - Interface in org.gridgain.grid.spi.discovery.tcp
Management bean for GridTcpDiscoverySpi.
GridTcpDiscoveryTopologyStore - Interface in org.gridgain.grid.spi.discovery.tcp.topologystore
Topology store interface for GridTcpDiscoverySpi.
GridTcpDiscoveryTopologyStoreNode - Interface in org.gridgain.grid.spi.discovery.tcp.topologystore
Node interface for topology store.
GridTcpDiscoveryTopologyStoreNodeState - Enum in org.gridgain.grid.spi.discovery.tcp.topologystore
Node state to use in topology store.
GridTcpDiscoveryVmIpFinder - Class in org.gridgain.grid.spi.discovery.tcp.ipfinder.vm
IP Finder which works only with pre-configured list of IP addresses specified via GridTcpDiscoveryVmIpFinder.setAddresses(Iterable) method.
GridTcpDiscoveryVmIpFinder() - Constructor for class org.gridgain.grid.spi.discovery.tcp.ipfinder.vm.GridTcpDiscoveryVmIpFinder
Constructs new IP finder.
GridTcpDiscoveryVmIpFinder(boolean) - Constructor for class org.gridgain.grid.spi.discovery.tcp.ipfinder.vm.GridTcpDiscoveryVmIpFinder
Constructs new IP finder.
GridTcpDiscoveryVmMetricsStore - Class in org.gridgain.grid.spi.discovery.tcp.metricsstore.vm
Local JVM-based metrics store.
GridTcpDiscoveryVmMetricsStore() - Constructor for class org.gridgain.grid.spi.discovery.tcp.metricsstore.vm.GridTcpDiscoveryVmMetricsStore
 
GridTcpDiscoveryVmTopologyStore - Class in org.gridgain.grid.spi.discovery.tcp.topologystore.vm
Local JVM-based topology store.
GridTcpDiscoveryVmTopologyStore() - Constructor for class org.gridgain.grid.spi.discovery.tcp.topologystore.vm.GridTcpDiscoveryVmTopologyStore
 
GridTcpSegmentationResolver - Class in org.gridgain.grid.segmentation.tcp
Segmentation checker implementation that checks whether node is in the correct segment or not by establishing TCP connection to configured host and port and immediately closing it.
GridTcpSegmentationResolver() - Constructor for class org.gridgain.grid.segmentation.tcp.GridTcpSegmentationResolver
 
GridTestExecutorService - Class in org.gridgain.grid.test
Special ExecutorService executor service to be used for JUnit execution.
GridTestExecutorService(String) - Constructor for class org.gridgain.grid.test.GridTestExecutorService
Creates a new service with default initial parameters.
GridTestExecutorService(String, int, int, long, BlockingQueue<Runnable>) - Constructor for class org.gridgain.grid.test.GridTestExecutorService
Creates a new service with the given initial parameters.
GridTestExecutorService(String, int, int, long, BlockingQueue<Runnable>, RejectedExecutionHandler) - Constructor for class org.gridgain.grid.test.GridTestExecutorService
Creates a new service with the given initial parameters.
GridTestRouter - Interface in org.gridgain.grid.test
Optional router used to route individual tests to remote nodes for execution.
GridTestRouterAdapter - Class in org.gridgain.grid.test
Round-Robin implementation of GridTestRouter interface.
GridTestRouterAdapter() - Constructor for class org.gridgain.grid.test.GridTestRouterAdapter
 
GridTestVmParameters - Enum in org.gridgain.grid.test
GridGain JUnit VM configuration parameters that can be used to override defaults.Note that VM configuration parameters have priority over the same configuration specified in @GridifyTest annotation.
GridThread - Class in org.gridgain.grid.thread
This class adds some necessary plumbing on top of the Thread class.
GridThread(GridWorker) - Constructor for class org.gridgain.grid.thread.GridThread
Creates thread with given worker.
GridThread(String, String, Runnable) - Constructor for class org.gridgain.grid.thread.GridThread
Creates grid thread with given name for a given grid.
GridThread(ThreadGroup, String, String, Runnable) - Constructor for class org.gridgain.grid.thread.GridThread
Creates grid thread with given name for a given grid with specified thread group.
GridThreadFactory - Class in org.gridgain.grid.thread
This class provides implementation of ThreadFactory factory for creating grid threads.
GridThreadFactory(String) - Constructor for class org.gridgain.grid.thread.GridThreadFactory
Constructs new thread factory for given grid.
GridThreadPoolExecutor - Class in org.gridgain.grid.thread
An ExecutorService that executes submitted tasks using pooled grid threads.
GridThreadPoolExecutor() - Constructor for class org.gridgain.grid.thread.GridThreadPoolExecutor
Creates a new service with default initial parameters.
GridThreadPoolExecutor(int, int, long, BlockingQueue<Runnable>) - Constructor for class org.gridgain.grid.thread.GridThreadPoolExecutor
Creates a new service with the given initial parameters.
GridThreadPoolExecutor(int, int, long, BlockingQueue<Runnable>, RejectedExecutionHandler) - Constructor for class org.gridgain.grid.thread.GridThreadPoolExecutor
Creates a new service with the given initial parameters.
GridThreadPoolExecutor(String) - Constructor for class org.gridgain.grid.thread.GridThreadPoolExecutor
Creates a new service with default initial parameters.
GridThreadPoolExecutor(String, int, int, long, BlockingQueue<Runnable>) - Constructor for class org.gridgain.grid.thread.GridThreadPoolExecutor
Creates a new service with the given initial parameters.
GridThreadPoolExecutor(String, int, int, long, BlockingQueue<Runnable>, RejectedExecutionHandler) - Constructor for class org.gridgain.grid.thread.GridThreadPoolExecutor
Creates a new service with the given initial parameters.
GridThreadPoolExecutor(int, int, long, BlockingQueue<Runnable>, ThreadFactory, RejectedExecutionHandler) - Constructor for class org.gridgain.grid.thread.GridThreadPoolExecutor
Creates a new service with the given initial parameters.
GridThreadWorkManagerExecutor - Class in org.gridgain.grid.thread
CommonJ-based wrapper for ExecutorService.
GridThreadWorkManagerExecutor(String) - Constructor for class org.gridgain.grid.thread.GridThreadWorkManagerExecutor
Creates new instance of execution service based on CommonJ implementation.
GridThreadWorkManagerExecutor(WorkManager) - Constructor for class org.gridgain.grid.thread.GridThreadWorkManagerExecutor
Creates new instance of execution service based on CommonJ implementation.
GridTomcatLoader - Class in org.gridgain.grid.loaders.tomcat
This is GridGain loader implemented as Tomcat LifecycleListener.
GridTomcatLoader() - Constructor for class org.gridgain.grid.loaders.tomcat.GridTomcatLoader
 
GridTomcatLogger - Class in org.gridgain.grid.logger.tomcat
Logger to use in Tomcat loaders.
GridTomcatLogger() - Constructor for class org.gridgain.grid.logger.tomcat.GridTomcatLogger
Creates new logger with given implementation.
GridTomcatLogger(Log) - Constructor for class org.gridgain.grid.logger.tomcat.GridTomcatLogger
Creates new logger with given implementation.
GridTopologyException - Exception in org.gridgain.grid
This exception is used to indicate error with grid topology (e.g., crashed node, etc.).
GridTopologyException(String) - Constructor for exception org.gridgain.grid.GridTopologyException
Creates new topology exception with given error message.
GridTopologyException(String, Throwable) - Constructor for exception org.gridgain.grid.GridTopologyException
Creates new topology exception with given error message and optional nested exception.
GridTopologySpi - Interface in org.gridgain.grid.spi.topology
Topology SPI allows developer to have a custom logic deciding what specific set of grid nodes (topology) is available to GridGain in any given point of time.
GridTriple<T> - Class in org.gridgain.grid.lang
Simple extension over GridTuple3 for three objects of the same type.
GridTriple() - Constructor for class org.gridgain.grid.lang.GridTriple
Empty constructor required by Externalizable.
GridTriple(T, T, T) - Constructor for class org.gridgain.grid.lang.GridTriple
Creates triple with given objects.
GridTuple<V> - Class in org.gridgain.grid.lang
Convenience class representing mutable tuple of a single value.
GridTuple() - Constructor for class org.gridgain.grid.lang.GridTuple
Empty constructor required by Externalizable.
GridTuple(V) - Constructor for class org.gridgain.grid.lang.GridTuple
Constructs mutable object with given value.
GridTuple2<V1,V2> - Class in org.gridgain.grid.lang
Convenience class representing mutable tuple of two values.
GridTuple2() - Constructor for class org.gridgain.grid.lang.GridTuple2
Empty constructor required by Externalizable.
GridTuple2(V1, V2) - Constructor for class org.gridgain.grid.lang.GridTuple2
Fully initializes this tuple.
GridTuple3<V1,V2,V3> - Class in org.gridgain.grid.lang
Convenience class representing mutable tuple of three values.
GridTuple3() - Constructor for class org.gridgain.grid.lang.GridTuple3
Empty constructor required by Externalizable.
GridTuple3(V1, V2, V3) - Constructor for class org.gridgain.grid.lang.GridTuple3
Fully initializes this tuple.
GridTuple4<V1,V2,V3,V4> - Class in org.gridgain.grid.lang
Convenience class representing mutable tuple of three values.
GridTuple4() - Constructor for class org.gridgain.grid.lang.GridTuple4
Empty constructor required by Externalizable.
GridTuple4(V1, V2, V3, V4) - Constructor for class org.gridgain.grid.lang.GridTuple4
Fully initializes this tuple.
GridTuple5<V1,V2,V3,V4,V5> - Class in org.gridgain.grid.lang
Convenience class representing mutable tuple of three values.
GridTuple5() - Constructor for class org.gridgain.grid.lang.GridTuple5
Empty constructor required by Externalizable.
GridTuple5(V1, V2, V3, V4, V5) - Constructor for class org.gridgain.grid.lang.GridTuple5
Fully initializes this tuple.
GridTupleV - Class in org.gridgain.grid.lang
Constructs a tuple over a given array.
GridTupleV() - Constructor for class org.gridgain.grid.lang.GridTupleV
Empty constructor required by Externalizable.
GridTupleV(int) - Constructor for class org.gridgain.grid.lang.GridTupleV
Initializes tuple with given object count.
GridTupleV(Object...) - Constructor for class org.gridgain.grid.lang.GridTupleV
Constructs tuple around passed in array.
GridTypedProduct<T> - Interface in org.gridgain.grid.lang
Interface similar in purpose to Scala's Product trait.
GridUriDeploymentSpi - Class in org.gridgain.grid.spi.deployment.uri
Implementation of GridDeploymentSpi which can deploy tasks from different sources like file system folders, FTP, email and HTTP.
GridUriDeploymentSpi() - Constructor for class org.gridgain.grid.spi.deployment.uri.GridUriDeploymentSpi
 
GridUriDeploymentSpiMBean - Interface in org.gridgain.grid.spi.deployment.uri
Management bean for GridUriDeploymentSpi.
GridUserResource - Annotation Type in org.gridgain.grid.resources
Annotates a field or a setter method for any custom resources injection.
GridUserResourceOnDeployed - Annotation Type in org.gridgain.grid.resources
Annotates a special methods inside injected user-defined resource GridUserResource.
GridUserResourceOnUndeployed - Annotation Type in org.gridgain.grid.resources
Annotates a special method inside injected user-defined resources GridUserResource.
GridUserUndeclaredException - Exception in org.gridgain.grid
This exception is thrown when user's code throws undeclared runtime exception.
GridUserUndeclaredException(String) - Constructor for exception org.gridgain.grid.GridUserUndeclaredException
Creates user undeclared exception with given task execution ID and error message.
GridUserUndeclaredException(Throwable) - Constructor for exception org.gridgain.grid.GridUserUndeclaredException
Creates new user undeclared exception given throwable as a cause and source of error message.
GridUserUndeclaredException(String, Throwable) - Constructor for exception org.gridgain.grid.GridUserUndeclaredException
Creates user undeclared exception with given task execution ID, error message and optional nested exception.
GridUuid - Class in org.gridgain.grid.lang.utils
This is a faster performing version of UUID.
GridUuid() - Constructor for class org.gridgain.grid.lang.utils.GridUuid
Empty constructor required for Externalizable.
GridUuid(UUID, long) - Constructor for class org.gridgain.grid.lang.utils.GridUuid
Constructs GridUuid from a global and local identifiers.
GridWeblogicShutdown - Class in org.gridgain.grid.loaders.weblogic
GridGain loader for WebLogic implemented as a pair of start and shutdown classes.
GridWeblogicShutdown() - Constructor for class org.gridgain.grid.loaders.weblogic.GridWeblogicShutdown
 
GridWeblogicShutdownMBean - Interface in org.gridgain.grid.loaders.weblogic
This MBean interface for GridGain shutdown class for WebLogic.
GridWeblogicStartup - Class in org.gridgain.grid.loaders.weblogic
GridGain loader for WebLogic implemented as a pair of start and shutdown classes.
GridWeblogicStartup() - Constructor for class org.gridgain.grid.loaders.weblogic.GridWeblogicStartup
 
GridWeblogicStartupMBean - Interface in org.gridgain.grid.loaders.weblogic
This MBean interface for GridGain startup class for WebLogic.
GridWebsphereLoader - Class in org.gridgain.grid.loaders.websphere
This is GridGain loader implemented as Websphere custom service (MBean).
GridWebsphereLoader() - Constructor for class org.gridgain.grid.loaders.websphere.GridWebsphereLoader
 
GridWebsphereLoaderMBean - Interface in org.gridgain.grid.loaders.websphere
This MBean interface for Websphere loader.
GridWeightedRandomLoadBalancingSpi - Class in org.gridgain.grid.spi.loadbalancing.weightedrandom
Load balancing SPI that picks a random node for job execution.
GridWeightedRandomLoadBalancingSpi() - Constructor for class org.gridgain.grid.spi.loadbalancing.weightedrandom.GridWeightedRandomLoadBalancingSpi
 
GridWeightedRandomLoadBalancingSpiMBean - Interface in org.gridgain.grid.spi.loadbalancing.weightedrandom
Management MBean for GridWeightedRandomLoadBalancingSpi SPI.
GridXstreamMarshaller - Class in org.gridgain.grid.marshaller.xstream
Implementation of GridMarshaller based on XStream.
GridXstreamMarshaller() - Constructor for class org.gridgain.grid.marshaller.xstream.GridXstreamMarshaller
Initializes XStream marshaller.

H

handleEvent(LifecycleEvent) - Method in class org.gridgain.grid.loaders.glassfish.GridGlassfishLoader
hasCause(Class<? extends Throwable>...) - Method in exception org.gridgain.grid.GridException
Checks if this exception has given class in 'cause' hierarchy.
hasCause(Class<? extends Throwable>...) - Method in exception org.gridgain.grid.GridRuntimeException
Checks if this exception has given class in 'cause' hierarchy.
hasCause(Throwable, Class<? extends Throwable>...) - Static method in class org.gridgain.grid.typedef.X
Checks if passed in 'Throwable' has given class in 'cause' hierarchy.
hash(Object) - Method in class org.gridgain.grid.lang.utils.GridConsistentHash
Gets hash code for a given object.
hash(Object) - Method in interface org.gridgain.grid.lang.utils.GridConsistentHash.Hasher
Produces hash code for a given object.
hashCode() - Method in class org.gridgain.grid.cache.affinity.GridCacheAffinityKey
Hash code implementation which delegates to the underlying GridCacheAffinityKey.key().
hashCode() - Method in class org.gridgain.grid.events.GridEventAdapter
hashCode() - Method in class org.gridgain.grid.lang.GridNodePredicate
hashCode() - Method in class org.gridgain.grid.lang.GridTuple
hashCode() - Method in class org.gridgain.grid.lang.GridTuple2
hashCode() - Method in class org.gridgain.grid.lang.GridTuple3
hashCode() - Method in class org.gridgain.grid.lang.GridTuple4
hashCode() - Method in class org.gridgain.grid.lang.GridTuple5
hashCode() - Method in class org.gridgain.grid.lang.GridTupleV
hashCode() - Method in class org.gridgain.grid.lang.utils.GridCollectionOpt
hashCode() - Method in class org.gridgain.grid.lang.utils.GridConcurrentPhantomHashSet
hashCode() - Method in class org.gridgain.grid.lang.utils.GridConcurrentSkipListSet
hashCode() - Method in class org.gridgain.grid.lang.utils.GridConcurrentWeakHashSet
hashCode() - Method in class org.gridgain.grid.lang.utils.GridIterableOpt
hashCode() - Method in class org.gridgain.grid.lang.utils.GridUuid
hashCode() - Method in class org.gridgain.grid.spi.deployment.GridDeploymentResourceAdapter
hashCode() - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
hashCode() - Method in class org.gridgain.grid.spi.swapspace.GridSwapKey
hasLocalNode() - Method in interface org.gridgain.grid.GridProjection
Tests whether or not this projection has local node in it.
hasLocalNode() - Method in class org.gridgain.grid.GridSpringBean
Tests whether or not this projection has local node in it.
hasMeta(String) - Method in interface org.gridgain.grid.GridMetadataAware
Tests whether or not given metadata is set.
hasMeta(String, V) - Method in interface org.gridgain.grid.GridMetadataAware
Tests whether or not metadata with given name and value is set.
hasMeta(String) - Method in class org.gridgain.grid.lang.GridMetadataAwareAdapter
Tests whether or not given metadata is set.
hasMeta(String, V) - Method in class org.gridgain.grid.lang.GridMetadataAwareAdapter
Tests whether or not metadata with given name and value is set.
hasNext() - Method in class org.gridgain.grid.lang.GridIterableAdapter
hasNext() - Method in class org.gridgain.grid.lang.utils.GridEmptyIterator
hasNextX() - Method in class org.gridgain.grid.lang.GridIterableAdapter
This method is the same as Iterator.hasNext(), but allows for failure with exception.
hasNextX() - Method in interface org.gridgain.grid.lang.GridIterator
This method is the same as Iterator.hasNext(), but allows for failure with exception.
hasNextX() - Method in class org.gridgain.grid.lang.GridIteratorAdapter
This method is the same as Iterator.hasNext(), but allows for failure with exception.
hasRemoteNodes() - Method in interface org.gridgain.grid.GridProjection
Tests whether or not this projection has any remote nodes.
hasRemoteNodes() - Method in class org.gridgain.grid.GridSpringBean
Tests whether or not this projection has any remote nodes.
hasValue(GridPredicate<? super GridCacheEntry<K, V>>...) - Method in interface org.gridgain.grid.cache.GridCacheEntry
Transaction-aware check if cache has in-memory cached value.
hasValue(GridCachePeekMode) - Method in interface org.gridgain.grid.cache.GridCacheEntry
Check if cache has value for the entry.
havg(Iterable<? extends Number>) - Static method in class org.gridgain.grid.lang.GridFunc
Calculates harmonic mean.
havgReducer() - Static method in class org.gridgain.grid.lang.GridFunc
Gets reducer closure that calculates harmonic mean.
headSet(E, boolean) - Method in class org.gridgain.grid.lang.utils.GridConcurrentSkipListSet
headSet(E) - Method in class org.gridgain.grid.lang.utils.GridConcurrentSkipListSet
heldcc() - Method in class org.gridgain.grid.GridJobAdapterEx
Checks if job execution has been temporarily held (suspended).
heldcc() - Method in interface org.gridgain.grid.GridJobContinuation
Checks if job execution has been temporarily held (suspended).
heldJobs() - Method in interface org.gridgain.grid.spi.collision.GridCollisionContext
Gets collection of jobs that are currently in held state.
higher(E) - Method in class org.gridgain.grid.lang.utils.GridConcurrentSkipListSet
hits() - Method in interface org.gridgain.grid.cache.GridCacheMetrics
Gets total number of hits for the owning entity (either cache or entry).
holdcc() - Method in class org.gridgain.grid.GridJobAdapterEx
Holds (suspends) a given job indefinitely until GridJobContinuation.callcc() is called.
holdcc(long) - Method in class org.gridgain.grid.GridJobAdapterEx
Holds (suspends) a given job for specified timeout or until GridJobContinuation.callcc() is called.
holdcc() - Method in interface org.gridgain.grid.GridJobContinuation
Holds (suspends) a given job indefinitely until GridJobContinuation.callcc() is called.
holdcc(long) - Method in interface org.gridgain.grid.GridJobContinuation
Holds (suspends) a given job for specified timeout or until GridJobContinuation.callcc() is called.
hosts() - Method in interface org.gridgain.grid.GridProjection
Gets number of unique hosts for nodes in this projection.
hosts() - Method in class org.gridgain.grid.GridSpringBean
Gets number of unique hosts for nodes in this projection.

I

id() - Method in interface org.gridgain.grid.cache.query.GridCacheQueryBase
Gets query id.
id() - Method in class org.gridgain.grid.events.GridEventAdapter
Gets globally unique ID of this event.
id() - Method in interface org.gridgain.grid.GridEvent
Gets globally unique ID of this event.
id() - Method in interface org.gridgain.grid.GridNode
Gets globally unique node ID.
id() - Method in interface org.gridgain.grid.GridNodeShadow
Gets globally unique node ID.
id() - Method in interface org.gridgain.grid.GridScheduleFuture
Gets scheduled task ID.
id() - Method in interface org.gridgain.grid.spi.discovery.tcp.topologystore.GridTcpDiscoveryTopologyStoreNode
Gets node ID.
id2id8() - Static method in class org.gridgain.grid.lang.GridFunc
Gets closure which converts node ID to node ID8 representation (shorter and good enough).
id8() - Method in interface org.gridgain.grid.GridRichNode
Gets first 8 characters from node ID.
id8s(Collection<UUID>) - Static method in class org.gridgain.grid.lang.GridFunc
Convenient utility method that returns collection of node ID8s for a given collection of node IDs.
identity() - Static method in class org.gridgain.grid.lang.GridFunc
Gets identity closure, i.e. the closure that returns its variable value.
identityReducer(T) - Static method in class org.gridgain.grid.lang.GridFunc
Gets reducer which always returns true from GridReducer.collect(Object) method and passed in element from GridOutClosure.apply() method.
idForNodeId(UUID) - Static method in class org.gridgain.grid.lang.GridFunc
Creates UUID predicate evaluating on the given node ID.
idForNodeIds(Collection<UUID>) - Static method in class org.gridgain.grid.lang.GridFunc
Creates UUID predicate evaluating on the given node IDs.
idForNodeIds(UUID...) - Static method in class org.gridgain.grid.lang.GridFunc
Creates UUID predicate evaluating on the given node IDs.
IDX_FOLDER - Static variable in class org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpi
Folder for storing index files.
implicit() - Method in interface org.gridgain.grid.cache.GridCacheTx
Flag indicating whether transaction was started automatically by the system or not.
in(GridInClosure<Grid>...) - Static method in class org.gridgain.grid.GridFactory
Automatically starts default grid, executes provided closures and stop the grid.
in(String, GridInClosure<Grid>...) - Static method in class org.gridgain.grid.GridFactory
Automatically starts specified grid, executes provided closures and stop the grid.
in(String, ApplicationContext, GridInClosure<Grid>...) - Static method in class org.gridgain.grid.GridFactory
Automatically starts specified grid, executes provided closures and stop the grid.
in(ApplicationContext, GridInClosure<Grid>...) - Static method in class org.gridgain.grid.GridFactory
Automatically starts specified grid, executes provided closures and stop the grid.
in(GridConfiguration, GridInClosure<Grid>...) - Static method in class org.gridgain.grid.GridFactory
Automatically starts specified grid, executes provided closures and stop the grid.
in(GridConfiguration, ApplicationContext, GridInClosure<Grid>...) - Static method in class org.gridgain.grid.GridFactory
Automatically starts specified grid, executes provided closures and stop the grid.
in(URL, GridInClosure<Grid>...) - Static method in class org.gridgain.grid.GridFactory
Automatically starts specified grid, executes provided closures and stop the grid.
in(URL, ApplicationContext, GridInClosure<Grid>...) - Static method in class org.gridgain.grid.GridFactory
Automatically starts specified grid, executes provided closures and stop the grid.
in(Collection<? extends T>) - Static method in class org.gridgain.grid.lang.GridFunc
Gets predicate that returns true if its free variable is contained in given collection.
in(T[]) - Static method in class org.gridgain.grid.lang.GridFunc
Gets predicate that returns true if its free variable is contained in given array.
INC_TOP_VER_QRY - Static variable in class org.gridgain.grid.spi.discovery.tcp.topologystore.jdbc.GridTcpDiscoveryJdbcTopologyStore
Query to increment topology version.
includeBackups(boolean) - Method in interface org.gridgain.grid.cache.query.GridCacheQueryBase
Sets whether or not to include backup entries into query result.
includeBackups() - Method in interface org.gridgain.grid.cache.query.GridCacheQueryBase
Gets query includeBackups flag.
incrementAndGet() - Method in interface org.gridgain.grid.cache.datastructures.GridCacheAtomicLong
Increments and gets current value of atomic long.
incrementAndGet() - Method in interface org.gridgain.grid.cache.datastructures.GridCacheAtomicSequence
Gets current value of atomic sequence.
incrementAndGetAsync() - Method in interface org.gridgain.grid.cache.datastructures.GridCacheAtomicLong
Increments and gets current value of atomic long asynchronously.
incrementAndGetAsync() - Method in interface org.gridgain.grid.cache.datastructures.GridCacheAtomicSequence
Asynchronously increments and returns atomic sequence value.
incrementAndGetFirst() - Method in class org.gridgain.grid.lang.utils.GridAtomicIntegerPair
Atomically increments value of first int in pair and returns new value.
incrementAndGetSecond() - Method in class org.gridgain.grid.lang.utils.GridAtomicIntegerPair
Atomically increments value of second int in pair and returns new value.
info(String) - Method in interface org.gridgain.grid.logger.GridLogger
Logs out information message.
info(String) - Method in class org.gridgain.grid.logger.java.GridJavaLogger
Logs out information message.
info(String) - Method in class org.gridgain.grid.logger.jboss.GridJbossLogger
Logs out information message.
info(String) - Method in class org.gridgain.grid.logger.jcl.GridJclLogger
Logs out information message.
info(String) - Method in class org.gridgain.grid.logger.log4j.GridLog4jLogger
Logs out information message.
info(String) - Method in class org.gridgain.grid.logger.slf4j.GridSlf4jLogger
Logs out information message.
info(String) - Method in class org.gridgain.grid.logger.tomcat.GridTomcatLogger
Logs out information message.
init() - Method in class org.gridgain.grid.loaders.servlet.GridServletLoader
INIT_TOP_VER_QRY - Static variable in class org.gridgain.grid.spi.discovery.tcp.topologystore.jdbc.GridTcpDiscoveryJdbcTopologyStore
Query to initialize topology version.
initialCount() - Method in interface org.gridgain.grid.cache.datastructures.GridCacheCountDownLatch
Gets initial count value of the latch.
initialize(Properties) - Method in class org.gridgain.grid.loaders.websphere.GridWebsphereLoader
initZipOutputStream(ZipOutputStream) - Method in class org.gridgain.grid.tools.ant.gar.GridGarAntTask
injectables() - Method in class org.gridgain.grid.spi.discovery.tcp.GridTcpDiscoverySpi
This method returns SPI internal instances that need to be injected as well.
injectables() - Method in class org.gridgain.grid.spi.GridSpiAdapter
This method returns SPI internal instances that need to be injected as well.
instanceOf(Class<?>) - Static method in class org.gridgain.grid.lang.GridFunc
Gets predicate that evaluates to true if its free variable is instance of the given class.
internalAddresses() - Method in interface org.gridgain.grid.GridNode
Gets collection of IP addresses this node is known by internally on the same LAN.
internalAddresses() - Method in interface org.gridgain.grid.GridNodeShadow
Gets collection of IP addresses known internally on the same LAN.
internalOrder() - Method in interface org.gridgain.grid.spi.discovery.tcp.topologystore.GridTcpDiscoveryTopologyStoreNode
Gets node internal order within grid topology.
intersects(Iterable<E>, Collection<E>...) - Static method in class org.gridgain.grid.lang.GridFunc
Checks if two collections passed in intersect.
intToBytes(int) - Static method in class org.gridgain.grid.lang.utils.GridConsistentHash
 
inTx(GridInClosure<GridCacheProjection<K, V>>...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Starts new transaction with default isolation, concurrency, and invalidation policy and sequentially executes given closures within it.
inTx(long, GridInClosure<GridCacheProjection<K, V>>...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Starts new transaction with the specified timeout, isolation, concurrency and invalidation policy and sequentially executes given closures within it.
inTx(GridCacheTxConcurrency, GridCacheTxIsolation, GridInClosure<GridCacheProjection<K, V>>...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Starts transaction with specified isolation and concurrency and sequentially executes given closures within it.
inTx(GridCacheTxConcurrency, GridCacheTxIsolation, long, boolean, GridInClosure<GridCacheProjection<K, V>>...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Starts transaction with specified isolation, concurrency, timeout, and invalidation flag and sequentially executes given closures within it.
inTx(GridOutClosure<? super R>...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Starts transaction and sequentially executes given closures within it.
inTx(long, GridOutClosure<? super R>...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Starts new transaction with the specified timeout, isolation, concurrency and invalidation policy and sequentially executes given closures within it.
inTx(GridCacheTxConcurrency, GridCacheTxIsolation, GridOutClosure<? super R>...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Starts transaction with specified isolation and concurrency and sequentially executes given closures within it.
inTx(GridCacheTxConcurrency, GridCacheTxIsolation, long, boolean, GridOutClosure<? super R>...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Starts transaction with specified isolation, concurrency, timeout, and invalidation flag and sequentially executes given closures within it.
inTxAsync(GridInClosure<GridCacheProjection<K, V>>...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Starts new transaction with default isolation, concurrency, and invalidation policy and sequentially executes given closures within it.
inTxAsync(long, GridInClosure<GridCacheProjection<K, V>>...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Starts new transaction with the specified timeout, isolation, concurrency and invalidation policy and sequentially executes given closures within it.
inTxAsync(GridCacheTxConcurrency, GridCacheTxIsolation, GridInClosure<GridCacheProjection<K, V>>...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Starts transaction with specified isolation and concurrency and sequentially executes given closures within it.
inTxAsync(GridCacheTxConcurrency, GridCacheTxIsolation, long, boolean, GridInClosure<GridCacheProjection<K, V>>...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Starts transaction with specified isolation, concurrency, timeout, and invalidation flag and sequentially executes given closures within it.
inTxAsync(GridOutClosure<? super R>...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Starts transaction and sequentially executes given closures within it.
inTxAsync(long, GridOutClosure<? super R>...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Starts new transaction with the specified timeout, isolation, concurrency and invalidation policy and sequentially executes given closures within it.
inTxAsync(GridCacheTxConcurrency, GridCacheTxIsolation, GridOutClosure<? super R>...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Starts transaction with specified isolation and concurrency and sequentially executes given closures within it.
inTxAsync(GridCacheTxConcurrency, GridCacheTxIsolation, long, boolean, GridOutClosure<? super R>...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Starts transaction with specified isolation, concurrency, timeout, and invalidation flag and sequentially executes given closures within it.
invalidate(GridPredicate<? super GridCacheEntry<K, V>>...) - Method in interface org.gridgain.grid.cache.GridCacheEntry
This method has the same semantic as GridCacheProjection.invalidate(Object, GridPredicate[]) method.
invalidate(K, GridPredicate<? super GridCacheEntry<K, V>>...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Invalidates (nullifies) an entry with given key.
invalidateAll(Collection<K>, GridPredicate<? super GridCacheEntry<K, V>>...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Invalidates (nullifies) all entries.
invalidateAll(K...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Invalidates (nullifies) all entries.
isAll(T, GridPredicate<? super T>...) - Static method in class org.gridgain.grid.lang.GridFunc
Tests if all provided predicates evaluate to true for given value.
isAll(T, Iterable<? extends GridPredicate<? super T>>) - Static method in class org.gridgain.grid.lang.GridFunc
Tests if all provided predicates evaluate to true for given value.
isAll2(A, B, GridPredicate2<? super A, ? super B>) - Static method in class org.gridgain.grid.lang.GridFunc
Tests if all provided predicates evaluate to true for given values.
isAll2(A, B, GridPredicate2<? super A, ? super B>[]) - Static method in class org.gridgain.grid.lang.GridFunc
Tests if all provided predicates evaluate to true for given values.
isAll2(A, B, Iterable<? extends GridPredicate2<? super A, ? super B>>) - Static method in class org.gridgain.grid.lang.GridFunc
Tests if all provided predicates evaluate to true for given values.
isAll3(A, B, C, GridPredicate3<? super A, ? super B, ? super C>...) - Static method in class org.gridgain.grid.lang.GridFunc
Tests if all provided predicates evaluate to true for given values.
isAll3(A, B, C, Iterable<? extends GridPredicate3<? super A, ? super B, ? super C>>) - Static method in class org.gridgain.grid.lang.GridFunc
Tests if all provided predicates evaluate to true for given values.
isAllLocked(GridPredicate<? super K>...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Checks if every key provided by the filter is locked by some grid node.
isAllLocked(Collection<? extends K>) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Checks if every key provided is locked by some grid node.
isAllLocked(K...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Checks if every key provided is locked by some grid node.
isAllLockedByThread(GridPredicate<? super K>...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Checks if every key provided by the filter is locked by the current thread.
isAllLockedByThread(Collection<? extends K>) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Checks if every key provided is locked by the current thread.
isAllLockedByThread(K...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Checks if every key provided is locked by the current thread.
isAllowEmptyEntries() - Method in class org.gridgain.grid.cache.eviction.fifo.GridCacheFifoEvictionPolicy
Gets flag indicating whether empty entries (entries with null values) are allowed.
isAllowEmptyEntries() - Method in interface org.gridgain.grid.cache.eviction.fifo.GridCacheFifoEvictionPolicyMBean
Gets flag indicating whether empty entries (entries with null values) are allowed.
isAllowEmptyEntries() - Method in class org.gridgain.grid.cache.eviction.lirs.GridCacheLirsEvictionPolicy
Gets flag indicating whether empty entries (entries with null values) are allowed.
isAllowEmptyEntries() - Method in interface org.gridgain.grid.cache.eviction.lirs.GridCacheLirsEvictionPolicyMBean
Gets flag indicating whether empty entries (entries with null values) are allowed.
isAllowEmptyEntries() - Method in class org.gridgain.grid.cache.eviction.lru.GridCacheLruEvictionPolicy
Gets flag indicating whether empty entries (entries with null values) are allowed.
isAllowEmptyEntries() - Method in interface org.gridgain.grid.cache.eviction.lru.GridCacheLruEvictionPolicyMBean
Gets flag indicating whether empty entries (entries with null values) are allowed.
isAllowEmptyEntries() - Method in class org.gridgain.grid.cache.eviction.never.GridCacheNeverEvictionPolicy
Gets flag indicating whether empty entries (entries with null values) are allowed.
isAllowEmptyEntries() - Method in interface org.gridgain.grid.cache.eviction.never.GridCacheNeverEvictionPolicyMBean
Gets flag indicating whether empty entries (entries with null values) are allowed.
isAllowEmptyEntries() - Method in class org.gridgain.grid.cache.eviction.random.GridCacheRandomEvictionPolicy
Gets flag indicating whether empty entries (entries with null values) are allowed.
isAllowEmptyEntries() - Method in interface org.gridgain.grid.cache.eviction.random.GridCacheRandomEvictionPolicyMBean
Gets flag indicating whether empty entries (entries with null values) are allowed.
isAllSegmentationResolversPassRequired() - Method in interface org.gridgain.grid.GridConfiguration
Gets all segmentation resolvers pass required flag.
isAllSegmentationResolversPassRequired() - Method in class org.gridgain.grid.GridConfigurationAdapter
Gets all segmentation resolvers pass required flag.
isAlwaysFalse(GridPredicate) - Static method in class org.gridgain.grid.lang.GridFunc
Tests whether or not given predicate is the one returned from GridFunc.alwaysFalse() method.
isAlwaysFalse(GridPredicate[]) - Static method in class org.gridgain.grid.lang.GridFunc
Tests whether or not given set of predicates consists only of one predicate returned from GridFunc.alwaysFalse() method.
isAlwaysTrue(GridPredicate) - Static method in class org.gridgain.grid.lang.GridFunc
Tests whether or not given predicate is the one returned from GridFunc.alwaysTrue() method.
isAlwaysTrue(GridPredicate[]) - Static method in class org.gridgain.grid.lang.GridFunc
Tests whether or not given set of predicates consists only of one predicate returned from GridFunc.alwaysTrue() method.
isAny(T, GridPredicate<? super T>...) - Static method in class org.gridgain.grid.lang.GridFunc
Tests if any of provided predicates evaluate to true for given value.
isAny(T, Iterable<? extends GridPredicate<? super T>>) - Static method in class org.gridgain.grid.lang.GridFunc
Tests if any of provided predicates evaluate to true for given value.
isAny2(A, B, GridPredicate2<? super A, ? super B>...) - Static method in class org.gridgain.grid.lang.GridFunc
Tests if any of provided predicates evaluate to true for given values.
isAny2(A, B, Iterable<? extends GridPredicate2<? super A, ? super B>>) - Static method in class org.gridgain.grid.lang.GridFunc
Tests if any of provided predicates evaluate to true for given values.
isAny3(A, B, C, GridPredicate3<? super A, ? super B, ? super C>...) - Static method in class org.gridgain.grid.lang.GridFunc
Tests if any of provided predicates evaluate to true for given values.
isAny3(A, B, C, Iterable<? extends GridPredicate3<? super A, ? super B, ? super C>>) - Static method in class org.gridgain.grid.lang.GridFunc
Tests if any of provided predicates evaluate to true for given values.
isBatchUpdateOnCommit() - Method in interface org.gridgain.grid.cache.GridCacheConfiguration
If true, then all transactional values will be written to persistent storage at GridCacheTx.commit() phase.
isBatchUpdateOnCommit() - Method in class org.gridgain.grid.cache.GridCacheConfigurationAdapter
If true, then all transactional values will be written to persistent storage at GridCacheTx.commit() phase.
isCancelled() - Method in interface org.gridgain.grid.GridFuture
Returns true if this computation was cancelled before it completed normally.
isCancelled() - Method in class org.gridgain.grid.GridJobAdapterEx
This method tests whether or not this job was cancelled.
isCancelled() - Method in interface org.gridgain.grid.GridJobResult
Gets job cancellation status.
isCheckMulticastEnabled() - Method in class org.gridgain.grid.spi.discovery.multicast.GridMulticastDiscoverySpi
By default this value is true.
isCheckMulticastEnabled() - Method in interface org.gridgain.grid.spi.discovery.multicast.GridMulticastDiscoverySpiMBean
By default this value is true.
isConfigured() - Static method in class org.gridgain.grid.logger.log4j.GridLog4jLogger
Checks if Log4j is already configured within this VM or not.
isDaemon() - Method in interface org.gridgain.grid.GridConfiguration
Whether or not this node should be a daemon node.
isDaemon() - Method in class org.gridgain.grid.GridConfigurationAdapter
Whether or not this node should be a daemon node.
isDaemon() - Static method in class org.gridgain.grid.GridFactory
Gets daemon flag.
isDaemon() - Method in interface org.gridgain.grid.GridNodeShadow
Tests whether or not this node is a daemon.
isDaemon() - Method in interface org.gridgain.grid.GridRichNode
Tests whether or not this node is a daemon.
isDebugEnabled() - Method in interface org.gridgain.grid.logger.GridLogger
Tests whether debug level is enabled.
isDebugEnabled() - Method in class org.gridgain.grid.logger.java.GridJavaLogger
Tests whether debug level is enabled.
isDebugEnabled() - Method in class org.gridgain.grid.logger.jboss.GridJbossLogger
Tests whether debug level is enabled.
isDebugEnabled() - Method in class org.gridgain.grid.logger.jcl.GridJclLogger
Tests whether debug level is enabled.
isDebugEnabled() - Method in class org.gridgain.grid.logger.log4j.GridLog4jLogger
Tests whether debug level is enabled.
isDebugEnabled() - Method in class org.gridgain.grid.logger.slf4j.GridSlf4jLogger
Tests whether debug level is enabled.
isDebugEnabled() - Method in class org.gridgain.grid.logger.tomcat.GridTomcatLogger
Tests whether debug level is enabled.
isDeleteCorrupted() - Method in class org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpi
If this property is true then SPI deletes corrupted files when corruption is detected.
isDeleteCorrupted() - Method in interface org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpiMBean
If this property is true then SPI deletes corrupted files when corruption is detected.
isDgcRemoveLocks() - Method in interface org.gridgain.grid.cache.GridCacheConfiguration
Gets system-wide flag indicating whether DGC manager should remove locks in question or only report them.
isDgcRemoveLocks() - Method in class org.gridgain.grid.cache.GridCacheConfigurationAdapter
Gets system-wide flag indicating whether DGC manager should remove locks in question or only report them.
isDirectBuffer() - Method in class org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpi
Gets flag that indicates whether direct or heap allocated buffer is used.
isDirectBuffer() - Method in interface org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpiMBean
Gets flag that indicates whether direct or heap allocated buffer is used.
isDisabled() - Method in class org.gridgain.grid.test.junit3.GridJunit3TestSuite
Gets flag indicating whether GridGain should be enabled or not.
isDisabled() - Method in class org.gridgain.grid.test.junit4.GridJunit4Suite
Gets flag indicating whether GridGain should be enabled or not.
isDone() - Method in interface org.gridgain.grid.cache.query.GridCacheQueryFuture
Checks if all data is fetched by the query.
isDone() - Method in interface org.gridgain.grid.GridFuture
Checks if computation is done.
isEmpty() - Method in interface org.gridgain.grid.cache.datastructures.GridCacheQueue
Returns true if this queue contains no elements.
isEmpty() - Method in interface org.gridgain.grid.cache.GridCacheMBean
Returns true if this cache is empty.
isEmpty() - Method in interface org.gridgain.grid.cache.GridCacheProjection
Returns true if this map contains no key-value mappings.
isEmpty() - Method in interface org.gridgain.grid.GridProjection
Tests whether this projection has any nodes in it.
isEmpty() - Method in class org.gridgain.grid.GridSpringBean
Tests whether this projection has any nodes in it.
isEmpty(String) - Static method in class org.gridgain.grid.lang.GridFunc
Tests if given string is null or empty.
isEmpty(T[]) - Static method in class org.gridgain.grid.lang.GridFunc
Tests if the given array is either null or empty.
isEmpty(int[]) - Static method in class org.gridgain.grid.lang.GridFunc
Tests if the given array is either null or empty.
isEmpty(Iterable<?>) - Static method in class org.gridgain.grid.lang.GridFunc
Tests if the given collection is either null or empty.
isEmpty(Collection<?>) - Static method in class org.gridgain.grid.lang.GridFunc
Tests if the given collection is either null or empty.
isEmpty(Map<?, ?>) - Static method in class org.gridgain.grid.lang.GridFunc
Tests if the given map is either null or empty.
isEmpty() - Method in class org.gridgain.grid.lang.GridTuple2
isEmpty() - Method in class org.gridgain.grid.lang.utils.GridBoundedLinkedHashSet
Returns true if this set contains no elements.
isEmpty() - Method in class org.gridgain.grid.lang.utils.GridCollectionOpt
isEmpty() - Method in class org.gridgain.grid.lang.utils.GridConcurrentLinkedDeque
Returns true if this collection contains no elements.
isEmpty() - Method in class org.gridgain.grid.lang.utils.GridConcurrentLinkedHashMap
Returns true if this map contains no key-value mappings.
isEmpty() - Method in class org.gridgain.grid.lang.utils.GridConcurrentPhantomHashSet
isEmpty() - Method in class org.gridgain.grid.lang.utils.GridConcurrentSkipListSet
isEmpty() - Method in class org.gridgain.grid.lang.utils.GridConcurrentWeakHashSet
isEmpty() - Method in class org.gridgain.grid.lang.utils.GridConsistentHash
Checks if consistent hash has nodes added to it.
isEmpty() - Method in class org.gridgain.grid.lang.utils.GridMapOpt
isEmpty() - Method in class org.gridgain.grid.lang.utils.GridSetWrapper
isEmptyFor(GridPredicate<? super GridRichNode>...) - Method in interface org.gridgain.grid.GridProjection
Tests whether this optionally filtered projection has any nodes in it.
isEmptyFor(GridPredicate<? super GridRichNode>...) - Method in class org.gridgain.grid.GridSpringBean
Tests whether this optionally filtered projection has any nodes in it.
isEmptyx() - Method in interface org.gridgain.grid.cache.datastructures.GridCacheQueue
Returns true if this queue contains no elements.
isEmptyx() - Method in class org.gridgain.grid.lang.utils.GridConcurrentLinkedDeque
Returns true if this collection contains no elements.
isEmptyx() - Method in class org.gridgain.grid.lang.utils.GridConcurrentLinkedHashMap
 
isEnterprise() - Method in interface org.gridgain.grid.Grid
Tests whether or not this GridGain runtime runs on an enterprise edition.
isEnterprise() - Method in class org.gridgain.grid.GridSpringBean
Tests whether or not this GridGain runtime runs on an enterprise edition.
isEnterprise() - Method in interface org.gridgain.grid.spi.GridSpiContext
Tests whether or not this GridGain runtime runs on an enterprise edition.
isEvictionEnabled() - Method in interface org.gridgain.grid.cache.GridCacheConfiguration
Flag to enable/disable cache eviction policy.
isEvictionEnabled() - Method in class org.gridgain.grid.cache.GridCacheConfigurationAdapter
Flag to enable/disable cache eviction policy.
isEvictNearSynchronized() - Method in interface org.gridgain.grid.cache.GridCacheConfiguration
Gets flag indicating whether eviction on primary node is synchronized with near nodes where entry is kept.
isEvictNearSynchronized() - Method in class org.gridgain.grid.cache.GridCacheConfigurationAdapter
Gets flag indicating whether eviction on primary node is synchronized with near nodes where entry is kept.
isEvictSynchronized() - Method in interface org.gridgain.grid.cache.GridCacheConfiguration
Gets flag indicating whether eviction is synchronized between primary and backup nodes.
isEvictSynchronized() - Method in class org.gridgain.grid.cache.GridCacheConfigurationAdapter
Gets flag indicating whether eviction is synchronized between primary and backup nodes.
isExcluded(Class<?>) - Static method in class org.gridgain.grid.marshaller.GridMarshallerExclusions
Checks whether or not given class should be excluded from marshalling.
isExcludeNeighbors() - Method in class org.gridgain.grid.cache.affinity.partitioned.GridCachePartitionedAffinity
Checks flag to exclude same-host-neighbors from being backups of each other (default is false).
isFileSystemMetricsEnabled() - Method in class org.gridgain.grid.spi.metrics.jdk.GridJdkLocalMetricsSpi
Checks whether file system metrics are enabled.
isFileSystemMetricsEnabled() - Method in interface org.gridgain.grid.spi.metrics.jdk.GridJdkLocalMetricsSpiMBean
Checks whether file system metrics are enabled.
isGridify(Annotation, GridifyArgument) - Method in interface org.gridgain.grid.gridify.GridifyInterceptor
This method is called before actual grid-enabling happens.
isHonorCloneable() - Method in class org.gridgain.grid.cache.cloner.GridCacheDeepCloner
Gets flag indicating if Cloneable interface should be honored when cloning, or if reflection-based deep cloning should always be performed.
isIndexCleanup() - Method in interface org.gridgain.grid.cache.GridCacheConfiguration
Flag indicating whether query storage should be deleted or not upon start (default is true).
isIndexCleanup() - Method in class org.gridgain.grid.cache.GridCacheConfigurationAdapter
Flag indicating whether query storage should be deleted or not upon start (default is true).
isIndexFixedTyping() - Method in interface org.gridgain.grid.cache.GridCacheConfiguration
This flag indicates that the same key object can only be associated with the same value type and a value type can only be associated with keys of the same type.
isIndexFixedTyping() - Method in class org.gridgain.grid.cache.GridCacheConfigurationAdapter
This flag indicates that the same key object can only be associated with the same value type and a value type can only be associated with keys of the same type.
isIndexFullClassName() - Method in interface org.gridgain.grid.cache.GridCacheConfiguration
Flag indicating whether full class names, i.e.
isIndexFullClassName() - Method in class org.gridgain.grid.cache.GridCacheConfigurationAdapter
Flag indicating whether full class names, i.e.
isIndexMemoryOnly() - Method in interface org.gridgain.grid.cache.GridCacheConfiguration
Flag indicating whether query index should be stored only in memory (not on disk).
isIndexMemoryOnly() - Method in class org.gridgain.grid.cache.GridCacheConfigurationAdapter
Flag indicating whether query index should be stored only in memory (not on disk).
isInfoEnabled() - Method in interface org.gridgain.grid.logger.GridLogger
Tests whether info level is enabled.
isInfoEnabled() - Method in class org.gridgain.grid.logger.java.GridJavaLogger
Tests whether info level is enabled.
isInfoEnabled() - Method in class org.gridgain.grid.logger.jboss.GridJbossLogger
Tests whether info level is enabled.
isInfoEnabled() - Method in class org.gridgain.grid.logger.jcl.GridJclLogger
Tests whether info level is enabled.
isInfoEnabled() - Method in class org.gridgain.grid.logger.log4j.GridLog4jLogger
Tests whether info level is enabled.
isInfoEnabled() - Method in class org.gridgain.grid.logger.slf4j.GridSlf4jLogger
Tests whether info level is enabled.
isInfoEnabled() - Method in class org.gridgain.grid.logger.tomcat.GridTomcatLogger
Tests whether info level is enabled.
isInvalidate() - Method in interface org.gridgain.grid.cache.GridCacheConfiguration
Invalidation flag.
isInvalidate() - Method in class org.gridgain.grid.cache.GridCacheConfigurationAdapter
Invalidation flag.
isInvalidate() - Method in interface org.gridgain.grid.cache.GridCacheTx
Get invalidation flag for this transaction.
isJmxRemoteEnabled() - Method in interface org.gridgain.grid.Grid
Whether or not remote JMX management is enabled for this node.
isJmxRemoteEnabled() - Method in class org.gridgain.grid.GridSpringBean
Whether or not remote JMX management is enabled for this node.
isLeft() - Method in class org.gridgain.grid.lang.GridEither
Tests if there's "left" value.
isLifeCycleEmailNotification() - Method in interface org.gridgain.grid.GridConfiguration
Whether or not send email notifications on node start and stop.
isLifeCycleEmailNotification() - Method in class org.gridgain.grid.GridConfigurationAdapter
Whether or not send email notifications on node start and stop.
isLocal() - Method in interface org.gridgain.grid.GridRichNode
Tests whether or not this node is a local node.
isLocalNode() - Method in class org.gridgain.grid.spi.topology.basic.GridBasicTopologySpi
Indicates whether or not to return local node.
isLocalNode() - Method in interface org.gridgain.grid.spi.topology.basic.GridBasicTopologySpiMBean
Indicates whether or not to return local node.
isLocked() - Method in interface org.gridgain.grid.cache.GridCacheEntry
This method has the same semantic as GridCacheProjection.isLocked(Object) method.
isLocked(K) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Checks if any node owns a lock for this key.
isLockedByThread() - Method in interface org.gridgain.grid.cache.GridCacheEntry
This method has the same semantic as GridCacheProjection.isLockedByThread(Object) method.
isLockedByThread(K) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Checks if current thread owns a lock on this key.
isMapped() - Method in interface org.gridgain.grid.GridTaskFuture
Checks if "map" step has completed (which means that GridTask.map(List, Object) method has finished).
isNear() - Method in class org.gridgain.grid.events.GridCacheEvent
Gets flag indicating whether event happened on near or partitioned cache.
isNearEnabled() - Method in interface org.gridgain.grid.cache.GridCacheConfiguration
Gets flag indicating whether near cache is enabled in case of PARTITIONED mode.
isNearEnabled() - Method in class org.gridgain.grid.cache.GridCacheConfigurationAdapter
Gets flag indicating whether near cache is enabled in case of PARTITIONED mode.
isNearEvictionEnabled() - Method in interface org.gridgain.grid.cache.GridCacheConfiguration
Flag to enable/disable near cache eviction policy.
isNearEvictionEnabled() - Method in class org.gridgain.grid.cache.GridCacheConfigurationAdapter
Flag to enable/disable near cache eviction policy.
isNone() - Method in class org.gridgain.grid.lang.GridNullOpt
Tests whether this option contains "none" value.
isNone() - Method in class org.gridgain.grid.lang.GridOpt
Tests whether this option has a null value.
isNull() - Static method in class org.gridgain.grid.lang.GridFunc
Gets predicate that evaluates to true if its free variable is null.
isolation() - Method in interface org.gridgain.grid.cache.GridCacheTx
Cache transaction isolation level.
isPeerClassLoadingEnabled() - Method in interface org.gridgain.grid.GridConfiguration
Returns true if peer class loading is enabled, false otherwise.
isPeerClassLoadingEnabled() - Method in class org.gridgain.grid.GridConfigurationAdapter
Returns true if peer class loading is enabled, false otherwise.
isPeerClassLoadingEnabled() - Method in interface org.gridgain.grid.GridKernalMBean
Returns true if peer class loading is enabled, false otherwise.
isPersistent() - Method in class org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpi
Data will not be removed from disk on SPI stop if this property is true.
isPersistent() - Method in interface org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpiMBean
Data will not be removed from disk on SPI stop if this property is true.
isPerTask() - Method in class org.gridgain.grid.spi.loadbalancing.roundrobin.GridRoundRobinLoadBalancingSpi
Configuration parameter indicating whether a new round robin order should be created for every task.
isPerTask() - Method in interface org.gridgain.grid.spi.loadbalancing.roundrobin.GridRoundRobinLoadBalancingSpiMBean
Configuration parameter indicating whether a new round robin order should be created for every task.
isPreferSigar() - Method in class org.gridgain.grid.spi.metrics.jdk.GridJdkLocalMetricsSpi
Configuration parameter indicating if Hyperic Sigar should be used regardless of JDK version.
isPreferSigar() - Method in interface org.gridgain.grid.spi.metrics.jdk.GridJdkLocalMetricsSpiMBean
Configuration parameter indicating if Hyperic Sigar should be used regardless of JDK version.
isQuiet() - Method in interface org.gridgain.grid.logger.GridLogger
Tests whether info and debug levels are turned off.
isQuiet() - Method in class org.gridgain.grid.logger.java.GridJavaLogger
Tests whether info and debug levels are turned off.
isQuiet() - Method in class org.gridgain.grid.logger.jboss.GridJbossLogger
Tests whether info and debug levels are turned off.
isQuiet() - Method in class org.gridgain.grid.logger.jcl.GridJclLogger
Tests whether info and debug levels are turned off.
isQuiet() - Method in class org.gridgain.grid.logger.log4j.GridLog4jLogger
Tests whether info and debug levels are turned off.
isQuiet() - Method in class org.gridgain.grid.logger.slf4j.GridSlf4jLogger
Tests whether info and debug levels are turned off.
isQuiet() - Method in class org.gridgain.grid.logger.tomcat.GridTomcatLogger
Tests whether info and debug levels are turned off.
isRemoteNodes() - Method in class org.gridgain.grid.spi.topology.basic.GridBasicTopologySpi
Indicates whether or not to return remote nodes.
isRemoteNodes() - Method in interface org.gridgain.grid.spi.topology.basic.GridBasicTopologySpiMBean
Indicates whether or not to return remote nodes.
isRequireSerializable() - Method in class org.gridgain.grid.marshaller.optimized.GridOptimizedMarshaller
 
isRestartEnabled() - Method in interface org.gridgain.grid.Grid
Whether or not node restart is enabled.
isRestartEnabled() - Method in class org.gridgain.grid.GridSpringBean
Whether or not node restart is enabled.
isRestEnabled() - Method in interface org.gridgain.grid.GridConfiguration
Gets flag indicating whether external REST access is enabled or not.
isRestEnabled() - Method in class org.gridgain.grid.GridConfigurationAdapter
Gets flag indicating whether external REST access is enabled or not.
isRight() - Method in class org.gridgain.grid.lang.GridEither
Tests if there's "right" value.
isRollbackOnly() - Method in interface org.gridgain.grid.cache.GridCacheTx
If transaction was marked as rollback-only.
isRunning() - Method in interface org.gridgain.grid.GridScheduleFuture
Returns true if scheduled task is currently running.
isShared() - Method in interface org.gridgain.grid.spi.discovery.tcp.ipfinder.GridTcpDiscoveryIpFinder
Checks whether IP finder is shared or not.
isShared() - Method in class org.gridgain.grid.spi.discovery.tcp.ipfinder.GridTcpDiscoveryIpFinderAdapter
Checks whether IP finder is shared or not.
isShutdown() - Method in interface org.gridgain.grid.GridExecutorServiceMBean
Returns true if this executor has been shut down.
isShutdown() - Method in class org.gridgain.grid.thread.GridThreadWorkManagerExecutor
isSmtpEnabled() - Method in interface org.gridgain.grid.Grid
Whether or not SMTP is configured.
isSmtpEnabled() - Method in class org.gridgain.grid.GridSpringBean
Whether or not SMTP is configured.
isSmtpSsl() - Method in interface org.gridgain.grid.GridConfiguration
Whether or not to use SSL fot SMTP.
isSmtpSsl() - Method in class org.gridgain.grid.GridConfigurationAdapter
Whether or not to use SSL fot SMTP.
isSmtpStartTls() - Method in interface org.gridgain.grid.GridConfiguration
Whether or not to use STARTTLS fot SMTP.
isSmtpStartTls() - Method in class org.gridgain.grid.GridConfigurationAdapter
Whether or not to use STARTTLS fot SMTP.
isSome() - Method in class org.gridgain.grid.lang.GridNullOpt
Tests whether this option contains "some" value.
isSome() - Method in class org.gridgain.grid.lang.GridOpt
Tests whether this option has a non-null value.
isStarvationPreventionEnabled() - Method in class org.gridgain.grid.spi.collision.priorityqueue.GridPriorityQueueCollisionSpi
Gets flag indicating whether job starvation prevention is enabled.
isStarvationPreventionEnabled() - Method in interface org.gridgain.grid.spi.collision.priorityqueue.GridPriorityQueueCollisionSpiMBean
Gets flag indicating whether job starvation prevention is enabled.
isStealingEnabled() - Method in class org.gridgain.grid.spi.collision.jobstealing.GridJobStealingCollisionSpi
Gets flag indicating whether this node should attempt to steal jobs from other nodes.
isStealingEnabled() - Method in interface org.gridgain.grid.spi.collision.jobstealing.GridJobStealingCollisionSpiMBean
Gets flag indicating whether this node should attempt to steal jobs from other nodes.
isStoreEnabled() - Method in interface org.gridgain.grid.cache.GridCacheConfiguration
Flag indicating whether GridGain should activate read-through/write-through behaviour by default.
isStoreEnabled() - Method in class org.gridgain.grid.cache.GridCacheConfigurationAdapter
Flag indicating whether GridGain should activate read-through/write-through behaviour by default.
isStoreValueBytes() - Method in interface org.gridgain.grid.cache.GridCacheConfiguration
Flag indicating if cached values should be additionally stored in serialized form.
isStoreValueBytes() - Method in class org.gridgain.grid.cache.GridCacheConfigurationAdapter
Flag indicating if cached values should be additionally stored in serialized form.
isSwapEnabled() - Method in interface org.gridgain.grid.cache.GridCacheConfiguration
Flag indicating whether GridGain should use swap storage by default.
isSwapEnabled() - Method in class org.gridgain.grid.cache.GridCacheConfigurationAdapter
Flag indicating whether GridGain should use swap storage by default.
isSynchronousCommit() - Method in interface org.gridgain.grid.cache.GridCacheConfiguration
Flag indicating whether GridGain should wait for commit replies from all nodes.
isSynchronousCommit() - Method in class org.gridgain.grid.cache.GridCacheConfigurationAdapter
Flag indicating whether GridGain should wait for commit replies from all nodes.
isSynchronousRollback() - Method in interface org.gridgain.grid.cache.GridCacheConfiguration
Flag indicating whether GridGain should wait for rollback replies from all nodes.
isSynchronousRollback() - Method in class org.gridgain.grid.cache.GridCacheConfigurationAdapter
Flag indicating whether GridGain should wait for rollback replies from all nodes.
isTerminated() - Method in interface org.gridgain.grid.GridExecutorServiceMBean
Returns true if all tasks have completed following shut down.
isTerminated() - Method in class org.gridgain.grid.thread.GridThreadWorkManagerExecutor
isTerminating() - Method in interface org.gridgain.grid.GridExecutorServiceMBean
Returns true if this executor is in the process of terminating after shutdown() or shutdownNow() but has not completely terminated.
isTxSerializableEnabled() - Method in interface org.gridgain.grid.cache.GridCacheConfiguration
Gets flag to enable/disable GridCacheTxIsolation.SERIALIZABLE isolation level for cache transactions.
isTxSerializableEnabled() - Method in class org.gridgain.grid.cache.GridCacheConfigurationAdapter
Gets flag to enable/disable GridCacheTxIsolation.SERIALIZABLE isolation level for cache transactions.
isUseAverage() - Method in class org.gridgain.grid.spi.loadbalancing.adaptive.GridAdaptiveCpuLoadProbe
Gets flag indicating whether to use average CPU load vs. current.
isUseAverage() - Method in class org.gridgain.grid.spi.loadbalancing.adaptive.GridAdaptiveJobCountLoadProbe
Gets flag indicating whether to use average job counts vs. current.
isUseAverage() - Method in class org.gridgain.grid.spi.loadbalancing.adaptive.GridAdaptiveProcessingTimeLoadProbe
Gets flag indicating whether to use average execution time vs. current.
isUseDoubleScore() - Method in class org.gridgain.grid.spi.loadbalancing.adaptive.GridAdaptiveBenchmarkLoadProbe
Gets flag indicating whether double score should be used for calculation of node load.
isUseIntegerScore() - Method in class org.gridgain.grid.spi.loadbalancing.adaptive.GridAdaptiveBenchmarkLoadProbe
Gets flag indicating whether integer score should be used for calculation of node load.
isUseIoScore() - Method in class org.gridgain.grid.spi.loadbalancing.adaptive.GridAdaptiveBenchmarkLoadProbe
Gets flag indicating whether I/O score should be used for calculation of node load.
isUseLongScore() - Method in class org.gridgain.grid.spi.loadbalancing.adaptive.GridAdaptiveBenchmarkLoadProbe
Gets flag indicating whether long score should be used for calculation of node load.
isUseProcessors() - Method in class org.gridgain.grid.spi.loadbalancing.adaptive.GridAdaptiveCpuLoadProbe
Gets flag indicating whether to use average CPU load vs. current (default is true).
isUseTrigonometryScore() - Method in class org.gridgain.grid.spi.loadbalancing.adaptive.GridAdaptiveBenchmarkLoadProbe
Gets flag indicating whether trigonometry score should be used for calculation of node load.
isUseWeights() - Method in class org.gridgain.grid.spi.loadbalancing.weightedrandom.GridWeightedRandomLoadBalancingSpi
Checks whether node weights are considered when doing random load balancing.
isUseWeights() - Method in interface org.gridgain.grid.spi.loadbalancing.weightedrandom.GridWeightedRandomLoadBalancingSpiMBean
Checks whether node weights are considered when doing random load balancing.
isValidSegment() - Method in class org.gridgain.grid.segmentation.GridSegmentationResolver
Checks whether segment is valid.
isValidSegment() - Method in class org.gridgain.grid.segmentation.reachability.GridReachabilitySegmentationResolver
Checks whether segment is valid.
isValidSegment() - Method in class org.gridgain.grid.segmentation.sharedfs.GridSharedFsSegmentationResolver
Checks whether segment is valid.
isValidSegment() - Method in class org.gridgain.grid.segmentation.tcp.GridTcpSegmentationResolver
Checks whether segment is valid.
isWaitForSegmentOnStart() - Method in interface org.gridgain.grid.GridConfiguration
Gets wait for segment on startup flag.
isWaitForSegmentOnStart() - Method in class org.gridgain.grid.GridConfigurationAdapter
Gets wait for segment on startup flag.
isWriteFromBehindEnabled() - Method in interface org.gridgain.grid.cache.GridCacheConfiguration
Flag indicating whether GridGain should use write-from-behind behaviour for the cache store.
isWriteFromBehindEnabled() - Method in class org.gridgain.grid.cache.GridCacheConfigurationAdapter
Flag indicating whether GridGain should use write-from-behind behaviour for the cache store.
isWriteFromBehindEnabled() - Method in interface org.gridgain.grid.cache.GridCacheMBean
Returns True if write-from-behind is enabled.
item() - Method in class org.gridgain.grid.lang.utils.GridConcurrentLinkedDeque.Node
 
item() - Method in class org.gridgain.grid.lang.utils.GridQueue.Node
Gets this node's item.
items(Integer...) - Method in interface org.gridgain.grid.cache.datastructures.GridCacheQueue
Gets items from the queue at specified positions.
iterable(Collection<? extends T>, GridPredicate<? super T>...) - Static method in class org.gridgain.grid.lang.GridFunc
Creates and returns iterable from given collection and optional filtering predicates.
iterator() - Method in interface org.gridgain.grid.cache.datastructures.GridCacheQueue
Returns an iterator over the elements in this queue.
iterator() - Method in class org.gridgain.grid.GridSpringBean
iterator() - Method in class org.gridgain.grid.lang.GridEither
iterator(Collection<? extends T1>, GridClosure<? super T1, T2>, boolean, GridPredicate<? super T1>...) - Static method in class org.gridgain.grid.lang.GridFunc
Creates and returns transforming iterator from given collection and optional filtering predicates.
iterator() - Method in interface org.gridgain.grid.lang.GridIterable
Returns GridIterator which extends regular Iterator interface and adds methods that account for possible failures in cases when iterating over data that has been partially received over network.
iterator() - Method in class org.gridgain.grid.lang.GridIterableAdapter
Returns GridIterator which extends regular Iterator interface and adds methods that account for possible failures in cases when iterating over data that has been partially received over network.
iterator() - Method in class org.gridgain.grid.lang.GridIteratorAdapter
iterator() - Method in class org.gridgain.grid.lang.GridNodePredicate
iterator() - Method in class org.gridgain.grid.lang.GridNullOpt
iterator() - Method in class org.gridgain.grid.lang.GridOpt
iterator() - Method in class org.gridgain.grid.lang.GridTuple
iterator() - Method in class org.gridgain.grid.lang.GridTuple2
iterator() - Method in class org.gridgain.grid.lang.GridTuple3
iterator() - Method in class org.gridgain.grid.lang.GridTuple4
iterator() - Method in class org.gridgain.grid.lang.GridTuple5
iterator() - Method in class org.gridgain.grid.lang.GridTupleV
iterator() - Method in class org.gridgain.grid.lang.utils.GridBoundedLinkedHashSet
Returns an iterator over the elements in this set.
iterator() - Method in class org.gridgain.grid.lang.utils.GridCollectionOpt
iterator() - Method in class org.gridgain.grid.lang.utils.GridConcurrentLinkedDeque
Returns an iterator over the elements in this deque in proper sequence.
iterator() - Method in class org.gridgain.grid.lang.utils.GridConcurrentPhantomHashSet
iterator() - Method in class org.gridgain.grid.lang.utils.GridConcurrentSkipListSet
iterator() - Method in class org.gridgain.grid.lang.utils.GridConcurrentWeakHashSet
iterator() - Method in class org.gridgain.grid.lang.utils.GridIterableOpt
iterator() - Method in class org.gridgain.grid.lang.utils.GridListSet
iterator() - Method in class org.gridgain.grid.lang.utils.GridQueue
iterator() - Method in class org.gridgain.grid.lang.utils.GridSetWrapper
iterator() - Method in class org.gridgain.grid.lang.utils.GridUuid
iterator0(Collection<? extends T>, boolean, GridPredicate<? super T>...) - Static method in class org.gridgain.grid.lang.GridFunc
Creates and returns iterator from given collection and optional filtering predicates.

J

jexl(String, Object) - Static method in class org.gridgain.grid.lang.GridFunc
Special version of GridFunc.t(Object, Object) method that is tailored for with(...) method in JEXL-based predicates to set up the external context for JEXL evaluation.
job(Callable<?>) - Static method in class org.gridgain.grid.lang.GridFunc
Converts given closure to a grid job.
job(Runnable) - Static method in class org.gridgain.grid.lang.GridFunc
Converts given closure to a grid job.
jobId() - Method in class org.gridgain.grid.events.GridJobEvent
Gets job ID.
jobId(GridUuid) - Method in class org.gridgain.grid.events.GridJobEvent
Sets job ID.
jobProducer(GridJob[], boolean) - Static method in class org.gridgain.grid.lang.GridFunc
Gets closure that wraps access to the given collection of GridJob instances.
jobProducer(Iterable<? extends GridJob>, boolean) - Static method in class org.gridgain.grid.lang.GridFunc
Gets closure that wraps access to the given collection of GridJob instances.
jobResults(Collection<? extends GridJobResult>) - Static method in class org.gridgain.grid.lang.GridFunc
Gets collections of data items from grid job res casted to specified type.

K

keepAll(boolean) - Method in interface org.gridgain.grid.cache.query.GridCacheQueryBase
Sets whether or not to keep all query results local.
keepAll() - Method in interface org.gridgain.grid.cache.query.GridCacheQueryBase
Gets query keepAll flag.
key() - Method in class org.gridgain.grid.cache.affinity.GridCacheAffinityKey
Gets wrapped key.
key(K) - Method in class org.gridgain.grid.cache.affinity.GridCacheAffinityKey
Sets wrapped key.
key() - Method in class org.gridgain.grid.events.GridCacheEvent
Gets cache entry associated with event.
key() - Method in class org.gridgain.grid.events.GridCheckpointEvent
Gets checkpoint key associated with this event.
key(String) - Method in class org.gridgain.grid.events.GridCheckpointEvent
Sets checkpoint key.
key() - Method in class org.gridgain.grid.spi.swapspace.GridSwapKey
 
keyBytes() - Method in class org.gridgain.grid.spi.swapspace.GridSwapKey
 
keyBytes(byte[]) - Method in class org.gridgain.grid.spi.swapspace.GridSwapKey
 
keys() - Method in class org.gridgain.grid.lang.utils.GridConcurrentLinkedHashMap
Returns an enumeration of the keys in this table.
keySet() - Method in interface org.gridgain.grid.cache.GridCacheProjection
Set of cached keys.
keySet(GridPredicate<? super GridCacheEntry<K, V>>...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Set of cached keys.
keySet(Collection<? extends K>, GridPredicate<? super GridCacheEntry<K, V>>...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Set of cached keys.
keySet(K...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Set of cached keys.
keySet() - Method in class org.gridgain.grid.lang.GridTuple2
keySet() - Method in class org.gridgain.grid.lang.utils.GridConcurrentLinkedHashMap
Returns a Set view of the keys contained in this map.
keySet() - Method in class org.gridgain.grid.lang.utils.GridMapOpt
keySize() - Method in interface org.gridgain.grid.cache.GridCacheProjection
Gets size of cache key set.
keyValuePredicate() - Method in interface org.gridgain.grid.cache.GridCacheProjection
Gets key-value predicate on which this projection is based on or null if key-value predicate is not defined.
kill(boolean, boolean) - Static method in class org.gridgain.grid.GridFactory
Stops all started grids.
KILL_EXIT_CODE - Static variable in class org.gridgain.grid.GridFactory
This is kill code that can be used by external tools, like Shell scripts, to auto-stop the GridGain JVM process without restarting.

L

last() - Method in interface org.gridgain.grid.GridScheduleFuture
Gets result of the last execution of scheduled task, or null if task has not been executed, or has not produced a result yet.
last(Iterable<? extends T>) - Static method in class org.gridgain.grid.lang.GridFunc
Gets last element from given collection or returns null if the collection is empty.
last() - Method in class org.gridgain.grid.lang.utils.GridConcurrentSkipListSet
last() - Method in class org.gridgain.grid.lang.utils.GridListSet
Gets last element of this list.
lastFinishTime() - Method in interface org.gridgain.grid.GridScheduleFuture
Gets finish time of last execution (0 if first execution has not finished).
lastIdleTime() - Method in interface org.gridgain.grid.GridScheduleFuture
Gets last interval between scheduled executions.
lastMetrics() - Method in interface org.gridgain.grid.GridNodeShadow
Gets the last snapshot of the metrics for this shadow's node.
lastRunTime() - Method in interface org.gridgain.grid.cache.query.GridCacheQueryMetrics
Gets time of the last query execution.
lastStartTime() - Method in interface org.gridgain.grid.GridScheduleFuture
Gets start time of last execution (0 if never started).
lastx() - Method in class org.gridgain.grid.lang.utils.GridConcurrentSkipListSet
Same as GridConcurrentSkipListSet.last(), but returns null if set is empty.
left() - Method in class org.gridgain.grid.lang.GridEither
Gets "left" value.
lessAndSet(int, int) - Method in class org.gridgain.grid.lang.utils.GridAtomicInteger
Atomically updates value only if check value is less than current value.
lessAndSet(long, long) - Method in class org.gridgain.grid.lang.utils.GridAtomicLong
Atomically updates value only if check value is less than current value.
lessEqualsAndSet(int, int) - Method in class org.gridgain.grid.lang.utils.GridAtomicInteger
Atomically updates value only if check value is less than current value.
lessEqualsAndSet(long, long) - Method in class org.gridgain.grid.lang.utils.GridAtomicLong
Atomically updates value only if check value is less than current value.
license() - Method in interface org.gridgain.grid.Grid
Gets enterprise license descriptor.
license() - Method in class org.gridgain.grid.GridSpringBean
Gets enterprise license descriptor.
licenseId() - Method in class org.gridgain.grid.events.GridLicenseEvent
Gets license ID.
licenseId(UUID) - Method in class org.gridgain.grid.events.GridLicenseEvent
Sets license ID.
lifecycleEvent(LifecycleEvent) - Method in class org.gridgain.grid.loaders.tomcat.GridTomcatLoader
limit(int) - Static method in class org.gridgain.grid.lang.GridFunc
Gets absolute (no-arg) predicate that returns true first n-times it's called - and false thereafter.
listen(GridPredicate2<UUID, ? super T>...) - Method in interface org.gridgain.grid.GridProjection
Convenient utility listening method for messages from the nodes in this projection.
listen(GridPredicate2<UUID, ? super T>...) - Method in class org.gridgain.grid.GridSpringBean
Convenient utility listening method for messages from the nodes in this projection.
listenAsync(GridInClosure<? super GridFuture<R>>) - Method in interface org.gridgain.grid.GridFuture
Registers listener closure to be asynchronously notified whenever future completes.
listenAsync(GridPredicate2<UUID, Object>) - Method in interface org.gridgain.grid.spi.GridSpiContext2
 
load(String, GridCacheTx, K) - Method in interface org.gridgain.grid.cache.store.GridCacheStore
Loads value for the key from underlying persistent storage.
load(String, GridCacheTx, K) - Method in class org.gridgain.grid.cache.store.hibernate.GridCacheHibernateBlobStore
Loads value for the key from underlying persistent storage.
load(String, GridCacheTx, K) - Method in class org.gridgain.grid.cache.store.jdbc.GridCacheJdbcBlobStore
Loads value for the key from underlying persistent storage.
loadAll(String, GridInClosure2<K, V>, Object...) - Method in interface org.gridgain.grid.cache.store.GridCacheStore
Loads all values from underlying persistent storage.
loadAll(String, GridCacheTx, Collection<? extends K>, GridInClosure2<K, V>) - Method in interface org.gridgain.grid.cache.store.GridCacheStore
Loads all values for given keys and passes every value to the provided closure.
loadAll(String, GridInClosure2<K, V>, Object...) - Method in class org.gridgain.grid.cache.store.GridCacheStoreAdapter
Default empty implementation.
loadAll(String, GridCacheTx, Collection<? extends K>, GridInClosure2<K, V>) - Method in class org.gridgain.grid.cache.store.GridCacheStoreAdapter
Loads all values for given keys and passes every value to the provided closure.
loadCache(GridPredicate2<K, V>, long, Object...) - Method in interface org.gridgain.grid.cache.GridCache
Delegates to GridCacheStore.loadAll(String,GridInClosure2,Object...) method to load state from the underlying persistent storage.
loadCacheAsync(GridPredicate2<K, V>, long, Object...) - Method in interface org.gridgain.grid.cache.GridCache
Asynchronously delegates to GridCacheStore.loadAll(String, GridInClosure2, Object...) method to reload state from the underlying persistent storage.
loadCheckpoint(String) - Method in interface org.gridgain.grid.GridTaskSession
Loads job's state previously saved via GridTaskSession.saveCheckpoint(String, Object, GridTaskSessionScope , long) method from an underlying storage for a given key.
loadCheckpoint(String) - Method in class org.gridgain.grid.spi.checkpoint.cache.GridCacheCheckpointSpi
Loads checkpoint from storage by its unique key.
loadCheckpoint(String) - Method in interface org.gridgain.grid.spi.checkpoint.GridCheckpointSpi
Loads checkpoint from storage by its unique key.
loadCheckpoint(String) - Method in class org.gridgain.grid.spi.checkpoint.jdbc.GridJdbcCheckpointSpi
Loads checkpoint from storage by its unique key.
loadCheckpoint(String) - Method in class org.gridgain.grid.spi.checkpoint.s3.GridS3CheckpointSpi
Loads checkpoint from storage by its unique key.
loadCheckpoint(String) - Method in class org.gridgain.grid.spi.checkpoint.sharedfs.GridSharedFsCheckpointSpi
Loads checkpoint from storage by its unique key.
localEvents(GridPredicate<? super GridEvent>...) - Method in interface org.gridgain.grid.Grid
Queries local node for events using passed-in predicate filters for event selection.
localEvents(GridPredicate<? super GridEvent>...) - Method in class org.gridgain.grid.GridSpringBean
Queries local node for events using passed-in predicate filters for event selection.
localEvents(GridPredicate<? super GridEvent>...) - Method in interface org.gridgain.grid.spi.eventstorage.GridEventStorageSpi
Queries locally-stored events only.
localEvents(GridPredicate<? super GridEvent>...) - Method in class org.gridgain.grid.spi.eventstorage.memory.GridMemoryEventStorageSpi
Queries locally-stored events only.
localId() - Method in class org.gridgain.grid.lang.utils.GridUuid
Gets local ID portion of this GridUuid.
localNode() - Method in interface org.gridgain.grid.Grid
Gets local grid node.
localNode() - Method in class org.gridgain.grid.GridSpringBean
Gets local grid node.
localNode(UUID) - Static method in class org.gridgain.grid.lang.GridFunc
Gets predicate that evaluates to true only for given local node ID.
localNode() - Method in interface org.gridgain.grid.spi.GridSpiContext
Gets local grid node.
localNode() - Method in interface org.gridgain.grid.spi.GridSpiContext2
Gets local grid node.
localOrder() - Method in class org.gridgain.grid.events.GridEventAdapter
Gets locally unique ID that is atomically incremented for each event.
localOrder() - Method in interface org.gridgain.grid.GridEvent
Gets locally unique ID that is atomically incremented for each event.
localReducer(GridClosure<Object[], GridReducer<R1, R2>>) - Method in interface org.gridgain.grid.cache.query.GridCacheReduceQuery
Optional local reducer factory to provide reducers for reduction of multiple queried values returned from remote nodes into one.
localTasks(GridPredicate<? super Class<? extends GridTask<?, ?>>>...) - Method in interface org.gridgain.grid.Grid
Gets map of all locally deployed tasks keyed by their task name satisfying all given predicates.
localTasks(GridPredicate<? super Class<? extends GridTask<?, ?>>>...) - Method in class org.gridgain.grid.GridSpringBean
Gets map of all locally deployed tasks keyed by their task name satisfying all given predicates.
lock(GridPredicate<? super GridCacheEntry<K, V>>...) - Method in interface org.gridgain.grid.cache.GridCacheEntry
Synchronously acquires lock on a cached object associated with this entry only if the passed in filter (if any) passes.
lock(long, GridPredicate<? super GridCacheEntry<K, V>>...) - Method in interface org.gridgain.grid.cache.GridCacheEntry
Synchronously acquires lock on a cached object associated with this entry only if the passed in filter (if any) passes.
lock(K, GridPredicate<? super GridCacheEntry<K, V>>...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Synchronously acquires lock on a cached object with given key only if the passed in filter (if any) passes.
lock(K, long, GridPredicate<? super GridCacheEntry<K, V>>...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Synchronously acquires lock on a cached object with given key only if the passed in filter (if any) passes.
LOCK_FILE_NAME - Static variable in class org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpi
File to get lock on when SPI starts to ensure exclusive access.
lockAll(GridPredicate<? super GridCacheEntry<K, V>>...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
All or nothing synchronous lock for passed in filter.
lockAll(long, GridPredicate<? super GridCacheEntry<K, V>>...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
All or nothing synchronous lock for passed in filter.
lockAll(Collection<? extends K>, GridPredicate<? super GridCacheEntry<K, V>>...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
All or nothing synchronous lock for passed in keys.
lockAll(Collection<? extends K>, long, GridPredicate<? super GridCacheEntry<K, V>>...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
All or nothing synchronous lock for passed in keys.
lockAll(K...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
All or nothing synchronous lock for passed in keys.
lockAll(long, K...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
All or nothing synchronous lock for passed in keys.
lockAllAsync(GridPredicate<? super GridCacheEntry<K, V>>...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
All or nothing asynchronous lock for passed in filter.
lockAllAsync(long, GridPredicate<? super GridCacheEntry<K, V>>...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
All or nothing asynchronous lock for passed in filter.
lockAllAsync(Collection<? extends K>, GridPredicate<? super GridCacheEntry<K, V>>...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
All or nothing synchronous lock for passed in keys.
lockAllAsync(Collection<? extends K>, long, GridPredicate<? super GridCacheEntry<K, V>>...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
All or nothing synchronous lock for passed in keys.
lockAllAsync(K...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
All or nothing synchronous lock for passed in keys.
lockAllAsync(long, K...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
All or nothing synchronous lock for passed in keys.
lockAsync(GridPredicate<? super GridCacheEntry<K, V>>...) - Method in interface org.gridgain.grid.cache.GridCacheEntry
Asynchronously acquires lock on a cached object associated with this entry only if the passed in filter (if any) passes.
lockAsync(long, GridPredicate<? super GridCacheEntry<K, V>>...) - Method in interface org.gridgain.grid.cache.GridCacheEntry
Asynchronously acquires lock on a cached object associated with this entry only if the passed in filter (if any) passes.
lockAsync(K, GridPredicate<? super GridCacheEntry<K, V>>...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Asynchronously acquires lock on a cached object with given key only if the passed in filter (if any) passes.
lockAsync(K, long, GridPredicate<? super GridCacheEntry<K, V>>...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Asynchronously acquires lock on a cached object with given key only if the passed in filter (if any) passes.
lockedCollection(Collection<E>) - Static method in class org.gridgain.grid.lang.utils.GridCollections
Gets locked collection wrapping given set.
lockedMap(Map<K, V>) - Static method in class org.gridgain.grid.lang.utils.GridCollections
Gets locked map wrapping given map.
lockedSet(Set<E>) - Static method in class org.gridgain.grid.lang.utils.GridCollections
Gets locked set wrapping given set.
lockId() - Method in class org.gridgain.grid.events.GridCacheEvent
ID of the lock if held or null if no lock held.
log() - Method in interface org.gridgain.grid.Grid
Gets grid's logger.
log() - Method in class org.gridgain.grid.GridSpringBean
Gets grid's logger.
longToBytes(long) - Static method in class org.gridgain.grid.lang.utils.GridConsistentHash
 
longToBytes(long, byte[], int) - Static method in class org.gridgain.grid.lang.utils.GridConsistentHash
 
lose(Collection<T>, boolean, Collection<T0>) - Static method in class org.gridgain.grid.lang.GridFunc
Loses all elements in input collection that are contained in filter collection.
lose(Collection<T>, boolean, GridPredicate<? super T>...) - Static method in class org.gridgain.grid.lang.GridFunc
Loses all elements in input collection that are evaluated to true by all given predicates.
lose(Collection<? extends T>, boolean, int) - Static method in class org.gridgain.grid.lang.GridFunc
Loses up to first num elements of the input collection.
lose(Map<K, V>, boolean, GridPredicate<? super Map.Entry<K, V>>...) - Static method in class org.gridgain.grid.lang.GridFunc
Loses all entries in input map that are evaluated to true by all given predicates.
loseKeys(Map<K, V>, boolean, GridPredicate<? super K>...) - Static method in class org.gridgain.grid.lang.GridFunc
Loses all entries in input map which keys are evaluated to true by all given predicates.
loseList(List<T>, boolean, Collection<? super T>) - Static method in class org.gridgain.grid.lang.GridFunc
Loses all elements in input list that are contained in filter collection.
loseSet(Set<T>, boolean, Collection<? super T>) - Static method in class org.gridgain.grid.lang.GridFunc
Loses all elements in input set that are contained in filter collection.
loseValues(Map<K, V>, boolean, GridPredicate<? super V>...) - Static method in class org.gridgain.grid.lang.GridFunc
Loses all entries in input map which values are evaluated to true by all given predicates.
lower(E) - Method in class org.gridgain.grid.lang.utils.GridConcurrentSkipListSet

M

main(String[]) - Static method in class org.gridgain.grid.loaders.cmdline.GridCommandLineLoader
Main entry point.
make(T) - Static method in class org.gridgain.grid.lang.GridOpt
Factory method that returns a non-null option if given value is not null, or null option otherwise.
makeLeft(L) - Static method in class org.gridgain.grid.lang.GridEither
Create "either" with left value.
makeRight(R) - Static method in class org.gridgain.grid.lang.GridEither
Create "either" with right value.
map(List<GridNode>, T) - Method in interface org.gridgain.grid.GridTask
This method is called to map or split grid task into multiple grid jobs.
map(List<GridNode>, T) - Method in class org.gridgain.grid.GridTaskSplitAdapter
This method is called to map or split grid task into multiple grid jobs.
map - Variable in class org.gridgain.grid.lang.utils.GridSetWrapper
Base map.
map() - Method in class org.gridgain.grid.lang.utils.GridSetWrapper
Gets wrapped map.
mapEntry2Key() - Static method in class org.gridgain.grid.lang.GridFunc
Gets closure that returns key for an entry.
mapEntry2Value() - Static method in class org.gridgain.grid.lang.GridFunc
Gets closure that returns value for an entry.
mapKey(K) - Static method in class org.gridgain.grid.lang.GridFunc
Gets utility predicate that accepts Map.Entry value and compares its key to the given value.
mapKeysToNodes(Collection<? extends K>) - Method in interface org.gridgain.grid.cache.GridCacheProjection
This method provides ability to detect which keys are mapped to which nodes.
mapKeysToNodes(GridPredicate<? super K>...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
This method provides ability to detect which keys are mapped to which nodes.
mapKeysToNodes(K...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
This method provides ability to detect which keys are mapped to which nodes.
mapKeysToNodes(Collection<? extends K>) - Method in interface org.gridgain.grid.GridProjection
This method provides ability to detect which cache keys are mapped to which nodes on default unnamed cache instance.
mapKeysToNodes(String, Collection<? extends K>) - Method in interface org.gridgain.grid.GridProjection
This method provides ability to detect which cache keys are mapped to which nodes on cache instance with given name.
mapKeysToNodes(String, Collection<? extends K>) - Method in class org.gridgain.grid.GridSpringBean
This method provides ability to detect which cache keys are mapped to which nodes on cache instance with given name.
mapKeysToNodes(Collection<? extends K>) - Method in class org.gridgain.grid.GridSpringBean
This method provides ability to detect which cache keys are mapped to which nodes on default unnamed cache instance.
mapKeyToNode(K) - Method in interface org.gridgain.grid.cache.GridCacheProjection
This method provides ability to detect to which primary node the given key is mapped.
mapKeyToNode(K) - Method in interface org.gridgain.grid.GridProjection
This method provides ability to detect which keys are mapped to which nodes on default unnamed cache instance.
mapKeyToNode(String, K) - Method in interface org.gridgain.grid.GridProjection
This method provides ability to detect which cache keys are mapped to which nodes on cache instance with given name.
mapKeyToNode(K) - Method in class org.gridgain.grid.GridSpringBean
This method provides ability to detect which keys are mapped to which nodes on default unnamed cache instance.
mapKeyToNode(String, K) - Method in class org.gridgain.grid.GridSpringBean
This method provides ability to detect which cache keys are mapped to which nodes on cache instance with given name.
mapPartitionsToNodes(int, int...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Gets primary nodes for the given partitions.
mapPartitionsToNodes(int[]) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Gets primary nodes for the given partitions.
mapPartitionsToNodes(Collection<Integer>) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Gets primary nodes for the given partitions.
mapPartitionToNode(int) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Gets primary node for the given partition.
mapreduce(GridMapper<T, GridRichNode>, Collection<T>, GridReducer<R1, R2>, GridPredicate<? super GridRichNode>...) - Method in interface org.gridgain.grid.GridProjection
Executes given jobs on this projection with custom mapping and reducing logic.
mapreduce(GridMapper<GridOutClosure<R1>, GridRichNode>, Collection<? extends GridClosure<? super T, R1>>, Collection<? extends T>, GridReducer<R1, R2>, GridPredicate<? super GridRichNode>...) - Method in interface org.gridgain.grid.GridProjection
Runs given collection of jobs taking argument and producing result on this projection with given collection of arguments using given mapper to map jobs to nodes and then reduces job results to a single execution result using provided reducer.
mapreduce(GridMapper<GridOutClosure<R1>, GridRichNode>, GridClosure<? super T, R1>, Collection<? extends T>, GridReducer<R1, R2>, GridPredicate<? super GridRichNode>...) - Method in interface org.gridgain.grid.GridProjection
Runs job taking argument and producing result on this projection with given collection of arguments using given mapper to map job executions to nodes.
mapreduce(GridMapper<GridOutClosure<R1>, GridRichNode>, GridClosure<? super T, R1>, GridOutClosure<T>, int, GridReducer<R1, R2>, GridPredicate<? super GridRichNode>...) - Method in interface org.gridgain.grid.GridProjection
Runs job taking argument and producing result on this projection with given producer of arguments using given mapper to map job executions to nodes.
mapreduce(GridMapper<T, GridRichNode>, Collection<T>, GridReducer<R1, R2>, GridPredicate<? super GridRichNode>...) - Method in class org.gridgain.grid.GridSpringBean
Executes given jobs on this projection with custom mapping and reducing logic.
mapreduce(GridMapper<GridOutClosure<R1>, GridRichNode>, Collection<? extends GridClosure<? super T, R1>>, Collection<? extends T>, GridReducer<R1, R2>, GridPredicate<? super GridRichNode>...) - Method in class org.gridgain.grid.GridSpringBean
Runs given collection of jobs taking argument and producing result on this projection with given collection of arguments using given mapper to map jobs to nodes and then reduces job results to a single execution result using provided reducer.
mapreduce(GridMapper<GridOutClosure<R1>, GridRichNode>, GridClosure<? super T, R1>, Collection<? extends T>, GridReducer<R1, R2>, GridPredicate<? super GridRichNode>...) - Method in class org.gridgain.grid.GridSpringBean
Runs job taking argument and producing result on this projection with given collection of arguments using given mapper to map job executions to nodes.
mapreduce(GridMapper<GridOutClosure<R1>, GridRichNode>, GridClosure<? super T, R1>, GridOutClosure<T>, int, GridReducer<R1, R2>, GridPredicate<? super GridRichNode>...) - Method in class org.gridgain.grid.GridSpringBean
Runs job taking argument and producing result on this projection with given producer of arguments using given mapper to map job executions to nodes.
mapreduceAsync(GridMapper<T, GridRichNode>, Collection<T>, GridReducer<R1, R2>, GridPredicate<? super GridRichNode>...) - Method in interface org.gridgain.grid.GridProjection
Asynchronously executes given jobs on this projection with custom mapping and reducing logic.
mapreduceAsync(GridMapper<GridOutClosure<R1>, GridRichNode>, Collection<? extends GridClosure<? super T, R1>>, Collection<? extends T>, GridReducer<R1, R2>, GridPredicate<? super GridRichNode>...) - Method in interface org.gridgain.grid.GridProjection
Runs given collection of jobs taking argument and producing result on this projection with given collection of arguments using given mapper to map jobs to nodes and then reduces job results to a single execution result using provided reducer.
mapreduceAsync(GridMapper<GridOutClosure<R1>, GridRichNode>, GridClosure<? super T, R1>, Collection<? extends T>, GridReducer<R1, R2>, GridPredicate<? super GridRichNode>...) - Method in interface org.gridgain.grid.GridProjection
Runs job taking argument and producing result on this projection with given collection of arguments using given mapper to map job executions to nodes.
mapreduceAsync(GridMapper<GridOutClosure<R1>, GridRichNode>, GridClosure<? super T, R1>, GridOutClosure<T>, int, GridReducer<R1, R2>, GridPredicate<? super GridRichNode>...) - Method in interface org.gridgain.grid.GridProjection
Runs job taking argument and producing result on this projection with given producer of arguments using given mapper to map job executions to nodes.
mapreduceAsync(GridMapper<T, GridRichNode>, Collection<T>, GridReducer<R1, R2>, GridPredicate<? super GridRichNode>...) - Method in class org.gridgain.grid.GridSpringBean
Asynchronously executes given jobs on this projection with custom mapping and reducing logic.
mapreduceAsync(GridMapper<GridOutClosure<R1>, GridRichNode>, Collection<? extends GridClosure<? super T, R1>>, Collection<? extends T>, GridReducer<R1, R2>, GridPredicate<? super GridRichNode>...) - Method in class org.gridgain.grid.GridSpringBean
Runs given collection of jobs taking argument and producing result on this projection with given collection of arguments using given mapper to map jobs to nodes and then reduces job results to a single execution result using provided reducer.
mapreduceAsync(GridMapper<GridOutClosure<R1>, GridRichNode>, GridClosure<? super T, R1>, Collection<? extends T>, GridReducer<R1, R2>, GridPredicate<? super GridRichNode>...) - Method in class org.gridgain.grid.GridSpringBean
Runs job taking argument and producing result on this projection with given collection of arguments using given mapper to map job executions to nodes.
mapreduceAsync(GridMapper<GridOutClosure<R1>, GridRichNode>, GridClosure<? super T, R1>, GridOutClosure<T>, int, GridReducer<R1, R2>, GridPredicate<? super GridRichNode>...) - Method in class org.gridgain.grid.GridSpringBean
Runs job taking argument and producing result on this projection with given producer of arguments using given mapper to map job executions to nodes.
mapValue(V) - Static method in class org.gridgain.grid.lang.GridFunc
Gets utility predicate that accepts Map.Entry value and compares its value to the given value.
marshal(Object, OutputStream) - Method in interface org.gridgain.grid.marshaller.GridMarshaller
Marshals object to the output stream.
marshal(Object, OutputStream) - Method in class org.gridgain.grid.marshaller.jboss.GridJBossMarshaller
Marshals object to the output stream.
marshal(Object, OutputStream) - Method in class org.gridgain.grid.marshaller.jdk.GridJdkMarshaller
Marshals object to the output stream.
marshal(Object, OutputStream) - Method in class org.gridgain.grid.marshaller.optimized.GridOptimizedMarshaller
Marshals object to the output stream.
marshal(Object, OutputStream) - Method in class org.gridgain.grid.marshaller.xstream.GridXstreamMarshaller
Marshals object to the output stream.
MAX_CAP_LIMIT - Static variable in class org.gridgain.grid.lang.utils.GridConcurrentLinkedHashMap
The maximum capacity, used if a higher value is implicitly specified by either of the constructors with arguments.
MAX_FAILOVER_ATTEMPT_ATTR - Static variable in class org.gridgain.grid.spi.failover.always.GridAlwaysFailoverSpi
Maximum attempts attribute key should be the same on all nodes.
MAX_SEGS - Static variable in class org.gridgain.grid.lang.utils.GridConcurrentLinkedHashMap
The maximum number of segments to allow; used to bound constructor arguments.
MAX_STEALING_ATTEMPT_ATTR - Static variable in class org.gridgain.grid.spi.collision.jobstealing.GridJobStealingCollisionSpi
Maximum stealing attempts attribute name.
maximumTime() - Method in interface org.gridgain.grid.cache.query.GridCacheQueryMetrics
Gets maximum execution time of query.
MD5_HASHER - Static variable in class org.gridgain.grid.lang.utils.GridConsistentHash
MD-5 based hasher function.
merge(GridProjection...) - Method in interface org.gridgain.grid.GridProjection
Merges this projection with the optional set of passed in projections.
merge(GridProjection...) - Method in class org.gridgain.grid.GridSpringBean
Merges this projection with the optional set of passed in projections.
message(String) - Method in class org.gridgain.grid.events.GridEventAdapter
Sets optional event message.
message() - Method in class org.gridgain.grid.events.GridEventAdapter
Gets optional message for this event.
message() - Method in interface org.gridgain.grid.GridEvent
Gets optional message for this event.
meta(String) - Method in interface org.gridgain.grid.GridMetadataAware
Gets metadata by name.
meta(Collection<? extends GridMetadataAware>, String) - Static method in class org.gridgain.grid.lang.GridFunc
Convenient utility method that returns collections of metadata values for a given collection of metadata aware objects.
meta(Map<String, ?>) - Static method in class org.gridgain.grid.lang.GridFunc
Creates predicate that accepts subclass of GridMetadataAware interface and evaluates to true if it contains all provided metadata.
meta(String, Object) - Static method in class org.gridgain.grid.lang.GridFunc
Creates predicate that accepts subclass of GridMetadataAware interface and evaluates to true if it contains given metadata.
meta(String...) - Static method in class org.gridgain.grid.lang.GridFunc
Creates predicate that accepts subclass of GridMetadataAware interface and evaluates to true if it contains given metadata names (values are ignored).
meta(Iterable<String>) - Static method in class org.gridgain.grid.lang.GridFunc
Creates predicate that accepts subclass of GridMetadataAware interface and evaluates to true if it contains given metadata names (values are ignored).
meta(String) - Method in class org.gridgain.grid.lang.GridMetadataAwareAdapter
Gets metadata by name.
metaEntry(Map.Entry<String, ?>...) - Static method in class org.gridgain.grid.lang.GridFunc
Creates predicate that accepts subclass of GridMetadataAware interface and evaluates to true if it contains all provided metadata.
metaEntry(Collection<? extends Map.Entry<String, ?>>) - Static method in class org.gridgain.grid.lang.GridFunc
Creates predicate that accepts subclass of GridMetadataAware interface and evaluates to true if it contains all provided metadata.
metrics() - Method in interface org.gridgain.grid.cache.GridCache
Gets metrics (statistics) for this cache.
metrics() - Method in interface org.gridgain.grid.cache.GridCacheEntry
Metrics containing various statistics about this entry.
metrics() - Method in interface org.gridgain.grid.cache.query.GridCacheQueryBase
Gets query metrics.
metrics() - Method in interface org.gridgain.grid.GridNode
Gets metrics snapshot for this node.
metrics(Collection<UUID>) - Method in interface org.gridgain.grid.spi.discovery.tcp.metricsstore.GridTcpDiscoveryMetricsStore
Gets metrics map for provided nodes.
metrics(Collection<UUID>) - Method in class org.gridgain.grid.spi.discovery.tcp.metricsstore.GridTcpDiscoveryMetricsStoreAdapter
Gets metrics map for provided nodes.
metrics0(Collection<UUID>) - Method in class org.gridgain.grid.spi.discovery.tcp.metricsstore.GridTcpDiscoveryMetricsStoreAdapter
Requests metrics from store in case local cached metrics are outdated.
metrics0(Collection<UUID>) - Method in class org.gridgain.grid.spi.discovery.tcp.metricsstore.jdbc.GridTcpDiscoveryJdbcMetricsStore
Requests metrics from store in case local cached metrics are outdated.
metrics0(Collection<UUID>) - Method in class org.gridgain.grid.spi.discovery.tcp.metricsstore.s3.GridTcpDiscoveryS3MetricsStore
.
metrics0(Collection<UUID>) - Method in class org.gridgain.grid.spi.discovery.tcp.metricsstore.sharedfs.GridTcpDiscoverySharedFsMetricsStore
Requests metrics from store in case local cached metrics are outdated.
metrics0(Collection<UUID>) - Method in class org.gridgain.grid.spi.discovery.tcp.metricsstore.vm.GridTcpDiscoveryVmMetricsStore
Requests metrics from store in case local cached metrics are outdated.
METRICS_SIZE - Static variable in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsHelper
Size of serialized node metrics.
metricsFormatted() - Method in interface org.gridgain.grid.cache.GridCacheMBean
Gets metrics (statistics) for this cache.
minimumTime() - Method in interface org.gridgain.grid.cache.query.GridCacheQueryMetrics
Gets minimum execution time of query.
misses() - Method in interface org.gridgain.grid.cache.GridCacheMetrics
Gets total number of misses for the owning entity (either cache or entry).
MSG_EXPIRE_TIME_ATTR - Static variable in class org.gridgain.grid.spi.collision.jobstealing.GridJobStealingCollisionSpi
Stealing request expiration time attribute name.
MURMUR2_HASHER - Static variable in class org.gridgain.grid.lang.utils.GridConsistentHash
Murmur2 hasher function based on endian-neutral implementation.

N

name() - Method in interface org.gridgain.grid.cache.datastructures.GridCacheAtomicLong
Name of atomic long.
name() - Method in interface org.gridgain.grid.cache.datastructures.GridCacheAtomicReference
Name of atomic reference.
name() - Method in interface org.gridgain.grid.cache.datastructures.GridCacheAtomicSequence
Name of atomic sequence.
name() - Method in interface org.gridgain.grid.cache.datastructures.GridCacheAtomicStamped
Name of atomic stamped.
name() - Method in interface org.gridgain.grid.cache.datastructures.GridCacheCountDownLatch
Gets name of the latch.
name() - Method in interface org.gridgain.grid.cache.datastructures.GridCacheQueue
Gets queue name.
name() - Method in interface org.gridgain.grid.cache.GridCacheMBean
Gets name of this cache.
name() - Method in interface org.gridgain.grid.cache.GridCacheProjection
Gets name of this cache (null for default cache).
name() - Method in class org.gridgain.grid.events.GridEventAdapter
Gets event type name.
name() - Method in interface org.gridgain.grid.Grid
Gets the name of the grid this grid instance (and correspondingly its local node) belongs to.
name() - Method in interface org.gridgain.grid.GridEvent
Gets name of this event.
name() - Method in class org.gridgain.grid.GridSpringBean
Gets the name of the grid this grid instance (and correspondingly its local node) belongs to.
neighborhood() - Method in interface org.gridgain.grid.GridProjection
Gets collections of neighbors from this projection.
neighborhood() - Method in class org.gridgain.grid.GridSpringBean
Gets collections of neighbors from this projection.
neighbors() - Method in interface org.gridgain.grid.GridRichNode
Gets the projection on all nodes that reside on the same physical computer as this node.
neighborsAndMe() - Method in interface org.gridgain.grid.GridRichNode
Gets the projection on all nodes that reside on the same physical computer as this node.
newAtomicBoolean() - Static method in class org.gridgain.grid.lang.GridFunc
Returns a factory closure that creates new AtomicBoolean instance initialized to false.
newAtomicInt() - Static method in class org.gridgain.grid.lang.GridFunc
Returns a factory closure that creates new AtomicInteger instance initialized to zero.
newAtomicLong() - Static method in class org.gridgain.grid.lang.GridFunc
Returns a factory closure that creates new AtomicLong instance initialized to zero.
newAtomicRef() - Static method in class org.gridgain.grid.lang.GridFunc
Returns a factory closure that creates new AtomicReference instance initialized to null.
newCMap() - Static method in class org.gridgain.grid.lang.GridFunc
Returns a factory closure that creates new ConcurrentMap instance.
newCSet() - Static method in class org.gridgain.grid.lang.GridFunc
Returns a factory closure that creates new GridConcurrentHashSet instance.
newLinkedList() - Static method in class org.gridgain.grid.lang.GridFunc
Returns a factory closure that creates new LinkedList instance.
newList() - Static method in class org.gridgain.grid.lang.GridFunc
Returns a factory closure that creates new List instance.
newMap() - Static method in class org.gridgain.grid.lang.GridFunc
Returns a factory closure that creates new Map instance.
newSet() - Static method in class org.gridgain.grid.lang.GridFunc
Returns a factory closure that creates new Set instance.
newThread(Runnable) - Method in class org.gridgain.grid.spi.GridSpiThreadFactory
newThread(Runnable) - Method in class org.gridgain.grid.thread.GridThreadFactory
newValue() - Method in class org.gridgain.grid.events.GridCacheEvent
 
next() - Method in class org.gridgain.grid.lang.GridIterableAdapter
next() - Method in class org.gridgain.grid.lang.utils.GridEmptyIterator
nextExecutionTime() - Method in interface org.gridgain.grid.GridScheduleFuture
Gets next execution time of scheduled task.
nextExecutionTimes(int, long) - Method in interface org.gridgain.grid.GridScheduleFuture
Gets an array of the next execution times after passed start timestamp.
nextX() - Method in class org.gridgain.grid.lang.GridIterableAdapter
This method is the same as Iterator.next(), but allows for failure with exception.
nextX() - Method in interface org.gridgain.grid.lang.GridIterator
This method is the same as Iterator.next(), but allows for failure with exception.
nextX() - Method in class org.gridgain.grid.lang.GridIteratorAdapter
This method is the same as Iterator.next(), but allows for failure with exception.
nill() - Static method in class org.gridgain.grid.lang.GridFunc
Returns out closure that always returns null.
NO_FAILOVER - Static variable in class org.gridgain.grid.typedef.X
Closure for no-failover policy.
node(UUID, GridPredicate<? super GridRichNode>...) - Method in interface org.gridgain.grid.GridProjection
Gets a node for given ID from this optionally filtered projection.
node(UUID, GridPredicate<? super GridRichNode>...) - Method in class org.gridgain.grid.GridSpringBean
Gets a node for given ID from this optionally filtered projection.
node(Object) - Method in class org.gridgain.grid.lang.utils.GridConsistentHash
Gets node for a key.
node(Object, Collection<N>) - Method in class org.gridgain.grid.lang.utils.GridConsistentHash
Gets node for a given key.
node(Object, Collection<N>, Collection<N>) - Method in class org.gridgain.grid.lang.utils.GridConsistentHash
Gets node for a given key.
node(Object, GridPredicate<N>...) - Method in class org.gridgain.grid.lang.utils.GridConsistentHash
Gets node for a given key.
node(UUID) - Method in interface org.gridgain.grid.spi.GridSpiContext
Gets a node instance based on its ID.
node(UUID) - Method in interface org.gridgain.grid.spi.GridSpiContext2
Gets a node instance based on its ID.
node2id() - Static method in class org.gridgain.grid.lang.GridFunc
Gets closure which converts node to node ID.
node2id8() - Static method in class org.gridgain.grid.lang.GridFunc
Gets closure which converts node to node ID8 representation (shorter and good enough).
NODE_WEIGHT_ATTR_NAME - Static variable in class org.gridgain.grid.spi.loadbalancing.weightedrandom.GridWeightedRandomLoadBalancingSpi
Name of node attribute used to indicate load weight of a node (value is "gridgain.node.weight.attr.name").
nodeAttributes(Collection<? extends GridNode>, String) - Static method in class org.gridgain.grid.lang.GridFunc
Convenient utility method that returns collection of node attributes for a given collection of grid nodes.
nodeForNodeId(UUID) - Static method in class org.gridgain.grid.lang.GridFunc
Creates grid node predicate evaluating on the given node ID.
nodeForNodeIds(Collection<UUID>) - Static method in class org.gridgain.grid.lang.GridFunc
Creates grid node predicate evaluating on the given node IDs.
nodeForNodeIds(UUID...) - Static method in class org.gridgain.grid.lang.GridFunc
Creates grid node predicate evaluating on the given node IDs.
nodeForNodes(Collection<? extends GridNode>) - Static method in class org.gridgain.grid.lang.GridFunc
Creates predicates that evaluates to true for each node in given collection.
nodeForNodes(GridRichNode...) - Static method in class org.gridgain.grid.lang.GridFunc
Creates predicates that evaluates to true for each node in given collection.
nodeId() - Method in interface org.gridgain.grid.cache.GridCacheTx
ID of the node on which this transaction started.
nodeId(UUID) - Method in class org.gridgain.grid.events.GridEventAdapter
Sets ID of the node where even is occurred (i.e. node local to the event).
nodeId() - Method in class org.gridgain.grid.events.GridEventAdapter
Gets ID of the node where event occurred and was recorded.
nodeId() - Method in interface org.gridgain.grid.GridEvent
Gets ID of the node where event occurred and was recorded.
nodeId8(String) - Method in interface org.gridgain.grid.GridProjection
Gets collection of nodes for given node ID8.
nodeId8(String) - Method in class org.gridgain.grid.GridSpringBean
Gets collection of nodes for given node ID8.
nodeId8s(Collection<? extends GridNode>) - Static method in class org.gridgain.grid.lang.GridFunc
Convenient utility method that returns collection of node ID8s for a given collection of grid nodes.
nodeIds(Collection<? extends GridNode>) - Static method in class org.gridgain.grid.lang.GridFunc
Convenient utility method that returns collection of node IDs for a given collection of grid nodes.
nodeIds() - Method in class org.gridgain.grid.lang.GridNodePredicate
Gets array of node IDs this predicate is based on.
nodeLocal() - Method in interface org.gridgain.grid.Grid
Gets node-local storage instance.
nodeLocal() - Method in class org.gridgain.grid.GridSpringBean
Gets node-local storage instance.
nodeLocalCall(Object, GridClosure<Object, T>) - Method in interface org.gridgain.grid.GridRichNode
Runs given closure on this node using value from node local storage of this node.
nodeLocalCallAsync(Object, GridClosure<Object, T>) - Method in interface org.gridgain.grid.GridRichNode
Runs given closure on this node using value from node local storage of this node.
nodeLocalGet(Object) - Method in interface org.gridgain.grid.GridRichNode
Gets node local value from this node with given key.
nodeLocalGetAsync(Object) - Method in interface org.gridgain.grid.GridRichNode
Gets node local value from this node with given key.
nodeLocalPut(Object, Object) - Method in interface org.gridgain.grid.GridRichNode
Puts value into node local storage of this node.
nodeLocalPutAsync(Object, Object) - Method in interface org.gridgain.grid.GridRichNode
Puts value into node local storage of this node.
nodeLocalRun(Object, GridInClosure<Object>) - Method in interface org.gridgain.grid.GridRichNode
Runs given closure on this node using value from node local storage of this node.
nodeLocalRunAsync(Object, GridInClosure<Object>) - Method in interface org.gridgain.grid.GridRichNode
Runs given closure on this node using value from node local storage of this node.
nodes(int, Collection<GridRichNode>) - Method in interface org.gridgain.grid.cache.affinity.GridCacheAffinity
Gets affinity nodes for a partition.
nodes(int, Collection<GridRichNode>) - Method in class org.gridgain.grid.cache.affinity.partitioned.GridCachePartitionedAffinity
Gets affinity nodes for a partition.
nodes(int, Collection<GridRichNode>) - Method in class org.gridgain.grid.cache.affinity.replicated.GridCacheReplicatedAffinity
Gets affinity nodes for a partition.
nodes() - Method in class org.gridgain.grid.GridListenActor
Gets collection of nodes this actor is listening on.
nodes(Collection<UUID>) - Method in interface org.gridgain.grid.GridProjection
Gets collection of grid nodes for given node IDs out of this projection.
nodes(GridPredicate<? super GridRichNode>...) - Method in interface org.gridgain.grid.GridProjection
Gets read-only collections of nodes in this projection that evaluate to true for all given predicates.
nodes(Collection<UUID>) - Method in class org.gridgain.grid.GridSpringBean
Gets collection of grid nodes for given node IDs out of this projection.
nodes(GridPredicate<? super GridRichNode>...) - Method in class org.gridgain.grid.GridSpringBean
Gets read-only collections of nodes in this projection that evaluate to true for all given predicates.
nodes() - Method in class org.gridgain.grid.lang.utils.GridConsistentHash
Gets set of all distinct nodes in the consistent hash (in no particular order).
nodes(Object, int) - Method in class org.gridgain.grid.lang.utils.GridConsistentHash
Gets specified count of adjacent nodes for a given key.
nodes(Object, int, Collection<N>) - Method in class org.gridgain.grid.lang.utils.GridConsistentHash
Gets specified count of adjacent nodes for a given key.
nodes(Object, int, Collection<N>, Collection<N>) - Method in class org.gridgain.grid.lang.utils.GridConsistentHash
Gets specified count of adjacent nodes for a given key.
nodes(Object, int, GridPredicate<N>...) - Method in class org.gridgain.grid.lang.utils.GridConsistentHash
Gets specified count of adjacent nodes for a given key.
nodes(long, long) - Method in interface org.gridgain.grid.spi.discovery.tcp.topologystore.GridTcpDiscoveryTopologyStore
Gets all nodes with topology version greater, than the first parameter value and less or equal to the second parameter value ordered by topology version.
nodes(long, long) - Method in class org.gridgain.grid.spi.discovery.tcp.topologystore.jdbc.GridTcpDiscoveryJdbcTopologyStore
Gets all nodes with topology version greater, than the first parameter value and less or equal to the second parameter value ordered by topology version.
nodes(long, long) - Method in class org.gridgain.grid.spi.discovery.tcp.topologystore.sharedfs.GridTcpDiscoverySharedFsTopologyStore
Gets all nodes with topology version greater, than the first parameter value and less or equal to the second parameter value ordered by topology version.
nodes(long, long) - Method in class org.gridgain.grid.spi.discovery.tcp.topologystore.vm.GridTcpDiscoveryVmTopologyStore
Gets all nodes with topology version greater, than the first parameter value and less or equal to the second parameter value ordered by topology version.
nodes() - Method in interface org.gridgain.grid.spi.GridSpiContext
Gets a collection of all grid nodes.
nodes(GridPredicate<GridNode>...) - Method in interface org.gridgain.grid.spi.GridSpiContext2
Gets a collection of all grid nodes.
none() - Static method in class org.gridgain.grid.lang.GridNullOpt
Factory method that creates "none" option.
none() - Static method in class org.gridgain.grid.lang.GridOpt
Factory method that creates a null option.
NonNegative - Annotation Type in org.gridgain.jsr305
The presence of this annotation on a method parameter indicates that it should a non-negative value.
noop() - Static method in class org.gridgain.grid.lang.GridFunc
Creates an absolute (no-arg) closure that does nothing.
not(GridPredicate<? super T>...) - Static method in class org.gridgain.grid.lang.GridFunc
Negates given predicates.
notContains(Collection<T>) - Static method in class org.gridgain.grid.lang.GridFunc
Provides predicate which returns true if it receives an element that is not contained in the passed in collection.
notEqualTo(T) - Static method in class org.gridgain.grid.lang.GridFunc
Gets predicate that evaluates to true if its free variable is not equal to target or both are null.
notifyListener(GridTcpCommunicationMessage) - Method in class org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpi
 
notIn(Collection<? extends T>) - Static method in class org.gridgain.grid.lang.GridFunc
Gets predicate that returns true if its free variable is not contained in given collection.
notIn(T[]) - Static method in class org.gridgain.grid.lang.GridFunc
Gets predicate that returns true if its free variable is not contained in given array.
notInstanceOf(Class<?>) - Static method in class org.gridgain.grid.lang.GridFunc
Gets predicate that evaluates to true if its free variable is not an instance of the given class.
notNull() - Static method in class org.gridgain.grid.lang.GridFunc
Gets predicate that evaluates to true if its free variable is not null.
NotYetReleased - Annotation Type in org.gridgain.jsr305
Opposite to deprecated this annotations announces a new upcoming feature that will be coming in the next GridGain version.

O

offer(E) - Method in class org.gridgain.grid.lang.utils.GridConcurrentLinkedDeque
Inserts the specified element at the tail of this deque.
offer(E) - Method in class org.gridgain.grid.lang.utils.GridQueue
offerFirst(E) - Method in class org.gridgain.grid.lang.utils.GridConcurrentLinkedDeque
Inserts the specified element at the front of this deque.
offerFirstx(E) - Method in class org.gridgain.grid.lang.utils.GridConcurrentLinkedDeque
Same as GridConcurrentLinkedDeque.offerFirst(Object), but returns new GridConcurrentLinkedDeque.Node.
offerLast(E) - Method in class org.gridgain.grid.lang.utils.GridConcurrentLinkedDeque
Inserts the specified element at the end of this deque.
offerLast(GridConcurrentLinkedDeque.Node<E>) - Method in class org.gridgain.grid.lang.utils.GridConcurrentLinkedDeque
Inserts the specified node at the end of this deque.
offerLastx(E) - Method in class org.gridgain.grid.lang.utils.GridConcurrentLinkedDeque
Same as GridConcurrentLinkedDeque.offerLast(Object), but returns new GridConcurrentLinkedDeque.Node.
offerx(E) - Method in class org.gridgain.grid.lang.utils.GridConcurrentLinkedDeque
Same as GridConcurrentLinkedDeque.offer(Object), but returns new GridConcurrentLinkedDeque.Node.
offerx(E) - Method in class org.gridgain.grid.lang.utils.GridQueue
Same as GridQueue.offer(Object), but returns created node.
oldest() - Method in interface org.gridgain.grid.GridProjection
Gets the oldest node in this topology.
oldest() - Method in class org.gridgain.grid.GridSpringBean
Gets the oldest node in this topology.
oldestx() - Method in interface org.gridgain.grid.GridProjection
Gets the oldest node in this topology.
oldestx() - Method in class org.gridgain.grid.GridSpringBean
Gets the oldest node in this topology.
oldValue() - Method in class org.gridgain.grid.events.GridCacheEvent
 
onAttributeSet(Object, Object) - Method in interface org.gridgain.grid.GridTaskSessionAttributeListener
Called on attribute change (set or update).
onCheckpointRemoved(String) - Method in interface org.gridgain.grid.spi.checkpoint.GridCheckpointListener
Notification for removed checkpoint.
onCollision(GridCollisionContext) - Method in class org.gridgain.grid.spi.collision.fifoqueue.GridFifoQueueCollisionSpi
This is a callback called when either new grid job arrived or executing job finished its execution.
onCollision(GridCollisionContext) - Method in interface org.gridgain.grid.spi.collision.GridCollisionSpi
This is a callback called when either new grid job arrived or executing job finished its execution.
onCollision(GridCollisionContext) - Method in class org.gridgain.grid.spi.collision.jobstealing.GridJobStealingCollisionSpi
This is a callback called when either new grid job arrived or executing job finished its execution.
onCollision(GridCollisionContext) - Method in class org.gridgain.grid.spi.collision.priorityqueue.GridPriorityQueueCollisionSpi
This is a callback called when either new grid job arrived or executing job finished its execution.
onContextDestroyed() - Method in class org.gridgain.grid.spi.checkpoint.cache.GridCacheCheckpointSpi
Callback invoked prior to stopping grid before SPI context is destroyed.
onContextDestroyed() - Method in class org.gridgain.grid.spi.checkpoint.jdbc.GridJdbcCheckpointSpi
Callback invoked prior to stopping grid before SPI context is destroyed.
onContextDestroyed() - Method in class org.gridgain.grid.spi.collision.jobstealing.GridJobStealingCollisionSpi
Callback invoked prior to stopping grid before SPI context is destroyed.
onContextDestroyed() - Method in class org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpi
Callback invoked prior to stopping grid before SPI context is destroyed.
onContextDestroyed() - Method in class org.gridgain.grid.spi.discovery.multicast.GridMulticastDiscoverySpi
Callback invoked prior to stopping grid before SPI context is destroyed.
onContextDestroyed() - Method in class org.gridgain.grid.spi.discovery.tcp.GridTcpDiscoverySpi
Callback invoked prior to stopping grid before SPI context is destroyed.
onContextDestroyed() - Method in interface org.gridgain.grid.spi.GridSpi
Callback invoked prior to stopping grid before SPI context is destroyed.
onContextDestroyed() - Method in class org.gridgain.grid.spi.GridSpiAdapter
Callback invoked prior to stopping grid before SPI context is destroyed.
onContextDestroyed() - Method in class org.gridgain.grid.spi.loadbalancing.adaptive.GridAdaptiveLoadBalancingSpi
Callback invoked prior to stopping grid before SPI context is destroyed.
onContextDestroyed() - Method in class org.gridgain.grid.spi.loadbalancing.roundrobin.GridRoundRobinLoadBalancingSpi
Callback invoked prior to stopping grid before SPI context is destroyed.
onContextDestroyed() - Method in class org.gridgain.grid.spi.loadbalancing.weightedrandom.GridWeightedRandomLoadBalancingSpi
Callback invoked prior to stopping grid before SPI context is destroyed.
onContextInitialized(GridSpiContext) - Method in class org.gridgain.grid.spi.checkpoint.cache.GridCacheCheckpointSpi
Callback invoked when SPI context is initialized.
onContextInitialized(GridSpiContext) - Method in class org.gridgain.grid.spi.collision.jobstealing.GridJobStealingCollisionSpi
Callback invoked when SPI context is initialized.
onContextInitialized(GridSpiContext) - Method in class org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpi
Callback invoked when SPI context is initialized.
onContextInitialized(GridSpiContext) - Method in class org.gridgain.grid.spi.discovery.multicast.GridMulticastDiscoverySpi
Callback invoked when SPI context is initialized.
onContextInitialized(GridSpiContext) - Method in class org.gridgain.grid.spi.discovery.tcp.GridTcpDiscoverySpi
Callback invoked when SPI context is initialized.
onContextInitialized(GridSpiContext) - Method in interface org.gridgain.grid.spi.GridSpi
Callback invoked when SPI context is initialized.
onContextInitialized(GridSpiContext) - Method in class org.gridgain.grid.spi.GridSpiAdapter
Callback invoked when SPI context is initialized.
onContextInitialized(GridSpiContext) - Method in class org.gridgain.grid.spi.loadbalancing.adaptive.GridAdaptiveLoadBalancingSpi
Callback invoked when SPI context is initialized.
onContextInitialized(GridSpiContext) - Method in class org.gridgain.grid.spi.loadbalancing.roundrobin.GridRoundRobinLoadBalancingSpi
Callback invoked when SPI context is initialized.
onContextInitialized(GridSpiContext) - Method in class org.gridgain.grid.spi.loadbalancing.weightedrandom.GridWeightedRandomLoadBalancingSpi
Callback invoked when SPI context is initialized.
onDiscovery(int, long, GridNode) - Method in interface org.gridgain.grid.spi.discovery.GridDiscoverySpiListener
Notification for grid node discovery events.
onEntryAccessed(boolean, GridCacheEntry<K, V>) - Method in class org.gridgain.grid.cache.eviction.always.GridCacheAlwaysEvictionPolicy
Callback for whenever entry is accessed.
onEntryAccessed(boolean, GridCacheEntry<K, V>) - Method in class org.gridgain.grid.cache.eviction.fifo.GridCacheFifoEvictionPolicy
Callback for whenever entry is accessed.
onEntryAccessed(boolean, GridCacheEntry<K, V>) - Method in interface org.gridgain.grid.cache.eviction.GridCacheEvictionPolicy
Callback for whenever entry is accessed.
onEntryAccessed(boolean, GridCacheEntry<K, V>) - Method in class org.gridgain.grid.cache.eviction.lirs.GridCacheLirsEvictionPolicy
Callback for whenever entry is accessed.
onEntryAccessed(boolean, GridCacheEntry<K, V>) - Method in class org.gridgain.grid.cache.eviction.lru.GridCacheLruEvictionPolicy
Callback for whenever entry is accessed.
onEntryAccessed(boolean, GridCacheEntry<K, V>) - Method in class org.gridgain.grid.cache.eviction.never.GridCacheNeverEvictionPolicy
Callback for whenever entry is accessed.
onEntryAccessed(boolean, GridCacheEntry<K, V>) - Method in class org.gridgain.grid.cache.eviction.random.GridCacheRandomEvictionPolicy
Callback for whenever entry is accessed.
onError(Throwable) - Method in class org.gridgain.grid.GridListenActor
This method is called in case when method GridListenActor.receive(UUID, Object) threw an exception.
onEvent(GridEvent) - Method in interface org.gridgain.grid.GridLocalEventListener
Local event callback.
oneWay() - Method in class org.gridgain.grid.GridJobOneWayAdapter
This method is called by GridJobOneWayAdapter.execute() and allows to avoid manual return null.
onExternalCollision() - Method in interface org.gridgain.grid.spi.collision.GridCollisionExternalListener
Callback invoked by Collision SPI whenever an external collision event occurs.
onFinished(GridTaskFuture<?>) - Method in interface org.gridgain.grid.GridTaskListener
Deprecated. 
onGc(E) - Method in class org.gridgain.grid.lang.utils.GridConcurrentPhantomHashSet
This method is called on every element when it gets GC-ed.
onGc(E) - Method in class org.gridgain.grid.lang.utils.GridConcurrentWeakHashSet
This method is called on every element when it gets GC-ed.
onLifecycleEvent(GridLifecycleEventType) - Method in interface org.gridgain.grid.GridLifecycleBean
This method is called when lifecycle event occurs.
onMessage(UUID, Object) - Method in interface org.gridgain.grid.GridMessageListener
Deprecated. 
onStateChange(String, GridFactoryState) - Method in interface org.gridgain.grid.GridFactoryListener
Listener for grid factory state change notifications.
onStateChanged(GridCacheTxState, GridCacheTxState, GridCacheTx) - Method in interface org.gridgain.grid.cache.GridCacheTxSynchronization
State change callback for transaction.
onSwapEvent(int, String, byte[]) - Method in interface org.gridgain.grid.spi.swapspace.GridSwapSpaceSpiListener
Notification for swap space events.
onUnregistered(ClassLoader) - Method in interface org.gridgain.grid.spi.deployment.GridDeploymentListener
Called when a deployment has been unregistered..
opt(GridOpt<T>, GridInClosure<? super T>) - Static method in class org.gridgain.grid.lang.GridFunc
Converts given option and closure into absolute closure that does nothing if option is a none value, or applies in closure if option is some value.
opt(GridOpt<T>, GridClosure<T, R>, R) - Static method in class org.gridgain.grid.lang.GridFunc
Converts given option and closure into output closure that does nothing and returns default value if option is a none value, or applies input closure and returns its value if option is some value.
or(Collection<? extends GridPredicate<? super T>>) - Static method in class org.gridgain.grid.lang.GridFunc
Get a predicate that evaluates to true if any of its component predicates evaluates to true.
or(GridPredicate<? super T>[], GridPredicate<? super T>...) - Static method in class org.gridgain.grid.lang.GridFunc
Get a predicate that evaluates to true if any of its component predicates evaluates to true.
or(GridPredicate<? super T>...) - Static method in class org.gridgain.grid.lang.GridFunc
Get a predicate that evaluates to true if any of its component predicates evaluates to true.
or(GridPredicate<? super D>, GridPredicate<? super B>) - Static method in class org.gridgain.grid.lang.GridFunc
Gets OR-composition predicate out of two provided predicates.
order() - Method in interface org.gridgain.grid.GridNode
Node order within grid topology.
order() - Method in interface org.gridgain.grid.GridNodeShadow
Node order within grid topology.
orElse(GridOpt<T>) - Method in class org.gridgain.grid.lang.GridOpt
If GridOpt.isSome() returns this, otherwise given option.
org.gridgain.grid - package org.gridgain.grid
icon Start Here  Contains main Compute Grid APIs.
org.gridgain.grid.benchmarks - package org.gridgain.grid.benchmarks
icon Contains benchmarks that can be used in heterogeneous environment.
org.gridgain.grid.cache - package org.gridgain.grid.cache
icon Start Here  Contains main Data Grid APIs.
org.gridgain.grid.cache.affinity - package org.gridgain.grid.cache.affinity
icon Contains cache node affinity implementations.
org.gridgain.grid.cache.affinity.partitioned - package org.gridgain.grid.cache.affinity.partitioned
icon Contains cache affinity for partitioned cache.
org.gridgain.grid.cache.affinity.replicated - package org.gridgain.grid.cache.affinity.replicated
icon Contains cache affinity for replicated cache.
org.gridgain.grid.cache.cloner - package org.gridgain.grid.cache.cloner
icon Contains cache cloner implementations.
org.gridgain.grid.cache.datastructures - package org.gridgain.grid.cache.datastructures
icon Contains distributed data structures that work on top of data grid.
org.gridgain.grid.cache.eviction - package org.gridgain.grid.cache.eviction
icon Contains cache eviction policy implementations.
org.gridgain.grid.cache.eviction.always - package org.gridgain.grid.cache.eviction.always
icon Contains cache Always eviction policy implementations.
org.gridgain.grid.cache.eviction.fifo - package org.gridgain.grid.cache.eviction.fifo
icon Contains cache FIFO eviction policy implementations.
org.gridgain.grid.cache.eviction.lirs - package org.gridgain.grid.cache.eviction.lirs
icon Contains cache LIRS eviction policy implementations.
org.gridgain.grid.cache.eviction.lru - package org.gridgain.grid.cache.eviction.lru
icon Contains cache LRU eviction policy implementations.
org.gridgain.grid.cache.eviction.never - package org.gridgain.grid.cache.eviction.never
icon Contains cache Never eviction policy implementations.
org.gridgain.grid.cache.eviction.random - package org.gridgain.grid.cache.eviction.random
icon Contains cache randomized eviction policy implementations.
org.gridgain.grid.cache.jta - package org.gridgain.grid.cache.jta
icon Contains JTA (Java Transaction API) related public classes and interfaces.
org.gridgain.grid.cache.jta.jndi - package org.gridgain.grid.cache.jta.jndi
icon Contains JNDI-based transaction manager lookup.
org.gridgain.grid.cache.jta.reflect - package org.gridgain.grid.cache.jta.reflect
icon Contains reflection-based transaction manager lookup.
org.gridgain.grid.cache.query - package org.gridgain.grid.cache.query
icon Contains query related public classes and interfaces.
org.gridgain.grid.cache.store - package org.gridgain.grid.cache.store
icon Contains cache store interfaces.
org.gridgain.grid.cache.store.hibernate - package org.gridgain.grid.cache.store.hibernate
icon Contains reference Hibernate-based cache store implementation.
org.gridgain.grid.cache.store.jdbc - package org.gridgain.grid.cache.store.jdbc
icon Contains reference JDBC-based cache store implementation.
org.gridgain.grid.editions - package org.gridgain.grid.editions
icon Contains annotations for types that are available in Enterprise edition only.
org.gridgain.grid.events - package org.gridgain.grid.events
icon Contains various events emitted by GridGain.
org.gridgain.grid.gridify - package org.gridgain.grid.gridify
icon Contains APIs utilized for AOP-based grid-enabling.
org.gridgain.grid.lang - package org.gridgain.grid.lang
icon Contains general language constructs and functional APIs.
org.gridgain.grid.lang.utils - package org.gridgain.grid.lang.utils
icon Contains general utility collections.
org.gridgain.grid.loaders - package org.gridgain.grid.loaders
icon Contains loaders.
org.gridgain.grid.loaders.cmdline - package org.gridgain.grid.loaders.cmdline
icon Contains default command line loader.
org.gridgain.grid.loaders.glassfish - package org.gridgain.grid.loaders.glassfish
icon Contains GlassFish loader.
org.gridgain.grid.loaders.jboss - package org.gridgain.grid.loaders.jboss
icon Contains JBoss loader.
org.gridgain.grid.loaders.servlet - package org.gridgain.grid.loaders.servlet
icon Contains servlet-based loader.
org.gridgain.grid.loaders.tomcat - package org.gridgain.grid.loaders.tomcat
icon Contains Tomcat loader.
org.gridgain.grid.loaders.weblogic - package org.gridgain.grid.loaders.weblogic
icon Contains WebLogic loader.
org.gridgain.grid.loaders.websphere - package org.gridgain.grid.loaders.websphere
icon Contains Websphere loader.
org.gridgain.grid.logger - package org.gridgain.grid.logger
icon Contains logging functionality used throughout the system.
org.gridgain.grid.logger.java - package org.gridgain.grid.logger.java
icon Contains Java logging implementation for logging.
org.gridgain.grid.logger.jboss - package org.gridgain.grid.logger.jboss
icon Contains JBoss implementation for logging.
org.gridgain.grid.logger.jcl - package org.gridgain.grid.logger.jcl
icon Contains Jakarta commons logging implementation for logging.
org.gridgain.grid.logger.log4j - package org.gridgain.grid.logger.log4j
icon Contains Log4j implementation for logging.
org.gridgain.grid.logger.slf4j - package org.gridgain.grid.logger.slf4j
icon Contains SLF4J implementation for logging.
org.gridgain.grid.logger.tomcat - package org.gridgain.grid.logger.tomcat
icon Contains Tomcat implementation for logging.
org.gridgain.grid.marshaller - package org.gridgain.grid.marshaller
icon Contains marshalling functionality used throughout the system.
org.gridgain.grid.marshaller.jboss - package org.gridgain.grid.marshaller.jboss
icon Contains JBoss Serialization based marshaller.
org.gridgain.grid.marshaller.jdk - package org.gridgain.grid.marshaller.jdk
icon Contains JDK java.io based marshaller.
org.gridgain.grid.marshaller.optimized - package org.gridgain.grid.marshaller.optimized
icon Contains default Optimized marshaller.
org.gridgain.grid.marshaller.xstream - package org.gridgain.grid.marshaller.xstream
icon Contains XStream (http://xstream.codehaus.org/) based marshaller.
org.gridgain.grid.resources - package org.gridgain.grid.resources
icon Contains resource injection annotations.
org.gridgain.grid.segmentation - package org.gridgain.grid.segmentation
icon Contains segmentation "split-brain" related classes.
org.gridgain.grid.segmentation.reachability - package org.gridgain.grid.segmentation.reachability
icon Contains segmentation resolver implementation based on JDK InetAddress.isReachable().
org.gridgain.grid.segmentation.sharedfs - package org.gridgain.grid.segmentation.sharedfs
icon Contains shared file system segmentation resolver implementation.
org.gridgain.grid.segmentation.tcp - package org.gridgain.grid.segmentation.tcp
icon Contains TCP segmentation resolver implementation.
org.gridgain.grid.spi - package org.gridgain.grid.spi
icon Contains common classes and interfaces for SPI implementations.
org.gridgain.grid.spi.checkpoint - package org.gridgain.grid.spi.checkpoint
icon Contains APIs for checkpoint manager SPI.
org.gridgain.grid.spi.checkpoint.cache - package org.gridgain.grid.spi.checkpoint.cache
icon Contains cache implementation for checkpoint SPI.
org.gridgain.grid.spi.checkpoint.jdbc - package org.gridgain.grid.spi.checkpoint.jdbc
icon Contains JDBC implementation for checkpoint SPI.
org.gridgain.grid.spi.checkpoint.s3 - package org.gridgain.grid.spi.checkpoint.s3
icon Contains S3-based implementation for checkpoint SPI.
org.gridgain.grid.spi.checkpoint.sharedfs - package org.gridgain.grid.spi.checkpoint.sharedfs
icon Contains default shared file system implementation for checkpoint SPI.
org.gridgain.grid.spi.collision - package org.gridgain.grid.spi.collision
icon Contains APIs for collision SPI.
org.gridgain.grid.spi.collision.fifoqueue - package org.gridgain.grid.spi.collision.fifoqueue
icon Contains default FIFO based collision SPI implementation.
org.gridgain.grid.spi.collision.jobstealing - package org.gridgain.grid.spi.collision.jobstealing
icon Contains job stealing collision SPI implementation.
org.gridgain.grid.spi.collision.priorityqueue - package org.gridgain.grid.spi.collision.priorityqueue
icon Contains priority based collision SPI implementation.
org.gridgain.grid.spi.communication - package org.gridgain.grid.spi.communication
icon Contains APIs for grid communication SPI.
org.gridgain.grid.spi.communication.tcp - package org.gridgain.grid.spi.communication.tcp
icon Contains default TCP/IP-based implementation for communication SPI.
org.gridgain.grid.spi.deployment - package org.gridgain.grid.spi.deployment
icon Contains APIs for deployment SPI.
org.gridgain.grid.spi.deployment.local - package org.gridgain.grid.spi.deployment.local
icon Contains default local deployment SPI implementation.
org.gridgain.grid.spi.deployment.uri - package org.gridgain.grid.spi.deployment.uri
icon Contains URI-based deployment SPI implementation.
org.gridgain.grid.spi.discovery - package org.gridgain.grid.spi.discovery
icon Contains APIs for topology manager SPI.
org.gridgain.grid.spi.discovery.multicast - package org.gridgain.grid.spi.discovery.multicast
icon Contains default IP-multicast implementation for discovery SPI.
org.gridgain.grid.spi.discovery.tcp - package org.gridgain.grid.spi.discovery.tcp
icon Contains TCP implementation for discovery SPI.
org.gridgain.grid.spi.discovery.tcp.ipfinder - package org.gridgain.grid.spi.discovery.tcp.ipfinder
icon Contains IP finder interface and adapter.
org.gridgain.grid.spi.discovery.tcp.ipfinder.jdbc - package org.gridgain.grid.spi.discovery.tcp.ipfinder.jdbc
icon Contains JDBC IP finder implementation.
org.gridgain.grid.spi.discovery.tcp.ipfinder.s3 - package org.gridgain.grid.spi.discovery.tcp.ipfinder.s3
icon Contains AWS S3-based IP finder.
org.gridgain.grid.spi.discovery.tcp.ipfinder.sharedfs - package org.gridgain.grid.spi.discovery.tcp.ipfinder.sharedfs
icon Contains shared filesystem-based IP finder.
org.gridgain.grid.spi.discovery.tcp.ipfinder.vm - package org.gridgain.grid.spi.discovery.tcp.ipfinder.vm
icon Contains local JVM-based IP finder.
org.gridgain.grid.spi.discovery.tcp.metricsstore - package org.gridgain.grid.spi.discovery.tcp.metricsstore
icon Contains metrics store interface.
org.gridgain.grid.spi.discovery.tcp.metricsstore.jdbc - package org.gridgain.grid.spi.discovery.tcp.metricsstore.jdbc
icon Contains JDBC implementation of metrics store.
org.gridgain.grid.spi.discovery.tcp.metricsstore.s3 - package org.gridgain.grid.spi.discovery.tcp.metricsstore.s3
icon Contains Amazon S3 implementation of metrics store.
org.gridgain.grid.spi.discovery.tcp.metricsstore.sharedfs - package org.gridgain.grid.spi.discovery.tcp.metricsstore.sharedfs
icon Contains shared file system based implementation of metrics store.
org.gridgain.grid.spi.discovery.tcp.metricsstore.vm - package org.gridgain.grid.spi.discovery.tcp.metricsstore.vm
icon Contains local VM metrics store implementation.
org.gridgain.grid.spi.discovery.tcp.topologystore - package org.gridgain.grid.spi.discovery.tcp.topologystore
icon Contains topology store interface.
org.gridgain.grid.spi.discovery.tcp.topologystore.jdbc - package org.gridgain.grid.spi.discovery.tcp.topologystore.jdbc
icon Contains JDBC implementation of topology store.
org.gridgain.grid.spi.discovery.tcp.topologystore.sharedfs - package org.gridgain.grid.spi.discovery.tcp.topologystore.sharedfs
icon Contains shared file system based implementation of topology store.
org.gridgain.grid.spi.discovery.tcp.topologystore.vm - package org.gridgain.grid.spi.discovery.tcp.topologystore.vm
icon Contains local VM topology store implementation.
org.gridgain.grid.spi.eventstorage - package org.gridgain.grid.spi.eventstorage
icon Contains APIs for event storage SPI.
org.gridgain.grid.spi.eventstorage.memory - package org.gridgain.grid.spi.eventstorage.memory
icon Contains default in-memory implementation for event storage SPI.
org.gridgain.grid.spi.failover - package org.gridgain.grid.spi.failover
icon Contains APIs for failover SPI.
org.gridgain.grid.spi.failover.always - package org.gridgain.grid.spi.failover.always
icon Contains default "always" failover SPI.
org.gridgain.grid.spi.failover.jobstealing - package org.gridgain.grid.spi.failover.jobstealing
icon Contains "job-stealing" failover SPI.
org.gridgain.grid.spi.failover.never - package org.gridgain.grid.spi.failover.never
icon Contains "never" failover SPI.
org.gridgain.grid.spi.loadbalancing - package org.gridgain.grid.spi.loadbalancing
icon Contains APIs for load balancing SPI.
org.gridgain.grid.spi.loadbalancing.adaptive - package org.gridgain.grid.spi.loadbalancing.adaptive
icon Contains adaptive load balancing SPI.
org.gridgain.grid.spi.loadbalancing.roundrobin - package org.gridgain.grid.spi.loadbalancing.roundrobin
icon Contains default round-robin implementation for load balancing SPI.
org.gridgain.grid.spi.loadbalancing.weightedrandom - package org.gridgain.grid.spi.loadbalancing.weightedrandom
icon Contains weighted random-base implementation for load balancing SPI.
org.gridgain.grid.spi.metrics - package org.gridgain.grid.spi.metrics
icon Contains APIs for metrics SPI.
org.gridgain.grid.spi.metrics.jdk - package org.gridgain.grid.spi.metrics.jdk
icon Contains default basic JVM-based metrics SPI implementation.
org.gridgain.grid.spi.swapspace - package org.gridgain.grid.spi.swapspace
icon Contains APIs for swap space SPI.
org.gridgain.grid.spi.swapspace.file - package org.gridgain.grid.spi.swapspace.file
icon Contains default file-based swap space SPI.
org.gridgain.grid.spi.topology - package org.gridgain.grid.spi.topology
icon Contains APIs for topology SPI.
org.gridgain.grid.spi.topology.attributes - package org.gridgain.grid.spi.topology.attributes
icon Contains attributes based topology SPI implementation.
org.gridgain.grid.spi.topology.basic - package org.gridgain.grid.spi.topology.basic
icon Contains default basic topology SPI implementation.
org.gridgain.grid.spi.topology.nodefilter - package org.gridgain.grid.spi.topology.nodefilter
icon Contains topology SPI implementation based on filtering node metrics.
org.gridgain.grid.test - package org.gridgain.grid.test
icon Contains common classes for JUnit integration.
org.gridgain.grid.test.junit3 - package org.gridgain.grid.test.junit3
icon Contains JUnit 3 integration.
org.gridgain.grid.test.junit4 - package org.gridgain.grid.test.junit4
icon Contains JUnit 4 integration.
org.gridgain.grid.thread - package org.gridgain.grid.thread
icon Contains threads-related utility classes.
org.gridgain.grid.tools.ant.gar - package org.gridgain.grid.tools.ant.gar
icon Contains Ant task for generating GAR file.
org.gridgain.grid.typedef - package org.gridgain.grid.typedef
icon Contains typedefs definitions for frequently used classes.
org.gridgain.jsr305 - package org.gridgain.jsr305
icon Contains stop-gap implementation for JSR-305 annotations.
originalNode() - Method in interface org.gridgain.grid.GridRichNode
Gets the original grid node wrapped by this rich interface.
others(GridPredicate<? super GridRichNode>...) - Method in interface org.gridgain.grid.GridRichNode
Gets projection of all other nodes in the grid excluding this node.
outJobs(Collection<? extends T>) - Static method in class org.gridgain.grid.lang.GridFunc
Converts collection of out closures to the read only collection of grid jobs.
outJobs(Callable<?>...) - Static method in class org.gridgain.grid.lang.GridFunc
Converts array of out closures to the collection of grid jobs.
overflowSize() - Method in interface org.gridgain.grid.cache.GridCache
Gets size (in bytes) of all entries swapped to disk.

P

P1<E1> - Class in org.gridgain.grid.typedef
Defines alias for GridPredicate by extending it.
P1() - Constructor for class org.gridgain.grid.typedef.P1
 
P2<T1,T2> - Class in org.gridgain.grid.typedef
Defines alias for GridPredicate2 by extending it.
P2() - Constructor for class org.gridgain.grid.typedef.P2
 
P3<T1,T2,T3> - Class in org.gridgain.grid.typedef
Defines alias for GridPredicate3 by extending it.
P3() - Constructor for class org.gridgain.grid.typedef.P3
 
PA - Class in org.gridgain.grid.typedef
Defines alias for GridAbsPredicate by extending it.
PA() - Constructor for class org.gridgain.grid.typedef.PA
 
pageSize(int) - Method in interface org.gridgain.grid.cache.query.GridCacheQueryBase
Sets result page size.
pageSize() - Method in interface org.gridgain.grid.cache.query.GridCacheQueryBase
Gets query result page size.
pair(T, T) - Static method in class org.gridgain.grid.lang.GridFunc
Creates pair out of given two objects.
parent() - Method in interface org.gridgain.grid.cache.GridCacheEntry
Cache projection to which this entry belongs.
parent() - Method in interface org.gridgain.grid.cache.GridCacheProjection
Returns parent projection from which this projection was created.
parent() - Method in interface org.gridgain.grid.GridProjection
Gets parent projection or null if this project is an instance of Grid interface, i.e.
parent() - Method in class org.gridgain.grid.GridSpringBean
Gets parent projection or null if this project is an instance of Grid interface, i.e.
part(int) - Method in class org.gridgain.grid.lang.GridEither
Gets nth part or element for this product.
part(int) - Method in class org.gridgain.grid.lang.GridNullOpt
Gets nth part or element for this product.
part(int) - Method in class org.gridgain.grid.lang.GridOpt
Gets nth part or element for this product.
part(int) - Method in class org.gridgain.grid.lang.GridTuple
Gets nth part or element for this product.
part(int) - Method in class org.gridgain.grid.lang.GridTuple2
Gets nth part or element for this product.
part(int) - Method in class org.gridgain.grid.lang.GridTuple3
Gets nth part or element for this product.
part(int) - Method in class org.gridgain.grid.lang.GridTuple4
Gets nth part or element for this product.
part(int) - Method in class org.gridgain.grid.lang.GridTuple5
Gets nth part or element for this product.
part(int) - Method in class org.gridgain.grid.lang.GridTupleV
Gets nth part or element for this product.
part(int) - Method in interface org.gridgain.grid.lang.GridTypedProduct
Gets nth part or element for this product.
PART_ID_SEPARATOR - Static variable in class org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpi
Separator for partition ID.
partition(K) - Method in interface org.gridgain.grid.cache.affinity.GridCacheAffinity
Gets partition number for a given key starting from 0.
partition(K) - Method in class org.gridgain.grid.cache.affinity.partitioned.GridCachePartitionedAffinity
Gets partition number for a given key starting from 0.
partition(K) - Method in class org.gridgain.grid.cache.affinity.replicated.GridCacheReplicatedAffinity
Gets partition number for a given key starting from 0.
partition() - Method in interface org.gridgain.grid.cache.GridCacheEntry
Gets affinity partition id for this entry.
partition(K) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Gets partition id for the given key.
partition() - Method in class org.gridgain.grid.events.GridCacheEvent
Gets partition for the event which is the partition the key belongs to.
partition() - Method in class org.gridgain.grid.events.GridCachePreloadEvent
Gets partition for the event.
partition(Iterable<? extends V>, GridPredicate<? super V>) - Static method in class org.gridgain.grid.lang.GridFunc
Partitions input collection in two: first containing elements for which given predicate evaluates to true - and second containing the elements for which predicate evaluates to false.
partition(V[], GridPredicate<? super V>) - Static method in class org.gridgain.grid.lang.GridFunc
Partitions input array in two: first containing elements for which given predicate evaluates to true - and second containing the elements for which predicate evaluates to false.
partition(Map<? extends K, ? extends V>, GridPredicate2<? super K, ? super V>) - Static method in class org.gridgain.grid.lang.GridFunc
Partitions input map in two: first containing entries for which given predicate evaluates to true - and second containing the entries for which predicate evaluates to false.
partition() - Method in class org.gridgain.grid.spi.swapspace.GridSwapKey
 
partitions() - Method in interface org.gridgain.grid.cache.affinity.GridCacheAffinity
Gets total number of partitions available.
partitions() - Method in class org.gridgain.grid.cache.affinity.partitioned.GridCachePartitionedAffinity
Gets total number of partitions available.
partitions() - Method in class org.gridgain.grid.cache.affinity.replicated.GridCacheReplicatedAffinity
Gets total number of partitions available.
partitions() - Method in interface org.gridgain.grid.cache.GridCacheProjection
Gets number of partitions in cache according to configured affinity function.
partitions(String) - Method in class org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpi
Gets partitions IDs that are stored in the passed in space.
partitions(String) - Method in interface org.gridgain.grid.spi.swapspace.GridSwapSpaceSpi
Gets partitions IDs that are stored in the passed in space.
pattern() - Method in interface org.gridgain.grid.GridScheduleFuture
Gets scheduling pattern.
PCE<K,V> - Class in org.gridgain.grid.typedef
Defines alias for GridPredicate<GridCacheEntry<K, V>> by extending GridPredicate.
PCE() - Constructor for class org.gridgain.grid.typedef.PCE
 
PE - Class in org.gridgain.grid.typedef
Defines alias for GridPredicate<GridEvent> by extending GridPredicate.
PE() - Constructor for class org.gridgain.grid.typedef.PE
 
peek() - Method in interface org.gridgain.grid.cache.datastructures.GridCacheQueue
Retrieves, but does not remove, the head of this queue, or returns null if this queue is empty.
peek() - Method in interface org.gridgain.grid.cache.GridCacheEntry
This method has the same semantic as GridCacheProjection.peek(Object) method.
peek(GridPredicate<? super GridCacheEntry<K, V>>...) - Method in interface org.gridgain.grid.cache.GridCacheEntry
This method has the same semantic as GridCacheProjection.peek(Object, GridPredicate[]) method.
peek(GridCachePeekMode) - Method in interface org.gridgain.grid.cache.GridCacheEntry
This method has the same semantic as GridCacheProjection.peek(Object, GridCachePeekMode...) method.
peek(GridCachePeekMode...) - Method in interface org.gridgain.grid.cache.GridCacheEntry
This method has the same semantic as GridCacheProjection.peek(Object, GridCachePeekMode...) method.
peek(Collection<GridCachePeekMode>) - Method in interface org.gridgain.grid.cache.GridCacheEntry
This method has the same semantic as GridCacheProjection.peek(Object, Collection) method.
peek(K) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Peeks at in-memory cached value using default GridCachePeekMode.SMART peek mode.
peek(K, GridPredicate<? super GridCacheEntry<K, V>>...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Peeks at in-memory cached value using default GridCachePeekMode.SMART peek mode.
peek(K, GridCachePeekMode...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Peeks at cached value using optional set of peek modes.
peek(K, Collection<GridCachePeekMode>) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Peeks at cached value using optional set of peek modes.
peek() - Method in class org.gridgain.grid.lang.utils.GridConcurrentLinkedDeque
peek() - Method in class org.gridgain.grid.lang.utils.GridQueue
peekAll(Collection<? extends K>) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Peeks at in-memory cached values using default GridCachePeekMode.SMART peek mode.
peekAll(Collection<? extends K>, GridPredicate<? super GridCacheEntry<K, V>>...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Peeks at in-memory cached value using default GridCachePeekMode.SMART peek mode.
peekAll(K...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Peeks at in-memory cached values using default GridCachePeekMode.SMART peek mode.
peekAll(GridPredicate<? super GridCacheEntry<K, V>>...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Peeks at in-memory cached value using default GridCachePeekMode.SMART peek mode.
peekAll(Collection<? extends K>, GridCachePeekMode...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Peeks at cached values using optional set of peek modes.
peekAll(Collection<? extends K>, Collection<GridCachePeekMode>) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Peeks at cached values using optional set of peek modes.
peekAllAsync(Collection<? extends K>, GridCachePeekMode...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Asynchronously peeks at cached values using optional set of peek modes.
peekAllAsync(Collection<? extends K>, Collection<GridCachePeekMode>) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Asynchronously peeks at cached values using optional set of peek modes.
peekAsync() - Method in interface org.gridgain.grid.cache.datastructures.GridCacheQueue
Asynchronously retrieves, but does not remove, the head of this queue.
peekAsync(GridCachePeekMode...) - Method in interface org.gridgain.grid.cache.GridCacheEntry
This method has the same semantic as GridCacheProjection.peekAsync(Object, GridCachePeekMode...)
peekAsync(Collection<GridCachePeekMode>) - Method in interface org.gridgain.grid.cache.GridCacheEntry
This method has the same semantic as GridCacheProjection.peekAsync(Object, Collection) method.
peekAsync(K, GridCachePeekMode...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Asynchronously peeks at cached value using optional set of peek modes.
peekAsync(K, Collection<GridCachePeekMode>) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Asynchronously peeks at cached value using optional set of peek modes.
peekFirst() - Method in class org.gridgain.grid.lang.utils.GridConcurrentLinkedDeque
peekLast() - Method in interface org.gridgain.grid.cache.datastructures.GridCacheQueue
Retrieves, but does not remove, the tail of this queue, or returns null if this queue is empty.
peekLast() - Method in class org.gridgain.grid.lang.utils.GridConcurrentLinkedDeque
peekLastAsync() - Method in interface org.gridgain.grid.cache.datastructures.GridCacheQueue
Asynchronously retrieves, but does not remove, the tail of this queue.
peekx() - Method in class org.gridgain.grid.lang.utils.GridQueue
 
peerDeployLike(Object) - Method in class org.gridgain.grid.lang.GridLambdaAdapter
Sets object that from which peer deployment information will be copied, i.e. this lambda object will be peer deployed using the same class loader as given object.
ping() - Method in interface org.gridgain.grid.GridRichNode
Pings this node.
pingNode(UUID) - Method in interface org.gridgain.grid.Grid
Pings a remote node.
pingNode(String) - Method in interface org.gridgain.grid.GridKernalMBean
Pings node with given node ID to see whether it is alive.
pingNode(UUID) - Method in class org.gridgain.grid.GridSpringBean
Pings a remote node.
pingNode(UUID) - Method in interface org.gridgain.grid.spi.discovery.GridDiscoverySpi
Pings the remote node to see if it's alive.
pingNode(UUID) - Method in class org.gridgain.grid.spi.discovery.multicast.GridMulticastDiscoverySpi
Pings the remote node to see if it's alive.
pingNode(UUID) - Method in class org.gridgain.grid.spi.discovery.tcp.GridTcpDiscoverySpi
Pings the remote node to see if it's alive.
pingNode(UUID) - Method in interface org.gridgain.grid.spi.GridSpiContext
Pings a remote node.
pingNode(UUID) - Method in interface org.gridgain.grid.spi.GridSpiContext2
Pings a remote node.
pingNodeByAddress(String) - Method in interface org.gridgain.grid.GridKernalMBean
Pings node with given host name to see if it is alive.
PKV<K,V> - Class in org.gridgain.grid.typedef
Defines alias for GridPredicate2<K, V> by extending GridPredicate.
PKV() - Constructor for class org.gridgain.grid.typedef.PKV
 
PN - Class in org.gridgain.grid.typedef
Defines alias for GridPredicate<GridRichNode> by extending GridPredicate.
PN() - Constructor for class org.gridgain.grid.typedef.PN
 
poll() - Method in interface org.gridgain.grid.cache.datastructures.GridCacheQueue
Retrieves and removes the head item of the queue, or returns null if this queue is empty.
poll() - Method in class org.gridgain.grid.lang.utils.GridConcurrentLinkedDeque
poll() - Method in class org.gridgain.grid.lang.utils.GridQueue
Polls element from head of the queue.
pollAsync() - Method in interface org.gridgain.grid.cache.datastructures.GridCacheQueue
Asynchronously retrieves and removes the head item of the queue.
pollFirst() - Method in class org.gridgain.grid.lang.utils.GridConcurrentLinkedDeque
pollFirst() - Method in class org.gridgain.grid.lang.utils.GridConcurrentSkipListSet
pollFirstx() - Method in class org.gridgain.grid.lang.utils.GridConcurrentLinkedDeque
Returns tuple of item and node or null if deque is empty.
pollLast() - Method in interface org.gridgain.grid.cache.datastructures.GridCacheQueue
Retrieves and removes the tail item of the queue, or returns null if this queue is empty.
pollLast() - Method in class org.gridgain.grid.lang.utils.GridConcurrentLinkedDeque
pollLast() - Method in class org.gridgain.grid.lang.utils.GridConcurrentSkipListSet
pollLastAsync() - Method in interface org.gridgain.grid.cache.datastructures.GridCacheQueue
Retrieves and removes the tail item of the queue.
pollx() - Method in class org.gridgain.grid.lang.utils.GridConcurrentLinkedDeque
Returns tuple of item and node or null if deque is empty.
pop() - Method in class org.gridgain.grid.lang.utils.GridConcurrentLinkedDeque
position(T) - Method in interface org.gridgain.grid.cache.datastructures.GridCacheQueue
Gets position of the specified item in the queue.
Positive - Annotation Type in org.gridgain.jsr305
The presence of this annotation on a method parameter indicates that it should a positive value.
predicate() - Method in interface org.gridgain.grid.GridFuture
Gets predicate that evaluates to true if this future is done at the moment of evaluation.
predicate() - Method in interface org.gridgain.grid.GridProjection
Gets predicate that defines a subset of nodes for this projection at the time of the call.
predicate() - Method in class org.gridgain.grid.GridSpringBean
Gets predicate that defines a subset of nodes for this projection at the time of the call.
predicate() - Static method in class org.gridgain.grid.lang.GridFunc
Gets closure that transform a grid projection into its predicate.
primary() - Method in interface org.gridgain.grid.cache.GridCacheEntry
Gets the flag indicating current node's primary ownership for this entry.
primaryEntrySet() - Method in interface org.gridgain.grid.cache.GridCacheProjection
Gets set containing cache entries for which local node is the primary node.
primaryEntrySet(Collection<? extends K>, GridPredicate<? super GridCacheEntry<K, V>>...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Gets set containing cache entries for which local node is the primary node.
primaryEntrySet(K...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Gets set containing cache entries for which local node is the primary node.
primaryEntrySet(GridPredicate<? super GridCacheEntry<K, V>>...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Gets set containing cache entries for which local node is the primary node.
primaryKeySet() - Method in interface org.gridgain.grid.cache.GridCacheProjection
Set of cached primary keys for which local node is the primary node.
primaryKeySet(GridPredicate<? super GridCacheEntry<K, V>>...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Set of cached primary keys for which local node is the primary node.
primaryKeySet(Collection<? extends K>, GridPredicate<? super GridCacheEntry<K, V>>...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Set of cached primary keys for which local node is the primary node.
primaryKeySet(K...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Set of cached primary keys for which local node is the primary node.
primaryPartitions(GridProjection) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Gets partition ids for which nodes of the given projection has primary ownership.
primaryValues() - Method in interface org.gridgain.grid.cache.GridCacheProjection
Collection of primary cached values.for which local node is the primary node.
primaryValues(GridPredicate<? super GridCacheEntry<K, V>>...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Collection of primary cached values.for which local node is the primary node.
primaryValues(Collection<? extends K>, GridPredicate<? super GridCacheEntry<K, V>>...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Collection of primary cached values.for which local node is the primary node.
primaryValues(K...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Collection of primary cached values.for which local node is the primary node.
print(String) - Static method in class org.gridgain.grid.lang.GridFunc
Creates absolute closure that does System.out.print(msg).
print() - Static method in class org.gridgain.grid.lang.GridFunc
Gets closure that prints out its bound variable
print(String, String) - Static method in class org.gridgain.grid.lang.GridFunc
Gets closure that prints out its bound variable.
print() - Method in class org.gridgain.grid.lang.utils.GridExecutionStatistics
Prints statistics.
print(String, Object...) - Static method in class org.gridgain.grid.typedef.X
Alias for System.out.print.
printf(String) - Static method in class org.gridgain.grid.lang.GridFunc
Gets closure that prints out its bound variable.
println() - Static method in class org.gridgain.grid.lang.GridFunc
Gets closure that calls System.out.println() on its bound variable.
println(String) - Static method in class org.gridgain.grid.lang.GridFunc
Creates absolute closure that does System.out.println(msg).
println(String, String) - Static method in class org.gridgain.grid.lang.GridFunc
Gets closure that prints out its bound variable.
println() - Static method in class org.gridgain.grid.typedef.X
Alias for System.out.println().
println(String, Object...) - Static method in class org.gridgain.grid.typedef.X
Alias for System.out.println.
printSpacesStats() - Method in class org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpi
Prints space stats to log with INFO level.
printSpacesStats() - Method in interface org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpiMBean
Prints space stats to log with INFO level.
producer(Iterable<? extends T>, boolean) - Static method in class org.gridgain.grid.lang.GridFunc
Gets closure that wraps access to the given collection.
producer(T[], boolean) - Static method in class org.gridgain.grid.lang.GridFunc
Gets closure that wraps access to the given collection.
projection(Class<?>, Class<?>) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Gets cache projection only for given key and value type.
projection(GridPredicate2<K, V>...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Gets cache projection based on given key-value predicate.
projection(GridPredicate<? super GridCacheEntry<K, V>>...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Gets cache projection based on given entry filter.
projectionForAttribute(String, String) - Method in interface org.gridgain.grid.GridProjection
Creates monadic projection with the nodes from this projection that have given node attribute with optional value.
projectionForAttribute(String, String) - Method in class org.gridgain.grid.GridSpringBean
Creates monadic projection with the nodes from this projection that have given node attribute with optional value.
projectionForCaches(String, String...) - Method in interface org.gridgain.grid.GridProjection
Creates monadic projection with the nodes from this projection that have configured caches with given names.
projectionForCaches(String, String...) - Method in class org.gridgain.grid.GridSpringBean
Creates monadic projection with the nodes from this projection that have configured caches with given names.
projectionForNodeIds(UUID...) - Method in interface org.gridgain.grid.GridProjection
Creates monadic projection with a given set of node IDs ouf of this projection.
projectionForNodeIds(Collection<UUID>) - Method in interface org.gridgain.grid.GridProjection
Creates monadic projection with a given set of node IDs out of this projection.
projectionForNodeIds(UUID...) - Method in class org.gridgain.grid.GridSpringBean
Creates monadic projection with a given set of node IDs ouf of this projection.
projectionForNodeIds(Collection<UUID>) - Method in class org.gridgain.grid.GridSpringBean
Creates monadic projection with a given set of node IDs out of this projection.
projectionForNodes(Collection<? extends GridNode>) - Method in interface org.gridgain.grid.GridProjection
Creates monadic projection with a given set of nodes out of this projection.
projectionForNodes(GridRichNode...) - Method in interface org.gridgain.grid.GridProjection
Creates monadic projection with a given set of nodes out of this projection.
projectionForNodes(Collection<? extends GridNode>) - Method in class org.gridgain.grid.GridSpringBean
Creates monadic projection with a given set of nodes out of this projection.
projectionForNodes(GridRichNode...) - Method in class org.gridgain.grid.GridSpringBean
Creates monadic projection with a given set of nodes out of this projection.
projectionForPredicate(GridPredicate<? super GridRichNode>...) - Method in interface org.gridgain.grid.GridProjection
Creates monadic projection with the nodes from this projection that also satisfy given set of predicates.
projectionForPredicate(GridPredicate<? super GridRichNode>...) - Method in class org.gridgain.grid.GridSpringBean
Creates monadic projection with the nodes from this projection that also satisfy given set of predicates.
projectionMetrics() - Method in interface org.gridgain.grid.GridProjection
Gets a metrics snapshot for this projection.
projectionMetrics() - Method in class org.gridgain.grid.GridSpringBean
Gets a metrics snapshot for this projection.
push(E) - Method in class org.gridgain.grid.lang.utils.GridConcurrentLinkedDeque
put(T) - Method in interface org.gridgain.grid.cache.datastructures.GridCacheQueue
Puts specified item to the queue.
put(T, long, TimeUnit) - Method in interface org.gridgain.grid.cache.datastructures.GridCacheQueue
Try to put specified item to the queue during timeout.
put(K, V, GridPredicate<? super GridCacheEntry<K, V>>...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Stores given key-value pair in cache.
put(String, GridCacheTx, K, V) - Method in interface org.gridgain.grid.cache.store.GridCacheStore
Stores a given value in persistent storage.
put(String, GridCacheTx, K, V) - Method in class org.gridgain.grid.cache.store.hibernate.GridCacheHibernateBlobStore
Stores a given value in persistent storage.
put(String, GridCacheTx, K, V) - Method in class org.gridgain.grid.cache.store.jdbc.GridCacheJdbcBlobStore
Stores a given value in persistent storage.
put(V1, V2) - Method in class org.gridgain.grid.lang.GridTuple2
put(K, V) - Method in class org.gridgain.grid.lang.utils.GridBoundedConcurrentOrderedMap
put(K, V) - Method in class org.gridgain.grid.lang.utils.GridConcurrentLinkedHashMap
Maps the specified key to the specified value in this table.
put(K, V) - Method in class org.gridgain.grid.lang.utils.GridLeanMap
put(K, V) - Method in class org.gridgain.grid.lang.utils.GridMapOpt
put(GridTcpDiscoveryTopologyStoreNode) - Method in interface org.gridgain.grid.spi.discovery.tcp.topologystore.GridTcpDiscoveryTopologyStore
Puts node to topology store.
put(GridTcpDiscoveryTopologyStoreNode) - Method in class org.gridgain.grid.spi.discovery.tcp.topologystore.jdbc.GridTcpDiscoveryJdbcTopologyStore
Puts node to topology store.
put(GridTcpDiscoveryTopologyStoreNode) - Method in class org.gridgain.grid.spi.discovery.tcp.topologystore.sharedfs.GridTcpDiscoverySharedFsTopologyStore
Puts node to topology store.
put(GridTcpDiscoveryTopologyStoreNode) - Method in class org.gridgain.grid.spi.discovery.tcp.topologystore.vm.GridTcpDiscoveryVmTopologyStore
Puts node to topology store.
put(String, K, V, long) - Method in interface org.gridgain.grid.spi.GridSpiContext
Puts object in cache.
put(String, K, V, long) - Method in interface org.gridgain.grid.spi.GridSpiContext2
Puts object in cache.
PUT_METRICS_QRY - Static variable in class org.gridgain.grid.spi.discovery.tcp.metricsstore.jdbc.GridTcpDiscoveryJdbcMetricsStore
Query to put metrics.
PUT_NODE_QRY - Static variable in class org.gridgain.grid.spi.discovery.tcp.topologystore.jdbc.GridTcpDiscoveryJdbcTopologyStore
Query to put node.
putAll(Map<? extends K, ? extends V>, GridPredicate<? super GridCacheEntry<K, V>>...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Stores given key-value pairs in cache.
putAll(String, GridCacheTx, Map<? extends K, ? extends V>) - Method in interface org.gridgain.grid.cache.store.GridCacheStore
Stores given key value pairs in persistent storage.
putAll(String, GridCacheTx, Map<? extends K, ? extends V>) - Method in class org.gridgain.grid.cache.store.GridCacheStoreAdapter
Stores given key value pairs in persistent storage.
putAll(Map<? extends V1, ? extends V2>) - Method in class org.gridgain.grid.lang.GridTuple2
putAll(Map<? extends K, ? extends V>) - Method in class org.gridgain.grid.lang.utils.GridConcurrentLinkedHashMap
Copies all of the mappings from the specified map to this one.
putAll(Map<? extends K, ? extends V>) - Method in class org.gridgain.grid.lang.utils.GridMapOpt
putAllAsync(Map<? extends K, ? extends V>, GridPredicate<? super GridCacheEntry<K, V>>...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Asynchronously stores given key-value pairs in cache.
putAsync(T) - Method in interface org.gridgain.grid.cache.datastructures.GridCacheQueue
Puts specified item to the queue asynchronously.
putAsync(K, V, GridPredicate<? super GridCacheEntry<K, V>>...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Asynchronously stores given key-value pair in cache.
putIfAbsent(K, V) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Stores given key-value pair in cache only if cache had no previous mapping for it.
putIfAbsent(K, V) - Method in class org.gridgain.grid.lang.utils.GridBoundedConcurrentOrderedMap
putIfAbsent(K, V) - Method in class org.gridgain.grid.lang.utils.GridConcurrentLinkedHashMap
putIfAbsent(String, K, V, long) - Method in interface org.gridgain.grid.spi.GridSpiContext
Puts object into cache if there was no previous object associated with given key.
putIfAbsent(String, K, V, long) - Method in interface org.gridgain.grid.spi.GridSpiContext2
Puts object into cache if there was no previous object associated with given key.
putIfAbsentAsync(K, V) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Asynchronously stores given key-value pair in cache only if cache had no previous mapping for it.
putMetaIfAbsent(String, V) - Method in interface org.gridgain.grid.GridMetadataAware
Adds given metadata value only if it was absent.
putMetaIfAbsent(String, Callable<V>) - Method in interface org.gridgain.grid.GridMetadataAware
Adds given metadata value only if it was absent.
putMetaIfAbsent(String, V) - Method in class org.gridgain.grid.lang.GridMetadataAwareAdapter
Adds given metadata value only if it was absent.
putMetaIfAbsent(String, Callable<V>) - Method in class org.gridgain.grid.lang.GridMetadataAwareAdapter
Adds given metadata value only if it was absent.
putx(K, V, GridPredicate<? super GridCacheEntry<K, V>>...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Stores given key-value pair in cache.
putxAsync(K, V, GridPredicate<? super GridCacheEntry<K, V>>...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Stores given key-value pair in cache.
putxIfAbsent(K, V) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Stores given key-value pair in cache only if cache had no previous mapping for it.
putxIfAbsentAsync(K, V) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Asynchronously stores given key-value pair in cache only if cache had no previous mapping for it.
PX1<E1> - Class in org.gridgain.grid.typedef
Defines alias for GridPredicateX by extending it.
PX1() - Constructor for class org.gridgain.grid.typedef.PX1
 
PX2<T1,T2> - Class in org.gridgain.grid.typedef
Defines alias for GridPredicate2X by extending it.
PX2() - Constructor for class org.gridgain.grid.typedef.PX2
 
PX3<T1,T2,T3> - Class in org.gridgain.grid.typedef
Defines alias for GridPredicate3X by extending it.
PX3() - Constructor for class org.gridgain.grid.typedef.PX3
 

Q

qavg(Iterable<? extends Number>) - Static method in class org.gridgain.grid.lang.GridFunc
Calculates quadratic mean.
qavgReducer() - Static method in class org.gridgain.grid.lang.GridFunc
Gets reducer closure that calculates quadratic mean.
queryArguments(Object...) - Method in interface org.gridgain.grid.cache.query.GridCacheQuery
Optional query arguments that get passed into query SQL.
queryArguments(Object...) - Method in interface org.gridgain.grid.cache.query.GridCacheReduceQuery
Optional query arguments that get passed to query SQL.
queryArguments(Object...) - Method in interface org.gridgain.grid.cache.query.GridCacheTransformQuery
Optional arguments that get passed into query SQL.
queryMetrics() - Method in interface org.gridgain.grid.cache.GridCache
Gets metrics (statistics) for all queries executed in this cache.
queue() - Method in class org.gridgain.grid.cache.eviction.fifo.GridCacheFifoEvictionPolicy
Gets read-only view on internal FIFO queue in proper order.
queue() - Method in class org.gridgain.grid.cache.eviction.lirs.GridCacheLirsEvictionPolicy
Gets read-only view on secondary HIR queue to hold High Inter-reference Recency entries.
queue() - Method in class org.gridgain.grid.cache.eviction.lru.GridCacheLruEvictionPolicy
Gets read-only view on internal FIFO queue in proper order.
queue(String) - Method in interface org.gridgain.grid.cache.GridCache
Will get a named queue from cache and create one if it has not been created yet.
queue(String, GridCacheQueueType) - Method in interface org.gridgain.grid.cache.GridCache
Will get a named queue from cache and create one if it has not been created yet.
queue(String, GridCacheQueueType, int) - Method in interface org.gridgain.grid.cache.GridCache
Will get a named queue from cache and create one if it has not been created yet.
queue(String, GridCacheQueueType, int, boolean) - Method in interface org.gridgain.grid.cache.GridCache
Will get a named queue from cache and create one if it has not been created yet.

R

R1<E1,R> - Class in org.gridgain.grid.typedef
Defines alias for GridReducer by extending it.
R1() - Constructor for class org.gridgain.grid.typedef.R1
 
R2<E1,E2,R> - Class in org.gridgain.grid.typedef
Defines alias for GridReducer2 by extending it.
R2() - Constructor for class org.gridgain.grid.typedef.R2
 
r2c() - Static method in class org.gridgain.grid.lang.GridFunc
Returns closure that converts Runnable to GridAbsClosure.
R3<E1,E2,E3,R> - Class in org.gridgain.grid.typedef
Defines alias for GridReducer3 by extending it.
R3() - Constructor for class org.gridgain.grid.typedef.R3
 
rand(Collection<? extends T>) - Static method in class org.gridgain.grid.lang.GridFunc
Gets random value from given collection.
rand(List<T>) - Static method in class org.gridgain.grid.lang.GridFunc
Gets random value from given list.
rand(T...) - Static method in class org.gridgain.grid.lang.GridFunc
Gets random value from given array.
random() - Method in interface org.gridgain.grid.GridProjection
Gets the randomly selected node from this projection.
random() - Method in class org.gridgain.grid.GridSpringBean
Gets the randomly selected node from this projection.
random() - Method in class org.gridgain.grid.lang.utils.GridConsistentHash
Picks a random node from consistent hash.
randomEntry() - Method in interface org.gridgain.grid.cache.GridCache
Gets a random entry out of cache.
randomUuid() - Static method in class org.gridgain.grid.lang.utils.GridUuid
Creates new pseudo-random ID.
randomx() - Method in interface org.gridgain.grid.GridProjection
Gets the randomly selected node from this projection.
randomx() - Method in class org.gridgain.grid.GridSpringBean
Gets the randomly selected node from this projection.
range(int, int) - Static method in class org.gridgain.grid.lang.GridFunc
Creates a range list containing numbers in given range.
read(String, GridSwapKey, GridSwapContext) - Method in class org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpi
Reads stored value as array of bytes by key from data space with given name.
read(String, GridSwapKey, GridSwapContext) - Method in interface org.gridgain.grid.spi.swapspace.GridSwapSpaceSpi
Reads stored value as array of bytes by key from data space with given name.
readAll(InputStream) - Method in class org.gridgain.grid.lang.utils.GridByteArrayList
Reads all data from input stream until the end into this byte list.
readAll(String, Iterable<GridSwapKey>, GridSwapContext) - Method in class org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpi
Reads stored values as array of bytes by all passed keys from data space with given name.
readAll(String, Iterable<GridSwapKey>, GridSwapContext) - Method in interface org.gridgain.grid.spi.swapspace.GridSwapSpaceSpi
Reads stored values as array of bytes by all passed keys from data space with given name.
readExternal(ObjectInput) - Method in class org.gridgain.grid.cache.affinity.GridCacheAffinityKey
readExternal(ObjectInput) - Method in class org.gridgain.grid.GridSpringBean
readExternal(ObjectInput) - Method in class org.gridgain.grid.lang.GridTuple
readExternal(ObjectInput) - Method in class org.gridgain.grid.lang.GridTuple2
readExternal(ObjectInput) - Method in class org.gridgain.grid.lang.GridTuple3
readExternal(ObjectInput) - Method in class org.gridgain.grid.lang.GridTuple4
readExternal(ObjectInput) - Method in class org.gridgain.grid.lang.GridTuple5
readExternal(ObjectInput) - Method in class org.gridgain.grid.lang.GridTupleV
readExternal(ObjectInput) - Method in class org.gridgain.grid.lang.utils.GridByteArrayList
readExternal(ObjectInput) - Method in class org.gridgain.grid.lang.utils.GridUuid
readExternal(ObjectInput) - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
readExternal(ObjectInput) - Method in class org.gridgain.grid.spi.metrics.GridLocalMetricsAdapter
readExternalMeta(ObjectInput) - Method in class org.gridgain.grid.lang.GridMetadataAwareAdapter
Convenience way for super-classes which implement Externalizable to serialize metadata.
readFromSwap(String, Object, ClassLoader) - Method in interface org.gridgain.grid.Grid
Reads data stored by Grid.writeToSwap(String, Object, Object, ClassLoader) method.
readFromSwap(String, Object, ClassLoader) - Method in class org.gridgain.grid.GridSpringBean
Reads data stored by Grid.writeToSwap(String, Object, Object, ClassLoader) method.
readFromSwap(String, Object, ClassLoader) - Method in interface org.gridgain.grid.spi.GridSpiContext
Reads object from swap.
reads() - Method in interface org.gridgain.grid.cache.GridCacheMetrics
Gets total number of reads of the owning entity (either cache or entry).
readThrough(boolean) - Method in interface org.gridgain.grid.cache.query.GridCacheQueryBase
Flag indicating whether values should be read-through from persistent storage if not available in memory.
readThrough() - Method in interface org.gridgain.grid.cache.query.GridCacheQueryBase
Gets query readThrough flag.
readTime() - Method in interface org.gridgain.grid.cache.GridCacheMetrics
Gets last read time of the owning entity (either cache or entry).
receive(UUID, T) - Method in class org.gridgain.grid.GridListenActor
This method receives the message.
reconnect() - Method in interface org.gridgain.grid.spi.discovery.GridDiscoverySpi
Tells discovery SPI to reconnect to topology.
reconnect() - Method in class org.gridgain.grid.spi.discovery.multicast.GridMulticastDiscoverySpi
Tells discovery SPI to reconnect to topology.
reconnect() - Method in class org.gridgain.grid.spi.discovery.tcp.GridTcpDiscoverySpi
Tells discovery SPI to reconnect to topology.
record(GridEvent) - Method in interface org.gridgain.grid.spi.eventstorage.GridEventStorageSpi
Records single event.
record(GridEvent) - Method in class org.gridgain.grid.spi.eventstorage.memory.GridMemoryEventStorageSpi
Records single event.
recordEvent(GridEvent) - Method in interface org.gridgain.grid.spi.GridSpiContext
Records local event.
recordEvent(GridEvent) - Method in interface org.gridgain.grid.spi.GridSpiContext2
Records local event.
recordLocalEvent(GridEvent) - Method in interface org.gridgain.grid.Grid
Records locally generated event.
recordLocalEvent(GridEvent) - Method in class org.gridgain.grid.GridSpringBean
Records locally generated event.
reduce(GridReducer<? super GridCacheEntry<K, V>, R>) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Visits every cache entry and then reduces the result.
reduce(GridReducer<? super GridCacheEntry<K, V>, R>, Collection<? extends K>) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Visits specified cache entries and then reduces the result.
reduce(GridReducer<? super GridCacheEntry<K, V>, R>, K...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Visits specified cache entries and then reduces the result.
reduce(GridProjection...) - Method in interface org.gridgain.grid.cache.query.GridCacheReduceQuery
Executes query on the given grid projection using remote and local reducers and returns a future for the queried result.
reduce(GridClosureCallMode, Collection<? extends Callable<R1>>, GridReducer<R1, R2>, GridPredicate<? super GridRichNode>...) - Method in interface org.gridgain.grid.GridProjection
Executes given jobs on this projection.
reduce(GridClosureCallMode, Collection<? extends GridClosure<? super T, R1>>, Collection<? extends T>, GridReducer<R1, R2>, GridPredicate<? super GridRichNode>...) - Method in interface org.gridgain.grid.GridProjection
Runs given collection of jobs taking argument and producing result on this projection with given collection of arguments using given distribution mode and then reduces job results to a single execution result using provided reducer.
reduce(GridClosureCallMode, GridClosure<? super T, R1>, Collection<? extends T>, GridReducer<R1, R2>, GridPredicate<? super GridRichNode>...) - Method in interface org.gridgain.grid.GridProjection
Runs job taking argument and producing result on this projection with given collection of arguments using given distribution mode.
reduce(GridClosureCallMode, GridClosure<? super T, R1>, GridOutClosure<T>, int, GridReducer<R1, R2>, GridPredicate<? super GridRichNode>...) - Method in interface org.gridgain.grid.GridProjection
Runs job taking argument and producing result on this projection with given producer of arguments using given distribution mode.
reduce(GridClosureCallMode, Collection<? extends Callable<R1>>, GridReducer<R1, R2>, GridPredicate<? super GridRichNode>...) - Method in class org.gridgain.grid.GridSpringBean
Executes given jobs on this projection.
reduce(GridClosureCallMode, Collection<? extends GridClosure<? super T, R1>>, Collection<? extends T>, GridReducer<R1, R2>, GridPredicate<? super GridRichNode>...) - Method in class org.gridgain.grid.GridSpringBean
Runs given collection of jobs taking argument and producing result on this projection with given collection of arguments using given distribution mode and then reduces job results to a single execution result using provided reducer.
reduce(GridClosureCallMode, GridClosure<? super T, R1>, Collection<? extends T>, GridReducer<R1, R2>, GridPredicate<? super GridRichNode>...) - Method in class org.gridgain.grid.GridSpringBean
Runs job taking argument and producing result on this projection with given collection of arguments using given distribution mode.
reduce(GridClosureCallMode, GridClosure<? super T, R1>, GridOutClosure<T>, int, GridReducer<R1, R2>, GridPredicate<? super GridRichNode>...) - Method in class org.gridgain.grid.GridSpringBean
Runs job taking argument and producing result on this projection with given producer of arguments using given distribution mode.
reduce(List<GridJobResult>) - Method in interface org.gridgain.grid.GridTask
Reduces (or aggregates) results received so far into one compound result to be returned to caller via GridTaskFuture.get() method.
reduce(List<GridJobResult>) - Method in class org.gridgain.grid.GridTaskNoReduceAdapter
Reduces (or aggregates) results received so far into one compound result to be returned to caller via GridTaskFuture.get() method.
reduce(List<GridJobResult>) - Method in class org.gridgain.grid.GridTaskNoReduceSplitAdapter
Reduces (or aggregates) results received so far into one compound result to be returned to caller via GridTaskFuture.get() method.
reduce(Iterable<? extends X>, GridReducer<? super X, Y>) - Static method in class org.gridgain.grid.lang.GridFunc
Reduces collection into single value using given for-all closure.
reduce(Map<? extends X, ? extends Y>, GridReducer2<? super X, ? super Y, R>) - Static method in class org.gridgain.grid.lang.GridFunc
Reduces given map into single value using given for-all closure.
reduceAsync(GridReducer<? super GridCacheEntry<K, V>, R>) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Asynchronously visits every cache entry and then reduces the result.
reduceAsync(GridReducer<? super GridCacheEntry<K, V>, R>, Collection<? extends K>) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Asynchronously visits specified cache entries and then reduces the result.
reduceAsync(GridReducer<? super GridCacheEntry<K, V>, R>, K...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Asynchronously visits specified cache entries and then reduces the result.
reduceAsync(GridClosureCallMode, Collection<? extends Callable<R1>>, GridReducer<R1, R2>, GridPredicate<? super GridRichNode>...) - Method in interface org.gridgain.grid.GridProjection
Asynchronously executes given jobs on this projection.
reduceAsync(GridClosureCallMode, Collection<? extends GridClosure<? super T, R1>>, Collection<? extends T>, GridReducer<R1, R2>, GridPredicate<? super GridRichNode>...) - Method in interface org.gridgain.grid.GridProjection
Runs given collection of jobs taking argument and producing result on this projection with given collection of arguments using given distribution mode and then reduces job results to a single execution result using provided reducer.
reduceAsync(GridClosureCallMode, GridClosure<? super T, R1>, Collection<? extends T>, GridReducer<R1, R2>, GridPredicate<? super GridRichNode>...) - Method in interface org.gridgain.grid.GridProjection
Runs job taking argument and producing result on this projection with given collection of arguments using given distribution mode.
reduceAsync(GridClosureCallMode, GridClosure<? super T, R1>, GridOutClosure<T>, int, GridReducer<R1, R2>, GridPredicate<? super GridRichNode>...) - Method in interface org.gridgain.grid.GridProjection
Runs job taking argument and producing result on this projection with given producer of arguments using given distribution mode.
reduceAsync(GridClosureCallMode, Collection<? extends Callable<R1>>, GridReducer<R1, R2>, GridPredicate<? super GridRichNode>...) - Method in class org.gridgain.grid.GridSpringBean
Asynchronously executes given jobs on this projection.
reduceAsync(GridClosureCallMode, Collection<? extends GridClosure<? super T, R1>>, Collection<? extends T>, GridReducer<R1, R2>, GridPredicate<? super GridRichNode>...) - Method in class org.gridgain.grid.GridSpringBean
Runs given collection of jobs taking argument and producing result on this projection with given collection of arguments using given distribution mode and then reduces job results to a single execution result using provided reducer.
reduceAsync(GridClosureCallMode, GridClosure<? super T, R1>, Collection<? extends T>, GridReducer<R1, R2>, GridPredicate<? super GridRichNode>...) - Method in class org.gridgain.grid.GridSpringBean
Runs job taking argument and producing result on this projection with given collection of arguments using given distribution mode.
reduceAsync(GridClosureCallMode, GridClosure<? super T, R1>, GridOutClosure<T>, int, GridReducer<R1, R2>, GridPredicate<? super GridRichNode>...) - Method in class org.gridgain.grid.GridSpringBean
Runs job taking argument and producing result on this projection with given producer of arguments using given distribution mode.
reduceRemote(GridProjection...) - Method in interface org.gridgain.grid.cache.query.GridCacheReduceQuery
Executes query on the given grid projection using remote reducer and returns a future for the queried result.
refreshJobSiblings() - Method in interface org.gridgain.grid.GridTaskSession
Refreshes collection of job siblings.
REG_ADDR_QRY - Static variable in class org.gridgain.grid.spi.discovery.tcp.ipfinder.jdbc.GridTcpDiscoveryJdbcIpFinder
Query to register address.
register(ClassLoader, Class<?>) - Method in interface org.gridgain.grid.spi.deployment.GridDeploymentSpi
Registers a class loader with this SPI.
register(ClassLoader, Class<?>) - Method in class org.gridgain.grid.spi.deployment.local.GridLocalDeploymentSpi
Registers a class loader with this SPI.
register(ClassLoader, Class<?>) - Method in class org.gridgain.grid.spi.deployment.uri.GridUriDeploymentSpi
Registers a class loader with this SPI.
registerAddresses(Collection<InetSocketAddress>) - Method in interface org.gridgain.grid.spi.discovery.tcp.ipfinder.GridTcpDiscoveryIpFinder
Registers new addresses.
registerAddresses(Collection<InetSocketAddress>) - Method in class org.gridgain.grid.spi.discovery.tcp.ipfinder.jdbc.GridTcpDiscoveryJdbcIpFinder
Registers new addresses.
registerAddresses(Collection<InetSocketAddress>) - Method in class org.gridgain.grid.spi.discovery.tcp.ipfinder.s3.GridTcpDiscoveryS3IpFinder
Registers new addresses.
registerAddresses(Collection<InetSocketAddress>) - Method in class org.gridgain.grid.spi.discovery.tcp.ipfinder.sharedfs.GridTcpDiscoverySharedFsIpFinder
Registers new addresses.
registerAddresses(Collection<InetSocketAddress>) - Method in class org.gridgain.grid.spi.discovery.tcp.ipfinder.vm.GridTcpDiscoveryVmIpFinder
Registers new addresses.
registerMBean(String, T, Class<T>) - Method in class org.gridgain.grid.spi.GridSpiAdapter
Registers SPI MBean.
registerPort(int, GridPortProtocol) - Method in interface org.gridgain.grid.spi.GridSpiContext
Registers open port.
registerPort(int, int) - Method in interface org.gridgain.grid.spi.GridSpiContext2
Registers open port.
reload(GridPredicate<? super GridCacheEntry<K, V>>...) - Method in interface org.gridgain.grid.cache.GridCacheEntry
This method has the same semantic as GridCacheProjection.reload(Object, GridPredicate[]) method.
reload(K, GridPredicate<? super GridCacheEntry<K, V>>...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Reloads a single key from persistent storage.
reloadAll() - Method in interface org.gridgain.grid.cache.GridCacheProjection
Reloads all currently cached keys form persistent storage.
reloadAll(Collection<? extends K>, GridPredicate<? super GridCacheEntry<K, V>>...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Reloads specified entries from underlying persistent storage.
reloadAll(K...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Reloads specified entries from underlying persistent storage.
reloadAll(GridPredicate<? super GridCacheEntry<K, V>>...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Reloads all currently cached entries which pass the passed in filter from the underlying persistent storage.
reloadAllAsync() - Method in interface org.gridgain.grid.cache.GridCacheProjection
Asynchronously reloads all specified entries from underlying persistent storage.
reloadAllAsync(Collection<? extends K>, GridPredicate<? super GridCacheEntry<K, V>>...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Asynchronously reloads all specified entries from underlying persistent storage.
reloadAllAsync(K...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Asynchronously reloads all specified entries from underlying persistent storage.
reloadAllAsync(GridPredicate<? super GridCacheEntry<K, V>>...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Asynchronously reloads all currently cached entries which pass the filter from the underlying persistent storage.
reloadAsync(GridPredicate<? super GridCacheEntry<K, V>>...) - Method in interface org.gridgain.grid.cache.GridCacheEntry
This method has the same semantic as GridCacheProjection.reloadAsync(Object, GridPredicate[]) method.
reloadAsync(K, GridPredicate<? super GridCacheEntry<K, V>>...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Asynchronously reloads a single key from persistent storage.
remoteEvents(GridPredicate<? super GridEvent>, long, GridPredicate<? super GridRichNode>...) - Method in interface org.gridgain.grid.GridProjection
Queries nodes in this projection for events using passed in predicate filter for event selection.
remoteEvents(GridPredicate<? super GridEvent>, long, GridPredicate<? super GridRichNode>...) - Method in class org.gridgain.grid.GridSpringBean
Queries nodes in this projection for events using passed in predicate filter for event selection.
remoteEventsAsync(GridPredicate<? super GridEvent>, long, GridPredicate<? super GridRichNode>...) - Method in interface org.gridgain.grid.GridProjection
Asynchronously queries nodes in this projection for events using passed in predicate filter for event selection.
remoteEventsAsync(GridPredicate<? super GridEvent>, long, GridPredicate<? super GridRichNode>...) - Method in class org.gridgain.grid.GridSpringBean
Asynchronously queries nodes in this projection for events using passed in predicate filter for event selection.
remoteKeyFilter(GridClosure<Object[], GridPredicate<? super K>>) - Method in interface org.gridgain.grid.cache.query.GridCacheQueryBase
Optional filter factory to be used on queried nodes to create key filters prior to visiting or returning key-value pairs to user.
remoteListenAsync(GridNode, GridPredicate2<UUID, ? super T>...) - Method in interface org.gridgain.grid.GridProjection
Registers given message listeners on all nodes defined by this projection to listen for messages sent from the given node.
remoteListenAsync(Collection<? extends GridNode>, GridPredicate2<UUID, ? super T>...) - Method in interface org.gridgain.grid.GridProjection
Registers given message listeners on all nodes defined by this projection to listen for messages sent from the given nodes.
remoteListenAsync(GridPredicate<? super GridRichNode>, GridPredicate2<UUID, ? super T>...) - Method in interface org.gridgain.grid.GridProjection
Registers given message listeners on all nodes defined by this projection to listen for messages sent from the nodes defined via predicate.
remoteListenAsync(GridNode, GridPredicate2<UUID, ? super T>...) - Method in class org.gridgain.grid.GridSpringBean
Registers given message listeners on all nodes defined by this projection to listen for messages sent from the given node.
remoteListenAsync(Collection<? extends GridNode>, GridPredicate2<UUID, ? super T>...) - Method in class org.gridgain.grid.GridSpringBean
Registers given message listeners on all nodes defined by this projection to listen for messages sent from the given nodes.
remoteListenAsync(GridPredicate<? super GridRichNode>, GridPredicate2<UUID, ? super T>...) - Method in class org.gridgain.grid.GridSpringBean
Registers given message listeners on all nodes defined by this projection to listen for messages sent from the nodes defined via predicate.
remoteNodes(GridPredicate<? super GridRichNode>...) - Method in interface org.gridgain.grid.GridProjection
Gets read-only collections of nodes from this projection excluding local node, if any.
remoteNodes(GridPredicate<? super GridRichNode>...) - Method in class org.gridgain.grid.GridSpringBean
Gets read-only collections of nodes from this projection excluding local node, if any.
remoteNodes(UUID) - Static method in class org.gridgain.grid.lang.GridFunc
Gets predicate that evaluates to false for given local node ID.
remoteNodes() - Method in interface org.gridgain.grid.spi.GridSpiContext
Gets a collection of remote grid nodes.
remoteNodes(GridPredicate<GridNode>...) - Method in interface org.gridgain.grid.spi.GridSpiContext2
Gets a collection of remote grid nodes.
remoteProjection(GridPredicate<? super GridRichNode>...) - Method in interface org.gridgain.grid.GridProjection
Gets monadic projection consisting from the nodes in this projection excluding the local node, if any.
remoteProjection(GridPredicate<? super GridRichNode>...) - Method in class org.gridgain.grid.GridSpringBean
Gets monadic projection consisting from the nodes in this projection excluding the local node, if any.
remoteReducer(GridClosure<Object[], GridReducer<Map.Entry<K, V>, R1>>) - Method in interface org.gridgain.grid.cache.query.GridCacheReduceQuery
Optional remote reducer factory to provide reducers for reduction of multiple queried values on queried nodes into one.
remoteTransformer(GridClosure<Object[], GridClosure<V, T>>) - Method in interface org.gridgain.grid.cache.query.GridCacheTransformQuery
Sets optional transformer factory to transform values returned from queried nodes.
remoteValueFilter(GridClosure<Object[], GridPredicate<? super V>>) - Method in interface org.gridgain.grid.cache.query.GridCacheQueryBase
Optional filter factory to be used on queried nodes to create value filters prior to visiting or returning key-value pairs to user.
remove(Object) - Method in interface org.gridgain.grid.cache.datastructures.GridCacheQueue
Removes a single instance of the specified element from this queue, if it is present.
remove(GridPredicate<? super GridCacheEntry<K, V>>...) - Method in interface org.gridgain.grid.cache.GridCacheEntry
This method has the same semantic as GridCacheProjection.remove(Object, GridPredicate[]) method.
remove(V) - Method in interface org.gridgain.grid.cache.GridCacheEntry
This method has the same semantic as GridCacheProjection.remove(Object, Object) method.
remove(K, GridPredicate<? super GridCacheEntry<K, V>>...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Removes given key mapping from cache.
remove(K, V) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Removes given key mapping from cache if one exists and value is equal to the passed in value.
remove(String, GridCacheTx, K) - Method in interface org.gridgain.grid.cache.store.GridCacheStore
Removes the value identified by given key from persistent storage.
remove(String, GridCacheTx, K) - Method in class org.gridgain.grid.cache.store.hibernate.GridCacheHibernateBlobStore
Removes the value identified by given key from persistent storage.
remove(String, GridCacheTx, K) - Method in class org.gridgain.grid.cache.store.jdbc.GridCacheJdbcBlobStore
Removes the value identified by given key from persistent storage.
remove() - Method in class org.gridgain.grid.lang.GridIterableAdapter
remove(Object) - Method in class org.gridgain.grid.lang.GridTuple2
remove(Object) - Method in class org.gridgain.grid.lang.utils.GridBoundedConcurrentOrderedMap
This method is not supported and always throws UnsupportedOperationException.
remove(Object, Object) - Method in class org.gridgain.grid.lang.utils.GridBoundedConcurrentOrderedMap
This method is not supported and always throws UnsupportedOperationException.
remove(Object) - Method in class org.gridgain.grid.lang.utils.GridBoundedConcurrentOrderedSet
This method is not supported and always throws UnsupportedOperationException.
remove(Object) - Method in class org.gridgain.grid.lang.utils.GridBoundedLinkedHashSet
Removes the specified element from this set if it is present.
remove(Object) - Method in class org.gridgain.grid.lang.utils.GridCollectionOpt
remove() - Method in class org.gridgain.grid.lang.utils.GridConcurrentLinkedDeque
remove(Object) - Method in class org.gridgain.grid.lang.utils.GridConcurrentLinkedDeque
Removes the first element e such that o.equals(e), if such an element exists in this deque.
remove(Object) - Method in class org.gridgain.grid.lang.utils.GridConcurrentLinkedHashMap
Removes the key (and its corresponding value) from this map.
remove(Object, Object) - Method in class org.gridgain.grid.lang.utils.GridConcurrentLinkedHashMap
remove(Object) - Method in class org.gridgain.grid.lang.utils.GridConcurrentPhantomHashSet
remove(Object) - Method in class org.gridgain.grid.lang.utils.GridConcurrentSkipListSet
remove(Object) - Method in class org.gridgain.grid.lang.utils.GridConcurrentWeakHashSet
remove() - Method in class org.gridgain.grid.lang.utils.GridEmptyIterator
remove(Object) - Method in class org.gridgain.grid.lang.utils.GridLeanMap
remove(Object) - Method in class org.gridgain.grid.lang.utils.GridListSet
remove(Object) - Method in class org.gridgain.grid.lang.utils.GridMapOpt
remove(Object) - Method in class org.gridgain.grid.lang.utils.GridQueue
remove() - Method in class org.gridgain.grid.lang.utils.GridQueue
remove(Object) - Method in class org.gridgain.grid.lang.utils.GridSetWrapper
remove(String, K) - Method in interface org.gridgain.grid.spi.GridSpiContext
Removes object from cache.
remove(String, K) - Method in interface org.gridgain.grid.spi.GridSpiContext2
Removes object from cache.
remove(String, GridSwapKey, GridInClosure<byte[]>, GridSwapContext) - Method in class org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpi
Removes value stored in data space with given name corresponding to specified key.
remove(String, GridSwapKey, GridInClosure<byte[]>, GridSwapContext) - Method in interface org.gridgain.grid.spi.swapspace.GridSwapSpaceSpi
Removes value stored in data space with given name corresponding to specified key.
REMOVE_METRICS_QRY - Static variable in class org.gridgain.grid.spi.discovery.tcp.metricsstore.jdbc.GridTcpDiscoveryJdbcMetricsStore
Query to remove metrics.
removeAll(Collection<?>) - Method in interface org.gridgain.grid.cache.datastructures.GridCacheQueue
Bulk operation that removes all of this queue's elements that are also contained in the specified collection.
removeAll(Collection<? extends K>, GridPredicate<? super GridCacheEntry<K, V>>...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Removes given key mappings from cache for entries for which the optionally passed in filters do pass.
removeAll(GridPredicate<? super GridCacheEntry<K, V>>...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Removes mappings from cache for entries for which the optionally passed in filters do pass.
removeAll(String, GridCacheTx, Collection<? extends K>) - Method in interface org.gridgain.grid.cache.store.GridCacheStore
Removes all vales identified by given keys from persistent storage.
removeAll(String, GridCacheTx, Collection<? extends K>) - Method in class org.gridgain.grid.cache.store.GridCacheStoreAdapter
Removes all vales identified by given keys from persistent storage.
removeAll(Collection<?>) - Method in class org.gridgain.grid.lang.utils.GridCollectionOpt
removeAll(Collection<?>) - Method in class org.gridgain.grid.lang.utils.GridConcurrentPhantomHashSet
removeAll(Collection<?>) - Method in class org.gridgain.grid.lang.utils.GridConcurrentSkipListSet
removeAll(Collection<?>) - Method in class org.gridgain.grid.lang.utils.GridConcurrentWeakHashSet
removeAll(String, Collection<GridSwapKey>, GridInClosure2<GridSwapKey, byte[]>, GridSwapContext) - Method in class org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpi
Removes values stored in data space with given name corresponding to specified keys.
removeAll(String, Collection<GridSwapKey>, GridInClosure2<GridSwapKey, byte[]>, GridSwapContext) - Method in interface org.gridgain.grid.spi.swapspace.GridSwapSpaceSpi
Removes values stored in data space with given name corresponding to specified keys.
removeAllAsync(Collection<?>) - Method in interface org.gridgain.grid.cache.datastructures.GridCacheQueue
Asynchronous bulk operation that removes all of this queue's elements that are also contained in the specified collection.
removeAllAsync(Collection<? extends K>, GridPredicate<? super GridCacheEntry<K, V>>...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Asynchronously removes given key mappings from cache for entries for which the optionally passed in filters do pass.
removeAllAsync(GridPredicate<? super GridCacheEntry<K, V>>...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Asynchronously removes mappings from cache for entries for which the optionally passed in filters do pass.
removeAllx(Collection<?>) - Method in interface org.gridgain.grid.cache.datastructures.GridCacheQueue
Bulk operation that removes all of this queue's elements that are also contained in the specified collection.
removeAsync(T) - Method in interface org.gridgain.grid.cache.datastructures.GridCacheQueue
Asynchronously removes a single instance of the specified element from this queue, if it is present.
removeAsync(GridPredicate<? super GridCacheEntry<K, V>>...) - Method in interface org.gridgain.grid.cache.GridCacheEntry
This method has the same semantic as GridCacheProjection.removeAsync(Object, GridPredicate[]) method.
removeAsync(V) - Method in interface org.gridgain.grid.cache.GridCacheEntry
This method has the same semantic as GridCacheProjection.removeAsync(Object, Object) method.
removeAsync(K, GridPredicate<? super GridCacheEntry<K, V>>...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Asynchronously removes given key mapping from cache.
removeAsync(K, V) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Asynchronously removes given key mapping from cache if one exists and value is equal to the passed in value.
removeAtomicLong(String) - Method in interface org.gridgain.grid.cache.GridCache
Remove atomic long from cache.
removeAtomicReference(String) - Method in interface org.gridgain.grid.cache.GridCache
Remove atomic reference from cache.
removeAtomicSequence(String) - Method in interface org.gridgain.grid.cache.GridCache
Remove sequence from cache.
removeAtomicStamped(String) - Method in interface org.gridgain.grid.cache.GridCache
Remove atomic stamped from cache.
removeAttributeListener(GridTaskSessionAttributeListener) - Method in interface org.gridgain.grid.GridTaskSession
Removes given listener.
removeCheckpoint(String) - Method in interface org.gridgain.grid.GridKernalMBean
This method allows manually remove the checkpoint with given key.
removeCheckpoint(String) - Method in interface org.gridgain.grid.GridTaskSession
Removes previously saved job's state for a given key from an underlying storage.
removeCheckpoint(String) - Method in class org.gridgain.grid.spi.checkpoint.cache.GridCacheCheckpointSpi
This method instructs the checkpoint provider to clean saved data for a given key.
removeCheckpoint(String) - Method in interface org.gridgain.grid.spi.checkpoint.GridCheckpointSpi
This method instructs the checkpoint provider to clean saved data for a given key.
removeCheckpoint(String) - Method in class org.gridgain.grid.spi.checkpoint.jdbc.GridJdbcCheckpointSpi
This method instructs the checkpoint provider to clean saved data for a given key.
removeCheckpoint(String) - Method in class org.gridgain.grid.spi.checkpoint.s3.GridS3CheckpointSpi
This method instructs the checkpoint provider to clean saved data for a given key.
removeCheckpoint(String) - Method in class org.gridgain.grid.spi.checkpoint.sharedfs.GridSharedFsCheckpointSpi
This method instructs the checkpoint provider to clean saved data for a given key.
removeCountDownLatch(String) - Method in interface org.gridgain.grid.cache.GridCache
Removes count down latch from cache.
removed() - Method in interface org.gridgain.grid.cache.datastructures.GridCacheAtomicLong
Gets status of atomic.
removed() - Method in interface org.gridgain.grid.cache.datastructures.GridCacheAtomicReference
Gets status of atomic.
removed() - Method in interface org.gridgain.grid.cache.datastructures.GridCacheAtomicSequence
Gets status of atomic sequence.
removed() - Method in interface org.gridgain.grid.cache.datastructures.GridCacheAtomicStamped
Gets status of atomic.
removed() - Method in interface org.gridgain.grid.cache.datastructures.GridCacheCountDownLatch
Gets removed status of the latch.
removed() - Method in interface org.gridgain.grid.cache.datastructures.GridCacheQueue
Gets status of queue.
removeEldestEntry(Map.Entry<K, V>) - Method in class org.gridgain.grid.lang.utils.GridBoundedLinkedHashMap
removeFirst() - Method in class org.gridgain.grid.lang.utils.GridConcurrentLinkedDeque
 
removeFirst() - Method in class org.gridgain.grid.lang.utils.GridListSet
Removes the first element of this list.
removeFirstOccurrence(Object) - Method in class org.gridgain.grid.lang.utils.GridConcurrentLinkedDeque
Removes the first element e such that o.equals(e), if such an element exists in this deque.
removeFromSwap(String, Object, GridInClosure<Object>, ClassLoader) - Method in interface org.gridgain.grid.Grid
Removes data stored by Grid.writeToSwap(String, Object, Object, ClassLoader) method.
removeFromSwap(String, Object, GridInClosure<Object>, ClassLoader) - Method in class org.gridgain.grid.GridSpringBean
Removes data stored by Grid.writeToSwap(String, Object, Object, ClassLoader) method.
removeFromSwap(String, Object, ClassLoader) - Method in interface org.gridgain.grid.spi.GridSpiContext
Removes object from swap.
removeLast() - Method in class org.gridgain.grid.lang.utils.GridConcurrentLinkedDeque
 
removeLast() - Method in class org.gridgain.grid.lang.utils.GridListSet
Removes the last element of this list.
removeLastOccurrence(Object) - Method in class org.gridgain.grid.lang.utils.GridConcurrentLinkedDeque
Removes the last element e such that o.equals(e), if such an element exists in this deque.
removeListener(GridFactoryListener) - Static method in class org.gridgain.grid.GridFactory
Removes lsnr added by GridFactory.addListener(GridFactoryListener) method.
removeLocalEventListener(GridLocalEventListener, int...) - Method in interface org.gridgain.grid.Grid
Removes local event listener.
removeLocalEventListener(GridLocalEventListener, int...) - Method in class org.gridgain.grid.GridSpringBean
Removes local event listener.
removeLocalEventListener(GridLocalEventListener) - Method in interface org.gridgain.grid.spi.GridSpiContext
Removes local event listener.
removeLocalEventListener(GridLocalEventListener) - Method in interface org.gridgain.grid.spi.GridSpiContext2
Removes local event listener.
removeMessageListener(GridMessageListener) - Method in interface org.gridgain.grid.Grid
Deprecated. 
removeMessageListener(GridMessageListener) - Method in class org.gridgain.grid.GridSpringBean
Removes a previously registered message listener.
removeMessageListener(GridMessageListener, String) - Method in interface org.gridgain.grid.spi.GridSpiContext
Removes a previously registered message listener.
removeMessageListener(GridMessageListener, String) - Method in interface org.gridgain.grid.spi.GridSpiContext2
Removes a previously registered message listener.
removeMeta(String) - Method in interface org.gridgain.grid.GridMetadataAware
Removes metadata by name.
removeMeta(String, V) - Method in interface org.gridgain.grid.GridMetadataAware
Removes metadata only if its current value is equal to val passed in.
removeMeta(String) - Method in class org.gridgain.grid.lang.GridMetadataAwareAdapter
Removes metadata by name.
removeMeta(String, V) - Method in class org.gridgain.grid.lang.GridMetadataAwareAdapter
Removes metadata only if its current value is equal to val passed in.
removeMetrics(Collection<UUID>) - Method in interface org.gridgain.grid.spi.discovery.tcp.metricsstore.GridTcpDiscoveryMetricsStore
Removes metrics of provided nodes from the store.
removeMetrics(Collection<UUID>) - Method in class org.gridgain.grid.spi.discovery.tcp.metricsstore.GridTcpDiscoveryMetricsStoreAdapter
Removes metrics of provided nodes from the store.
removeMetrics0(Collection<UUID>) - Method in class org.gridgain.grid.spi.discovery.tcp.metricsstore.GridTcpDiscoveryMetricsStoreAdapter
Removes metrics from store.
removeMetrics0(Collection<UUID>) - Method in class org.gridgain.grid.spi.discovery.tcp.metricsstore.jdbc.GridTcpDiscoveryJdbcMetricsStore
Removes metrics from store.
removeMetrics0(Collection<UUID>) - Method in class org.gridgain.grid.spi.discovery.tcp.metricsstore.s3.GridTcpDiscoveryS3MetricsStore
Removes metrics from store.
removeMetrics0(Collection<UUID>) - Method in class org.gridgain.grid.spi.discovery.tcp.metricsstore.sharedfs.GridTcpDiscoverySharedFsMetricsStore
Removes metrics from store.
removeMetrics0(Collection<UUID>) - Method in class org.gridgain.grid.spi.discovery.tcp.metricsstore.vm.GridTcpDiscoveryVmMetricsStore
Removes metrics from store.
removeNode(N) - Method in class org.gridgain.grid.lang.utils.GridConsistentHash
Removes a node and all of its replicas.
removeNodes(Collection<N>) - Method in class org.gridgain.grid.lang.utils.GridConsistentHash
Removes given nodes and all their replicas from consistent hash algorithm (if nodes are null or empty, then no-op).
removeQueue(String) - Method in interface org.gridgain.grid.cache.GridCache
Remove queue from cache.
removeQueue(String, int) - Method in interface org.gridgain.grid.cache.GridCache
Remove queue from cache.
removex(T) - Method in interface org.gridgain.grid.cache.datastructures.GridCacheQueue
Removes a single instance of the specified element from this queue, if it is present.
removex(GridPredicate<GridCacheEntry<K, V>>...) - Method in interface org.gridgain.grid.cache.GridCacheEntry
This method has the same semantic as GridCacheProjection.removex(Object, GridPredicate[]) method.
removex(K, GridPredicate<? super GridCacheEntry<K, V>>...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Removes given key mapping from cache.
removex(V) - Method in class org.gridgain.grid.lang.utils.GridListSet
Removes given value from the set and returns the instance stored in the set or null if value was not found.
removexAsync(GridPredicate<GridCacheEntry<K, V>>...) - Method in interface org.gridgain.grid.cache.GridCacheEntry
This method has the same semantic as GridCacheProjection.removexAsync(Object, GridPredicate[]) method.
removexAsync(K, GridPredicate<? super GridCacheEntry<K, V>>...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Asynchronously removes given key mapping from cache.
replace(V) - Method in interface org.gridgain.grid.cache.GridCacheEntry
This method has the same semantic as GridCacheProjection.replace(Object, Object) method.
replace(V, V) - Method in interface org.gridgain.grid.cache.GridCacheEntry
This method has the same semantic as GridCacheProjection.replace(Object, Object, Object) method.
replace(K, V) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Stores given key-value pair in cache only if if there is a previous mapping for it.
replace(K, V, V) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Stores given key-value pair in cache only if only if the previous value is equal to the 'oldVal' passed in.
replace(K, V, V) - Method in class org.gridgain.grid.lang.utils.GridConcurrentLinkedHashMap
replace(K, V) - Method in class org.gridgain.grid.lang.utils.GridConcurrentLinkedHashMap
replaceAsync(V) - Method in interface org.gridgain.grid.cache.GridCacheEntry
This method has the same semantic as GridCacheProjection.replaceAsync(Object, Object) method.
replaceAsync(V, V) - Method in interface org.gridgain.grid.cache.GridCacheEntry
This method has the same semantic as GridCacheProjection.replaceAsync(Object, Object, Object) method.
replaceAsync(K, V) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Asynchronously stores given key-value pair in cache only if if there is a previous mapping for it.
replaceAsync(K, V, V) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Asynchronously stores given key-value pair in cache only if only if the previous value is equal to the 'oldVal' passed in.
replaceMeta(String, V, V) - Method in interface org.gridgain.grid.GridMetadataAware
Replaces given metadata with new newVal value only if its current value is equal to curVal.
replaceMeta(String, V, V) - Method in class org.gridgain.grid.lang.GridMetadataAwareAdapter
Replaces given metadata with new newVal value only if its current value is equal to curVal.
replacex(V) - Method in interface org.gridgain.grid.cache.GridCacheEntry
This method has the same semantic as GridCacheProjection.replacex(Object, Object) method.
replacex(K, V) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Stores given key-value pair in cache only if only if there is a previous mapping for it.
replacex(K, V, V) - Method in class org.gridgain.grid.lang.utils.GridConcurrentLinkedHashMap
Replaces the entry for a key only if currently mapped to a given value.
replacexAsync(V) - Method in interface org.gridgain.grid.cache.GridCacheEntry
This method has the same semantic as GridCacheProjection.replacexAsync(Object, Object) method.
replacexAsync(K, V) - Method in interface org.gridgain.grid.cache.GridCacheProjection
Asynchronously stores given key-value pair in cache only if only if there is a previous mapping for it.
reset() - Method in interface org.gridgain.grid.cache.affinity.GridCacheAffinity
Resets cache affinity to its initial state.
reset() - Method in interface org.gridgain.grid.cache.affinity.GridCacheAffinityMapper
Resets cache affinity mapper to its initial state.
reset() - Method in class org.gridgain.grid.cache.affinity.partitioned.GridCachePartitionedAffinity
Resets cache affinity to its initial state.
reset() - Method in class org.gridgain.grid.cache.affinity.replicated.GridCacheReplicatedAffinity
Resets cache affinity to its initial state.
reset() - Method in class org.gridgain.grid.lang.utils.GridByteArrayList
Resets byte array to empty.
respond(Object) - Method in class org.gridgain.grid.GridListenActor
Responds to the original sender node with given message and continues to listen for the new messages.
respond(UUID, Object) - Method in class org.gridgain.grid.GridListenActor
Responds to the provided node with given message and continues to listen for the new messages.
restart(boolean, boolean) - Static method in class org.gridgain.grid.GridFactory
Restarts all started grids.
restart(boolean, boolean) - Method in interface org.gridgain.grid.GridFactoryMBean
// TODO: add javadoc.
RESTART_EXIT_CODE - Static variable in class org.gridgain.grid.GridFactory
This is restart code that can be used by external tools, like Shell scripts, to auto-restart the GridGain JVM process.
restartNodes(GridPredicate<? super GridRichNode>...) - Method in interface org.gridgain.grid.GridProjection
Restarts nodes satisfying optional set of predicates.
restartNodes(UUID, UUID...) - Method in interface org.gridgain.grid.GridProjection
Restarts nodes defined by provided IDs.
restartNodes(Collection<UUID>) - Method in interface org.gridgain.grid.GridProjection
Restarts nodes defined by provided IDs.
restartNodes(GridPredicate<? super GridRichNode>...) - Method in class org.gridgain.grid.GridSpringBean
Restarts nodes satisfying optional set of predicates.
restartNodes(UUID, UUID...) - Method in class org.gridgain.grid.GridSpringBean
Restarts nodes defined by provided IDs.
restartNodes(Collection<UUID>) - Method in class org.gridgain.grid.GridSpringBean
Restarts nodes defined by provided IDs.
result(GridJobResult, List<GridJobResult>) - Method in interface org.gridgain.grid.GridTask
Asynchronous callback invoked every time a result from remote execution is received.
result(GridJobResult, List<GridJobResult>) - Method in class org.gridgain.grid.GridTaskAdapter
Default implementation which will wait for all jobs to complete before calling GridTask.reduce(List) method.
retain(Collection<T>, boolean, Collection<? extends T0>) - Static method in class org.gridgain.grid.lang.GridFunc
Retains all elements in input collection that are contained in filter.
retain(Collection<T>, boolean, GridPredicate<? super T>...) - Static method in class org.gridgain.grid.lang.GridFunc
Retains all elements in input collection that are evaluated to true by all given predicates.
retain(Collection<T>, boolean, int) - Static method in class org.gridgain.grid.lang.GridFunc
Retains only up to first num elements in the input collection.
retain(Map<K, V>, boolean, GridPredicate<? super Map.Entry<K, V>>...) - Static method in class org.gridgain.grid.lang.GridFunc
For a given map retains all map entries that satisfy all provided predicates.
retainAll(Collection<?>) - Method in interface org.gridgain.grid.cache.datastructures.GridCacheQueue
Retains only the elements in this queue that are contained in the specified collection.
retainAll(Collection<?>) - Method in class org.gridgain.grid.lang.utils.GridCollectionOpt
retainAll(Collection<?>) - Method in class org.gridgain.grid.lang.utils.GridConcurrentPhantomHashSet
retainAll(Collection<?>) - Method in class org.gridgain.grid.lang.utils.GridConcurrentWeakHashSet
retainAllAsync(Collection<?>) - Method in interface org.gridgain.grid.cache.datastructures.GridCacheQueue
Retains only the elements in this queue that are contained in the specified collection.
retainAllx(Collection<?>) - Method in interface org.gridgain.grid.cache.datastructures.GridCacheQueue
Retains only the elements in this queue that are contained in the specified collection.
retainKeys(Map<K, V>, boolean, GridPredicate<? super K>...) - Static method in class org.gridgain.grid.lang.GridFunc
For a given map retains all map entries which keys satisfy all provided predicates.
retainValues(Map<K, V>, boolean, GridPredicate<? super V>...) - Static method in class org.gridgain.grid.lang.GridFunc
For a given map retains all map entries which values satisfy all provided predicates.
RETRIES_BEFORE_LOCK - Static variable in class org.gridgain.grid.lang.utils.GridConcurrentLinkedHashMap
Number of unsynchronized retries in GridConcurrentLinkedHashMap.size and GridConcurrentLinkedHashMap.containsValue(java.lang.Object) methods before resorting to locking.
returnIfAbsent(Map<? extends K, ? extends V>, K, Callable<V>) - Static method in class org.gridgain.grid.lang.GridFunc
Utility map getter.
rich(GridNode) - Method in interface org.gridgain.grid.Grid
Creates grid rich node wrapped around given thin node.
rich(GridNode) - Method in class org.gridgain.grid.GridSpringBean
Creates grid rich node wrapped around given thin node.
right() - Method in class org.gridgain.grid.lang.GridEither
Gets "right" value.
rollback() - Method in interface org.gridgain.grid.cache.GridCacheTx
Rolls back this transaction.
route(Class<?>, String, Collection<GridNode>, UUID) - Method in interface org.gridgain.grid.test.GridTestRouter
Routes a test to a specific node.
route(Class<?>, String, Collection<GridNode>, UUID) - Method in class org.gridgain.grid.test.GridTestRouterAdapter
Routes a test to a specific node.
run(GridMapper<Runnable, GridRichNode>, Collection<? extends Runnable>, GridPredicate<? super GridRichNode>...) - Method in interface org.gridgain.grid.GridProjection
Executes collections of closures using given mapper on this projection.
run(GridClosureCallMode, Runnable, GridPredicate<? super GridRichNode>...) - Method in interface org.gridgain.grid.GridProjection
Executes given closure on this projection.
run(GridClosureCallMode, Collection<? extends Runnable>, GridPredicate<? super GridRichNode>...) - Method in interface org.gridgain.grid.GridProjection
Executes given closures on this projection.
run(GridClosureCallMode, Collection<? extends GridInClosure<? super T>>, Collection<? extends T>, GridPredicate<? super GridRichNode>...) - Method in interface org.gridgain.grid.GridProjection
Runs given collection of jobs taking argument on this projection with given collection of arguments using given distribution mode.
run(GridClosureCallMode, GridInClosure<? super T>, Collection<? extends T>, GridPredicate<? super GridRichNode>...) - Method in interface org.gridgain.grid.GridProjection
Runs job taking argument on this projection with given collection of arguments using given distribution mode.
run(GridClosureCallMode, GridInClosure<? super T>, GridOutClosure<T>, int, GridPredicate<? super GridRichNode>...) - Method in interface org.gridgain.grid.GridProjection
Runs job taking argument on this projection with given producer of arguments using given distribution mode.
run(GridClosureCallMode, GridInClosure<? super T>, T, GridPredicate<? super GridRichNode>...) - Method in interface org.gridgain.grid.GridProjection
Runs job that doesn't produce any result with given argument on this projection using given distribution mode.
run(Runnable) - Method in interface org.gridgain.grid.GridRichNode
Convenient shortcut that executes given closure on this node.
run(Collection<? extends Runnable>) - Method in interface org.gridgain.grid.GridRichNode
Convenient shortcut that executes given closures on this node.
run(GridMapper<Runnable, GridRichNode>, Collection<? extends Runnable>, GridPredicate<? super GridRichNode>...) - Method in class org.gridgain.grid.GridSpringBean
Executes collections of closures using given mapper on this projection.
run(GridClosureCallMode, Runnable, GridPredicate<? super GridRichNode>...) - Method in class org.gridgain.grid.GridSpringBean
Executes given closure on this projection.
run(GridClosureCallMode, Collection<? extends Runnable>, GridPredicate<? super GridRichNode>...) - Method in class org.gridgain.grid.GridSpringBean
Executes given closures on this projection.
run(GridClosureCallMode, Collection<? extends GridInClosure<? super T>>, Collection<? extends T>, GridPredicate<? super GridRichNode>...) - Method in class org.gridgain.grid.GridSpringBean
Runs given collection of jobs taking argument on this projection with given collection of arguments using given distribution mode.
run(GridClosureCallMode, GridInClosure<? super T>, Collection<? extends T>, GridPredicate<? super GridRichNode>...) - Method in class org.gridgain.grid.GridSpringBean
Runs job taking argument on this projection with given collection of arguments using given distribution mode.
run(GridClosureCallMode, GridInClosure<? super T>, GridOutClosure<T>, int, GridPredicate<? super GridRichNode>...) - Method in class org.gridgain.grid.GridSpringBean
Runs job taking argument on this projection with given producer of arguments using given distribution mode.
run(GridClosureCallMode, GridInClosure<? super T>, T, GridPredicate<? super GridRichNode>...) - Method in class org.gridgain.grid.GridSpringBean
Runs job that doesn't produce any result with given argument on this projection using given distribution mode.
run() - Method in class org.gridgain.grid.lang.GridAbsClosure
Delegates to GridAbsClosure.apply() method.
run() - Method in class org.gridgain.grid.spi.GridSpiThread
run(TestResult) - Method in class org.gridgain.grid.test.junit3.GridJunit3TestSuite
Runs all tests belonging to this test suite on the grid.
run(RunNotifier) - Method in class org.gridgain.grid.test.junit4.GridJunit4Suite
runAsync(GridMapper<Runnable, GridRichNode>, Collection<? extends Runnable>, GridPredicate<? super GridRichNode>...) - Method in interface org.gridgain.grid.GridProjection
Asynchronously executes collections of closures using given mapper on this projection.
runAsync(GridClosureCallMode, Runnable, GridPredicate<? super GridRichNode>...) - Method in interface org.gridgain.grid.GridProjection
Asynchronously executes given closure on this projection.
runAsync(GridClosureCallMode, Collection<? extends Runnable>, GridPredicate<? super GridRichNode>...) - Method in interface org.gridgain.grid.GridProjection
Asynchronously executes given closures on this projection.
runAsync(GridClosureCallMode, Collection<? extends GridInClosure<? super T>>, Collection<? extends T>, GridPredicate<? super GridRichNode>...) - Method in interface org.gridgain.grid.GridProjection
Runs given collection of jobs taking argument on this projection with given collection of arguments using given distribution mode.
runAsync(GridClosureCallMode, GridInClosure<? super T>, Collection<? extends T>, GridPredicate<? super GridRichNode>...) - Method in interface org.gridgain.grid.GridProjection
Runs job taking argument on this projection with given collection of arguments using given distribution mode.
runAsync(GridClosureCallMode, GridInClosure<? super T>, GridOutClosure<T>, int, GridPredicate<? super GridRichNode>...) - Method in interface org.gridgain.grid.GridProjection
Runs job taking argument on this projection with given producer of arguments using given distribution mode.
runAsync(GridClosureCallMode, GridInClosure<? super T>, T, GridPredicate<? super GridRichNode>...) - Method in interface org.gridgain.grid.GridProjection
Runs job that doesn't produce any result with given argument on this projection using given distribution mode.
runAsync(Runnable) - Method in interface org.gridgain.grid.GridRichNode
Convenient shortcut that asynchronously executes given closure on this node.
runAsync(Collection<? extends Runnable>) - Method in interface org.gridgain.grid.GridRichNode
Convenient shortcut that asynchronously executes given closures on this node.
runAsync(GridClosureCallMode, Runnable, GridPredicate<? super GridRichNode>...) - Method in class org.gridgain.grid.GridSpringBean
Asynchronously executes given closure on this projection.
runAsync(GridClosureCallMode, Collection<? extends Runnable>, GridPredicate<? super GridRichNode>...) - Method in class org.gridgain.grid.GridSpringBean
Asynchronously executes given closures on this projection.
runAsync(GridClosureCallMode, Collection<? extends GridInClosure<? super T>>, Collection<? extends T>, GridPredicate<? super GridRichNode>...) - Method in class org.gridgain.grid.GridSpringBean
Runs given collection of jobs taking argument on this projection with given collection of arguments using given distribution mode.
runAsync(GridClosureCallMode, GridInClosure<? super T>, Collection<? extends T>, GridPredicate<? super GridRichNode>...) - Method in class org.gridgain.grid.GridSpringBean
Runs job taking argument on this projection with given collection of arguments using given distribution mode.
runAsync(GridClosureCallMode, GridInClosure<? super T>, GridOutClosure<T>, int, GridPredicate<? super GridRichNode>...) - Method in class org.gridgain.grid.GridSpringBean
Runs job taking argument on this projection with given producer of arguments using given distribution mode.
runAsync(GridClosureCallMode, GridInClosure<? super T>, T, GridPredicate<? super GridRichNode>...) - Method in class org.gridgain.grid.GridSpringBean
Runs job that doesn't produce any result with given argument on this projection using given distribution mode.
runAsync(GridMapper<Runnable, GridRichNode>, Collection<? extends Runnable>, GridPredicate<? super GridRichNode>...) - Method in class org.gridgain.grid.GridSpringBean
Asynchronously executes collections of closures using given mapper on this projection.
runBenchmarks() - Method in class org.gridgain.grid.benchmarks.GridLocalNodeBenchmark
Runs all requested benchmarks.
runLocal(Runnable) - Method in interface org.gridgain.grid.Grid
Executes given closure on internal system thread pool asynchronously.
runLocal(Runnable) - Method in class org.gridgain.grid.GridSpringBean
Executes given closure on internal system thread pool asynchronously.
runLocal(Runnable, boolean) - Method in interface org.gridgain.grid.spi.GridSpiContext2
 
runOptimistic(GridAbsClosure, int, GridAbsClosure, GridPredicate<? super GridRichNode>...) - Method in interface org.gridgain.grid.GridProjection
Executes given closure locally in optimistic topology transaction, i.e. ensuring that projection topology doesn't change during the closure execution.
runOptimistic(GridAbsClosure, int, GridAbsClosure, GridPredicate<? super GridRichNode>...) - Method in class org.gridgain.grid.GridSpringBean
Executes given closure locally in optimistic topology transaction, i.e. ensuring that projection topology doesn't change during the closure execution.
runOptimisticAsync(GridAbsClosure, int, GridAbsClosure, GridPredicate<? super GridRichNode>...) - Method in interface org.gridgain.grid.GridProjection
Executes given closure in optimistic topology transaction, i.e. ensuring that grid topology doesn't change during the closure execution.
runOptimisticAsync(GridAbsClosure, int, GridAbsClosure, GridPredicate<? super GridRichNode>...) - Method in class org.gridgain.grid.GridSpringBean
Executes given closure in optimistic topology transaction, i.e. ensuring that grid topology doesn't change during the closure execution.
RX1<E1,R> - Class in org.gridgain.grid.typedef
Defines alias for GridReducerX by extending it.
RX1() - Constructor for class org.gridgain.grid.typedef.RX1
 
RX2<E1,E2,R> - Class in org.gridgain.grid.typedef
Defines alias for GridReducer2X by extending it.
RX2() - Constructor for class org.gridgain.grid.typedef.RX2
 
RX3<E1,E2,E3,R> - Class in org.gridgain.grid.typedef
Defines alias for GridReducer3X by extending it.
RX3() - Constructor for class org.gridgain.grid.typedef.RX3
 

S

saveCheckpoint(String, Object) - Method in interface org.gridgain.grid.GridTaskSession
Saves intermediate state of a job or task to a storage.
saveCheckpoint(String, Object, GridTaskSessionScope, long) - Method in interface org.gridgain.grid.GridTaskSession
Saves intermediate state of a job to a storage.
saveCheckpoint(String, Object, GridTaskSessionScope, long, boolean) - Method in interface org.gridgain.grid.GridTaskSession
Saves intermediate state of a job or task to a storage.
saveCheckpoint(String, byte[], long, boolean) - Method in class org.gridgain.grid.spi.checkpoint.cache.GridCacheCheckpointSpi
Saves checkpoint to the storage.
saveCheckpoint(String, byte[], long, boolean) - Method in interface org.gridgain.grid.spi.checkpoint.GridCheckpointSpi
Saves checkpoint to the storage.
saveCheckpoint(String, byte[], long, boolean) - Method in class org.gridgain.grid.spi.checkpoint.jdbc.GridJdbcCheckpointSpi
Saves checkpoint to the storage.
saveCheckpoint(String, byte[], long, boolean) - Method in class org.gridgain.grid.spi.checkpoint.s3.GridS3CheckpointSpi
Saves checkpoint to the storage.
saveCheckpoint(String, byte[], long, boolean) - Method in class org.gridgain.grid.spi.checkpoint.sharedfs.GridSharedFsCheckpointSpi
Saves checkpoint to the storage.
scheduleLocal(Runnable, String) - Method in interface org.gridgain.grid.Grid
Schedules closure for execution using local cron-based scheduling.
scheduleLocal(Callable<R>, String) - Method in interface org.gridgain.grid.Grid
Schedules closure for execution using local cron-based scheduling.
scheduleLocal(Callable<R>, String) - Method in class org.gridgain.grid.GridSpringBean
Schedules closure for execution using local cron-based scheduling.
scheduleLocal(Runnable, String) - Method in class org.gridgain.grid.GridSpringBean
Schedules closure for execution using local cron-based scheduling.
second(int) - Method in class org.gridgain.grid.lang.utils.GridAtomicIntegerPair
Unconditionally sets second int in pair to the given value.
second() - Method in class org.gridgain.grid.lang.utils.GridAtomicIntegerPair
 
send(Object, GridPredicate<? super GridRichNode>...) - Method in interface org.gridgain.grid.GridProjection
Sends given message to the nodes in this projection.
send(Collection<?>, GridPredicate<? super GridRichNode>...) - Method in interface org.gridgain.grid.GridProjection
Sends given messages to the nodes in this projection.
send(Object, GridPredicate<? super GridRichNode>...) - Method in class org.gridgain.grid.GridSpringBean
Sends given message to the nodes in this projection.
send(Collection<?>, GridPredicate<? super GridRichNode>...) - Method in class org.gridgain.grid.GridSpringBean
Sends given messages to the nodes in this projection.
send(GridJob, GridNode) - Method in interface org.gridgain.grid.GridTaskContinuousMapper
Sends given job to a specific grid node.
send(Map<? extends GridJob, GridNode>) - Method in interface org.gridgain.grid.GridTaskContinuousMapper
Sends collection of grid jobs to assigned nodes.
send(GridJob) - Method in interface org.gridgain.grid.GridTaskContinuousMapper
Sends job to a node automatically picked by the underlying load balancer.
send(Collection<? extends GridJob>) - Method in interface org.gridgain.grid.GridTaskContinuousMapper
Sends collection of jobs to nodes automatically picked by the underlying load balancer.
send(GridNode, Serializable, String) - Method in interface org.gridgain.grid.spi.GridSpiContext
Sends a message to a remote node.
send(Collection<? extends GridNode>, Serializable, String) - Method in interface org.gridgain.grid.spi.GridSpiContext
Sends a message to a group of remote nodes.
send(Object, GridPredicate<GridRichNode>...) - Method in interface org.gridgain.grid.spi.GridSpiContext2
Sends given message to the nodes in this monad.
send(Iterable<?>, GridPredicate<GridRichNode>...) - Method in interface org.gridgain.grid.spi.GridSpiContext2
Sends given messages to the nodes in this monad.
send(Collection<? extends GridNode>, Object, String) - Method in interface org.gridgain.grid.spi.GridSpiContext2
Deprecated. 
sendAdminEmail(String, String, boolean) - Method in interface org.gridgain.grid.Grid
Sends given email to all configured admin emails.
sendAdminEmail(String, String, boolean) - Method in class org.gridgain.grid.GridSpringBean
Sends given email to all configured admin emails.
sendAdminEmailAsync(String, String, boolean) - Method in interface org.gridgain.grid.Grid
Schedule sending of given email to all configured admin emails.
sendAdminEmailAsync(String, String, boolean) - Method in class org.gridgain.grid.GridSpringBean
Schedule sending of given email to all configured admin emails.
sendMessage(GridNode, Serializable) - Method in interface org.gridgain.grid.spi.communication.GridCommunicationSpi
Sends given message to destination node.
sendMessage(Collection<? extends GridNode>, Serializable) - Method in interface org.gridgain.grid.spi.communication.GridCommunicationSpi
Sends given message to destination nodes.
sendMessage(GridNode, Serializable) - Method in class org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpi
Sends given message to destination node.
sendMessage(Collection<? extends GridNode>, Serializable) - Method in class org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpi
Sends given message to destination nodes.
serialize(byte[], int, GridNodeMetrics) - Static method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsHelper
Serializes node metrics into byte array.
set(T) - Method in interface org.gridgain.grid.cache.datastructures.GridCacheAtomicReference
Unconditionally sets the value.
set(T, S) - Method in interface org.gridgain.grid.cache.datastructures.GridCacheAtomicStamped
Unconditionally sets the value and the stamp.
set(V, GridPredicate<? super GridCacheEntry<K, V>>...) - Method in interface org.gridgain.grid.cache.GridCacheEntry
This method has the same semantic as GridCacheProjection.put(Object, Object, GridPredicate[]) method.
set(V) - Method in class org.gridgain.grid.lang.GridTuple
Sets value.
set(V1, V2) - Method in class org.gridgain.grid.lang.GridTuple2
Sets both values in the tuple.
set(V1, V2, V3) - Method in class org.gridgain.grid.lang.GridTuple3
Sets all values.
set(V1, V2, V3, V4) - Method in class org.gridgain.grid.lang.GridTuple4
Sets all values.
set(V1, V2, V3, V4, V5) - Method in class org.gridgain.grid.lang.GridTuple5
Sets all values.
set(int, V) - Method in class org.gridgain.grid.lang.GridTupleV
Sets value at given index.
set(Object...) - Method in class org.gridgain.grid.lang.GridTupleV
Sets given values starting at 0 position.
set(int, Object...) - Method in class org.gridgain.grid.lang.GridTupleV
Sets given values starting at provided position in the tuple.
set(int, int) - Method in class org.gridgain.grid.lang.utils.GridAtomicIntegerPair
Unconditionally sets values.
set(int, byte) - Method in class org.gridgain.grid.lang.utils.GridByteArrayList
Sets a byte at specified position.
set(int, int) - Method in class org.gridgain.grid.lang.utils.GridByteArrayList
Sets integer at specified position.
set(int, long) - Method in class org.gridgain.grid.lang.utils.GridByteArrayList
Sets long at specified position.
set1(V1) - Method in class org.gridgain.grid.lang.GridTuple2
Sets first value.
set1(V1) - Method in class org.gridgain.grid.lang.GridTuple3
Sets first value.
set1(V1) - Method in class org.gridgain.grid.lang.GridTuple4
Sets first value.
set1(V1) - Method in class org.gridgain.grid.lang.GridTuple5
Sets first value.
set2(V2) - Method in class org.gridgain.grid.lang.GridTuple2
Sets second value.
set2(V2) - Method in class org.gridgain.grid.lang.GridTuple3
Sets second value.
set2(V2) - Method in class org.gridgain.grid.lang.GridTuple4
Sets second value.
set2(V2) - Method in class org.gridgain.grid.lang.GridTuple5
Sets second value.
set3(V3) - Method in class org.gridgain.grid.lang.GridTuple3
Sets third value.
set3(V3) - Method in class org.gridgain.grid.lang.GridTuple4
Sets third value.
set3(V3) - Method in class org.gridgain.grid.lang.GridTuple5
Sets third value.
set4(V4) - Method in class org.gridgain.grid.lang.GridTuple4
Sets fourth value.
set4(V4) - Method in class org.gridgain.grid.lang.GridTuple5
Sets forth value.
set5(V5) - Method in class org.gridgain.grid.lang.GridTuple5
Sets fifth value.
setAckTimeout(long) - Method in class org.gridgain.grid.spi.discovery.tcp.GridTcpDiscoverySpi
Sets timeout for receiving acknowledgement for sent message.
setActiveJobsThreshold(int) - Method in class org.gridgain.grid.spi.collision.jobstealing.GridJobStealingCollisionSpi
Sets number of jobs that are allowed to be executed in parallel on this node.
setAddress(InetAddress) - Method in class org.gridgain.grid.segmentation.reachability.GridReachabilitySegmentationResolver
Sets target address to check reachability of.
setAddress(InetSocketAddress) - Method in class org.gridgain.grid.segmentation.tcp.GridTcpSegmentationResolver
Sets target address to check reachability of.
setAddressAsString(String) - Method in class org.gridgain.grid.segmentation.reachability.GridReachabilitySegmentationResolver
Convenient way to set address.
setAddressAsString(String) - Method in class org.gridgain.grid.segmentation.tcp.GridTcpSegmentationResolver
Convenient way to set address.
setAddresses(Iterable<String>) - Method in class org.gridgain.grid.spi.discovery.tcp.ipfinder.vm.GridTcpDiscoveryVmIpFinder
Parses provided values and initializes the internal collection of addresses.
setAdminEmails(String[]) - Method in class org.gridgain.grid.GridConfigurationAdapter
Sets optional set of admin emails where email notifications will be set.
setAffinity(GridCacheAffinity<K>) - Method in class org.gridgain.grid.cache.GridCacheConfigurationAdapter
Sets affinity for cache keys.
setAffinityMapper(GridCacheAffinityMapper<K>) - Method in class org.gridgain.grid.cache.GridCacheConfigurationAdapter
Sets custom affinity mapper.
setAllowEmptyEntries(boolean) - Method in class org.gridgain.grid.cache.eviction.fifo.GridCacheFifoEvictionPolicy
Sets flag that allows empty entries (entries with null values) to be stored in cache.
setAllowEmptyEntries(boolean) - Method in interface org.gridgain.grid.cache.eviction.fifo.GridCacheFifoEvictionPolicyMBean
Sets flag that allows empty entries (entries with null values) to be stored in cache.
setAllowEmptyEntries(boolean) - Method in class org.gridgain.grid.cache.eviction.lirs.GridCacheLirsEvictionPolicy
Sets flag that allows empty entries (entries with null values) to be stored in cache.
setAllowEmptyEntries(boolean) - Method in interface org.gridgain.grid.cache.eviction.lirs.GridCacheLirsEvictionPolicyMBean
Sets flag that allows empty entries (entries with null values) to be stored in cache.
setAllowEmptyEntries(boolean) - Method in class org.gridgain.grid.cache.eviction.lru.GridCacheLruEvictionPolicy
Sets flag that allows empty entries (entries with null values) to be stored in cache.
setAllowEmptyEntries(boolean) - Method in interface org.gridgain.grid.cache.eviction.lru.GridCacheLruEvictionPolicyMBean
Sets flag that allows empty entries (entries with null values) to be stored in cache.
setAllowEmptyEntries(boolean) - Method in class org.gridgain.grid.cache.eviction.never.GridCacheNeverEvictionPolicy
Sets flag that allows empty entries (entries with null values) to be stored in cache.
setAllowEmptyEntries(boolean) - Method in interface org.gridgain.grid.cache.eviction.never.GridCacheNeverEvictionPolicyMBean
Sets flag that allows empty entries (entries with null values) to be stored in cache.
setAllowEmptyEntries(boolean) - Method in class org.gridgain.grid.cache.eviction.random.GridCacheRandomEvictionPolicy
Sets flag that allows empty entries (entries with null values) to be stored in cache.
setAllowEmptyEntries(boolean) - Method in interface org.gridgain.grid.cache.eviction.random.GridCacheRandomEvictionPolicyMBean
Sets flag that allows empty entries (entries with null values) to be stored in cache.
setAllSegmentationResolversPassRequired(boolean) - Method in class org.gridgain.grid.GridConfigurationAdapter
Sets all segmentation resolvers pass required flag.
setApplicationContext(ApplicationContext) - Method in class org.gridgain.grid.GridSpringBean
setArguments(Object...) - Method in class org.gridgain.grid.GridJobAdapterEx
Sets given arguments.
setAsync(T) - Method in interface org.gridgain.grid.cache.datastructures.GridCacheAtomicReference
Unconditionally sets the value asynchronously.
setAsync(T, S) - Method in interface org.gridgain.grid.cache.datastructures.GridCacheAtomicStamped
Unconditionally sets the value and the stamp asynchronously.
setAsync(V, GridPredicate<? super GridCacheEntry<K, V>>...) - Method in interface org.gridgain.grid.cache.GridCacheEntry
This method has the same semantic as GridCacheProjection.putAsync(Object, Object, GridPredicate[]) method.
setAtomicSequenceReserveSize(int) - Method in class org.gridgain.grid.cache.GridCacheConfigurationAdapter
Sets default number of sequence values reserved for GridCacheAtomicSequence instances.
setAttribute(Object, Object) - Method in interface org.gridgain.grid.GridJobContext
Sets an attribute into this job context.
setAttribute(Object, Object) - Method in interface org.gridgain.grid.GridTaskSession
Sets session attributed.
setAttributes(Map<?, ?>) - Method in interface org.gridgain.grid.GridJobContext
Sets map of attributes into this job context.
setAttributes(Map<?, ?>) - Method in interface org.gridgain.grid.GridTaskSession
Sets task attributes.
setAttributes(Map<String, ?>) - Method in class org.gridgain.grid.spi.topology.attributes.GridAttributesTopologySpi
Sets attributes that all nodes should have, to be in topology.
setAutoIndexQueryTypes(Collection<GridCacheQueryType>) - Method in class org.gridgain.grid.cache.GridCacheConfigurationAdapter
Sets query types to use to auto index values of primitive types.
setAvailableProcessors(int) - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
Sets available processors.
setAvailableProcessors(int) - Method in class org.gridgain.grid.spi.metrics.GridLocalMetricsAdapter
Sets available processors.
setAverageActiveJobs(float) - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
Sets average active jobs.
setAverageCancelledJobs(float) - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
Sets average cancelled jobs.
setAverageCpuLoad(double) - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
Sets CPU load average over the metrics history.
setAverageJobExecuteTime(double) - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
Sets average job execution time.
setAverageJobWaitTime(double) - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
Sets average job wait time.
setAverageRejectedJobs(float) - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
 
setAverageWaitingJobs(float) - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
Sets average waiting jobs.
setAwsCredentials(AWSCredentials) - Method in class org.gridgain.grid.spi.checkpoint.s3.GridS3CheckpointSpi
Sets AWS credentials.
setAwsCredentials(AWSCredentials) - Method in class org.gridgain.grid.spi.discovery.tcp.ipfinder.s3.GridTcpDiscoveryS3IpFinder
Sets AWS credentials.
setAwsCredentials(AWSCredentials) - Method in class org.gridgain.grid.spi.discovery.tcp.metricsstore.s3.GridTcpDiscoveryS3MetricsStore
Sets AWS credentials.
setBackupFilter(GridPredicate<GridRichNode>) - Method in class org.gridgain.grid.cache.affinity.partitioned.GridCachePartitionedAffinity
Sets optional backup filter.
setBasedir(File) - Method in class org.gridgain.grid.tools.ant.gar.GridGarAntTask
Sets base directory for the archive.
setBatchUpdateOnCommit(boolean) - Method in class org.gridgain.grid.cache.GridCacheConfigurationAdapter
Sets flag indicating if persistent store should be updated after every cache operation or once at commit time.
setBenchmarkAttributeName(String) - Method in class org.gridgain.grid.spi.loadbalancing.adaptive.GridAdaptiveBenchmarkLoadProbe
Sets name of node attribute by which node benchmarks should be accessed.
setBucketNameSuffix(String) - Method in class org.gridgain.grid.spi.checkpoint.s3.GridS3CheckpointSpi
Sets bucket name suffix.
setBucketNameSuffix(String) - Method in class org.gridgain.grid.spi.discovery.tcp.ipfinder.s3.GridTcpDiscoveryS3IpFinder
Sets bucket name suffix.
setBucketNameSuffix(String) - Method in class org.gridgain.grid.spi.discovery.tcp.metricsstore.s3.GridTcpDiscoveryS3MetricsStore
Sets bucket name suffix.
setCacheConfiguration(GridCacheConfiguration...) - Method in class org.gridgain.grid.GridConfigurationAdapter
Sets cache configurations.
setCacheMode(GridCacheMode) - Method in class org.gridgain.grid.cache.GridCacheConfigurationAdapter
Sets caching mode.
setCacheName(String) - Method in class org.gridgain.grid.spi.checkpoint.cache.GridCacheCheckpointSpi
Sets cache name to be used by this SPI.
setCheckMulticastEnabled(boolean) - Method in class org.gridgain.grid.spi.discovery.multicast.GridMulticastDiscoverySpi
Enables or disabled check whether multicast is enabled on local node.
setCheckpointListener(GridCheckpointListener) - Method in class org.gridgain.grid.spi.checkpoint.cache.GridCacheCheckpointSpi
Sets the checkpoint listener.
setCheckpointListener(GridCheckpointListener) - Method in interface org.gridgain.grid.spi.checkpoint.GridCheckpointSpi
Sets the checkpoint listener.
setCheckpointListener(GridCheckpointListener) - Method in class org.gridgain.grid.spi.checkpoint.jdbc.GridJdbcCheckpointSpi
Sets the checkpoint listener.
setCheckpointListener(GridCheckpointListener) - Method in class org.gridgain.grid.spi.checkpoint.s3.GridS3CheckpointSpi
Sets the checkpoint listener.
setCheckpointListener(GridCheckpointListener) - Method in class org.gridgain.grid.spi.checkpoint.sharedfs.GridSharedFsCheckpointSpi
Sets the checkpoint listener.
setCheckpointSpi(GridCheckpointSpi...) - Method in class org.gridgain.grid.GridConfigurationAdapter
Sets fully configured instance of GridCheckpointSpi.
setCheckpointTableName(String) - Method in class org.gridgain.grid.spi.checkpoint.jdbc.GridJdbcCheckpointSpi
Sets checkpoint table name.
setClassName(String) - Method in class org.gridgain.grid.cache.jta.reflect.GridCacheReflectionTmLookup
Sets class name to use.
setClassNames(Collection<String>) - Method in class org.gridgain.grid.marshaller.optimized.GridOptimizedMarshaller
Adds provides class names.
setClassNamesPath(String) - Method in class org.gridgain.grid.marshaller.optimized.GridOptimizedMarshaller
Specifies a name of the file which lists all class names to be optimized.
setClientConfiguration(ClientConfiguration) - Method in class org.gridgain.grid.spi.checkpoint.s3.GridS3CheckpointSpi
Sets Amazon client configuration.
setClientConfiguration(ClientConfiguration) - Method in class org.gridgain.grid.spi.discovery.tcp.ipfinder.s3.GridTcpDiscoveryS3IpFinder
Sets Amazon client configuration.
setClientConfiguration(ClientConfiguration) - Method in class org.gridgain.grid.spi.discovery.tcp.metricsstore.s3.GridTcpDiscoveryS3MetricsStore
Sets Amazon client configuration.
setCloner(GridCacheCloner) - Method in class org.gridgain.grid.cache.GridCacheConfigurationAdapter
Sets cloner to be used if GridCacheFlag.CLONE flag is set on projection.
setCollisionSpi(GridCollisionSpi) - Method in class org.gridgain.grid.GridConfigurationAdapter
Sets fully configured instance of GridCollisionSpi.
setCommunicationSpi(GridCommunicationSpi) - Method in class org.gridgain.grid.GridConfigurationAdapter
Sets fully configured instance of GridCommunicationSpi.
setConfiguration(GridConfiguration) - Method in class org.gridgain.grid.GridSpringBean
Sets grid configuration.
setConfigurationFile(String) - Method in class org.gridgain.grid.loaders.jboss.GridJbossLoader
Sets configuration file path.
setConfigurationFile(String) - Method in interface org.gridgain.grid.loaders.jboss.GridJbossLoaderMBean
Sets configuration file path.
setConfigurationFile(String) - Method in class org.gridgain.grid.loaders.tomcat.GridTomcatLoader
Sets Spring XML configuration file path.
setConfigurationFile(String) - Method in class org.gridgain.grid.loaders.weblogic.GridWeblogicStartup
Sets configuration file path.
setConfigurationFile(String) - Method in interface org.gridgain.grid.loaders.weblogic.GridWeblogicStartupMBean
Sets configuration file path.
setConfigurationFile(String) - Method in class org.gridgain.grid.loaders.websphere.GridWebsphereLoader
Sets configuration file path.
setConfigurationFile(String) - Method in interface org.gridgain.grid.loaders.websphere.GridWebsphereLoaderMBean
Sets configuration file path.
setConfigurationPath(String) - Method in class org.gridgain.grid.test.junit3.GridJunit3TestSuite
Sets path to GridGain configuration file.
setConfigurationPath(String) - Method in class org.gridgain.grid.test.junit4.GridJunit4Suite
Sets path to GridGain configuration file.
setConnectionUrl(String) - Method in class org.gridgain.grid.cache.store.jdbc.GridCacheJdbcBlobStore
Sets connection URL.
setConnectTimeout(int) - Method in class org.gridgain.grid.segmentation.tcp.GridTcpSegmentationResolver
Sets connect timeout.
setConnectTimeout(int) - Method in class org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpi
Sets connect timeout used when establishing connection with remote nodes.
setContext(Grid, Collection<GridRichNode>) - Method in class org.gridgain.grid.GridListenActor
Internal method that is called by GridGain runtime to set local context.
setCountOverflowRatio(double) - Method in class org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpi
Sets count overflow ratio.
setCreateTableQuery(String) - Method in class org.gridgain.grid.cache.store.jdbc.GridCacheJdbcBlobStore
Sets create table query.
setCurrentActiveJobs(int) - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
Sets current active jobs.
setCurrentCancelledJobs(int) - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
Sets current cancelled jobs.
setCurrentCpuLoad(double) - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
Sets current CPU load.
setCurrentCpuLoad(double) - Method in class org.gridgain.grid.spi.metrics.GridLocalMetricsAdapter
Sets CPU load average over last minute.
setCurrentDaemonThreadCount(int) - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
Sets daemon thread count.
setCurrentIdleTime(long) - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
Sets time elapsed since execution of last job.
setCurrentJobExecuteTime(long) - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
Sets current job execute time.
setCurrentJobWaitTime(long) - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
Sets current job wait time.
setCurrentRejectedJobs(int) - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
 
setCurrentThreadCount(int) - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
Sets thread count.
setCurrentWaitingJobs(int) - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
Sets current waiting jobs.
setDaemon(boolean) - Method in class org.gridgain.grid.GridConfigurationAdapter
Sets daemon flag.
setDaemon(boolean) - Static method in class org.gridgain.grid.GridFactory
Sets daemon flag.
setDaemonThreadCount(int) - Method in class org.gridgain.grid.spi.metrics.GridLocalMetricsAdapter
Sets daemon thread count.
setDataSource(DataSource) - Method in class org.gridgain.grid.spi.checkpoint.jdbc.GridJdbcCheckpointSpi
Sets DataSource to use for database access.
setDataSource(DataSource) - Method in class org.gridgain.grid.spi.discovery.tcp.ipfinder.jdbc.GridTcpDiscoveryJdbcIpFinder
Sets data source.
setDataSource(DataSource) - Method in class org.gridgain.grid.spi.discovery.tcp.metricsstore.jdbc.GridTcpDiscoveryJdbcMetricsStore
Sets data source.
setDataSource(DataSource) - Method in class org.gridgain.grid.spi.discovery.tcp.topologystore.jdbc.GridTcpDiscoveryJdbcTopologyStore
Sets data source.
setDefaultLockTimeout(long) - Method in class org.gridgain.grid.cache.GridCacheConfigurationAdapter
Sets default lock timeout in milliseconds.
setDefaultPriority(int) - Method in class org.gridgain.grid.spi.collision.priorityqueue.GridPriorityQueueCollisionSpi
Sets default job priority.
setDefaultQueryTimeout(long) - Method in class org.gridgain.grid.cache.GridCacheConfigurationAdapter
Sets default query timeout, 0 for never.
setDefaultReplicas(int) - Method in class org.gridgain.grid.cache.affinity.partitioned.GridCachePartitionedAffinity
Sets default count of virtual replicas in consistent hash ring.
setDefaultTimeToLive(long) - Method in class org.gridgain.grid.cache.GridCacheConfigurationAdapter
Sets time to live for all objects in cache.
setDefaultTxConcurrency(GridCacheTxConcurrency) - Method in class org.gridgain.grid.cache.GridCacheConfigurationAdapter
Sets default transaction concurrency.
setDefaultTxIsolation(GridCacheTxIsolation) - Method in class org.gridgain.grid.cache.GridCacheConfigurationAdapter
Sets default transaction isolation.
setDefaultTxTimeout(long) - Method in class org.gridgain.grid.cache.GridCacheConfigurationAdapter
Sets default transaction timeout in milliseconds.
setDeleteCorrupted(boolean) - Method in class org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpi
If this property is true then SPI deletes corrupted files when corruption is detected.
setDeleteQuery(String) - Method in class org.gridgain.grid.cache.store.jdbc.GridCacheJdbcBlobStore
Sets delete entry query.
setDeploymentMode(GridDeploymentMode) - Method in class org.gridgain.grid.GridConfigurationAdapter
Sets task classes and resources sharing mode.
setDeploymentSpi(GridDeploymentSpi) - Method in class org.gridgain.grid.GridConfigurationAdapter
Sets fully configured instance of GridDeploymentSpi.
setDescrdir(File) - Method in class org.gridgain.grid.tools.ant.gar.GridGarAntTask
Sets the directory where descriptor is located.
setDgcFrequency(long) - Method in class org.gridgain.grid.cache.GridCacheConfigurationAdapter
Sets frequency in milliseconds for internal distributed garbage collector.
setDgcRemoveLocks(boolean) - Method in class org.gridgain.grid.cache.GridCacheConfigurationAdapter
Sets DGC remove locks flag.
setDgcSuspectLockTimeout(long) - Method in class org.gridgain.grid.cache.GridCacheConfigurationAdapter
Sets suspect lock timeout in milliseconds for internal distributed garbage collector.
setDirectBuffer(boolean) - Method in class org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpi
Sets flag to allocate direct or heap buffer in SPI.
setDirectoryPaths(Collection<String>) - Method in class org.gridgain.grid.spi.checkpoint.sharedfs.GridSharedFsCheckpointSpi
Sets path to a shared directory where checkpoints will be stored.
setDisabled(boolean) - Method in class org.gridgain.grid.test.junit3.GridJunit3TestSuite
Disables GridGain.
setDisabled(boolean) - Method in class org.gridgain.grid.test.junit4.GridJunit4Suite
Disables GridGain.
setDiscoverySpi(GridDiscoverySpi) - Method in class org.gridgain.grid.GridConfigurationAdapter
Sets fully configured instance of GridDiscoverySpi.
setDiscoveryStartupDelay(long) - Method in class org.gridgain.grid.GridConfigurationAdapter
Sets time in milliseconds after which a certain metric value is considered expired.
setDoubleBenchmarkSize(long) - Method in class org.gridgain.grid.benchmarks.GridLocalNodeBenchmark
Sets double benchmark size.
setEncodeUri(boolean) - Method in class org.gridgain.grid.spi.deployment.uri.GridUriDeploymentSpi
Indicates that URI must be encoded before usage.
setEventStorageSpi(GridEventStorageSpi) - Method in class org.gridgain.grid.GridConfigurationAdapter
Sets fully configured instance of GridEventStorageSpi.
setEvictionEnabled(boolean) - Method in class org.gridgain.grid.cache.GridCacheConfigurationAdapter
Sets flag to enable/disable eviction policy.
setEvictionFilter(GridCacheEvictionFilter<K, V>) - Method in class org.gridgain.grid.cache.GridCacheConfigurationAdapter
Sets eviction filter.
setEvictionPolicy(GridCacheEvictionPolicy) - Method in class org.gridgain.grid.cache.GridCacheConfigurationAdapter
Sets cache eviction policy.
setEvictionSessionTimeout(int) - Method in class org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpi
Sets eviction session timeout.
setEvictMaxOverflowRatio(float) - Method in class org.gridgain.grid.cache.GridCacheConfigurationAdapter
Sets maximum eviction overflow ratio.
setEvictNearSynchronized(boolean) - Method in class org.gridgain.grid.cache.GridCacheConfigurationAdapter
Sets flag indicating whether eviction is synchronized with near nodes.
setEvictSynchronized(boolean) - Method in class org.gridgain.grid.cache.GridCacheConfigurationAdapter
Sets flag indicating whether eviction is synchronized with backup nodes (or the rest of the nodes for replicated cache).
setEvictSynchronizedConcurrencyLevel(int) - Method in class org.gridgain.grid.cache.GridCacheConfigurationAdapter
Sets concurrency level for synchronous evictions
setEvictSynchronizedKeyBufferSize(int) - Method in class org.gridgain.grid.cache.GridCacheConfigurationAdapter
Sets eviction key buffer size.
setEvictSynchronizedTimeout(long) - Method in class org.gridgain.grid.cache.GridCacheConfigurationAdapter
Sets synchronous eviction timeout.
setExcludeEventTypes(int...) - Method in class org.gridgain.grid.GridConfigurationAdapter
Sets array of event types, which will not be recorded by GridEventStorageManager.record(GridEvent).
setExcludeNeighbors(boolean) - Method in class org.gridgain.grid.cache.affinity.partitioned.GridCachePartitionedAffinity
Sets flag to exclude same-host-neighbors from being backups of each other (default is false).
setExecutorService(ExecutorService) - Method in class org.gridgain.grid.GridConfigurationAdapter
Sets thread pool to use within grid.
setExecutorServiceShutdown(boolean) - Method in class org.gridgain.grid.GridConfigurationAdapter
Sets executor service shutdown flag.
setExpireAgeMs(long) - Method in class org.gridgain.grid.spi.eventstorage.memory.GridMemoryEventStorageSpi
Sets events expiration time.
setExpireCount(long) - Method in class