- C1<E1,R> - Interface in org.gridgain.grid.util.typedef
-
- C2<E1,E2,R> - Interface in org.gridgain.grid.util.typedef
-
- c2c() - Static method in class org.gridgain.grid.util.lang.GridFunc
-
- C3<E1,E2,E3,R> - Interface in org.gridgain.grid.util.typedef
-
- CA - Class in org.gridgain.grid.util.typedef
-
- CA() - Constructor for class org.gridgain.grid.util.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
-
- cache(String) - Method in class org.gridgain.grid.kernal.GridKernal
-
- cache() - Method in interface org.gridgain.grid.kernal.GridKernalContext
-
Gets caches processor.
- cache() - Method in class org.gridgain.grid.kernal.GridKernalContextImpl
-
Gets caches processor.
- cache - Variable in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheQueueAdapter
-
Cache.
- cache() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
Gets base cache for this projection.
- cache - Variable in class org.gridgain.grid.kernal.processors.cache.GridCacheClearAllRunnable
-
Cache to be cleared.
- cache(GridCacheAdapter<K, V>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheContext
-
- cache() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheContext
-
- cache() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProcessor
-
- cache(String) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProcessor
-
- cache() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProjectionImpl
-
Gets base cache for this projection.
- cache() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProxyImpl
-
Gets base cache for this projection.
- CACHE_MSG_IDX - Static variable in class org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic.GridDhtAtomicDeferredUpdateResponse
-
Message index.
- CACHE_MSG_IDX - Static variable in class org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic.GridDhtAtomicUpdateRequest
-
Message index.
- CACHE_MSG_IDX - Static variable in class org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic.GridDhtAtomicUpdateResponse
-
Message index.
- CACHE_MSG_IDX - Static variable in class org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic.GridNearAtomicUpdateRequest
-
Message index.
- CACHE_MSG_IDX - Static variable in class org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic.GridNearAtomicUpdateResponse
-
Cache message index.
- CACHE_MSG_INDEX_FIELD_NAME - Static variable in class org.gridgain.grid.kernal.processors.cache.GridCacheMessage
-
Cache message index field name.
- CACHE_OVERFLOW_RATIO - Static variable in class org.gridgain.grid.kernal.processors.cache.GridCacheWriteBehindStore
-
Overflow ratio for critical cache size calculation.
- CACHE_VER_NOT_READ - Static variable in class org.gridgain.grid.util.direct.GridTcpCommunicationMessageAdapter
-
- cacheAffinityClassName() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAttributes
-
- cacheAffinityMapperClassName() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAttributes
-
- cacheAffinityNodes(String, long) - Method in class org.gridgain.grid.kernal.managers.discovery.GridDiscoveryManager
-
Gets cache nodes for cache with given name that participate in affinity calculation.
- cacheAppend(String, K, V, Set<GridClientCacheFlag>, UUID) - Method in class org.gridgain.client.impl.connection.GridClientConnection
-
Append requested value to already cached one.
- cacheAppend(String, K, V, Set<GridClientCacheFlag>, UUID) - Method in class org.gridgain.client.impl.connection.GridClientNioTcpConnection
-
Append requested value to already cached one.
- cacheAttributes(GridNode) - Static method in class org.gridgain.grid.util.GridUtils
-
Gets cache attributes for the node.
- cacheAttributes(GridNode, String) - Static method in class org.gridgain.grid.util.GridUtils
-
Gets cache attributes from the given node for the given cache name.
- cacheBackup() - Static method in class org.gridgain.grid.util.lang.GridFunc
-
- cacheCfg - Variable in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
Cache configuration.
- cacheCompareAndSet(String, K, V, V, Set<GridClientCacheFlag>, UUID) - Method in class org.gridgain.client.impl.connection.GridClientConnection
-
New valueActual/old valueBehaviour
null null Remove entry for key.
newVal null Put newVal into cache if such key doesn't exist.
null oldVal Remove if actual value oldVal is equals to value in cache.
newVal oldVal Replace if actual value oldVal is equals to value in cache.
- cacheCompareAndSet(String, K, V, V, Set<GridClientCacheFlag>, UUID) - Method in class org.gridgain.client.impl.connection.GridClientNioTcpConnection
-
New valueActual/old valueBehaviour
null null Remove entry for key.
newVal null Put newVal into cache if such key doesn't exist.
null oldVal Remove if actual value oldVal is equals to value in cache.
newVal oldVal Replace if actual value oldVal is equals to value in cache.
- cacheContainsEntriesGet(Collection<? extends Map.Entry<K, V>>) - Static method in class org.gridgain.grid.util.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.util.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.util.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.util.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.util.lang.GridFunc
-
Gets predicate which returns true if
GridCacheEntry.get()
method returns value that is contained in given collection.
- cacheContainsGet(V...) - Static method in class org.gridgain.grid.util.lang.GridFunc
-
Gets predicate which returns true if
GridCacheEntry.get() method returns
value that is contained among given values.
- cacheContainsGet(Map<K, V>) - Static method in class org.gridgain.grid.util.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.util.lang.GridFunc
-
Gets predicate which returns true if
GridCacheEntry.peek() methods returns
value that is contained in given collection.
- cacheContainsPeek(V...) - Static method in class org.gridgain.grid.util.lang.GridFunc
-
Gets predicate which returns true if
GridCacheEntry.peek() methods returns
value that is contained among given values.
- cacheContainsPeek(Map<K, V>) - Static method in class org.gridgain.grid.util.lang.GridFunc
-
Gets predicate which returns true if cache entry matches any given key-value pair.
- cached - Variable in class org.gridgain.grid.kernal.processors.cache.GridCacheEntryImpl
-
Cached entry.
- cached - Variable in class org.gridgain.grid.kernal.processors.cache.GridCacheEvictionEntry
-
Cached entry.
- cached() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxEntry
-
- cached(GridCacheEntryEx<K, V>, byte[]) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxEntry
-
- cachedMetrics() - Method in interface org.gridgain.client.GridClientData
-
Tries to get metrics from local cache.
- cachedMetrics() - Method in class org.gridgain.client.impl.GridClientDataImpl
-
Tries to get metrics from local cache.
- cacheEntry2Get() - Static method in class org.gridgain.grid.util.lang.GridFunc
-
Gets closure that returns value for an entry.
- cacheEntry2Key() - Static method in class org.gridgain.grid.util.lang.GridFunc
-
Gets closure that returns key for cache entry.
- cacheEntry2Peek() - Static method in class org.gridgain.grid.util.lang.GridFunc
-
- cacheExpireAfter(long) - Static method in class org.gridgain.grid.util.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.util.lang.GridFunc
-
Gets predicate which returns true if entry expires on or before given time
in milliseconds.
- cacheFlags(int) - Method in class org.gridgain.grid.kernal.processors.rest.request.GridRestCacheRequest
-
- cacheFlags() - Method in class org.gridgain.grid.kernal.processors.rest.request.GridRestCacheRequest
-
- cacheFlagsOn(int) - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientCacheRequest
-
Set cache flags bit map.
- cacheFlagsOn() - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientCacheRequest
-
Get cache flags bit map.
- cacheGet(String, K, Set<GridClientCacheFlag>, UUID) - Method in class org.gridgain.client.impl.connection.GridClientConnection
-
Gets entry from the cache for specified key.
- cacheGetAll(String, Collection<K>, Set<GridClientCacheFlag>, UUID) - Method in class org.gridgain.client.impl.connection.GridClientConnection
-
Gets bundle of entries for specified keys from the cache.
- cacheGetAll(String, Collection<K>, Set<GridClientCacheFlag>, UUID) - Method in class org.gridgain.client.impl.connection.GridClientNioTcpConnection
-
Gets bundle of entries for specified keys from the cache.
- cacheHasGetValue() - Static method in class org.gridgain.grid.util.lang.GridFunc
-
- cacheHasKeys(Collection<? extends K>) - Static method in class org.gridgain.grid.util.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.util.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.util.lang.GridFunc
-
- cacheKey2Entry(GridCacheContext<K, V>) - Static method in class org.gridgain.grid.kernal.processors.cache.GridCacheUtils
-
- cacheKeys(GridPredicate<? super K>...) - Static method in class org.gridgain.grid.util.lang.GridFunc
-
- cacheMetrics(String, UUID) - Method in class org.gridgain.client.impl.connection.GridClientConnection
-
Gets cache metrics for the key.
- cacheMetrics(String, UUID) - Method in class org.gridgain.client.impl.connection.GridClientNioTcpConnection
-
Gets cache metrics for the key.
- cacheMode() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAttributes
-
- cacheMode(GridNode, String) - Static method in class org.gridgain.grid.util.GridUtils
-
Gets cache mode or a cache on given node or null if cache is not
present on given node.
- cacheName() - Method in interface org.gridgain.client.GridClientData
-
Gets name of the remote cache.
- cacheName() - Method in class org.gridgain.client.impl.GridClientDataImpl
-
Gets name of the remote cache.
- cacheName() - Method in interface org.gridgain.grid.compute.GridComputeJobContext
-
Gets cache name for which job was co-located.
- cacheName() - Method in interface org.gridgain.grid.dataload.GridDataLoader
-
Name of cache to load data to.
- cacheName() - Method in class org.gridgain.grid.events.GridCacheEvent
-
Gets cache name.
- cacheName() - Method in class org.gridgain.grid.events.GridCachePreloadingEvent
-
Gets cache name.
- cacheName() - Method in class org.gridgain.grid.kernal.GridJobContextImpl
-
Gets cache name for which job was co-located.
- cacheName() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic.GridDhtAtomicCacheEntry
- cacheName() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.colocated.GridDhtColocatedCacheEntry
- cacheName() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtCacheEntry
-
- cacheName() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAttributes
-
- cacheName() - Method in class org.gridgain.grid.kernal.processors.cache.query.GridCacheQueryRequest
-
- cacheName() - Method in interface org.gridgain.grid.kernal.processors.cache.query.GridCacheSqlMetadata
-
Cache name.
- cacheName() - Method in class org.gridgain.grid.kernal.processors.dataload.GridDataLoaderImpl
-
Name of cache to load data to.
- cacheName() - Method in class org.gridgain.grid.kernal.processors.dataload.GridDataLoadRequest
-
- cacheName() - Method in class org.gridgain.grid.kernal.processors.dr.messages.external.GridDrExternalBatchRequest
-
- cacheName() - Method in class org.gridgain.grid.kernal.processors.dr.messages.internal.GridDrInternalRequest
-
- cacheName() - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientCacheRequest
-
Gets cache name.
- cacheName(String) - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientCacheRequest
-
Gets cache name.
- cacheName() - Method in class org.gridgain.grid.kernal.processors.rest.protocols.tcp.GridMemcachedMessage
-
- cacheName(String) - Method in class org.gridgain.grid.kernal.processors.rest.protocols.tcp.GridMemcachedMessage
-
- cacheName() - Method in class org.gridgain.grid.kernal.processors.rest.request.GridRestCacheRequest
-
- cacheName(String) - Method in class org.gridgain.grid.kernal.processors.rest.request.GridRestCacheRequest
-
- cacheName() - Method in class org.gridgain.grid.kernal.visor.cmd.dto.VisorCacheAggregatedMetrics
-
- cacheName() - Method in class org.gridgain.grid.kernal.visor.cmd.dto.VisorCacheMetrics
-
- cacheName() - Method in class org.gridgain.grid.kernal.visor.cmd.tasks.VisorQueryTask.VisorQueryArg
-
- cacheName() - Method in class org.gridgain.grid.spi.GridHashIdResolversValidationResult
-
- cacheName() - Method in interface org.gridgain.grid.streamer.router.GridStreamerCacheAffinityEventRouter.CacheAffinityEvent
-
- cacheNameForDrSystemCache(String) - Static method in class org.gridgain.grid.kernal.processors.cache.GridCacheUtils
-
- cacheNameForSwapSpaceName(String) - Static method in class org.gridgain.grid.kernal.processors.cache.GridCacheUtils
-
- cacheNames() - Method in class org.gridgain.grid.kernal.visor.cmd.dto.node.VisorDrSenderHubConfig
-
- cacheNames(String[]) - Method in class org.gridgain.grid.kernal.visor.cmd.dto.node.VisorDrSenderHubConfig
-
- cacheNames(GridNode) - Static method in class org.gridgain.grid.util.GridUtils
-
Gets view on all cache names started on the node.
- cacheNode(GridCacheContext, GridNode) - Static method in class org.gridgain.grid.kernal.processors.cache.GridCacheUtils
-
Checks if given node contains configured cache with the name
as described by given cache context.
- cacheNode(GridCacheContext, GridNodeShadow) - Static method in class org.gridgain.grid.kernal.processors.cache.GridCacheUtils
-
Checks if given node has specified cache started.
- cacheNode(String, GridNode) - Static method in class org.gridgain.grid.kernal.processors.cache.GridCacheUtils
-
Checks if given node has specified cache started.
- cacheNode(String, GridCacheAttributes[]) - Static method in class org.gridgain.grid.kernal.processors.cache.GridCacheUtils
-
Checks if given attributes relate the the node which has (or had) specified cache started.
- cacheNodes(String, long) - Method in class org.gridgain.grid.kernal.managers.discovery.GridDiscoveryManager
-
Gets cache nodes for cache with given name.
- cacheNodesForNames(String...) - Static method in class org.gridgain.grid.util.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.util.lang.GridFunc
-
- cacheNoPeekValue() - Static method in class org.gridgain.grid.util.lang.GridFunc
-
- cacheOperationAllowed(String, GridSecurityPermission) - Method in class org.gridgain.grid.kernal.managers.security.GridSecurityContext
-
Checks whether cache operation is allowed.
- cachePermissions() - Method in class org.gridgain.grid.kernal.managers.security.GridAllowAllPermissionSet
-
Map of cache names to cache permissions.
- cachePermissions() - Method in interface org.gridgain.grid.security.GridSecurityPermissionSet
-
Map of cache names to cache permissions.
- cachePreloadMode() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAttributes
-
- cachePrepend(String, K, V, Set<GridClientCacheFlag>, UUID) - Method in class org.gridgain.client.impl.connection.GridClientConnection
-
Prepend requested value to already cached one.
- cachePrepend(String, K, V, Set<GridClientCacheFlag>, UUID) - Method in class org.gridgain.client.impl.connection.GridClientNioTcpConnection
-
Prepend requested value to already cached one.
- cachePrimary() - Static method in class org.gridgain.grid.util.lang.GridFunc
-
- cachePut(String, K, V, Set<GridClientCacheFlag>, UUID) - Method in class org.gridgain.client.impl.connection.GridClientConnection
-
Puts key-value pair into cache.
- cachePutAll(String, Map<K, V>, Set<GridClientCacheFlag>, UUID) - Method in class org.gridgain.client.impl.connection.GridClientConnection
-
Puts bundle of entries into cache.
- cachePutAll(String, Map<K, V>, Set<GridClientCacheFlag>, UUID) - Method in class org.gridgain.client.impl.connection.GridClientNioTcpConnection
-
Puts bundle of entries into cache.
- cacheRemove(String, K, Set<GridClientCacheFlag>, UUID) - Method in class org.gridgain.client.impl.connection.GridClientConnection
-
Removes entry from the cache for specified key.
- cacheRemove(String, K, Set<GridClientCacheFlag>, UUID) - Method in class org.gridgain.client.impl.connection.GridClientNioTcpConnection
-
Removes entry from the cache for specified key.
- cacheRemoveAll(String, Collection<K>, Set<GridClientCacheFlag>, UUID) - Method in class org.gridgain.client.impl.connection.GridClientConnection
-
Removes bundle of entries for specified keys from the cache.
- cacheRemoveAll(String, Collection<K>, Set<GridClientCacheFlag>, UUID) - Method in class org.gridgain.client.impl.connection.GridClientNioTcpConnection
-
Removes bundle of entries for specified keys from the cache.
- cacheReplace(String, K, V, Set<GridClientCacheFlag>, UUID) - Method in class org.gridgain.client.impl.connection.GridClientConnection
-
Replace key-value pair in cache if already exist.
- cacheReplace(String, K, V, Set<GridClientCacheFlag>, UUID) - Method in class org.gridgain.client.impl.connection.GridClientNioTcpConnection
-
Replace key-value pair in cache if already exist.
- caches() - Method in interface org.gridgain.client.GridClientNode
-
Gets all configured caches and their types on remote node.
- caches(Map<String, GridClientCacheMode>) - Method in class org.gridgain.client.impl.GridClientNodeImpl.Builder
-
Sets caches available on remote node.
- caches() - Method in class org.gridgain.client.impl.GridClientNodeImpl
-
Gets all configured caches and their types on remote node.
- caches() - Method in interface org.gridgain.grid.Grid
-
Gets all configured caches.
- caches() - Method in class org.gridgain.grid.kernal.GridKernal
-
Gets all configured caches.
- caches() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProcessor
-
- caches() - Method in class org.gridgain.grid.kernal.visor.cmd.dto.VisorGridConfig
-
- caches(Iterable<VisorCacheConfig>) - Method in class org.gridgain.grid.kernal.visor.cmd.dto.VisorGridConfig
-
- cachesx(GridPredicate<? super GridCache<?, ?>>...) - Method in interface org.gridgain.grid.kernal.GridEx
-
Gets configured cache instance that satisfy all provided predicates including non-public caches.
- cachesx(GridPredicate<? super GridCache<?, ?>>[]) - Method in class org.gridgain.grid.kernal.GridKernal
-
Gets configured cache instance that satisfy all provided predicates including non-public caches.
- cacheValuesGet(GridPredicate<? super V>...) - Static method in class org.gridgain.grid.util.lang.GridFunc
-
- cacheValuesPeek(GridPredicate<? super V>...) - Static method in class org.gridgain.grid.util.lang.GridFunc
-
- cachex(String) - Method in interface org.gridgain.grid.kernal.GridEx
-
Gets the cache instance for the given name if one is configured or
null otherwise returning even non-public caches.
- cachex() - Method in interface org.gridgain.grid.kernal.GridEx
-
Gets default cache instance if one is configured or null otherwise returning even non-public caches.
- cachex(String) - Method in class org.gridgain.grid.kernal.GridKernal
-
Gets the cache instance for the given name if one is configured or
null otherwise returning even non-public caches.
- cachex() - Method in class org.gridgain.grid.kernal.GridKernal
-
Gets default cache instance if one is configured or null otherwise returning even non-public caches.
- caInvoke(Object, String, Object...) - Static method in class org.gridgain.grid.util.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.util.lang.GridFunc
-
Creates absolute closure that will reflectively call a static method with the given name.
- calculate(long, GridDiscoveryEvent) - Method in class org.gridgain.grid.kernal.processors.affinity.GridAffinityAssignmentCache
-
Calculates affinity cache for given topology version.
- calculateAffinity(long, GridDiscoveryEvent) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAffinityManager
-
Calculates affinity cache for given topology version.
- call(Callable<R>) - Method in interface org.gridgain.grid.compute.GridCompute
-
Executes provided job on a node in this grid projection.
- call(Collection<? extends Callable<R>>) - Method in interface org.gridgain.grid.compute.GridCompute
-
Executes collection of jobs on nodes within this grid projection.
- call(Collection<? extends Callable<R1>>, GridReducer<R1, R2>) - Method in interface org.gridgain.grid.compute.GridCompute
-
Executes collection of jobs on nodes within this grid projection.
- call() - Method in class org.gridgain.grid.compute.GridComputeJobAdapter
- call(Callable<R>) - Method in class org.gridgain.grid.kernal.GridComputeImpl
-
Executes provided job on a node in this grid projection.
- call(Collection<? extends Callable<R>>) - Method in class org.gridgain.grid.kernal.GridComputeImpl
-
Executes collection of jobs on nodes within this grid projection.
- call(Collection<? extends Callable<R1>>, GridReducer<R1, R2>) - Method in class org.gridgain.grid.kernal.GridComputeImpl
-
Executes collection of jobs on nodes within this grid projection.
- call() - Method in class org.gridgain.grid.util.lang.GridComputeJobWrapper
- callAsync(GridClosureCallMode, Collection<? extends Callable<R>>, Collection<GridNode>) - Method in class org.gridgain.grid.kernal.processors.closure.GridClosureProcessor
-
- callAsync(GridClosureCallMode, Collection<? extends Callable<R>>, Collection<GridNode>, boolean) - Method in class org.gridgain.grid.kernal.processors.closure.GridClosureProcessor
-
- callAsync(GridClosureCallMode, Callable<R>, Collection<GridNode>) - Method in class org.gridgain.grid.kernal.processors.closure.GridClosureProcessor
-
- callAsync(GridClosureCallMode, Callable<R>, Collection<GridNode>, boolean) - Method in class org.gridgain.grid.kernal.processors.closure.GridClosureProcessor
-
- callAsync(GridClosure<T, R>, T, Collection<GridNode>) - Method in class org.gridgain.grid.kernal.processors.closure.GridClosureProcessor
-
- callAsync(GridClosure<T, R>, Collection<? extends T>, Collection<GridNode>) - Method in class org.gridgain.grid.kernal.processors.closure.GridClosureProcessor
-
- callAsync(GridClosure<T, R1>, Collection<? extends T>, GridReducer<R1, R2>, Collection<GridNode>) - Method in class org.gridgain.grid.kernal.processors.closure.GridClosureProcessor
-
- callAsyncNoFailover(GridClosureCallMode, Callable<R>, Collection<GridNode>, boolean) - Method in class org.gridgain.grid.kernal.processors.closure.GridClosureProcessor
-
- callAsyncNoFailover(GridClosureCallMode, Collection<? extends Callable<R>>, Collection<GridNode>, boolean) - Method in class org.gridgain.grid.kernal.processors.closure.GridClosureProcessor
-
- callback(GridBiPredicate<UUID, Collection<Map.Entry<K, V>>>) - Method in interface org.gridgain.grid.cache.query.GridCacheContinuousQuery
-
Sets mandatory local callback.
- callback() - Method in interface org.gridgain.grid.cache.query.GridCacheContinuousQuery
-
Gets local callback.
- callback() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMvccManager
-
- callback(GridBiPredicate<UUID, Collection<Map.Entry<K, V>>>) - Method in class org.gridgain.grid.kernal.processors.cache.query.continuous.GridCacheContinuousQueryAdapter
-
Sets mandatory local callback.
- callback() - Method in class org.gridgain.grid.kernal.processors.cache.query.continuous.GridCacheContinuousQueryAdapter
-
Gets local callback.
- callcc() - Method in interface org.gridgain.grid.compute.GridComputeJobContinuation
-
- callcc() - Method in class org.gridgain.grid.compute.GridComputeJobContinuationAdapter
-
- callcc() - Method in class org.gridgain.grid.kernal.GridJobContextImpl
-
- callLocal(Callable<R>) - Method in class org.gridgain.grid.kernal.GridSchedulerImpl
-
Executes given callable on internal system thread pool asynchronously.
- callLocal(Callable<R>) - Method in interface org.gridgain.grid.scheduler.GridScheduler
-
Executes given callable on internal system thread pool asynchronously.
- callLocalSafe(Callable<R>) - Method in class org.gridgain.grid.kernal.processors.closure.GridClosureProcessor
-
Executes closure on system pool.
- callLocalSafe(Callable<R>, boolean) - Method in class org.gridgain.grid.kernal.processors.closure.GridClosureProcessor
-
Executes closure on system pool.
- callLocalSafe(Callable<R>, GridClosurePolicy) - Method in class org.gridgain.grid.kernal.processors.closure.GridClosureProcessor
-
- 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.compute.GridComputeJob
-
This method is called 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.compute.GridComputeJobAdapter
-
This method is called 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.compute.GridComputeJobSibling
-
Sends a request to cancel this sibling.
- cancel() - Method in interface org.gridgain.grid.ggfs.mapreduce.GridGgfsJob
-
This method is called 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.ggfs.mapreduce.GridGgfsJobAdapter
-
This method is called 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.GridFuture
-
Cancels this future.
- cancel() - Method in class org.gridgain.grid.kernal.GridJobSiblingImpl
-
Sends a request to cancel this sibling.
- cancel() - Method in class org.gridgain.grid.kernal.GridTaskFutureImpl
-
Default no-op implementation that always returns false.
- cancel() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.colocated.GridDhtColocatedLockFuture
-
Default no-op implementation that always returns false.
- cancel() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtLockFuture
-
Default no-op implementation that always returns false.
- cancel() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearLockFuture
-
Default no-op implementation that always returns false.
- cancel() - Method in class org.gridgain.grid.kernal.processors.cache.local.GridLocalLockFuture
-
Default no-op implementation that always returns false.
- cancel() - Method in class org.gridgain.grid.kernal.processors.cache.query.GridCacheQueryFutureAdapter
-
Default no-op implementation that always returns false.
- cancel() - Method in class org.gridgain.grid.kernal.processors.cache.query.GridCacheQueryRequest
-
- cancel() - Method in class org.gridgain.grid.kernal.processors.job.GridJobWorker
-
Cancels this runnable interrupting actual runner.
- cancel(boolean) - Method in class org.gridgain.grid.kernal.processors.job.GridJobWorker
-
- cancel() - Method in class org.gridgain.grid.kernal.processors.streamer.GridStreamerStageExecutionFuture
-
Default no-op implementation that always returns false.
- cancel() - Method in interface org.gridgain.grid.spi.collision.GridCollisionJobContext
-
Cancels the job.
- cancel() - Method in class org.gridgain.grid.util.future.GridCompoundFuture
-
Default no-op implementation that always returns false.
- cancel() - Method in class org.gridgain.grid.util.future.GridEmbeddedFuture
-
Default no-op implementation that always returns false.
- cancel() - Method in class org.gridgain.grid.util.future.GridFinishedFuture
-
Cancels this future.
- cancel() - Method in class org.gridgain.grid.util.future.GridFinishedFutureEx
-
Cancels this future.
- cancel() - Method in class org.gridgain.grid.util.future.GridFutureAdapter
-
Default no-op implementation that always returns false.
- cancel() - Method in class org.gridgain.grid.util.future.GridFutureAdapterEx
-
Default no-op implementation that always returns false.
- cancel(GridWorker) - Static method in class org.gridgain.grid.util.GridUtils
-
Cancels given runnable.
- cancel(Iterable<? extends GridWorker>) - Static method in class org.gridgain.grid.util.GridUtils
-
Cancels collection of runnables.
- cancel() - Method in class org.gridgain.grid.util.lang.GridComputeJobWrapper
-
This method is called 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.util.nio.GridNioFinishedFuture
-
Cancels this future.
- cancel() - Method in interface org.gridgain.grid.util.nio.GridNioFuture
-
Cancels this future.
- cancel() - Method in class org.gridgain.grid.util.nio.GridNioFutureImpl
-
Default no-op implementation that always returns false.
- cancel() - Method in class org.gridgain.grid.util.worker.GridWorker
-
Cancels this runnable interrupting actual runner.
- cancel() - Method in class org.gridgain.grid.util.worker.GridWorkerFuture
-
Default no-op implementation that always returns false.
- cancelJob(GridUuid) - Method in interface org.gridgain.grid.compute.GridCompute
-
Cancels job with the given job ID, if it is currently running inside this projection.
- cancelJob(GridUuid) - Method in class org.gridgain.grid.kernal.GridComputeImpl
-
Cancels job with the given job ID, if it is currently running inside this projection.
- cancelJob(GridUuid, GridUuid, boolean) - Method in class org.gridgain.grid.kernal.processors.job.GridJobProcessor
-
- cancelled(GridUuid) - Method in class org.gridgain.grid.kernal.processors.streamer.GridStreamerImpl
-
Checks if cancel request was received for this future ID.
- cancelledFutureId() - Method in class org.gridgain.grid.kernal.processors.streamer.GridStreamerCancelRequest
-
- cancelOnMasterLeave() - Method in class org.gridgain.grid.kernal.GridTaskFutureImpl
-
Cancel task on master leave event.
- cancelQuery() - Method in class org.gridgain.grid.kernal.processors.cache.query.GridCacheDistributedQueryFuture
- cancelQuery() - Method in class org.gridgain.grid.kernal.processors.cache.query.GridCacheLocalQueryFuture
- cancelQuery() - Method in class org.gridgain.grid.kernal.processors.cache.query.GridCacheQueryFutureAdapter
-
- cancelRemove(GridBiTuple<Boolean, ?>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheContext
-
- cancelTask(GridUuid) - Method in interface org.gridgain.grid.compute.GridCompute
-
Cancels task with the given execution session ID, if it currently running inside this projection.
- cancelTask(GridUuid) - Method in class org.gridgain.grid.kernal.GridComputeImpl
-
Cancels task with the given execution session ID, if it currently running inside this projection.
- candidate(GridCacheVersion) - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheEntryEx
-
Gets lock candidate for given lock ID.
- candidate(UUID, long) - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheEntryEx
-
- candidate(K, GridCacheVersion) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheExplicitLockSpan
-
Gets explicit lock candidate for given key.
- candidate(GridCacheVersion) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMapEntry
-
Gets lock candidate for given lock ID.
- candidate(UUID, long) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMapEntry
- candidate(GridCacheVersion) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMvcc
-
Gets candidate for lock ID.
- candidates(Map<K, Collection<GridCacheMvccCandidate<K>>>) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridDistributedTxPrepareResponse
-
- candidatesByIndex(int, Collection<GridCacheMvccCandidate<K>>) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridDistributedBaseMessage
-
- candidatesByIndex(int) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridDistributedBaseMessage
-
- candidatesByKey(K, Collection<GridCacheMvccCandidate<K>>) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridDistributedBaseMessage
-
- candidatesByKey(K) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridDistributedBaseMessage
-
- candidatesByKey() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridDistributedBaseMessage
-
- candidatesForKey(K) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridDistributedTxPrepareResponse
-
- capacity() - Method in interface org.gridgain.grid.cache.datastructures.GridCacheQueue
-
Gets maximum number of elements of the queue.
- capacity() - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheQueueAdapter
-
Gets maximum number of elements of the queue.
- capacity() - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheQueueHeader
-
- capacity() - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheQueueProxy
-
Gets maximum number of elements of the queue.
- capacity() - Method in class org.gridgain.grid.util.GridByteArrayList
-
Gets initial capacity of the list.
- cas(K, V, V) - Method in interface org.gridgain.client.GridClientData
-
Sets entry value to val1 if current value is val2 with
following conditions:
If val1 is null and val2 is equal to current value,
entry is removed from cache.
- cas(K, V, V) - Method in class org.gridgain.client.impl.GridClientDataImpl
-
Sets entry value to val1 if current value is val2 with
following conditions:
If val1 is null and val2 is equal to current value,
entry is removed from cache.
- casAsync(K, V, V) - Method in interface org.gridgain.client.GridClientData
-
Asynchronously sets entry value to val1 if current value is val2
with following conditions:
If val1 is null and val2 is equal to current value,
entry is removed from cache.
- casAsync(K, V, V) - Method in class org.gridgain.client.impl.GridClientDataImpl
-
Asynchronously sets entry value to val1 if current value is val2
with following conditions:
If val1 is null and val2 is equal to current value,
entry is removed from cache.
- casInt(long, int, int) - Method in class org.gridgain.grid.util.offheap.unsafe.GridUnsafeMemory
-
- casLong(long, long, long) - Method in class org.gridgain.grid.util.offheap.unsafe.GridUnsafeMemory
-
- cast(Throwable) - Static method in class org.gridgain.grid.util.GridUtils
-
- cause(Throwable, Class<T>) - Static method in class org.gridgain.grid.util.typedef.X
-
Gets first cause if passed in 'Throwable' has given class in 'cause' hierarchy.
- CAX - Class in org.gridgain.grid.util.typedef
-
- CAX() - Constructor for class org.gridgain.grid.util.typedef.CAX
-
- cctx - Variable in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheQueueAdapter
-
Cache context.
- cctx - Variable in class org.gridgain.grid.kernal.processors.cache.GridCacheManagerAdapter
-
Context.
- cctx - Variable in class org.gridgain.grid.kernal.processors.cache.GridCacheMapEntry
-
Cache registry.
- cctx - Variable in class org.gridgain.grid.kernal.processors.cache.GridCachePreloaderAdapter
-
Cache context.
- cctx - Variable in class org.gridgain.grid.kernal.processors.cache.GridCacheTxAdapter
-
Cache registry.
- cctx - Variable in class org.gridgain.grid.kernal.processors.cache.query.GridCacheQueryFutureAdapter
-
Cache context.
- ceiling(E) - Method in class org.gridgain.grid.util.GridConcurrentSkipListSet
- ceilingEntry(K) - Method in class org.gridgain.grid.util.offheap.unsafe.GridOffHeapSnapTreeMap
- ceilingEntry(K) - Method in class org.gridgain.grid.util.snaptree.SnapTreeMap
-
- ceilingKey(K) - Method in class org.gridgain.grid.util.offheap.unsafe.GridOffHeapSnapTreeMap
- ceilingKey(K) - Method in class org.gridgain.grid.util.snaptree.SnapTreeMap
-
- ceilPow2(int) - Static method in class org.gridgain.grid.util.GridUtils
-
Gets nearest power of 2 larger or equal than v.
- centerShow(String, String, String, Date, String, GridProductLicense) - Static method in class org.gridgain.grid.startup.cmdline.GridAboutDialog
-
Show about dialog.
- cfg - Variable in class org.gridgain.client.impl.GridClientImpl
-
Client configuration.
- CFG - Static variable in class org.gridgain.grid.util.nodestart.GridNodeStartUtils
-
Key for configuration path.
- chain(GridClientFutureCallback<R, T>) - Method in class org.gridgain.client.impl.GridClientFutureAdapter
-
Creates future's chain and completes chained future, when this future finishes.
- chain(GridClosure<? super GridFuture<R>, T>) - Method in interface org.gridgain.grid.GridFuture
-
Make a chained future to convert result of this future (when complete) into a new format.
- chain(GridClosure<? super GridFuture<T>, R>) - Method in class org.gridgain.grid.util.future.GridFinishedFuture
-
Make a chained future to convert result of this future (when complete) into a new format.
- chain(GridClosure<? super GridFuture<T>, R>) - Method in class org.gridgain.grid.util.future.GridFinishedFutureEx
-
Make a chained future to convert result of this future (when complete) into a new format.
- chain(GridClosure<? super GridFuture<R>, T>) - Method in class org.gridgain.grid.util.future.GridFutureAdapter
-
Make a chained future to convert result of this future (when complete) into a new format.
- chain(GridClosure<? super GridFuture<R>, T>) - Method in class org.gridgain.grid.util.future.GridFutureAdapterEx
-
Make a chained future to convert result of this future (when complete) into a new format.
- chain(GridPlainClosure<GridPlainFuture<R>, T>) - Method in interface org.gridgain.grid.util.lang.GridPlainFuture
-
Creates a future that will be completed after this future is completed.
- chain(GridPlainClosure<GridPlainFuture<R>, T>) - Method in class org.gridgain.grid.util.lang.GridPlainFutureAdapter
-
Creates future's chain and completes chained future, when this future finishes.
- chain() - Method in class org.gridgain.grid.util.nio.GridNioSessionImpl
-
- CHAR_ARR_NOT_READ - Static variable in class org.gridgain.grid.util.direct.GridTcpCommunicationMessageAdapter
-
- checkAndSet(GridPredicate<Integer>, int) - Method in class org.gridgain.grid.util.GridAtomicInteger
-
Atomically updates value only if passed in predicate returns true.
- checkAndSet(GridPredicate<Long>, long) - Method in class org.gridgain.grid.util.GridAtomicLong
-
Atomically updates value only if passed in predicate returns true.
- checkAttributeMismatch(GridLogger, GridCacheConfiguration, GridCacheConfiguration, GridNode, T2<String, String>, boolean) - Static method in class org.gridgain.grid.kernal.processors.cache.GridCacheUtils
-
Checks that local and remove configurations have the same value of given attribute.
- checkAttributeMismatch(GridLogger, String, GridNode, String, String, Object, Object, boolean) - Static method in class org.gridgain.grid.kernal.processors.cache.GridCacheUtils
-
Checks that cache configuration attribute has the same value in local and remote cache configurations.
- checkCallbacks(boolean, boolean) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridDistributedCacheEntry
-
- checkClosed(GridClientConnectionCloseReason) - Method in class org.gridgain.client.impl.connection.GridClientConnection
-
Check if this connection was closed and throws appropriate exception.
- checkClosed() - Method in class org.gridgain.grid.util.GridCloseableIteratorAdapter
-
- checkConfiguration() - Method in class org.gridgain.grid.streamer.window.GridStreamerBoundedSizeBatchWindow
-
Check window configuration.
- checkConfiguration() - Method in class org.gridgain.grid.streamer.window.GridStreamerBoundedTimeBatchWindow
-
Check window configuration.
- checkConfiguration() - Method in class org.gridgain.grid.streamer.window.GridStreamerBoundedTimeWindow
-
Check window configuration.
- checkConfiguration() - Method in class org.gridgain.grid.streamer.window.GridStreamerUnboundedWindow
-
Check window configuration.
- checkConfiguration() - Method in class org.gridgain.grid.streamer.window.GridStreamerWindowAdapter
-
Check window configuration.
- checkConfigurationConsistency0(GridSpiContext, GridNode, boolean) - Method in class org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpi
-
Method which is called in the end of checkConfigurationConsistency() method.
- checkConfigurationConsistency0(GridSpiContext, GridNode, boolean) - Method in class org.gridgain.grid.spi.GridSpiAdapter
-
Method which is called in the end of checkConfigurationConsistency() method.
- checkConsistency() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheConcurrentMap
-
- checkFrequency() - Method in class org.gridgain.grid.kernal.visor.cmd.dto.node.VisorSegmentationConfig
-
- checkFrequency(long) - Method in class org.gridgain.grid.kernal.visor.cmd.dto.node.VisorSegmentationConfig
-
- checkFullSupport() - Method in class org.gridgain.grid.kernal.GridTaskSessionImpl
-
- checkInternal(K) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxAdapter
-
- checkIsSplitToJobsAllowed(GridifyRangeArgument, GridifySetToSet) - Method in class org.gridgain.grid.compute.gridify.aop.GridifySetToSetAbstractAspect
-
Check if split allowed for input argument.
- checkIsSplitToJobsAllowed(GridifyRangeArgument, GridifySetToValue) - Method in class org.gridgain.grid.compute.gridify.aop.GridifySetToValueAbstractAspect
-
Check if split allowed for input argument.
- checkJta() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
Checks if cache is working in JTA transaction and enlist cache as XAResource if necessary.
- checkJta() - Method in class org.gridgain.grid.kernal.processors.cache.jta.GridCacheJtaManagerAdapter
-
Checks if cache is working in JTA transaction and enlist cache as XAResource if necessary.
- checkJta() - Method in class org.gridgain.grid.kernal.processors.cache.jta.GridCacheNoopJtaManager
-
Checks if cache is working in JTA transaction and enlist cache as XAResource if necessary.
- checkLicense() - Method in interface org.gridgain.grid.kernal.processors.license.GridLicenseProcessor
-
This method is called periodically by the GridGain to check the license
conformance.
- checkLicense() - Method in class org.gridgain.grid.kernal.processors.license.os.GridOsLicenseProcessor
-
This method is called periodically by the GridGain to check the license
conformance.
- checkMethodSignature(Method) - Method in class org.gridgain.grid.compute.gridify.aop.GridifySetToSetAbstractAspect
-
Check method signature.
- checkMethodSignature(Method) - Method in class org.gridgain.grid.compute.gridify.aop.GridifySetToValueAbstractAspect
-
Check method signature.
- checkMinMemory(long) - Static method in class org.gridgain.grid.util.typedef.X
-
Exits with code -1 if maximum memory is below 90% of minimally allowed threshold.
- checkObsolete() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMapEntry
-
- checkOwnerChanged(GridCacheMvccCandidate<K>, GridCacheMvccCandidate<K>, V) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridDistributedCacheEntry
-
- checkpoint() - Method in interface org.gridgain.grid.kernal.GridKernalContext
-
Gets checkpoint manager.
- checkpoint() - Method in class org.gridgain.grid.kernal.GridKernalContextImpl
-
Gets checkpoint manager.
- checkpointSpis() - Method in class org.gridgain.grid.kernal.visor.cmd.dto.node.VisorSpisConfig
-
- checkpointSpis(GridBiTuple<String, Map<String, Object>>[]) - Method in class org.gridgain.grid.kernal.visor.cmd.dto.node.VisorSpisConfig
-
- checkReaders() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtCacheEntry
-
- checkRemoved(Long) - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheQueueAdapter
-
- checkRemoved(GridCacheQueueHeader) - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheQueueAdapter
-
- checkRemoved(GridCacheVersion) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridDistributedCacheEntry
-
- checkSecurity(GridSecurityPermission) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheContext
-
- checkStore(GridCacheContext<?, ?>) - Static method in class org.gridgain.grid.kernal.processors.cache.GridCacheUtils
-
Checks that cache store is present.
- checkThreadChain(GridCacheMvccCandidate<K>) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridDistributedCacheEntry
-
- checkTxFlags(Collection<GridCacheFlag>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheContext
-
- checkValid(GridPredicate<GridCacheEntry<K, V>>[]) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxLocalAdapter
-
Checks transaction expiration.
- checkValid() - Method in class org.gridgain.grid.util.future.GridFutureAdapter
-
Checks that future is in usable state.
- checkValid() - Method in class org.gridgain.grid.util.future.GridFutureAdapterEx
-
Checks that future is in usable state.
- childExecutions() - Method in class org.gridgain.grid.kernal.processors.streamer.GridStreamerStageExecutionFuture
-
- 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.
- CI1<T> - Interface in org.gridgain.grid.util.typedef
-
- CI2<E1,E2> - Interface in org.gridgain.grid.util.typedef
-
- CI3<E1,E2,E3> - Interface in org.gridgain.grid.util.typedef
-
- ciInvoke(String, Object...) - Static method in class org.gridgain.grid.util.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.util.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.util.typedef
-
- CIX1() - Constructor for class org.gridgain.grid.util.typedef.CIX1
-
- CIX2<E1,E2> - Class in org.gridgain.grid.util.typedef
-
- CIX2() - Constructor for class org.gridgain.grid.util.typedef.CIX2
-
- CIX3<E1,E2,E3> - Class in org.gridgain.grid.util.typedef
-
- CIX3() - Constructor for class org.gridgain.grid.util.typedef.CIX3
-
- classError() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMessage
-
- classLoader() - Method in class org.gridgain.grid.compute.gridify.aop.GridifyDefaultRangeTask
-
Gets class loader for the class.
- classLoader() - Method in class org.gridgain.grid.compute.gridify.aop.GridifyDefaultTask
-
Gets class loader for the class.
- classLoader() - Method in class org.gridgain.grid.kernal.managers.deployment.GridDeployment
-
- classLoader() - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheAtomicReferenceValue
-
Gets class loader for the class.
- classLoader() - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheAtomicStampedValue
-
Gets class loader for the class.
- classLoader() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxEntry
-
Gets class loader for the class.
- classLoader() - Method in class org.gridgain.grid.kernal.processors.closure.GridPeerDeployAwareTaskAdapter
-
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
-
- classLoader(Class<?>) - Static method in class org.gridgain.grid.util.GridClassLoaderCache
-
Gets cached ClassLoader for efficiency since class loader detection has proven to be slow.
- classLoader() - Method in class org.gridgain.grid.util.lang.GridComputeJobWrapper
-
Gets class loader for the class.
- classLoader() - Method in interface org.gridgain.grid.util.lang.GridPeerDeployAware
-
Gets class loader for the class.
- classLoader() - Method in class org.gridgain.grid.util.lang.GridPeerDeployAwareAdapter
-
Gets class loader for the class.
- classLoaderId() - Method in class org.gridgain.grid.kernal.managers.communication.GridIoUserMessage
-
- classLoaderId() - Method in class org.gridgain.grid.kernal.managers.deployment.GridDeployment
-
Gets property clsLdrId.
- classLoaderId() - Method in interface org.gridgain.grid.kernal.managers.deployment.GridDeploymentInfo
-
- classLoaderId() - Method in class org.gridgain.grid.kernal.managers.deployment.GridDeploymentInfoBean
- classLoaderId() - Method in class org.gridgain.grid.kernal.processors.dataload.GridDataLoadRequest
-
- classLoaderId() - Method in class org.gridgain.grid.kernal.processors.streamer.GridStreamerExecutionRequest
-
- className() - Method in enum org.gridgain.grid.kernal.GridComponentType
-
- className() - Method in class org.gridgain.grid.kernal.processors.cache.query.GridCacheQueryRequest
-
- classNameToResourceName(String) - Static method in class org.gridgain.grid.util.GridUtils
-
Gets resource path for the class.
- clause() - Method in class org.gridgain.grid.kernal.processors.cache.query.GridCacheQueryAdapter
-
- clause() - Method in class org.gridgain.grid.kernal.processors.cache.query.GridCacheQueryRequest
-
- clazz() - Method in class org.gridgain.grid.kernal.processors.port.GridPortRecord
-
- clazz() - Static method in class org.gridgain.grid.util.lang.GridFunc
-
Gets closure that converts object to its runtime class.
- cleanCopy(GridCacheContext<K, V>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxEntry
-
- cleanup() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheContext
-
Nulling references to potentially leak-prone objects.
- cleanup(GridSpi) - Method in class org.gridgain.grid.kernal.processors.resource.GridResourceProcessor
-
Cleans up resources from given SPI implementation.
- cleanup(GridLifecycleBean) - Method in class org.gridgain.grid.kernal.processors.resource.GridResourceProcessor
-
Cleans up resources from given lifecycle beans.
- cleanup() - Method in class org.gridgain.grid.spi.GridSpiThread
-
Should be overridden by child classes if cleanup logic is required.
- cleanup() - Method in class org.gridgain.grid.util.worker.GridWorker
-
Optional method that will be called after runnable is finished.
- cleanUpCache(long) - Method in class org.gridgain.grid.kernal.processors.affinity.GridAffinityAssignmentCache
-
Clean up outdated cache items.
- cleanUpCache(long) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAffinityManager
-
Clean up outdated cache items.
- cleanupGeneric(Object) - Method in class org.gridgain.grid.kernal.processors.resource.GridResourceProcessor
-
- clear() - Method in class com.romix.scala.collection.concurrent.TrieMap
-
- clear() - Method in class org.gridgain.client.util.GridConcurrentHashSet
- clear() - Method in interface org.gridgain.grid.cache.datastructures.GridCacheQueue
- clear(int) - Method in interface org.gridgain.grid.cache.datastructures.GridCacheQueue
-
Removes all of the elements from this queue.
- clear() - Method in interface org.gridgain.grid.cache.GridCacheEntry
-
- clear(K) - 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.dr.hub.sender.store.fs.GridDrSenderHubFsStore
-
Clears store.
- clear(String) - Method in class org.gridgain.grid.kernal.managers.swapspace.GridSwapSpaceManager
-
- clear(int) - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheQueueAdapter
-
Removes all of the elements from this queue.
- clear() - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheQueueProxy
- clear(int) - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheQueueProxy
-
Removes all of the elements from this queue.
- clear() - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheSetImpl
- clear() - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheSetProxy
- clear(K) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
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(GridCacheVersion, boolean, GridPredicate<GridCacheEntry<K, V>>[]) - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheEntryEx
-
Marks entry as obsolete and, if possible or required, removes it
from swap storage.
- clear() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheEntryImpl
-
- clear() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheEntrySet
- clear() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheEvictionEntry
-
- clear() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheFilterEvaluationEntry
-
- clear() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheKeySet
- clear() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMapAdapter
- clear(GridCacheVersion, boolean, GridPredicate<GridCacheEntry<K, V>>[]) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMapEntry
-
Marks entry as obsolete and, if possible or required, removes it
from swap storage.
- clear(K) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProjectionImpl
-
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(K) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProxyImpl
-
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.kernal.processors.cache.GridCacheValueCollection
- clear() - Static method in class org.gridgain.grid.kernal.processors.license.GridLicenseUseRegistry
-
Clears usages.
- clear() - Method in class org.gridgain.grid.lang.GridBiTuple
- clear() - Method in class org.gridgain.grid.spi.discovery.tcp.internal.GridTcpDiscoveryNodesRing
-
Removes all remote nodes, leaves only local node.
- clear() - Method in class org.gridgain.grid.spi.discovery.tcp.internal.GridTcpDiscoveryStatistics
-
Clears statistics.
- 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(String) - Method in class org.gridgain.grid.spi.swapspace.noop.GridNoopSwapSpaceSpi
-
Entirely clears data space with given name, if any.
- clear() - Method in class org.gridgain.grid.util.GridBoundedLinkedHashSet
-
Removes all of the elements from this set.
- clear() - Static method in class org.gridgain.grid.util.GridClassLoaderCache
-
Intended for test purposes only.
- clear() - Method in class org.gridgain.grid.util.GridConcurrentPhantomHashSet
- clear() - Method in class org.gridgain.grid.util.GridConcurrentSkipListSet
- clear() - Method in class org.gridgain.grid.util.GridConcurrentWeakHashSet
- clear() - Method in class org.gridgain.grid.util.GridConsistentHash
-
Clears all nodes from consistent hash.
- clear() - Method in class org.gridgain.grid.util.GridLeanMap
- clear() - Static method in class org.gridgain.grid.util.GridLogThrottle
-
Clears all stored data.
- clear() - Method in class org.gridgain.grid.util.GridSetWrapper
- clear() - Method in class org.gridgain.grid.util.GridSynchronizedMap
- clear() - Method in class org.gridgain.grid.util.offheap.unsafe.GridOffHeapSnapTreeMap
- clear() - Method in class org.gridgain.grid.util.snaptree.SnapTreeMap
-
- clear() - Method in interface org.pcollections.PCollection
-
Deprecated.
- clear() - Method in interface org.pcollections.PMap
-
Deprecated.
- clear0(K, GridPredicate<GridCacheEntry<K, V>>[]) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearCacheAdapter
- clear0(K, GridPredicate<GridCacheEntry<K, V>>...) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
- CLEAR_ALL_SPLIT_THRESHOLD - Static variable in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
clearAll() split threshold.
- 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() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
Clears all entries from this cache only if the entry is not
currently locked or participating in a transaction.
- clearAll(Collection<? extends K>, boolean) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
- clearAll() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProjectionImpl
-
Clears all entries from this cache only if the entry is not
currently locked or participating in a transaction.
- clearAll() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProxyImpl
-
Clears all entries from this cache only if the entry is not
currently locked or 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.
- clearAll0(Collection<? extends K>, GridPredicate<GridCacheEntry<K, V>>[]) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearCacheAdapter
- clearAll0(Collection<? extends K>, GridPredicate<GridCacheEntry<K, V>>...) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
- clearCache() - Static method in class org.gridgain.grid.marshaller.GridMarshallerExclusions
-
Intended for test purposes only.
- clearCache() - Static method in class org.gridgain.grid.marshaller.optimized.GridOptimizedMarshaller
-
Clears internal caches and frees memory.
- clearData() - Method in class org.gridgain.grid.kernal.GridJobResultImpl
-
Clears stored job data.
- clearDiscoveryData() - Method in class org.gridgain.grid.spi.discovery.tcp.messages.GridTcpDiscoveryNodeAddedMessage
-
Clears discovery data to minimize message size.
- clearEntry(K) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridDistributedTxRemoteAdapter
-
Clears entry from transaction as it never happened.
- clearEntry(GridCacheEntryEx<K, V>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheClearAllRunnable
-
Clear entry from cache.
- clearEvicted() - Method in interface org.gridgain.grid.streamer.GridStreamerWindow
-
Clears all evicted entries.
- clearEvicted() - Method in class org.gridgain.grid.streamer.window.GridStreamerWindowAdapter
-
Clears all evicted entries.
- clearIndex(V) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.colocated.GridDhtDetachedCacheEntry
-
Clears index.
- clearIndex(V) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearCacheEntry
-
Clears index.
- clearIndex(V) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMapEntry
-
Clears index.
- clearInternal(GridCacheVersion, boolean) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtCacheEntry
-
Marks entry as obsolete and, if possible or required, removes it
from swap storage.
- clearLocks(UUID, GridDhtUnlockRequest<K, V>) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearTransactionalCache
-
- clearOffHeap() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheSwapManager
-
Clears off-heap.
- clearPrepareFuture(GridDhtTxPrepareFuture<K, V>) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.colocated.GridDhtColocatedTxLocal
-
Removes previously created prepare future from atomic reference.
- clearPrepareFuture(GridDhtTxPrepareFuture<K, V>) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtTxLocal
-
Removes previously created prepare future from atomic reference.
- clearPrepareFuture(GridDhtTxPrepareFuture<K, V>) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtTxLocalAdapter
-
Removes previously created prepare future from atomic reference.
- clearReaders() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtCacheEntry
-
Clears all readers (usually when partition becomes invalid and ready for eviction).
- clearReaders() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMapEntry
-
- clearSwap() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheSwapManager
-
Clears swap.
- clientId - Variable in class org.gridgain.client.impl.connection.GridClientConnection
-
Client id.
- clientId() - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientAbstractMessage
-
Gets client identifier from which this request comes.
- clientId(UUID) - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientAbstractMessage
-
Sets client identifier from which this request comes.
- clientId() - Method in interface org.gridgain.grid.kernal.processors.rest.client.message.GridClientMessage
-
Gets client identifier from which this request comes.
- clientId(UUID) - Method in interface org.gridgain.grid.kernal.processors.rest.client.message.GridClientMessage
-
Sets client identifier from which this request comes.
- clientId() - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientMessageWrapper
-
- clientId(UUID) - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientMessageWrapper
-
- clientId() - Method in class org.gridgain.grid.kernal.processors.rest.protocols.tcp.GridMemcachedMessage
-
Gets client identifier from which this request comes.
- clientId(UUID) - Method in class org.gridgain.grid.kernal.processors.rest.protocols.tcp.GridMemcachedMessage
-
Sets client identifier from which this request comes.
- clientId() - Method in class org.gridgain.grid.kernal.processors.rest.protocols.tcp.GridTcpRestDirectParser.HeaderData
-
- clientId() - Method in class org.gridgain.grid.kernal.processors.rest.protocols.tcp.GridTcpRestParser.HeaderData
-
- clientId() - Method in class org.gridgain.grid.kernal.processors.rest.request.GridRestRequest
-
Gets client ID that performed request.
- clientId(UUID) - Method in class org.gridgain.grid.kernal.processors.rest.request.GridRestRequest
-
Sets client ID that performed request.
- clientMode(boolean) - Method in class org.gridgain.grid.util.nio.ssl.GridNioSslFilter
-
- CLOCK_DELTA_VER_NOT_READ - Static variable in class org.gridgain.grid.util.direct.GridTcpCommunicationMessageAdapter
-
- clockSync() - Method in interface org.gridgain.grid.kernal.GridKernalContext
-
Gets time processor.
- clockSync() - Method in class org.gridgain.grid.kernal.GridKernalContextImpl
-
Gets time processor.
- clone() - Method in class org.gridgain.grid.GridUuid
- clone() - Method in class org.gridgain.grid.kernal.GridJobCancelRequest
- clone() - Method in class org.gridgain.grid.kernal.GridJobExecuteRequest
- clone() - Method in class org.gridgain.grid.kernal.GridJobExecuteResponse
- clone() - Method in class org.gridgain.grid.kernal.GridJobSiblingsRequest
- clone() - Method in class org.gridgain.grid.kernal.GridJobSiblingsResponse
- clone() - Method in class org.gridgain.grid.kernal.GridTaskCancelRequest
- clone() - Method in class org.gridgain.grid.kernal.GridTaskSessionRequest
- clone() - Method in class org.gridgain.grid.kernal.managers.checkpoint.GridCheckpointRequest
- clone() - Method in class org.gridgain.grid.kernal.managers.communication.GridIoMessage
- clone() - Method in class org.gridgain.grid.kernal.managers.communication.GridIoUserMessage
- clone() - Method in class org.gridgain.grid.kernal.managers.deployment.GridDeploymentInfoBean
- clone() - Method in class org.gridgain.grid.kernal.managers.deployment.GridDeploymentRequest
- clone() - Method in class org.gridgain.grid.kernal.managers.deployment.GridDeploymentResponse
- clone() - Method in class org.gridgain.grid.kernal.managers.eventstorage.GridEventStorageMessage
- clone() - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheAtomicLongValue
- clone() - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheAtomicReferenceValue
- clone() - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheAtomicSequenceValue
- clone() - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheAtomicStampedValue
- clone() - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheCountDownLatchValue
- clone() - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheInternalKeyImpl
- clone() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic.GridDhtAtomicDeferredUpdateResponse
- clone() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic.GridDhtAtomicUpdateRequest
- clone() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic.GridDhtAtomicUpdateResponse
- clone() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic.GridNearAtomicUpdateRequest
- clone() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic.GridNearAtomicUpdateResponse
- clone() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtAffinityAssignmentRequest
- clone() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtAffinityAssignmentResponse
- clone() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtLockRequest
- clone() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtLockResponse
- clone() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtTxFinishRequest
- clone() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtTxFinishResponse
- clone() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtTxPrepareRequest
- clone() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtTxPrepareResponse
- clone() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtUnlockRequest
- clone() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.preloader.GridDhtForceKeysRequest
- clone() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.preloader.GridDhtForceKeysResponse
- clone() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.preloader.GridDhtPartitionDemandMessage
- clone() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.preloader.GridDhtPartitionsFullMessage
- clone() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.preloader.GridDhtPartitionsSingleMessage
- clone() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.preloader.GridDhtPartitionsSingleRequest
- clone() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.preloader.GridDhtPartitionSupplyMessage
- clone() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridCacheOptimisticCheckPreparedTxRequest
- clone() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridCacheOptimisticCheckPreparedTxResponse
- clone() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridCachePessimisticCheckCommittedTxRequest
- clone() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridCachePessimisticCheckCommittedTxResponse
- clone() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridDistributedLockRequest
- clone() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridDistributedLockResponse
- clone() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridDistributedTxFinishRequest
- clone() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridDistributedTxFinishResponse
- clone() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridDistributedTxPrepareRequest
- clone() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridDistributedTxPrepareResponse
- clone() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridDistributedUnlockRequest
- clone() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearGetRequest
- clone() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearGetResponse
- clone() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearLockRequest
- clone() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearLockResponse
- clone() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearTxFinishRequest
- clone() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearTxFinishResponse
- clone() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearTxPrepareRequest
- clone() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearTxPrepareResponse
- clone() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearUnlockRequest
- clone() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheDgcRequest
- clone() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheDgcResponse
- clone() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheEvictionRequest
- clone() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheEvictionResponse
- clone() - Method in class org.gridgain.grid.kernal.processors.cache.query.GridCacheQueryRequest
- clone() - Method in class org.gridgain.grid.kernal.processors.cache.query.GridCacheQueryResponse
- clone() - Method in class org.gridgain.grid.kernal.processors.clock.GridClockDeltaSnapshotMessage
- clone() - Method in class org.gridgain.grid.kernal.processors.continuous.GridContinuousMessage
- clone() - Method in class org.gridgain.grid.kernal.processors.dataload.GridDataLoadRequest
- clone() - Method in class org.gridgain.grid.kernal.processors.dataload.GridDataLoadResponse
- clone() - Method in class org.gridgain.grid.kernal.processors.dr.messages.internal.GridDrInternalRequest
- clone() - Method in class org.gridgain.grid.kernal.processors.dr.messages.internal.GridDrInternalResponse
- clone() - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientHandshakeRequestWrapper
- clone() - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientHandshakeResponseWrapper
- clone() - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientMessageWrapper
- clone() - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientPingPacketWrapper
- clone() - Method in class org.gridgain.grid.kernal.processors.rest.handlers.task.GridTaskResultRequest
- clone() - Method in class org.gridgain.grid.kernal.processors.rest.handlers.task.GridTaskResultResponse
- clone() - Method in class org.gridgain.grid.kernal.processors.rest.protocols.tcp.GridMemcachedMessageWrapper
- clone() - Method in class org.gridgain.grid.kernal.processors.streamer.GridStreamerCancelRequest
- clone() - Method in class org.gridgain.grid.kernal.processors.streamer.GridStreamerExecutionRequest
- clone() - Method in class org.gridgain.grid.kernal.processors.streamer.GridStreamerResponse
- clone() - Method in class org.gridgain.grid.lang.GridBiTuple
- clone() - Method in class org.gridgain.grid.spi.collision.jobstealing.GridJobStealingRequest
- clone() - Method in class org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpi.NodeIdMessage
- clone() - Method in class org.gridgain.grid.util.direct.GridTcpCommunicationMessageAdapter
- clone() - Method in class org.gridgain.grid.util.GridBoundedConcurrentOrderedMap
- clone() - Method in class org.gridgain.grid.util.GridBoundedConcurrentOrderedSet
- clone() - Method in class org.gridgain.grid.util.GridBoundedLinkedHashMap
- clone() - Method in class org.gridgain.grid.util.GridBoundedLinkedHashSet
-
Returns a shallow copy of this GridBoundedLinkedHashSet
instance: the elements themselves are not cloned.
- clone() - Method in class org.gridgain.grid.util.GridConcurrentSkipListSet
- clone() - Method in class org.gridgain.grid.util.GridLeanMap
- clone() - Method in class org.gridgain.grid.util.GridLeanSet
- clone() - Method in class org.gridgain.grid.util.GridListSet
-
Clones this set.
- clone() - Method in class org.gridgain.grid.util.GridMutex
- clone() - Method in class org.gridgain.grid.util.lang.GridMetadataAwareAdapter
- clone() - Method in class org.gridgain.grid.util.lang.GridPair
- clone() - Method in class org.gridgain.grid.util.lang.GridTriple
- clone() - Method in class org.gridgain.grid.util.lang.GridTuple
- clone() - Method in class org.gridgain.grid.util.lang.GridTuple3
- clone() - Method in class org.gridgain.grid.util.lang.GridTuple4
- clone() - Method in class org.gridgain.grid.util.lang.GridTuple5
- clone() - Method in class org.gridgain.grid.util.lang.GridTuple6
- clone() - Method in class org.gridgain.grid.util.lang.GridTupleV
- clone() - Method in class org.gridgain.grid.util.offheap.unsafe.GridOffHeapSnapTreeMap
-
- clone() - Method in class org.gridgain.grid.util.snaptree.CopyOnWriteManager
-
- clone() - Method in class org.gridgain.grid.util.snaptree.SnapTreeMap
-
- clone0(GridTcpCommunicationMessageAdapter) - Method in class org.gridgain.grid.kernal.GridJobCancelRequest
-
Clones all fields of the provided message to this.
- clone0(GridTcpCommunicationMessageAdapter) - Method in class org.gridgain.grid.kernal.GridJobExecuteRequest
-
Clones all fields of the provided message to this.
- clone0(GridTcpCommunicationMessageAdapter) - Method in class org.gridgain.grid.kernal.GridJobExecuteResponse
-
Clones all fields of the provided message to this.
- clone0(GridTcpCommunicationMessageAdapter) - Method in class org.gridgain.grid.kernal.GridJobSiblingsRequest
-
Clones all fields of the provided message to this.
- clone0(GridTcpCommunicationMessageAdapter) - Method in class org.gridgain.grid.kernal.GridJobSiblingsResponse
-
Clones all fields of the provided message to this.
- clone0(GridTcpCommunicationMessageAdapter) - Method in class org.gridgain.grid.kernal.GridTaskCancelRequest
-
Clones all fields of the provided message to this.
- clone0(GridTcpCommunicationMessageAdapter) - Method in class org.gridgain.grid.kernal.GridTaskSessionRequest
-
Clones all fields of the provided message to this.
- clone0(GridTcpCommunicationMessageAdapter) - Method in class org.gridgain.grid.kernal.managers.checkpoint.GridCheckpointRequest
-
Clones all fields of the provided message to this.
- clone0(GridTcpCommunicationMessageAdapter) - Method in class org.gridgain.grid.kernal.managers.communication.GridIoMessage
-
Clones all fields of the provided message to this.
- clone0(GridTcpCommunicationMessageAdapter) - Method in class org.gridgain.grid.kernal.managers.communication.GridIoUserMessage
-
Clones all fields of the provided message to this.
- clone0(GridTcpCommunicationMessageAdapter) - Method in class org.gridgain.grid.kernal.managers.deployment.GridDeploymentInfoBean
-
Clones all fields of the provided message to this.
- clone0(GridTcpCommunicationMessageAdapter) - Method in class org.gridgain.grid.kernal.managers.deployment.GridDeploymentRequest
-
Clones all fields of the provided message to this.
- clone0(GridTcpCommunicationMessageAdapter) - Method in class org.gridgain.grid.kernal.managers.deployment.GridDeploymentResponse
-
Clones all fields of the provided message to this.
- clone0(GridTcpCommunicationMessageAdapter) - Method in class org.gridgain.grid.kernal.managers.eventstorage.GridEventStorageMessage
-
Clones all fields of the provided message to this.
- clone0(GridTcpCommunicationMessageAdapter) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic.GridDhtAtomicDeferredUpdateResponse
-
Clones all fields of the provided message to this.
- clone0(GridTcpCommunicationMessageAdapter) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic.GridDhtAtomicUpdateRequest
-
Clones all fields of the provided message to this.
- clone0(GridTcpCommunicationMessageAdapter) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic.GridDhtAtomicUpdateResponse
-
Clones all fields of the provided message to this.
- clone0(GridTcpCommunicationMessageAdapter) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic.GridNearAtomicUpdateRequest
-
Clones all fields of the provided message to this.
- clone0(GridTcpCommunicationMessageAdapter) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic.GridNearAtomicUpdateResponse
-
Clones all fields of the provided message to this.
- clone0(GridTcpCommunicationMessageAdapter) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtAffinityAssignmentRequest
-
Clones all fields of the provided message to this.
- clone0(GridTcpCommunicationMessageAdapter) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtAffinityAssignmentResponse
-
Clones all fields of the provided message to this.
- clone0(GridTcpCommunicationMessageAdapter) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtLockRequest
-
Clones all fields of the provided message to this.
- clone0(GridTcpCommunicationMessageAdapter) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtLockResponse
-
Clones all fields of the provided message to this.
- clone0(GridTcpCommunicationMessageAdapter) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtTxFinishRequest
-
Clones all fields of the provided message to this.
- clone0(GridTcpCommunicationMessageAdapter) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtTxFinishResponse
-
Clones all fields of the provided message to this.
- clone0(GridTcpCommunicationMessageAdapter) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtTxPrepareRequest
-
Clones all fields of the provided message to this.
- clone0(GridTcpCommunicationMessageAdapter) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtTxPrepareResponse
-
Clones all fields of the provided message to this.
- clone0(GridTcpCommunicationMessageAdapter) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtUnlockRequest
-
Clones all fields of the provided message to this.
- clone0(GridTcpCommunicationMessageAdapter) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.preloader.GridDhtForceKeysRequest
-
Clones all fields of the provided message to this.
- clone0(GridTcpCommunicationMessageAdapter) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.preloader.GridDhtForceKeysResponse
-
Clones all fields of the provided message to this.
- clone0(GridTcpCommunicationMessageAdapter) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.preloader.GridDhtPartitionDemandMessage
-
Clones all fields of the provided message to this.
- clone0(GridTcpCommunicationMessageAdapter) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.preloader.GridDhtPartitionsFullMessage
-
Clones all fields of the provided message to this.
- clone0(GridTcpCommunicationMessageAdapter) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.preloader.GridDhtPartitionsSingleMessage
-
Clones all fields of the provided message to this.
- clone0(GridTcpCommunicationMessageAdapter) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.preloader.GridDhtPartitionsSingleRequest
-
Clones all fields of the provided message to this.
- clone0(GridTcpCommunicationMessageAdapter) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.preloader.GridDhtPartitionSupplyMessage
-
Clones all fields of the provided message to this.
- clone0(GridTcpCommunicationMessageAdapter) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridCacheOptimisticCheckPreparedTxRequest
-
Clones all fields of the provided message to this.
- clone0(GridTcpCommunicationMessageAdapter) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridCacheOptimisticCheckPreparedTxResponse
-
Clones all fields of the provided message to this.
- clone0(GridTcpCommunicationMessageAdapter) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridCachePessimisticCheckCommittedTxRequest
-
Clones all fields of the provided message to this.
- clone0(GridTcpCommunicationMessageAdapter) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridCachePessimisticCheckCommittedTxResponse
-
Clones all fields of the provided message to this.
- clone0(GridTcpCommunicationMessageAdapter) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridDistributedBaseMessage
-
Clones all fields of the provided message to this.
- clone0(GridTcpCommunicationMessageAdapter) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridDistributedLockRequest
-
Clones all fields of the provided message to this.
- clone0(GridTcpCommunicationMessageAdapter) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridDistributedLockResponse
-
Clones all fields of the provided message to this.
- clone0(GridTcpCommunicationMessageAdapter) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridDistributedTxFinishRequest
-
Clones all fields of the provided message to this.
- clone0(GridTcpCommunicationMessageAdapter) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridDistributedTxFinishResponse
-
Clones all fields of the provided message to this.
- clone0(GridTcpCommunicationMessageAdapter) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridDistributedTxPrepareRequest
-
Clones all fields of the provided message to this.
- clone0(GridTcpCommunicationMessageAdapter) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridDistributedTxPrepareResponse
-
Clones all fields of the provided message to this.
- clone0(GridTcpCommunicationMessageAdapter) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridDistributedUnlockRequest
-
Clones all fields of the provided message to this.
- clone0(GridTcpCommunicationMessageAdapter) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearGetRequest
-
Clones all fields of the provided message to this.
- clone0(GridTcpCommunicationMessageAdapter) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearGetResponse
-
Clones all fields of the provided message to this.
- clone0(GridTcpCommunicationMessageAdapter) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearLockRequest
-
Clones all fields of the provided message to this.
- clone0(GridTcpCommunicationMessageAdapter) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearLockResponse
-
Clones all fields of the provided message to this.
- clone0(GridTcpCommunicationMessageAdapter) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearTxFinishRequest
-
Clones all fields of the provided message to this.
- clone0(GridTcpCommunicationMessageAdapter) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearTxFinishResponse
-
Clones all fields of the provided message to this.
- clone0(GridTcpCommunicationMessageAdapter) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearTxPrepareRequest
-
Clones all fields of the provided message to this.
- clone0(GridTcpCommunicationMessageAdapter) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearTxPrepareResponse
-
Clones all fields of the provided message to this.
- clone0(GridTcpCommunicationMessageAdapter) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearUnlockRequest
-
Clones all fields of the provided message to this.
- clone0(GridTcpCommunicationMessageAdapter) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheDgcRequest
-
Clones all fields of the provided message to this.
- clone0(GridTcpCommunicationMessageAdapter) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheDgcResponse
-
Clones all fields of the provided message to this.
- clone0(GridTcpCommunicationMessageAdapter) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheEvictionRequest
-
Clones all fields of the provided message to this.
- clone0(GridTcpCommunicationMessageAdapter) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheEvictionResponse
-
Clones all fields of the provided message to this.
- clone0(GridTcpCommunicationMessageAdapter) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMessage
-
Clones all fields of the provided message to this.
- clone0(GridTcpCommunicationMessageAdapter) - Method in class org.gridgain.grid.kernal.processors.cache.query.GridCacheQueryRequest
-
Clones all fields of the provided message to this.
- clone0(GridTcpCommunicationMessageAdapter) - Method in class org.gridgain.grid.kernal.processors.cache.query.GridCacheQueryResponse
-
Clones all fields of the provided message to this.
- clone0(GridTcpCommunicationMessageAdapter) - Method in class org.gridgain.grid.kernal.processors.clock.GridClockDeltaSnapshotMessage
-
Clones all fields of the provided message to this.
- clone0(GridTcpCommunicationMessageAdapter) - Method in class org.gridgain.grid.kernal.processors.continuous.GridContinuousMessage
-
Clones all fields of the provided message to this.
- clone0(GridTcpCommunicationMessageAdapter) - Method in class org.gridgain.grid.kernal.processors.dataload.GridDataLoadRequest
-
Clones all fields of the provided message to this.
- clone0(GridTcpCommunicationMessageAdapter) - Method in class org.gridgain.grid.kernal.processors.dataload.GridDataLoadResponse
-
Clones all fields of the provided message to this.
- clone0(GridTcpCommunicationMessageAdapter) - Method in class org.gridgain.grid.kernal.processors.dr.messages.internal.GridDrInternalRequest
-
Clones all fields of the provided message to this.
- clone0(GridTcpCommunicationMessageAdapter) - Method in class org.gridgain.grid.kernal.processors.dr.messages.internal.GridDrInternalResponse
-
Clones all fields of the provided message to this.
- clone0(GridTcpCommunicationMessageAdapter) - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientHandshakeRequestWrapper
-
Clones all fields of the provided message to this.
- clone0(GridTcpCommunicationMessageAdapter) - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientHandshakeResponseWrapper
-
Clones all fields of the provided message to this.
- clone0(GridTcpCommunicationMessageAdapter) - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientMessageWrapper
-
Clones all fields of the provided message to this.
- clone0(GridTcpCommunicationMessageAdapter) - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientPingPacketWrapper
-
Clones all fields of the provided message to this.
- clone0(GridTcpCommunicationMessageAdapter) - Method in class org.gridgain.grid.kernal.processors.rest.handlers.task.GridTaskResultRequest
-
Clones all fields of the provided message to this.
- clone0(GridTcpCommunicationMessageAdapter) - Method in class org.gridgain.grid.kernal.processors.rest.handlers.task.GridTaskResultResponse
-
Clones all fields of the provided message to this.
- clone0(GridTcpCommunicationMessageAdapter) - Method in class org.gridgain.grid.kernal.processors.rest.protocols.tcp.GridMemcachedMessageWrapper
-
Clones all fields of the provided message to this.
- clone0(GridTcpCommunicationMessageAdapter) - Method in class org.gridgain.grid.kernal.processors.streamer.GridStreamerCancelRequest
-
Clones all fields of the provided message to this.
- clone0(GridTcpCommunicationMessageAdapter) - Method in class org.gridgain.grid.kernal.processors.streamer.GridStreamerExecutionRequest
-
Clones all fields of the provided message to this.
- clone0(GridTcpCommunicationMessageAdapter) - Method in class org.gridgain.grid.kernal.processors.streamer.GridStreamerResponse
-
Clones all fields of the provided message to this.
- clone0(GridTcpCommunicationMessageAdapter) - Method in class org.gridgain.grid.spi.collision.jobstealing.GridJobStealingRequest
-
Clones all fields of the provided message to this.
- clone0(GridTcpCommunicationMessageAdapter) - Method in class org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpi.NodeIdMessage
-
Clones all fields of the provided message to this.
- clone0(GridTcpCommunicationMessageAdapter) - Method in class org.gridgain.grid.util.direct.GridTcpCommunicationMessageAdapter
-
Clones all fields of the provided message to this.
- cloneFrozen(E) - Method in class org.gridgain.grid.util.snaptree.CopyOnWriteManager
-
Returns a clone of a frozen E.
- cloneObject(T, boolean, boolean) - Static method in class org.gridgain.grid.util.typedef.X
-
Clones a passed in object.
- cloneOnFlag(T) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheContext
-
Clones cached object depending on whether or not
GridCacheFlag.CLONE flag
is set thread locally.
- cloner() - Method in class org.gridgain.grid.kernal.visor.cmd.dto.cache.VisorCacheConfig
-
- cloner(String) - Method in class org.gridgain.grid.kernal.visor.cmd.dto.cache.VisorCacheConfig
-
- clonerClassName() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAttributes
-
- 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
- cloneValue(T) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheContext
-
Clone cached object.
- close() - Method in interface org.gridgain.client.GridClient
-
Closes client instance.
- close() - Method in class org.gridgain.client.impl.GridClientImpl
-
Closes client instance.
- close() - Method in interface org.gridgain.grid.cache.GridCacheTx
-
Ends the transaction.
- close() - Method in interface org.gridgain.grid.cache.query.GridCacheContinuousQuery
-
Stops continuous query execution.
- close(boolean) - Method in interface org.gridgain.grid.dataload.GridDataLoader
-
Loads any remaining data and closes this loader.
- close() - Method in interface org.gridgain.grid.dataload.GridDataLoader
-
Closes data loader.
- close() - Method in class org.gridgain.grid.ggfs.mapreduce.GridGgfsRangeInputStream
- close() - Method in interface org.gridgain.grid.Grid
-
Closes this instance of grid.
- close() - Method in class org.gridgain.grid.kernal.GridKernal
-
Closes this instance of grid.
- close() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxAdapter
-
- close() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxProxyImpl
-
Ends the transaction.
- close() - Method in class org.gridgain.grid.kernal.processors.cache.query.continuous.GridCacheContinuousQueryAdapter
-
Stops continuous query execution.
- close(boolean) - Method in class org.gridgain.grid.kernal.processors.dataload.GridDataLoaderImpl
-
- close() - Method in class org.gridgain.grid.kernal.processors.dataload.GridDataLoaderImpl
-
Closes data loader.
- close() - Method in interface org.gridgain.grid.spi.discovery.tcp.ipfinder.GridTcpDiscoveryIpFinder
-
Closes this IP finder and releases any system resources associated with it.
- close() - Method in class org.gridgain.grid.spi.discovery.tcp.ipfinder.GridTcpDiscoveryIpFinderAdapter
-
Closes this IP finder and releases any system resources associated with it.
- close() - Method in class org.gridgain.grid.spi.discovery.tcp.ipfinder.multicast.GridTcpDiscoveryMulticastIpFinder
-
Closes this IP finder and releases any system resources associated with it.
- close() - Method in interface org.gridgain.grid.spi.GridSpiCloseableIterator
-
Closes the iterator and frees all the resources held by the iterator.
- close() - Method in class org.gridgain.grid.util.GridCloseableIteratorAdapter
-
Closes the iterator and frees all the resources held by the iterator.
- close() - Method in class org.gridgain.grid.util.GridCloseableIteratorAdapterEx
-
Closes the iterator and frees all the resources held by the iterator.
- close() - Method in class org.gridgain.grid.util.GridEmptyCloseableIterator
-
Closes the iterator and frees all the resources held by the iterator.
- close(Closeable, GridLogger) - Static method in class org.gridgain.grid.util.GridUtils
-
Closes given resource logging possible checked exception.
- close(Socket, GridLogger) - Static method in class org.gridgain.grid.util.GridUtils
-
Closes given resource logging possible checked exception.
- close(ServerSocket, GridLogger) - Static method in class org.gridgain.grid.util.GridUtils
-
Closes given resource logging possible checked exception.
- close(AbstractInterruptibleChannel, GridLogger) - Static method in class org.gridgain.grid.util.GridUtils
-
Closes given resource logging possible checked exception.
- close(SelectionKey, GridLogger) - Static method in class org.gridgain.grid.util.GridUtils
-
Closes given resource logging possible checked exceptions.
- close(Reader, GridLogger) - Static method in class org.gridgain.grid.util.GridUtils
-
Closes given resource logging possible checked exception.
- close(ZipFile, GridLogger) - Static method in class org.gridgain.grid.util.GridUtils
-
Closes given resource logging possible checked exception.
- close(DatagramSocket) - Static method in class org.gridgain.grid.util.GridUtils
-
Closes given resource.
- close(Selector, GridLogger) - Static method in class org.gridgain.grid.util.GridUtils
-
Closes given resource logging possible checked exception.
- close(Context, GridLogger) - Static method in class org.gridgain.grid.util.GridUtils
-
Closes given resource logging possible checked exception.
- close(Connection, GridLogger) - Static method in class org.gridgain.grid.util.GridUtils
-
Closes JDBC connection logging possible checked exception.
- close(Statement, GridLogger) - Static method in class org.gridgain.grid.util.GridUtils
-
Closes JDBC statement logging possible checked exception.
- close(ResultSet, GridLogger) - Static method in class org.gridgain.grid.util.GridUtils
-
Closes JDBC result set logging possible checked exception.
- close(URLClassLoader, GridLogger) - Static method in class org.gridgain.grid.util.GridUtils
-
Closes class loader logging possible checked exception.
- close() - Method in class org.gridgain.grid.util.GridWeakIterator
-
Closes iterator.
- close() - Method in class org.gridgain.grid.util.io.GridByteArrayInputStream
-
Closing of this stream has no effect.
- close() - Method in class org.gridgain.grid.util.io.GridReversedLinesFileReader
-
Closes underlying resources.
- close() - Method in class org.gridgain.grid.util.io.GridUnsafeDataOutput
- close() - Method in interface org.gridgain.grid.util.ipc.GridIpcEndpoint
-
Closes endpoint.
- close() - Method in interface org.gridgain.grid.util.ipc.GridIpcServerEndpoint
-
Closes server IPC.
- close() - Method in class org.gridgain.grid.util.ipc.loopback.GridIpcClientTcpEndpoint
-
Closes endpoint.
- close() - Method in class org.gridgain.grid.util.ipc.loopback.GridIpcServerTcpEndpoint
-
Closes server IPC.
- close() - Method in class org.gridgain.grid.util.ipc.shmem.GridIpcSharedMemoryClientEndpoint
-
Closes endpoint.
- close() - Method in class org.gridgain.grid.util.ipc.shmem.GridIpcSharedMemoryInputStream
- close() - Method in class org.gridgain.grid.util.ipc.shmem.GridIpcSharedMemoryOutputStream
- close() - Method in class org.gridgain.grid.util.ipc.shmem.GridIpcSharedMemoryServerEndpoint
-
Closes server IPC.
- close() - Method in class org.gridgain.grid.util.ipc.shmem.GridIpcSharedMemorySpace
- close() - Method in interface org.gridgain.grid.util.lang.GridCloseableIterator
-
Closes the iterator and frees all the resources held by the iterator.
- close() - Method in class org.gridgain.grid.util.nio.GridAbstractCommunicationClient
- close() - Method in interface org.gridgain.grid.util.nio.GridCommunicationClient
-
- close(GridNioSession) - Method in class org.gridgain.grid.util.nio.GridNioServer
-
- close() - Method in interface org.gridgain.grid.util.nio.GridNioSession
-
Performs a request for asynchronous session close.
- close() - Method in class org.gridgain.grid.util.nio.GridNioSessionImpl
-
Performs a request for asynchronous session close.
- close() - Method in class org.gridgain.grid.util.nio.GridShmemCommunicationClient
- close() - Method in class org.gridgain.grid.util.nio.GridTcpCommunicationClient
- close() - Method in class org.gridgain.grid.util.nio.GridTcpNioCommunicationClient
- close() - Method in class org.gridgain.grid.util.offheap.unsafe.GridOffHeapSnapTreeMap
-
Closes tree map and reclaims memory.
- close() - Method in class org.gridgain.grid.util.test.GridTestPrintStream
- closed() - Method in class org.gridgain.grid.util.nio.GridAbstractCommunicationClient
- closed() - Method in interface org.gridgain.grid.util.nio.GridCommunicationClient
-
- closed() - Method in class org.gridgain.grid.util.nio.GridNioSessionImpl
-
- closeQuiet(Closeable) - Static method in class org.gridgain.client.util.GridClientUtils
-
Closes resource without reporting any error.
- closeQuiet(Closeable) - Static method in class org.gridgain.grid.util.GridUtils
-
Quietly closes given resource ignoring possible checked exception.
- closeQuiet(Socket) - Static method in class org.gridgain.grid.util.GridUtils
-
Quietly closes given resource ignoring possible checked exception.
- closeQuiet(ServerSocket) - Static method in class org.gridgain.grid.util.GridUtils
-
Quietly closes given resource ignoring possible checked exception.
- closeQuiet(AbstractInterruptibleChannel) - Static method in class org.gridgain.grid.util.GridUtils
-
Quietly closes given resource ignoring possible checked exception.
- closeQuiet(SelectionKey) - Static method in class org.gridgain.grid.util.GridUtils
-
Quietly closes given resource ignoring possible checked exceptions.
- closeQuiet(Reader) - Static method in class org.gridgain.grid.util.GridUtils
-
Quietly closes given resource ignoring possible checked exception.
- closeQuiet(Writer) - Static method in class org.gridgain.grid.util.GridUtils
-
Quietly closes given resource ignoring possible checked exception.
- closeQuiet(ZipFile) - Static method in class org.gridgain.grid.util.GridUtils
-
Quietly closes given resource ignoring possible checked exception.
- closeQuiet(Selector) - Static method in class org.gridgain.grid.util.GridUtils
-
Quietly closes given resource ignoring possible checked exception.
- closeQuiet(Context) - Static method in class org.gridgain.grid.util.GridUtils
-
Quietly closes given resource ignoring possible checked exception.
- closeQuiet(Connection) - Static method in class org.gridgain.grid.util.GridUtils
-
Quietly closes JDBC connection ignoring possible checked exception.
- closeQuiet(Statement) - Static method in class org.gridgain.grid.util.GridUtils
-
Quietly closes JDBC statement ignoring possible checked exception.
- closeQuiet(ResultSet) - Static method in class org.gridgain.grid.util.GridUtils
-
Quietly closes JDBC result set ignoring possible checked exception.
- closeReason - Variable in class org.gridgain.client.impl.connection.GridClientConnection
-
Reason why connection was closed.
- closeTime() - Method in interface org.gridgain.grid.util.nio.GridNioSession
-
- closeTime() - Method in class org.gridgain.grid.util.nio.GridNioSessionImpl
-
- closure() - Method in interface org.gridgain.grid.kernal.GridKernalContext
-
Gets closure processor.
- closure() - Method in class org.gridgain.grid.kernal.GridKernalContextImpl
-
Gets closure processor.
- closures() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheContext
-
- CLS_ID_FIELD_NAME - Static variable in interface org.gridgain.grid.marshaller.optimized.GridOptimizedMarshallable
-
- CO<T> - Interface in org.gridgain.grid.util.typedef
-
- CODE_OK - Static variable in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientHandshakeResponse
-
- CODE_UNKNOWN_PROTO_ID - Static variable in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientHandshakeResponse
-
- coInvoke(Object, String, Object...) - Static method in class org.gridgain.grid.util.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.util.lang.GridFunc
-
Creates out closure that will reflectively call a static method with the given name
and return result of that call.
- collect(E) - Method in interface org.gridgain.grid.lang.GridReducer
-
Collects given value.
- collect(UUID) - Method in interface org.gridgain.grid.spi.discovery.GridDiscoverySpiDataExchange
-
Collects data from all components.
- collect(E1, E2) - Method in interface org.gridgain.grid.util.lang.GridReducer2
-
Collects given values.
- collect(E1, E2, E3) - Method in interface org.gridgain.grid.util.lang.GridReducer3
-
Collects given values.
- collectDiscoveryData(UUID) - Method in interface org.gridgain.grid.kernal.GridComponent
-
Gets discovery data object that will be sent to new node
during discovery process.
- collectDiscoveryData(UUID) - Method in class org.gridgain.grid.kernal.managers.GridManagerAdapter
-
Gets discovery data object that will be sent to new node
during discovery process.
- collectDiscoveryData(UUID) - Method in class org.gridgain.grid.kernal.managers.GridNoopManagerAdapter
-
Gets discovery data object that will be sent to new node
during discovery process.
- collectDiscoveryData(UUID) - Method in class org.gridgain.grid.kernal.processors.continuous.GridContinuousProcessor
-
Gets discovery data object that will be sent to new node
during discovery process.
- collectDiscoveryData(UUID) - Method in class org.gridgain.grid.kernal.processors.GridProcessorAdapter
-
Gets discovery data object that will be sent to new node
during discovery process.
- collectionBytes() - Method in class org.gridgain.grid.kernal.processors.dataload.GridDataLoadRequest
-
- collectionsReducer() - Static method in class org.gridgain.grid.kernal.processors.cache.GridCacheUtils
-
Gets reducer that aggregates collections.
- collectionToParameter(Class<?>, Collection) - Static method in class org.gridgain.grid.util.gridify.GridifyUtils
-
Converts
Collection back to object applied for method.
- collision() - Method in interface org.gridgain.grid.kernal.GridKernalContext
-
Gets collision manager.
- collision() - Method in class org.gridgain.grid.kernal.GridKernalContextImpl
-
Gets collision manager.
- collisionSpi() - Method in class org.gridgain.grid.kernal.visor.cmd.dto.node.VisorSpisConfig
-
- collisionSpi(GridBiTuple<String, Map<String, Object>>) - Method in class org.gridgain.grid.kernal.visor.cmd.dto.node.VisorSpisConfig
-
- collocated() - Method in interface org.gridgain.grid.cache.datastructures.GridCacheQueue
-
Returns true if this queue can be kept on the one node only.
- collocated() - Method in interface org.gridgain.grid.cache.datastructures.GridCacheSet
-
Returns true if this set can be kept on the one node only.
- collocated() - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheQueueAdapter
-
Returns true if this queue can be kept on the one node only.
- collocated() - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheQueueHeader
-
- collocated() - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheQueueProxy
-
Returns true if this queue can be kept on the one node only.
- collocated() - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheSetHeader
-
- collocated() - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheSetImpl
-
Returns true if this set can be kept on the one node only.
- collocated() - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheSetProxy
-
Returns true if this set can be kept on the one node only.
- collocated() - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridSetQueryPredicate
-
- colocated() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.colocated.GridDhtColocatedTxLocal
- colocated() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheContext
-
- colocated() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxAdapter
- colocated() - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheTxEx
-
- columnNames() - Method in class org.gridgain.grid.kernal.visor.cmd.dto.VisorQueryResultEx
-
- com.romix.scala - package com.romix.scala
-
- com.romix.scala.collection.concurrent - package com.romix.scala.collection.concurrent
-
- command() - Method in class org.gridgain.grid.kernal.processors.rest.request.GridRestRequest
-
- command(GridRestCommand) - Method in class org.gridgain.grid.kernal.processors.rest.request.GridRestRequest
-
- commit() - Method in interface org.gridgain.grid.cache.GridCacheTx
-
Commits this transaction by initiating two-phase-commit process.
- commit() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridDistributedTxFinishRequest
-
- commit() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridDistributedTxRemoteAdapter
-
Commits this transaction by initiating two-phase-commit process.
- commit() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxLocalAdapter
-
Commits this transaction by initiating two-phase-commit process.
- commit() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxProxyImpl
-
Commits this transaction by initiating two-phase-commit process.
- commitAfterLock() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxLocalAdapter
-
- commitAsync() - Method in interface org.gridgain.grid.cache.GridCacheTx
-
Asynchronously commits this transaction by initiating two-phase-commit process.
- commitAsync() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.colocated.GridDhtColocatedTxLocal
-
Asynchronously commits this transaction by initiating two-phase-commit process.
- commitAsync() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtTxLocal
-
Asynchronously commits this transaction by initiating two-phase-commit process.
- commitAsync() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridDistributedTxRemoteAdapter
-
Asynchronously commits this transaction by initiating two-phase-commit process.
- commitAsync() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxProxyImpl
-
Asynchronously commits this transaction by initiating two-phase-commit process.
- commitErr - Variable in class org.gridgain.grid.kernal.processors.cache.GridCacheTxLocalAdapter
-
Commit error.
- commitError() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxLocalAdapter
- commitError(Throwable) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxLocalAdapter
- commitError() - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheTxLocalEx
-
- commitError(Throwable) - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheTxLocalEx
-
- commitQueueSize() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxManager
-
- committedTx(GridCacheVersion, UUID, long) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridCachePerThreadTxCommitBuffer
-
Gets transaction from commit buffer.
- committedTx(GridCacheVersion, UUID, long) - Method in interface org.gridgain.grid.kernal.processors.cache.distributed.GridCacheTxCommitBuffer
-
Gets transaction from commit buffer.
- committedTxInfo() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridCachePessimisticCheckCommittedTxResponse
-
- committedVersions() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridDistributedBaseMessage
-
- committedVersions() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxLocalAdapter
-
- committedVersions(GridCacheVersion) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxManager
-
Gets committed transactions starting from the given version (inclusive).
- committedVersionsSize() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxManager
-
- commitTime() - Method in interface org.gridgain.grid.cache.GridCacheMetrics
-
Gets last time transaction was committed.
- commitTime() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMetricsAdapter
-
Gets last time transaction was committed.
- commitTx(UUID, GridNearTxFinishRequest<K, V>) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtTransactionalCacheAdapter
-
- commitTx(GridCacheTxEx<K, V>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxManager
-
Commits a transaction.
- commitVersion() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridDistributedTxFinishRequest
-
- commitVersion() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridDistributedTxPrepareRequest
-
- commitVersion() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxAdapter
-
- commitVersion(GridCacheVersion) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxAdapter
-
- commitVersion() - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheTxEx
-
- commitVersion(GridCacheVersion) - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheTxEx
-
- commState - Variable in class org.gridgain.grid.kernal.processors.version.GridVersionConverter
-
State.
- commState - Variable in class org.gridgain.grid.util.direct.GridTcpCommunicationMessageAdapter
-
- communicationSpi() - Method in class org.gridgain.grid.kernal.visor.cmd.dto.node.VisorSpisConfig
-
- communicationSpi(GridBiTuple<String, Map<String, Object>>) - Method in class org.gridgain.grid.kernal.visor.cmd.dto.node.VisorSpisConfig
-
- compact() - Method in interface org.gridgain.grid.cache.GridCacheEntry
-
Optimizes the size of this entry.
- compact(K) - Method in interface org.gridgain.grid.cache.GridCacheProjection
-
Clears serialized value bytes from entry (if any) leaving only object representation.
- compact(K, GridPredicate<GridCacheEntry<K, V>>[]) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearCacheAdapter
- compact(K) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
Clears serialized value bytes from entry (if any) leaving only object representation.
- compact(K, GridPredicate<GridCacheEntry<K, V>>...) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
- compact(GridPredicate<GridCacheEntry<K, V>>[]) - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheEntryEx
-
Optimizes the size of this entry.
- compact() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheEntryImpl
-
Optimizes the size of this entry.
- compact() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheEvictionEntry
-
Optimizes the size of this entry.
- compact() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheFilterEvaluationEntry
-
Optimizes the size of this entry.
- compact(GridPredicate<GridCacheEntry<K, V>>[]) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMapEntry
-
Optimizes the size of this entry.
- compact(K) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProjectionImpl
-
Clears serialized value bytes from entry (if any) leaving only object representation.
- compact(K) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProxyImpl
-
Clears serialized value bytes from entry (if any) leaving only object representation.
- compact(String) - Static method in class org.gridgain.grid.util.GridUtils
-
Replaces all occurrences of org.gridgain. with o.g.,
org.gridgain.grid. with o.g.g., org.gridgain.visor. with o.g.v. and
org.gridgain.scalar. with o.g.s..
- compactAll() - Method in interface org.gridgain.grid.cache.GridCacheProjection
-
Clears serialized value bytes from cache entries (if any) leaving only object representation.
- compactAll() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
Clears serialized value bytes from cache entries (if any) leaving only object representation.
- compactAll(Iterable<K>, GridPredicate<GridCacheEntry<K, V>>...) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
- compactAll() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProjectionImpl
-
Clears serialized value bytes from cache entries (if any) leaving only object representation.
- compactAll() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProxyImpl
-
Clears serialized value bytes from cache entries (if any) leaving only object representation.
- compactArray(Object[]) - Static method in class org.gridgain.grid.kernal.visor.cmd.VisorTaskUtils
-
Joins array elements to string.
- compactClass(Object) - Static method in class org.gridgain.grid.kernal.visor.cmd.VisorTaskUtils
-
- compactObject(Object) - Static method in class org.gridgain.grid.kernal.visor.cmd.VisorTaskUtils
-
Returns compact class host.
- comparable(Object) - Method in class org.gridgain.grid.util.offheap.unsafe.GridOffHeapSnapTreeMap
-
- comparable(Object) - Method in class org.gridgain.grid.util.snaptree.SnapTreeMap
-
- comparator() - Method in class org.gridgain.grid.util.GridConcurrentSkipListSet
- comparator() - Method in class org.gridgain.grid.util.GridListSet
-
Gets optional comparator for this set.
- comparator() - Method in class org.gridgain.grid.util.offheap.unsafe.GridOffHeapSnapTreeMap
- comparator() - Method in class org.gridgain.grid.util.snaptree.SnapTreeMap
-
- compare(GridNode, GridNode) - Method in class org.gridgain.grid.kernal.GridNodeOrderComparator
- compare(GridCacheVersion, GridCacheVersion) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAtomicVersionComparator
- compare(long, byte[]) - Method in class org.gridgain.grid.util.offheap.unsafe.GridUnsafeMemory
-
Compares memory.
- compareAndSet(long, long) - Method in interface org.gridgain.grid.cache.datastructures.GridCacheAtomicLong
-
Atomically compares current value to the expected value, and if they are equal, sets current value
to new value.
- compareAndSet(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(long, long) - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheAtomicLongImpl
-
Atomically compares current value to the expected value, and if they are equal, sets current value
to new value.
- compareAndSet(T, T) - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheAtomicReferenceImpl
-
Conditionally sets the new value.
- compareAndSet(T, T, S, S) - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheAtomicStampedImpl
-
Conditionally sets the new value and new stamp.
- compareTo(GridEvent) - Method in class org.gridgain.grid.events.GridEventAdapter
- compareTo(GridGgfsPath) - Method in class org.gridgain.grid.ggfs.GridGgfsPath
- compareTo(GridUuid) - Method in class org.gridgain.grid.GridUuid
- compareTo(GridDhtLocalPartition) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtLocalPartition
- compareTo(GridDhtPartitionExchangeId) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.preloader.GridDhtPartitionExchangeId
- compareTo(GridDhtPartitionFullMap) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.preloader.GridDhtPartitionFullMap
- compareTo(GridDhtPartitionMap) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.preloader.GridDhtPartitionMap
- compareTo(GridDhtPartitionsExchangeFuture<K, V>) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.preloader.GridDhtPartitionsExchangeFuture
- compareTo(GridCacheMvccCandidate<K>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMvccCandidate
- compareTo(GridCacheVersion) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheVersion
- compareTo(GridClockDeltaVersion) - Method in class org.gridgain.grid.kernal.processors.clock.GridClockDeltaVersion
- compareTo(Delayed) - Method in class org.gridgain.grid.kernal.processors.dataload.GridDataLoaderImpl
- compareTo(GridProductVersion) - Method in class org.gridgain.grid.product.GridProductVersion
- compareTo(GridTcpDiscoveryNode) - Method in class org.gridgain.grid.spi.discovery.tcp.internal.GridTcpDiscoveryNode
- compareVersionNumbers(String, String) - Static method in class org.gridgain.grid.util.GridUtils
-
Compare java implementation version
- compatibleVersions() - Method in interface org.gridgain.grid.kernal.GridEx
-
Gets list of compatible versions.
- compatibleVersions() - Method in class org.gridgain.grid.kernal.GridKernal
-
Gets list of compatible versions.
- compatibleVersions() - Method in interface org.gridgain.grid.kernal.GridKernalContext
-
Gets list of compatible versions.
- compatibleVersions() - Method in class org.gridgain.grid.kernal.GridKernalContextImpl
-
Gets list of compatible versions.
- complete(boolean) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.colocated.GridDhtColocatedLockFuture
-
- complete() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtTxPrepareFuture
-
Completes this future.
- complete(boolean) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearLockFuture
-
- completedBase() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxLocalAdapter
-
- completedVersions(Collection<GridCacheVersion>, Collection<GridCacheVersion>) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridDistributedBaseMessage
-
- completedVersions(GridCacheVersion, Collection<GridCacheVersion>, Collection<GridCacheVersion>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxAdapter
- completedVersions(GridCacheVersion, Collection<GridCacheVersion>, Collection<GridCacheVersion>) - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheTxEx
-
- completedVersions(GridCacheVersion, Collection<GridCacheVersion>, Collection<GridCacheVersion>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxLocalAdapter
- components() - Method in class org.gridgain.grid.ggfs.GridGgfsPath
-
Split full path on components.
- components() - Method in interface org.gridgain.grid.kernal.GridKernalContext
-
Gets list of all grid components in the order they were added.
- components() - Method in class org.gridgain.grid.kernal.GridKernalContextImpl
-
Gets list of all grid components in the order they were added.
- compose(GridPredicate<? super Y>, GridClosure<? super X, ? extends Y>) - Static method in class org.gridgain.grid.util.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.util.lang.GridFunc
-
Composes two closures into one.
- COMPOUND_VER - Static variable in class org.gridgain.grid.kernal.GridProductImpl
-
Compound version.
- compute() - Method in interface org.gridgain.client.GridClient
-
Gets a default compute projection.
- compute() - Method in class org.gridgain.client.impl.GridClientImpl
-
Gets a default compute projection.
- compute() - Method in interface org.gridgain.grid.GridProjection
-
Gets compute functionality over this grid projection.
- compute() - Method in class org.gridgain.grid.kernal.GridProjectionAdapter
-
Gets compute functionality over this grid projection.
- concat(int[], int[]) - Static method in class org.gridgain.grid.kernal.visor.cmd.VisorTaskUtils
-
Concat two arrays in one.
- concat(String, String) - Static method in class org.gridgain.grid.util.io.GridFilenameUtils
-
Concatenates a filename to a base path using normal command line style rules.
- concat(Iterable<String>, String) - Static method in class org.gridgain.grid.util.lang.GridFunc
-
Concatenates strings using provided delimiter.
- concat(boolean, T, Collection<T>) - Static method in class org.gridgain.grid.util.lang.GridFunc
-
Concatenates an element to a collection.
- concat(boolean, Collection<T>, Collection<T>) - Static method in class org.gridgain.grid.util.lang.GridFunc
-
Concatenates 2 collections into one.
- concat(T[], T...) - Static method in class org.gridgain.grid.util.lang.GridFunc
-
Concatenates an elements to an array.
- concat(Iterator<Iterator<T>>) - Static method in class org.gridgain.grid.util.lang.GridFunc
-
Concatenates multiple iterators as single one.
- concatReducer(String) - Static method in class org.gridgain.grid.util.lang.GridFunc
-
Gets reducer closure that concatenates strings using provided delimiter.
- concurrency() - Method in interface org.gridgain.grid.cache.GridCacheTx
-
Cache transaction concurrency mode.
- concurrency() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridDistributedTxPrepareRequest
-
- concurrency - Variable in class org.gridgain.grid.kernal.processors.cache.GridCacheTxAdapter
-
Concurrency.
- concurrency() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxAdapter
-
Cache transaction concurrency mode.
- concurrency() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxProxyImpl
-
Cache transaction concurrency mode.
- concurrency() - Method in interface org.gridgain.grid.util.offheap.GridOffHeapMap
-
Gets concurrency level for this map.
- concurrency() - Method in interface org.gridgain.grid.util.offheap.GridOffHeapPartitionedMap
-
Gets concurrency level for this map.
- concurrency() - Method in class org.gridgain.grid.util.offheap.unsafe.GridUnsafeMap
-
Gets concurrency level for this map.
- concurrency() - Method in class org.gridgain.grid.util.offheap.unsafe.GridUnsafePartitionedMap
-
Gets concurrency level for this map.
- concurrencyLevel() - Method in class org.gridgain.client.util.GridClientStripedLock
-
Gets concurrency level.
- concurrencyLevel() - Method in class org.gridgain.grid.util.GridStripedLock
-
Gets concurrency level.
- concurrencyLevel() - Method in class org.gridgain.grid.util.GridStripedReadWriteLock
-
Gets concurrency level.
- concurrentMapSegment(int, int) - Static method in class org.gridgain.grid.util.GridUtils
-
- 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.
- concurrentNotify() - Method in class org.gridgain.grid.util.future.GridFinishedFuture
-
Gets value concurrent listener notification flag.
- concurrentNotify(boolean) - Method in class org.gridgain.grid.util.future.GridFinishedFuture
-
Flag to turn on or off concurrent listener notification.
- concurrentNotify() - Method in class org.gridgain.grid.util.future.GridFinishedFutureEx
-
Gets value concurrent listener notification flag.
- concurrentNotify(boolean) - Method in class org.gridgain.grid.util.future.GridFinishedFutureEx
-
Flag to turn on or off concurrent listener notification.
- concurrentNotify() - Method in class org.gridgain.grid.util.future.GridFutureAdapter
-
Gets value concurrent listener notification flag.
- concurrentNotify(boolean) - Method in class org.gridgain.grid.util.future.GridFutureAdapter
-
Flag to turn on or off concurrent listener notification.
- concurrentNotify() - Method in class org.gridgain.grid.util.future.GridFutureAdapterEx
-
Gets value concurrent listener notification flag.
- concurrentNotify(boolean) - Method in class org.gridgain.grid.util.future.GridFutureAdapterEx
-
Flag to turn on or off concurrent listener notification.
- config() - Method in interface org.gridgain.grid.kernal.GridKernalContext
-
Gets grid configuration.
- config() - Method in class org.gridgain.grid.kernal.GridKernalContextImpl
-
Gets grid configuration.
- config() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheContext
-
- configInfo(String, Object) - Method in class org.gridgain.grid.spi.GridSpiAdapter
-
Gets uniformed string for configuration parameter.
- configuration() - Method in interface org.gridgain.client.router.GridTcpRouter
-
Returns configuration used to start router.
- configuration() - Method in class org.gridgain.client.router.impl.GridTcpRouterImpl
-
Returns configuration used to start router.
- configuration() - Method in interface org.gridgain.grid.cache.GridCache
-
Gets configuration bean for this cache.
- configuration() - Method in interface org.gridgain.grid.ggfs.GridGgfs
-
Gets GGFS configuration.
- configuration() - Method in interface org.gridgain.grid.Grid
-
Gets the configuration of this grid instance.
- configuration() - Method in class org.gridgain.grid.kernal.GridKernal
-
Gets the configuration of this grid instance.
- configuration() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
Gets configuration bean for this cache.
- configuration() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProxyImpl
-
Gets configuration bean for this cache.
- configuration() - Method in class org.gridgain.grid.kernal.processors.streamer.GridStreamerImpl
-
Gets streamer configuration.
- configuration() - Method in interface org.gridgain.grid.streamer.GridStreamer
-
Gets streamer configuration.
- configuration() - Method in class org.gridgain.grid.util.nodestart.GridRemoteStartSpecification
-
- configurationName() - Method in class org.gridgain.grid.util.nodestart.GridRemoteStartSpecification
-
- configured() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheStoreManager
-
- conflictMerge() - Method in interface org.gridgain.grid.dr.cache.receiver.GridDrReceiverCacheMetrics
-
Gets total amount of conflicts resolved by merge.
- conflictMerge() - Method in class org.gridgain.grid.kernal.processors.cache.dr.GridDrReceiverCacheMetricsAdapter
-
Gets total amount of conflicts resolved by merge.
- conflictNew() - Method in interface org.gridgain.grid.dr.cache.receiver.GridDrReceiverCacheMetrics
-
Gets total amount of conflicts resolved by using new value.
- conflictNew() - Method in class org.gridgain.grid.kernal.processors.cache.dr.GridDrReceiverCacheMetricsAdapter
-
Gets total amount of conflicts resolved by using new value.
- conflictOld() - Method in interface org.gridgain.grid.dr.cache.receiver.GridDrReceiverCacheMetrics
-
Gets total amount of conflicts resolved by using old value.
- conflictOld() - Method in class org.gridgain.grid.kernal.processors.cache.dr.GridDrReceiverCacheMetricsAdapter
-
Gets total amount of conflicts resolved by using old value.
- conflictResolver() - Method in class org.gridgain.grid.kernal.visor.cmd.dto.cache.VisorDrReceiverConfig
-
- conflictResolver(String) - Method in class org.gridgain.grid.kernal.visor.cmd.dto.cache.VisorDrReceiverConfig
-
- conflictResolverClassName() - Method in class org.gridgain.grid.kernal.processors.cache.dr.GridCacheDrReceiveAttributes
-
- conflictResolverMode() - Method in class org.gridgain.grid.kernal.processors.cache.dr.GridCacheDrReceiveAttributes
-
- conflictResolverMode() - Method in class org.gridgain.grid.kernal.visor.cmd.dto.cache.VisorDrReceiverConfig
-
- conflictResolverMode(GridDrReceiverCacheConflictResolverMode) - Method in class org.gridgain.grid.kernal.visor.cmd.dto.cache.VisorDrReceiverConfig
-
- connect(UUID, Collection<InetSocketAddress>) - Method in class org.gridgain.client.impl.connection.GridClientConnectionManagerImpl
-
Creates a connected facade and returns it.
- connect(UUID, InetSocketAddress) - Method in class org.gridgain.client.impl.connection.GridClientConnectionManagerImpl
-
Create new connection to specified server.
- connect() - Method in class org.gridgain.grid.kernal.managers.deployment.protocol.gg.GridUrlConnection
- connect(String, Properties) - Method in class org.gridgain.jdbc.GridJdbcDriver
- connectable() - Method in interface org.gridgain.client.GridClientNode
-
Indicates whether client can establish direct connection with this node.
- connectable(boolean) - Method in class org.gridgain.client.impl.GridClientNodeImpl.Builder
-
Sets connectable property.
- connectable() - Method in class org.gridgain.client.impl.GridClientNodeImpl
-
Indicates whether client can establish direct connection with this node.
- connected() - Method in interface org.gridgain.client.GridClient
-
Indicates whether client is connected to remote Grid.
- connected() - Method in class org.gridgain.client.impl.GridClientImpl
-
Indicates whether client is connected to remote Grid.
- connectEndpoint(String, GridLogger) - Static method in class org.gridgain.grid.util.ipc.GridIpcEndpointFactory
-
Connects to open server IPC endpoint.
- connection(GridClientNode) - Method in interface org.gridgain.client.impl.connection.GridClientConnectionManager
-
Returns connection to the given node.
- connection(GridClientNode) - Method in class org.gridgain.client.impl.connection.GridClientConnectionManagerImpl
-
Gets active communication facade.
- connection(UUID, Collection<InetSocketAddress>) - Method in class org.gridgain.client.impl.connection.GridClientConnectionManagerImpl
-
Returns connection to one of the given addresses.
- connectionConfiguration() - Method in class org.gridgain.grid.kernal.visor.cmd.dto.node.VisorDrSenderHubConfig
-
- connectionConfiguration(Iterable<VisorDrSenderHubConnectionConfig>) - Method in class org.gridgain.grid.kernal.visor.cmd.dto.node.VisorDrSenderHubConfig
-
- connectionManager() - Method in class org.gridgain.client.impl.GridClientImpl
-
- connMgr - Variable in class org.gridgain.client.impl.GridClientImpl
-
Connection manager.
- consistencyCheck(Collection<GridStreamerBoundedSizeSortedWindow.Holder<E>>, Set<E>, AtomicInteger) - Method in class org.gridgain.grid.streamer.window.GridStreamerBoundedSizeSortedWindow
-
Checks consistency.
- consistencyCheck(Collection<E>, Set<E>, AtomicInteger) - Method in class org.gridgain.grid.streamer.window.GridStreamerBoundedSizeWindow
-
Checks consistency.
- consistentId() - Method in interface org.gridgain.client.GridClientNode
-
Gets consistent globally unique node ID.
- consistentId(Object) - Method in class org.gridgain.client.impl.GridClientNodeImpl.Builder
-
Sets node consistent ID.
- consistentId() - Method in class org.gridgain.client.impl.GridClientNodeImpl
-
Gets consistent globally unique node ID.
- consistentId() - Method in interface org.gridgain.grid.GridNode
-
Gets consistent globally unique node ID.
- consistentId() - Method in class org.gridgain.grid.spi.discovery.tcp.internal.GridTcpDiscoveryNode
-
Gets consistent globally unique node ID.
- consistentId(Collection<String>, int) - Static method in class org.gridgain.grid.util.GridUtils
-
- ConsPStack<E> - Class in org.pcollections
-
A simple persistent stack of non-null values.
- constant(R) - Static method in class org.gridgain.grid.util.lang.GridFunc
-
Gets closure that returns constant value.
- constant1(R) - Static method in class org.gridgain.grid.util.lang.GridFunc
-
Gets closure that returns constant value.
- constant2(R) - Static method in class org.gridgain.grid.util.lang.GridFunc
-
Gets closure that returns constant value.
- constant3(R) - Static method in class org.gridgain.grid.util.lang.GridFunc
-
Gets closure that returns constant value.
- contains(Collection<T>) - Static method in class org.gridgain.client.util.GridClientUtils
-
Creates a predicates that checks if given value is contained in collection c.
- contains(Object) - Method in class org.gridgain.client.util.GridConcurrentHashSet
- contains(Object) - Method in interface org.gridgain.grid.cache.datastructures.GridCacheQueue
- contains(Object) - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheQueueProxy
- contains(Object) - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheSetImpl
- contains(Object) - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheSetProxy
- contains(Object) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheEntrySet
- contains(Object) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheKeySet
- contains(Object) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheValueCollection
- contains(String, int, Object, byte[]) - Method in class org.gridgain.grid.kernal.processors.offheap.GridOffHeapProcessor
-
Checks if offheap space contains value for the given key.
- contains(Collection<T>) - Static method in class org.gridgain.grid.util.F0
-
Provides predicate (not peer-deployable) which returns true if it receives an element
that is contained in the passed in collection.
- contains(Object) - Method in class org.gridgain.grid.util.GridBoundedLinkedHashSet
-
Returns true if this set contains the specified element.
- contains(Object) - Method in class org.gridgain.grid.util.GridConcurrentPhantomHashSet
- contains(Object) - Method in class org.gridgain.grid.util.GridConcurrentSkipListSet
- contains(Object) - Method in class org.gridgain.grid.util.GridConcurrentWeakHashSet
- contains(Object) - Method in class org.gridgain.grid.util.GridListSet
- contains(long) - Method in class org.gridgain.grid.util.GridLongList
-
- contains(Object) - Method in class org.gridgain.grid.util.GridSetWrapper
- contains(Collection<T>, T) - Static method in class org.gridgain.grid.util.lang.GridFunc
-
Checks if value is contained in the collection passed in.
- contains(Collection<T>) - Static method in class org.gridgain.grid.util.lang.GridFunc
-
Provides predicate which returns true if it receives an element
that is contained in the passed in collection.
- contains(int[], int) - Static method in class org.gridgain.grid.util.lang.GridFunc
-
- contains(Integer[], Integer) - Static method in class org.gridgain.grid.util.lang.GridFunc
-
- contains(int, byte[]) - Method in interface org.gridgain.grid.util.offheap.GridOffHeapMap
-
Checks if given key is contained in the map.
- contains(int, int, byte[]) - Method in interface org.gridgain.grid.util.offheap.GridOffHeapPartitionedMap
-
Checks if given key is contained in the map.
- contains(int, byte[]) - Method in class org.gridgain.grid.util.offheap.unsafe.GridUnsafeMap
-
Checks if given key is contained in the map.
- contains(int, int, byte[]) - Method in class org.gridgain.grid.util.offheap.unsafe.GridUnsafePartitionedMap
-
Checks if given key is contained in the map.
- contains(Object) - Method in class org.pcollections.MapPBag
-
- contains(Object) - Method in class org.pcollections.MapPSet
-
- containsAll(Collection<?>) - Method in interface org.gridgain.grid.cache.datastructures.GridCacheQueue
- containsAll(Collection<?>) - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheQueueProxy
- containsAll(Collection<?>) - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheSetImpl
- containsAll(Collection<?>) - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheSetProxy
- containsAll(Collection<?>) - Method in class org.gridgain.grid.util.GridConcurrentPhantomHashSet
- containsAll(Collection<?>) - Method in class org.gridgain.grid.util.GridConcurrentWeakHashSet
- containsAll(GridLongList) - Method in class org.gridgain.grid.util.GridLongList
-
- containsAll(Map<?, ?>, Map<?, ?>) - Static method in class org.gridgain.grid.util.GridUtils
-
Checks if the map passed in is contained in base map.
- containsAll(Collection<? extends T>, Iterable<? extends T>) - Static method in class org.gridgain.grid.util.lang.GridFunc
-
Checks if collection c1 contains all elements from collection c2.
- containsAllKeys(Collection<? extends K>, GridPredicate<GridCacheEntry<K, V>>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
- containsAllValues(Collection<? extends V>, GridPredicate<GridCacheEntry<K, V>>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
- containsAny(Collection<? extends T>, Iterable<? extends T>) - Static method in class org.gridgain.grid.util.lang.GridFunc
-
Checks if collection c1 contains any elements from collection c2.
- containsAny(Collection<? extends T>, T...) - Static method in class org.gridgain.grid.util.lang.GridFunc
-
Checks if collection c1 contains any elements from array c2.
- containsAnyKeys(Collection<? extends K>, GridPredicate<GridCacheEntry<K, V>>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
- containsAnyValues(Collection<? extends V>, GridPredicate<GridCacheEntry<K, V>>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
- containsIntArray(int[], int) - Static method in class org.gridgain.grid.util.GridUtils
-
Checks for containment of the value in the array.
- containsKey(Object) - Method in class com.romix.scala.collection.concurrent.TrieMap
-
- containsKey(K) - Method in interface org.gridgain.grid.cache.GridCacheProjection
-
Returns true if this cache contains a mapping for the specified
key.
- containsKey(K, GridPredicate<GridCacheEntry<K, V>>) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.colocated.GridDhtColocatedCache
- containsKey(Object) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridNoStorageCacheMap
- containsKey(K, GridPredicate<GridCacheEntry<K, V>>) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearCacheAdapter
- containsKey(K) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
Returns true if this cache contains a mapping for the specified
key.
- containsKey(K, GridPredicate<GridCacheEntry<K, V>>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
- containsKey(Object) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheConcurrentMap
-
- containsKey(Object) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMapAdapter
- containsKey(K) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProjectionImpl
-
Returns true if this cache contains a mapping for the specified
key.
- containsKey(K) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProxyImpl
-
Returns true if this cache contains a mapping for the specified
key.
- containsKey(K, byte[]) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheSwapManager
-
- containsKey(Object) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxMap
- containsKey(Object) - Method in class org.gridgain.grid.lang.GridBiTuple
- containsKey(String, K) - Method in interface org.gridgain.grid.spi.GridSpiContext
-
Returns true if this cache contains a mapping for the specified key.
- containsKey(Object) - Method in class org.gridgain.grid.util.GridLeanMap
- containsKey(Object) - Method in class org.gridgain.grid.util.offheap.unsafe.GridOffHeapSnapTreeMap
- containsKey(Object) - Method in class org.gridgain.grid.util.snaptree.SnapTreeMap
-
- containsKey(Object) - Method in class org.pcollections.HashPMap
-
- containsKey(Object) - Method in class org.pcollections.IntTreePMap
-
- containsObjectArray(Object[], Object, Object...) - Static method in class org.gridgain.grid.util.GridUtils
-
Checks for containment of the value in the array.
- containsObjectArray(Object[], Collection<Object>) - Static method in class org.gridgain.grid.util.GridUtils
-
Checks for containment of the value in the array.
- containsRegexArray(String[], String) - Static method in class org.gridgain.grid.util.GridUtils
-
Checks for containment of value matching given regular expression in the provided array.
- containsStringArray(String[], String, boolean) - Static method in class org.gridgain.grid.util.GridUtils
-
Checks for containment of given string value in the specified array.
- containsStringCollection(Iterable<String>, String, boolean) - Static method in class org.gridgain.grid.util.GridUtils
-
Checks for containment of given string value in the specified collection.
- containsValue(V) - Method in interface org.gridgain.grid.cache.GridCacheProjection
-
Returns true if this cache contains given value.
- containsValue(V) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
Returns true if this cache contains given value.
- containsValue(V, GridPredicate<GridCacheEntry<K, V>>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
- containsValue(Object) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMapAdapter
- containsValue(V) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProjectionImpl
-
Returns true if this cache contains given value.
- containsValue(V) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProxyImpl
-
Returns true if this cache contains given value.
- containsValue(Object) - Method in class org.gridgain.grid.lang.GridBiTuple
- containsValue(Object) - Method in class org.gridgain.grid.util.GridLeanMap
- containsValue(Object) - Method in class org.gridgain.grid.util.snaptree.SnapTreeMap
-
- context() - Method in class org.gridgain.grid.kernal.GridKernal
-
It's intended for use by internal marshalling implementation only.
- context() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
- context() - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheEntryEx
-
- context() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheManagerAdapter
-
- context() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMapEntry
- context() - Method in class org.gridgain.grid.kernal.processors.streamer.GridStreamerImpl
-
Gets streamer context.
- context() - Method in interface org.gridgain.grid.streamer.GridStreamer
-
Gets streamer context.
- continuous() - Method in interface org.gridgain.grid.kernal.GridKernalContext
-
Gets event continuous processor.
- continuous() - Method in class org.gridgain.grid.kernal.GridKernalContextImpl
-
Gets event continuous processor.
- continuousQueries() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheContext
-
- continuousReducer(R) - Static method in class org.gridgain.grid.util.lang.GridFunc
-
- coordinator() - Method in class org.gridgain.grid.spi.discovery.tcp.internal.GridTcpDiscoveryNodesRing
-
Finds coordinator in the topology.
- coordinator(Collection<GridTcpDiscoveryNode>) - Method in class org.gridgain.grid.spi.discovery.tcp.internal.GridTcpDiscoveryNodesRing
-
Finds coordinator in the topology filtering excluded nodes from the search.
- coordinatorSinceTimestamp() - Method in class org.gridgain.grid.spi.discovery.tcp.internal.GridTcpDiscoveryStatistics
-
Gets time local node has been coordinator since.
- copy() - Method in class org.gridgain.grid.kernal.processors.cache.query.GridCacheQueryMetricsAdapter
-
Merge with given metrics.
- copy() - Method in class org.gridgain.grid.util.GridListSet
-
Creates a copy of this set.
- copy() - Method in class org.gridgain.grid.util.GridLongList
-
- copy(File, File, boolean) - Static method in class org.gridgain.grid.util.GridUtils
-
Copy source file (or folder) to destination file (or folder).
- copy(InputStream, OutputStream) - Static method in class org.gridgain.grid.util.GridUtils
-
Copies input byte stream to output byte stream.
- copy(Reader, Writer) - Static method in class org.gridgain.grid.util.GridUtils
-
Copies input character stream to output character stream.
- copy(Collection<T>, T...) - Static method in class org.gridgain.grid.util.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.util.lang.GridFunc
-
Adds (copies) to given collection using provided predicates.
- copy(ByteBuffer) - Static method in class org.gridgain.grid.util.nio.ssl.GridNioSslFilter
-
Copies the given byte buffer.
- copy(InputStream, OutputStream, int) - Static method in class org.gridgain.grid.util.typedef.X
-
Copies input byte stream to output byte stream.
- copyIfExceeded(int[], int) - Static method in class org.gridgain.grid.util.GridUtils
-
Copies array only if array length greater than needed length.
- copyMap(Map<K, V>) - Static method in class org.gridgain.grid.util.GridUtils
-
- copyMemory(long, long, long) - Method in class org.gridgain.grid.util.offheap.unsafe.GridUnsafeMemory
-
Copy memory.
- 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.kernal.GridNodeLocalMapImpl
-
Copies all metadata from another instance.
- copyMeta(Map<String, ?>) - Method in class org.gridgain.grid.kernal.GridNodeLocalMapImpl
-
Copies all metadata from given map.
- copyMeta(Map<String, ?>) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridPartitionedCacheEntryImpl
-
Copies all metadata from given map.
- copyMeta(GridMetadataAware) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridPartitionedCacheEntryImpl
-
Copies all metadata from another instance.
- copyMeta(GridMetadataAware) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheEntryImpl
-
Copies all metadata from another instance.
- copyMeta(Map<String, ?>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheEntryImpl
-
Copies all metadata from given map.
- copyMeta(GridMetadataAware) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheEvictionEntry
-
Copies all metadata from another instance.
- copyMeta(Map<String, ?>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheEvictionEntry
-
Copies all metadata from given map.
- copyMeta(GridMetadataAware) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheFilterEvaluationEntry
-
Copies all metadata from another instance.
- copyMeta(Map<String, ?>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheFilterEvaluationEntry
-
Copies all metadata from given map.
- copyMeta(GridMetadataAware) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMapEntry
-
Copies all metadata from another instance.
- copyMeta(Map<String, ?>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMapEntry
-
Copies all metadata from given map.
- copyMeta(GridMetadataAware) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProxyImpl
-
Copies all metadata from another instance.
- copyMeta(Map<String, ?>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProxyImpl
-
Copies all metadata from given map.
- copyMeta(GridMetadataAware) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxProxyImpl
-
Copies all metadata from another instance.
- copyMeta(Map<String, ?>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxProxyImpl
-
Copies all metadata from given map.
- copyMeta(GridMetadataAware) - Method in class org.gridgain.grid.util.lang.GridMetadataAwareAdapter
-
Copies all metadata from another instance.
- copyMeta(Map<String, ?>) - Method in class org.gridgain.grid.util.lang.GridMetadataAwareAdapter
-
Copies all metadata from given map.
- copyOf(GridDrReceiverCacheMetrics) - Static method in class org.gridgain.grid.kernal.processors.cache.dr.GridDrReceiverCacheMetricsAdapter
-
Create a copy of given metrics object.
- copyOf(GridDrSenderCacheMetrics) - Static method in class org.gridgain.grid.kernal.processors.cache.dr.GridDrSenderCacheMetricsAdapter
-
Create a copy of given metrics object.
- copyOf(GridCacheMetrics) - Static method in class org.gridgain.grid.kernal.processors.cache.GridCacheMetricsAdapter
-
Create a copy of given metrics object.
- CopyOnWriteManager<E> - Class in org.gridgain.grid.util.snaptree
-
Manages copy-on-write behavior for a concurrent tree structure.
- CopyOnWriteManager(E, int) - Constructor for class org.gridgain.grid.util.snaptree.CopyOnWriteManager
-
Creates a new
CopyOnWriteManager holding
initialValue, with an assumed size of
initialSize.
- COPYRIGHT - Static variable in class org.gridgain.grid.kernal.GridProductImpl
-
Copyright blurb.
- copyright() - Method in class org.gridgain.grid.kernal.GridProductImpl
-
Copyright statement for GridGain code.
- copyright() - Method in interface org.gridgain.grid.product.GridProduct
-
Copyright statement for GridGain code.
- copyWithout(GridLongList) - Method in class org.gridgain.grid.util.GridLongList
-
Returns (possibly reordered) copy of this list, excluding all elements of given list.
- count() - Method in class org.gridgain.client.util.GridClientConsistentHash
-
Gets number of distinct nodes, excluding replicas, in consistent hash.
- count() - Method in interface org.gridgain.grid.cache.datastructures.GridCacheCountDownLatch
-
Gets current count value of the latch.
- count() - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheCountDownLatchImpl
-
Gets current count value of the latch.
- count() - Method in interface org.gridgain.grid.scheduler.GridSchedulerFuture
-
Gets total count of executions this task has already completed.
- 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.
- count(String) - Method in class org.gridgain.grid.spi.swapspace.noop.GridNoopSwapSpaceSpi
-
Gets number of stored entries (keys) in data space with given name.
- count() - Method in class org.gridgain.grid.util.GridConsistentHash
-
Gets number of distinct nodes, excluding replicas, in consistent hash.
- 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.
- countDown() - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheCountDownLatchImpl
-
Decrements the count of the latch, releasing all waiting threads
on all nodes if the count reaches zero.
- countDown(int) - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheCountDownLatchImpl
-
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.
- countDownAll() - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheCountDownLatchImpl
-
Counts down this latch to zero, releasing all waiting threads on all nodes.
- countDownLatch(String, int, boolean, boolean) - Method in interface org.gridgain.grid.cache.datastructures.GridCacheDataStructures
-
Gets or creates count down latch.
- countDownLatch(String, int, boolean, boolean) - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheDataStructuresImpl
-
Gets or creates count down latch.
- countDownLatch(String, int, boolean, boolean) - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheDataStructuresManager
-
Gets or creates count down latch.
- countDownLatch(String, int, boolean, boolean) - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheDataStructuresProxy
-
Gets or creates count down latch.
- courtesy(GridLogger, Object) - Static method in class org.gridgain.grid.util.GridUtils
-
Depending on whether or not log is provided and quiet mode is enabled logs given messages as
quiet message or normal log WARN message in org.gridgain.grid.CourtesyConfigNotice
category.
- courtesy(GridLogger, Object, Object) - Static method in class org.gridgain.grid.util.GridUtils
-
Depending on whether or not log is provided and quiet mode is enabled logs given messages as
quiet message or normal log WARN message in org.gridgain.grid.CourtesyConfigNotice
category.
- COURTESY_LOGGER_NAME - Static variable in class org.gridgain.grid.GridConfiguration
-
Courtesy notice log category.
- COX<T> - Class in org.gridgain.grid.util.typedef
-
- COX() - Constructor for class org.gridgain.grid.util.typedef.COX
-
- cpuLoad() - Method in class org.gridgain.grid.kernal.visor.cmd.dto.VisorCacheMetrics
-
- cpus() - Method in class org.gridgain.grid.kernal.visor.cmd.dto.VisorCacheMetrics
-
- create(GridGgfsPath, boolean) - Method in interface org.gridgain.grid.ggfs.GridGgfs
-
Creates a file and opens it for writing.
- create(GridGgfsPath, int, boolean, GridUuid, int, long, Map<String, String>) - Method in interface org.gridgain.grid.ggfs.GridGgfs
-
Creates a file and opens it for writing.
- create(GridKernalContext, boolean) - Method in enum org.gridgain.grid.kernal.GridComponentType
-
Creates component.
- create(boolean) - Method in enum org.gridgain.grid.kernal.GridComponentType
-
Creates component.
- create(GridCacheContext<K, V>, long, K, int, V, GridCacheMapEntry<K, V>, long, int) - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheMapEntryFactory
-
- create(String, int, long, long, GridOffHeapEvictListener) - Method in class org.gridgain.grid.kernal.processors.offheap.GridOffHeapProcessor
-
Creates offheap map for given space name.
- create(byte) - Static method in class org.gridgain.grid.util.direct.GridTcpCommunicationMessageFactory
-
- create(byte) - Method in interface org.gridgain.grid.util.direct.GridTcpCommunicationMessageProducer
-
Create message.
- 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.
- createContinuousQuery() - Method in interface org.gridgain.grid.cache.query.GridCacheQueries
-
Creates new continuous query.
- createContinuousQuery() - Method in class org.gridgain.grid.kernal.processors.cache.query.GridCacheQueriesImpl
-
Creates new continuous query.
- createContinuousQuery() - Method in class org.gridgain.grid.kernal.processors.cache.query.GridCacheQueriesProxy
-
Creates new continuous query.
- created() - Method in interface org.gridgain.grid.GridNodeShadow
-
Gets the timestamp of when this shadow was created.
- createEventsArg(int[], Long) - Static method in class org.gridgain.grid.kernal.visor.cmd.tasks.VisorEventsCollectTask.VisorEventsCollectArgs
-
- createFullTextQuery(Class<?>, String) - Method in interface org.gridgain.grid.cache.query.GridCacheQueries
-
Creates user's full text query, queried class, and query clause.
- createFullTextQuery(Class<?>, String) - Method in class org.gridgain.grid.kernal.processors.cache.query.GridCacheQueriesImpl
-
Creates user's full text query, queried class, and query clause.
- createFullTextQuery(Class<?>, String) - Method in class org.gridgain.grid.kernal.processors.cache.query.GridCacheQueriesProxy
-
Creates user's full text query, queried class, and query clause.
- createJob(GridGgfsPath, GridGgfsFileRange, GridGgfsTaskArgs<T>) - Method in class org.gridgain.grid.ggfs.mapreduce.GridGgfsTask
-
Callback invoked during task map procedure to create job that will process specified split
for GGFS file.
- createJob(GridGgfsJob, String, GridGgfsPath, long, long, GridGgfsRecordResolver) - Method in class org.gridgain.grid.kernal.processors.ggfs.GridGgfsProcessorAdapter
-
Create compute job for the given GGFS job.
- createJob(GridGgfsJob, String, GridGgfsPath, long, long, GridGgfsRecordResolver) - Method in class org.gridgain.grid.kernal.processors.ggfs.GridNoopGgfsProcessor
-
Create compute job for the given GGFS job.
- createJobArgument(GridifyRangeArgument, Collection<?>) - Method in class org.gridgain.grid.util.gridify.GridifyArgumentBuilder
-
- createLogArg(String, int[]) - Static method in class org.gridgain.grid.kernal.visor.cmd.tasks.VisorEventsCollectTask.VisorEventsCollectArgs
-
- createNioClient(GridNode) - Method in class org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpi
-
- createOptional(GridKernalContext) - Method in enum org.gridgain.grid.kernal.GridComponentType
-
First tries to find main component class, if it is not found creates no-op implementation.
- createOptional() - Method in enum org.gridgain.grid.kernal.GridComponentType
-
First tries to find main component class, if it is not found creates no-op implementation.
- createPointer(long) - Method in interface org.gridgain.grid.util.offheap.unsafe.GridOffHeapSmartPointerFactory
-
- createProtobufMarshaller(GridLogger) - Static method in class org.gridgain.grid.util.GridUtils
-
Creates new instance of Protobuf marshaller.
- createQuery(GridPredicate<GridCacheEntry<K, V>>) - Method in class org.gridgain.grid.kernal.processors.cache.query.continuous.GridCacheContinuousQueryManager
-
- createScanQuery(GridBiPredicate<K, V>) - Method in interface org.gridgain.grid.cache.query.GridCacheQueries
-
Creates user's predicate based scan query.
- createScanQuery(GridBiPredicate<K, V>) - Method in class org.gridgain.grid.kernal.processors.cache.query.GridCacheQueriesImpl
-
Creates user's predicate based scan query.
- createScanQuery(GridBiPredicate<K, V>) - Method in class org.gridgain.grid.kernal.processors.cache.query.GridCacheQueriesProxy
-
Creates user's predicate based scan query.
- createSession(SocketChannel, Map<Integer, ?>) - Method in class org.gridgain.grid.util.nio.GridNioServer
-
Establishes a session.
- createShmemClient(GridNode, Integer) - Method in class org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpi
-
- createSpiAttributeName(String) - Method in class org.gridgain.grid.spi.GridSpiAdapter
-
Creates new name for the given attribute.
- createSqlFieldsQuery(String) - Method in interface org.gridgain.grid.cache.query.GridCacheQueries
-
Creates user's SQL fields query for given clause.
- createSqlFieldsQuery(String, boolean) - Method in interface org.gridgain.grid.kernal.processors.cache.query.GridCacheQueriesEx
-
Creates SQL fields query which will include results metadata if needed.
- createSqlFieldsQuery(String) - Method in class org.gridgain.grid.kernal.processors.cache.query.GridCacheQueriesImpl
-
Creates user's SQL fields query for given clause.
- createSqlFieldsQuery(String, boolean) - Method in class org.gridgain.grid.kernal.processors.cache.query.GridCacheQueriesImpl
-
Creates SQL fields query which will include results metadata if needed.
- createSqlFieldsQuery(String) - Method in class org.gridgain.grid.kernal.processors.cache.query.GridCacheQueriesProxy
-
Creates user's SQL fields query for given clause.
- createSqlFieldsQuery(String, boolean) - Method in class org.gridgain.grid.kernal.processors.cache.query.GridCacheQueriesProxy
-
Creates SQL fields query which will include results metadata if needed.
- createSqlQuery(Class<?>, String) - Method in interface org.gridgain.grid.cache.query.GridCacheQueries
-
Creates user's SQL query, queried class, and query clause which is generally
a where clause.
- createSqlQuery(Class<?>, String) - Method in class org.gridgain.grid.kernal.processors.cache.query.GridCacheQueriesImpl
-
Creates user's SQL query, queried class, and query clause which is generally
a where clause.
- createSqlQuery(Class<?>, String) - Method in class org.gridgain.grid.kernal.processors.cache.query.GridCacheQueriesProxy
-
Creates user's SQL query, queried class, and query clause which is generally
a where clause.
- createSslContext() - Method in class org.gridgain.client.ssl.GridSslBasicContextFactory
-
Creates SSL context based on factory settings.
- createSslContext() - Method in interface org.gridgain.client.ssl.GridSslContextFactory
-
Creates SSL context based on factory settings.
- createTaskArgument(Class<?>, String, Class<?>, Class<?>[], Annotation[][], Object[], Object) - Method in class org.gridgain.grid.util.gridify.GridifyArgumentBuilder
-
Create argument for task.
- createTaskArgument(GridifyRangeArgument, Collection<?>) - Method in class org.gridgain.grid.util.gridify.GridifyArgumentBuilder
-
- createTasksArg(Long, String, GridUuid) - Static method in class org.gridgain.grid.kernal.visor.cmd.tasks.VisorEventsCollectTask.VisorEventsCollectArgs
-
- createTaskSession(GridUuid, UUID, String, GridDeployment, String, Collection<UUID>, long, long, Collection<GridComputeJobSibling>, Map<Object, Object>, boolean) - Method in class org.gridgain.grid.kernal.processors.session.GridTaskSessionProcessor
-
- createTcpClient(GridNode) - Method in class org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpi
-
Establish TCP connection to remote node and returns client.
- createTime() - Method in interface org.gridgain.client.GridClientDataMetrics
-
Gets create time of the owning entity (either cache or entry).
- createTime() - Method in class org.gridgain.client.impl.GridClientDataMetricsAdapter
-
Gets create time of the owning entity (either cache or entry).
- createTime(long) - Method in class org.gridgain.client.impl.GridClientDataMetricsAdapter
-
Sets creation time.
- createTime() - Method in interface org.gridgain.grid.cache.GridCacheMetrics
-
Gets create time of the owning entity (either cache or entry).
- createTime() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMetricsAdapter
-
Gets create time of the owning entity (either cache or entry).
- createTime() - Method in interface org.gridgain.grid.scheduler.GridSchedulerFuture
-
Gets time in milliseconds at which this future was created.
- createTime() - Method in interface org.gridgain.grid.util.nio.GridNioSession
-
Gets the time when the session was created.
- createTime() - Method in class org.gridgain.grid.util.nio.GridNioSessionImpl
-
Gets the time when the session was created.
- createTmLookup(GridCacheConfiguration) - Method in class org.gridgain.grid.kernal.processors.cache.jta.GridCacheJtaManagerAdapter
-
Creates transaction manager finder.
- createTmLookup(GridCacheConfiguration) - Method in class org.gridgain.grid.kernal.processors.cache.jta.GridCacheNoopJtaManager
-
Creates transaction manager finder.
- createValueBytes(V) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMapEntry
-
Create value bytes wrapper from the given object.
- creatorNode() - Method in class org.gridgain.grid.spi.discovery.tcp.messages.GridTcpDiscoveryStatusCheckMessage
-
Gets creator node.
- creatorNodeId() - Method in class org.gridgain.grid.spi.discovery.tcp.messages.GridTcpDiscoveryAbstractMessage
-
Gets creator node.
- credentials() - Method in class org.gridgain.client.impl.connection.GridClientConnection
-
Returns credentials for this client connection.
- credentials() - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientAuthenticationRequest
-
- credentials(Object) - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientAuthenticationRequest
-
- credentials() - Method in class org.gridgain.grid.kernal.processors.rest.request.GridRestRequest
-
Gets client credentials for authentication process.
- credentials(Object) - Method in class org.gridgain.grid.kernal.processors.rest.request.GridRestRequest
-
Sets client credentials for authentication.
- credentials() - Method in class org.gridgain.grid.security.GridSecurityCredentialsBasicProvider
-
Gets security credentials.
- credentials() - Method in interface org.gridgain.grid.security.GridSecurityCredentialsProvider
-
Gets security credentials.
- credentials() - Method in interface org.gridgain.grid.spi.authentication.GridAuthenticationContext
-
Gets security credentials.
- credentials() - Method in class org.gridgain.grid.spi.authentication.GridAuthenticationContextAdapter
-
Gets security credentials.
- credentials(GridSecurityCredentials) - Method in class org.gridgain.grid.spi.authentication.GridAuthenticationContextAdapter
-
Sets security credentials.
- ctorFactory() - Static method in class org.gridgain.grid.util.GridUtils
-
Return SUN specific constructor factory.
- ctx - Variable in class org.gridgain.grid.kernal.GridProjectionAdapter
-
- ctx - Variable in class org.gridgain.grid.kernal.managers.GridManagerAdapter
-
Kernal context.
- ctx - Variable in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
Cache configuration.
- ctx - Variable in class org.gridgain.grid.kernal.processors.cache.GridCacheClearAllRunnable
-
Cache context.
- ctx - Variable in class org.gridgain.grid.kernal.processors.cache.GridCacheConcurrentMap
-
Cache context.
- ctx - Variable in class org.gridgain.grid.kernal.processors.cache.GridCacheEntryImpl
-
Cache context.
- ctx - Variable in class org.gridgain.grid.kernal.processors.GridProcessorAdapter
-
Kernal context.
- ctx - Variable in class org.gridgain.grid.kernal.processors.rest.handlers.GridRestCommandHandlerAdapter
-
Kernal context.
- ctx - Variable in class org.gridgain.grid.kernal.processors.rest.protocols.GridRestProtocolAdapter
-
Context.
- ctx - Variable in class org.gridgain.grid.util.future.GridFinishedFuture
-
Context.
- ctx - Variable in class org.gridgain.grid.util.future.GridFutureAdapter
-
Context.
- CU - Class in org.gridgain.grid.util.typedef.internal
-
- CU() - Constructor for class org.gridgain.grid.util.typedef.internal.CU
-
- cur - Variable in class org.gridgain.grid.util.direct.GridTcpCommunicationMessageState
-
- currentActiveSessions() - Method in class org.gridgain.grid.kernal.processors.streamer.GridStreamerMetricsAdapter
-
Gets number of current active sessions.
- currentActiveSessions() - Method in class org.gridgain.grid.kernal.processors.streamer.GridStreamerMetricsHolder
-
Gets number of current active sessions.
- currentActiveSessions() - Method in interface org.gridgain.grid.streamer.GridStreamerMetrics
-
Gets number of current active sessions.
- currentLocalPartitions() - Method in interface org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtPartitionTopology
-
- currentTimeMillis() - Method in interface org.gridgain.grid.kernal.processors.clock.GridClockSource
-
Gets current time in milliseconds past since 1 January, 1970.
- currentTimeMillis() - Method in class org.gridgain.grid.kernal.processors.clock.GridJvmClockSource
-
Gets current time in milliseconds past since 1 January, 1970.
- currentTimeMillis() - Static method in class org.gridgain.grid.util.GridUtils
-
- currentTopologySnapshot() - Method in interface org.gridgain.grid.cache.affinity.GridCacheAffinityFunctionContext
-
Gets current topology snapshot.
- currentTopologySnapshot() - Method in class org.gridgain.grid.kernal.processors.affinity.GridCacheAffinityFunctionContextImpl
-
Gets current topology snapshot.
- currentTopologyVersion() - Method in interface org.gridgain.grid.cache.affinity.GridCacheAffinityFunctionContext
-
Gets current topology version number.
- currentTopologyVersion() - Method in class org.gridgain.grid.kernal.processors.affinity.GridCacheAffinityFunctionContextImpl
-
Gets current topology version number.
- curry(GridClosure<? super T, R>, T) - Static method in class org.gridgain.grid.util.lang.GridFunc
-
Curries given closure.
- curry(GridBiClosure<? super T1, ? super T2, R>, T1) - Static method in class org.gridgain.grid.util.lang.GridFunc
-
Curries given closure.
- curry(GridPredicate<? super T>, T) - Static method in class org.gridgain.grid.util.lang.GridFunc
-
Curries given closure.
- curry(GridInClosure<? super T>, T) - Static method in class org.gridgain.grid.util.lang.GridFunc
-
Curries given closure.
- curry(Collection<? extends GridClosure<? super T, R>>, T) - Static method in class org.gridgain.grid.util.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.util.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.util.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.util.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.util.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.util.lang.GridFunc
-
Curries collection of closures with given collection of arguments.
- curry0(Collection<? extends GridInClosure<? super T>>, Collection<? extends T>) - Static method in class org.gridgain.grid.util.lang.GridFunc
-
Curries collection of in closures with given collection of arguments.
- curry2(Collection<? extends GridBiClosure<? super T1, T2, R>>, T1) - Static method in class org.gridgain.grid.util.lang.GridFunc
-
Curries collection of closures with given argument.
- cursor(byte) - Method in class org.gridgain.grid.dr.hub.sender.store.fs.GridDrSenderHubFsStore
-
Gets cursor for the given data center ID.
- cursor(byte) - Method in interface org.gridgain.grid.dr.hub.sender.store.GridDrSenderHubStore
-
Gets cursor for the given data center ID.
- cursor(byte) - Method in class org.gridgain.grid.dr.hub.sender.store.memory.GridDrSenderHubInMemoryStore
-
Gets cursor for the given data center ID.
- customDirectoryLogFileName(String, String) - Static method in class org.gridgain.grid.util.GridUtils
-
Substitutes log directory with a custom one.
- CX1<E1,R> - Class in org.gridgain.grid.util.typedef
-
- CX1() - Constructor for class org.gridgain.grid.util.typedef.CX1
-
- CX2<E1,E2,R> - Class in org.gridgain.grid.util.typedef
-
- CX2() - Constructor for class org.gridgain.grid.util.typedef.CX2
-
- CX3<E1,E2,E3,R> - Class in org.gridgain.grid.util.typedef
-
- CX3() - Constructor for class org.gridgain.grid.util.typedef.CX3
-
- g - Variable in class org.gridgain.grid.kernal.visor.cmd.VisorJob
-
- G - Class in org.gridgain.grid.util.typedef
-
Defines
alias for
GridGain by extending it.
- G() - Constructor for class org.gridgain.grid.util.typedef.G
-
- gate() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheContext
-
- gateProjection() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProxyImpl
-
- gateway() - Method in interface org.gridgain.grid.kernal.GridKernalContext
-
Gets kernal gateway.
- gateway() - Method in class org.gridgain.grid.kernal.GridKernalContextImpl
-
Gets kernal gateway.
- gavg(Iterable<? extends Number>) - Static method in class org.gridgain.grid.util.lang.GridFunc
-
Calculates geometric mean.
- gavgReducer() - Static method in class org.gridgain.grid.util.lang.GridFunc
-
Gets reducer closure that calculates geometric mean.
- generateSessionToken(GridSecuritySubjectType, UUID, Object) - Method in interface org.gridgain.grid.spi.securesession.GridSecureSessionSpi
-
Generates new session token.
- generateSessionToken(GridSecuritySubjectType, UUID, Object) - Method in class org.gridgain.grid.spi.securesession.noop.GridNoopSecureSessionSpi
-
Generates new session token.
- get(Object) - Method in class com.romix.scala.collection.concurrent.TrieMap
-
- get() - Method in class com.romix.scala.Some
-
- get(K) - Method in interface org.gridgain.client.GridClientData
-
Gets value from cache on remote node.
- get() - Method in interface org.gridgain.client.GridClientFuture
-
Synchronously waits for completion and returns result.
- get(long, TimeUnit) - Method in interface org.gridgain.client.GridClientFuture
-
Synchronously waits for completion and returns result.
- get(K) - Method in class org.gridgain.client.impl.GridClientDataImpl
-
Gets value from cache on remote node.
- get() - Method in class org.gridgain.client.impl.GridClientFutureAdapter
-
Synchronously waits for completion and returns result.
- get(long, TimeUnit) - Method in class org.gridgain.client.impl.GridClientFutureAdapter
-
Synchronously waits for completion and returns result.
- 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.GridCacheEntry
-
- get(K) - Method in interface org.gridgain.grid.cache.GridCacheProjection
-
Retrieves value mapped to the specified key from cache.
- get() - Method in interface org.gridgain.grid.compute.GridComputeTaskFuture
-
Synchronously waits for completion of the computation and
returns computation result.
- get(long) - Method in interface org.gridgain.grid.compute.GridComputeTaskFuture
-
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.compute.GridComputeTaskFuture
-
Synchronously waits for completion of the computation for
up to the timeout specified and returns computation result.
- 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 class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheAtomicLongImpl
-
Gets current value of atomic long.
- get() - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheAtomicLongValue
-
- get() - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheAtomicReferenceImpl
-
Gets current value of an atomic reference.
- get() - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheAtomicReferenceValue
-
- get() - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheAtomicSequenceImpl
-
Gets current value of atomic sequence.
- get() - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheAtomicSequenceValue
-
- get() - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheAtomicStampedImpl
-
Gets both current value and current stamp of atomic stamped.
- get() - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheAtomicStampedValue
-
- get() - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheCountDownLatchValue
-
- get(K, GridCacheEntryEx<K, V>, GridPredicate<GridCacheEntry<K, V>>...) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
- get(K) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
Retrieves value mapped to the specified key from cache.
- get(K, GridPredicate<GridCacheEntry<K, V>>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
- get() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheEntryImpl
-
- get() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheEvictionEntry
-
- get() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheFilterEvaluationEntry
-
- get(Object) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMapAdapter
- get(K, GridCacheEntryEx<K, V>, GridPredicate<GridCacheEntry<K, V>>...) - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheProjectionEx
-
- get(K) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProjectionImpl
-
Retrieves value mapped to the specified key from cache.
- get(K, GridCacheEntryEx<K, V>, GridPredicate<GridCacheEntry<K, V>>...) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProjectionImpl
- get(K) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProxyImpl
-
Retrieves value mapped to the specified key from cache.
- get(K, GridCacheEntryEx<K, V>, GridPredicate<GridCacheEntry<K, V>>...) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProxyImpl
- get(Object) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxMap
- get() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheValueBytes
-
- get(K, GridPredicate<GridCacheEntry<K, V>>) - Method in class org.gridgain.grid.kernal.processors.cache.local.atomic.GridLocalAtomicCache
- get() - Method in class org.gridgain.grid.kernal.processors.cache.query.GridCacheQueryFutureAdapter
-
Synchronously waits for completion of the computation and
returns computation result.
- get(long, TimeUnit) - Method in class org.gridgain.grid.kernal.processors.cache.query.GridCacheQueryFutureAdapter
-
Synchronously waits for completion of the computation for
up to the timeout specified and returns computation result.
- get(String, int, Object, byte[]) - Method in class org.gridgain.grid.kernal.processors.offheap.GridOffHeapProcessor
-
Gets value bytes from offheap space for the given key.
- get(Object) - Method in class org.gridgain.grid.lang.GridBiTuple
- get() - Method in interface org.gridgain.grid.scheduler.GridSchedulerFuture
-
Waits for the completion of the next scheduled execution and returns its result.
- get(long) - Method in interface org.gridgain.grid.scheduler.GridSchedulerFuture
-
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.scheduler.GridSchedulerFuture
-
Waits for the completion of the next scheduled execution for
specified amount of time and returns its result.
- get(String, K) - Method in interface org.gridgain.grid.spi.GridSpiContext
-
Gets object from cache.
- get() - Method in class org.gridgain.grid.util.future.GridFinishedFuture
-
Synchronously waits for completion of the computation and
returns computation result.
- get(long) - Method in class org.gridgain.grid.util.future.GridFinishedFuture
-
Synchronously waits for completion of the computation for
up to the timeout specified and returns computation result.
- get(long, TimeUnit) - Method in class org.gridgain.grid.util.future.GridFinishedFuture
-
Synchronously waits for completion of the computation for
up to the timeout specified and returns computation result.
- get() - Method in class org.gridgain.grid.util.future.GridFinishedFutureEx
-
Synchronously waits for completion of the computation and
returns computation result.
- get(long) - Method in class org.gridgain.grid.util.future.GridFinishedFutureEx
-
Synchronously waits for completion of the computation for
up to the timeout specified and returns computation result.
- get(long, TimeUnit) - Method in class org.gridgain.grid.util.future.GridFinishedFutureEx
-
Synchronously waits for completion of the computation for
up to the timeout specified and returns computation result.
- get() - Method in class org.gridgain.grid.util.future.GridFutureAdapter
-
Synchronously waits for completion of the computation and
returns computation result.
- get(long) - Method in class org.gridgain.grid.util.future.GridFutureAdapter
-
Synchronously waits for completion of the computation for
up to the timeout specified and returns computation result.
- get(long, TimeUnit) - Method in class org.gridgain.grid.util.future.GridFutureAdapter
-
Synchronously waits for completion of the computation for
up to the timeout specified and returns computation result.
- get() - Method in class org.gridgain.grid.util.future.GridFutureAdapterEx
-
Synchronously waits for completion of the computation and
returns computation result.
- get(long) - Method in class org.gridgain.grid.util.future.GridFutureAdapterEx
-
Synchronously waits for completion of the computation for
up to the timeout specified and returns computation result.
- get(long, TimeUnit) - Method in class org.gridgain.grid.util.future.GridFutureAdapterEx
-
Synchronously waits for completion of the computation for
up to the timeout specified and returns computation result.
- get(int) - Method in class org.gridgain.grid.util.GridByteArrayList
-
Gets the element (byte) at the specified position in the list.
- get(long) - Method in class org.gridgain.grid.util.GridCircularBuffer
-
- get(Object) - Method in class org.gridgain.grid.util.GridLeanMap
- get(V) - Method in class org.gridgain.grid.util.GridListSet
-
Gets instance e stored in this set for which e.equals(val)
returns true.
- get(int) - Method in class org.gridgain.grid.util.GridListSet
-
Gets value at given index within internal list.
- get(int) - Method in class org.gridgain.grid.util.GridLongList
-
- get() - Method in class org.gridgain.grid.util.GridThreadLocal
- get() - Method in class org.gridgain.grid.util.GridThreadLocalEx
- get(Future<T>) - Static method in class org.gridgain.grid.util.GridUtils
-
Gets result from the given future with right exception handling.
- get() - Method in interface org.gridgain.grid.util.lang.GridPlainFuture
-
Synchronously waits for completion and returns result.
- get(long, TimeUnit) - Method in interface org.gridgain.grid.util.lang.GridPlainFuture
-
Synchronously waits for completion and returns result.
- get() - Method in class org.gridgain.grid.util.lang.GridPlainFutureAdapter
-
Synchronously waits for completion and returns result.
- get(long, TimeUnit) - Method in class org.gridgain.grid.util.lang.GridPlainFutureAdapter
-
Synchronously waits for completion and returns result.
- get() - Method in class org.gridgain.grid.util.lang.GridTuple
-
Gets value.
- get(int) - Method in class org.gridgain.grid.util.lang.GridTupleV
-
Retrieves value at given index.
- get() - Method in class org.gridgain.grid.util.nio.GridNioFinishedFuture
-
Synchronously waits for completion of the operation and
returns operation result.
- get(long) - Method in class org.gridgain.grid.util.nio.GridNioFinishedFuture
-
Synchronously waits for completion of the operation for
up to the timeout specified and returns operation result.
- get(long, TimeUnit) - Method in class org.gridgain.grid.util.nio.GridNioFinishedFuture
-
Synchronously waits for completion of the operation for
up to the timeout specified and returns operation result.
- get() - Method in interface org.gridgain.grid.util.nio.GridNioFuture
-
Synchronously waits for completion of the operation and
returns operation result.
- get(long) - Method in interface org.gridgain.grid.util.nio.GridNioFuture
-
Synchronously waits for completion of the operation for
up to the timeout specified and returns operation result.
- get(long, TimeUnit) - Method in interface org.gridgain.grid.util.nio.GridNioFuture
-
Synchronously waits for completion of the operation for
up to the timeout specified and returns operation result.
- get() - Method in class org.gridgain.grid.util.nio.GridNioFutureImpl
-
Synchronously waits for completion of the operation and
returns operation result.
- get(long) - Method in class org.gridgain.grid.util.nio.GridNioFutureImpl
-
Synchronously waits for completion of the operation for
up to the timeout specified and returns operation result.
- get(long, TimeUnit) - Method in class org.gridgain.grid.util.nio.GridNioFutureImpl
-
Synchronously waits for completion of the operation for
up to the timeout specified and returns operation result.
- get(int, byte[]) - Method in interface org.gridgain.grid.util.offheap.GridOffHeapMap
-
Gets value bytes for given key.
- get(int, int, byte[]) - Method in interface org.gridgain.grid.util.offheap.GridOffHeapPartitionedMap
-
Gets value bytes for given key.
- get(Object) - Method in class org.gridgain.grid.util.offheap.unsafe.GridOffHeapSnapTreeMap
- get(int, byte[]) - Method in class org.gridgain.grid.util.offheap.unsafe.GridUnsafeMap
-
Gets value bytes for given key.
- get(int, int, byte[]) - Method in class org.gridgain.grid.util.offheap.unsafe.GridUnsafePartitionedMap
-
Gets value bytes for given key.
- get(Object) - Method in class org.gridgain.grid.util.snaptree.SnapTreeMap
-
- get(Object) - Method in class org.pcollections.HashPMap
-
- get(Object) - Method in class org.pcollections.IntTreePMap
-
- get(int) - Method in class org.pcollections.OrderedPSet
-
- get(int) - Method in interface org.pcollections.POrderedSet
-
- get(int) - Method in class org.pcollections.TreePVector
-
- get0(long) - Method in class org.gridgain.grid.util.future.GridFutureAdapter
-
- get0(long) - Method in class org.gridgain.grid.util.future.GridFutureAdapterEx
-
- get0(long) - Method in class org.gridgain.grid.util.nio.GridNioFutureImpl
-
- get1() - Method in class org.gridgain.grid.lang.GridBiTuple
-
Gets first value.
- get1() - Method in class org.gridgain.grid.util.lang.GridTuple3
-
Gets first value.
- get1() - Method in class org.gridgain.grid.util.lang.GridTuple4
-
Gets first value.
- get1() - Method in class org.gridgain.grid.util.lang.GridTuple5
-
Gets first value.
- get1() - Method in class org.gridgain.grid.util.lang.GridTuple6
-
Gets first value.
- get2() - Method in class org.gridgain.grid.lang.GridBiTuple
-
Gets second value.
- get2() - Method in class org.gridgain.grid.util.lang.GridTuple3
-
Gets second value.
- get2() - Method in class org.gridgain.grid.util.lang.GridTuple4
-
Gets second value.
- get2() - Method in class org.gridgain.grid.util.lang.GridTuple5
-
Gets second value.
- get2() - Method in class org.gridgain.grid.util.lang.GridTuple6
-
Gets second value.
- get3() - Method in class org.gridgain.grid.util.lang.GridTuple3
-
Gets third value.
- get3() - Method in class org.gridgain.grid.util.lang.GridTuple4
-
Gets third value.
- get3() - Method in class org.gridgain.grid.util.lang.GridTuple5
-
Gets third value.
- get3() - Method in class org.gridgain.grid.util.lang.GridTuple6
-
Gets third value.
- get4() - Method in class org.gridgain.grid.util.lang.GridTuple4
-
Gets forth value.
- get4() - Method in class org.gridgain.grid.util.lang.GridTuple5
-
Gets forth value.
- get4() - Method in class org.gridgain.grid.util.lang.GridTuple6
-
Gets forth value.
- get5() - Method in class org.gridgain.grid.util.lang.GridTuple5
-
Gets fifth value.
- get5() - Method in class org.gridgain.grid.util.lang.GridTuple6
-
Gets fifth value.
- get6() - Method in class org.gridgain.grid.util.lang.GridTuple6
-
Gets sizth 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.
- 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.
- getActiveCount() - Method in class org.gridgain.grid.kernal.GridExecutorServiceMBeanAdapter
-
Returns the approximate number of threads that are actively executing tasks.
- getActiveJobs() - Method in class org.gridgain.grid.kernal.processors.jobmetrics.GridJobMetricsSnapshot
-
- 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.
- getAddressPropertyName() - Method in class org.gridgain.grid.kernal.processors.rest.protocols.GridRestProtocolAdapter
-
Return node attribute name to store used address.
- getAddressPropertyName() - Method in class org.gridgain.grid.kernal.processors.rest.protocols.tcp.GridTcpRestProtocol
-
Return node attribute name to store used address.
- getAddressRequestAttempts() - Method in class org.gridgain.grid.spi.discovery.tcp.ipfinder.multicast.GridTcpDiscoveryMulticastIpFinder
-
Gets number of attempts to send multicast address request.
- getAddressResolver() - Method in class org.gridgain.grid.GridConfiguration
-
Gets address resolver for addresses mapping determination.
- getAddressResolver() - Method in class org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpi
-
Gets address resolver.
- getAddressResolver() - Method in class org.gridgain.grid.spi.discovery.tcp.GridTcpDiscoverySpi
-
Gets address resolver.
- getAdminEmails() - Method in class org.gridgain.grid.GridConfiguration
-
Gets optional set of admin emails where email notifications will be set.
- getAffinity() - Method in class org.gridgain.client.GridClientDataConfiguration
-
Gets affinity to be used to communicate with remote cache.
- getAffinity() - Method in class org.gridgain.grid.cache.GridCacheConfiguration
-
Gets key topology resolver to provide mapping from keys to nodes.
- getAffinityMapper() - Method in class org.gridgain.grid.cache.GridCacheConfiguration
-
Affinity key mapper used to provide custom affinity key for any given key.
- getAffinityNodeId() - Method in class org.gridgain.grid.kernal.processors.rest.handlers.cache.GridCacheRestResponse
-
- getAll(Collection<K>) - Method in interface org.gridgain.client.GridClientData
-
Gets entries from cache on remote grid.
- getAll(Collection<K>) - Method in class org.gridgain.client.impl.GridClientDataImpl
-
Gets entries from cache on remote grid.
- getAll(Collection<? extends K>) - Method in interface org.gridgain.grid.cache.GridCacheProjection
-
Retrieves values mapped to the specified keys from cache.
- getAll(Collection<? extends K>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
Retrieves values mapped to the specified keys from cache.
- getAll(Collection<? extends K>, GridPredicate<GridCacheEntry<K, V>>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
- getAll(Collection<? extends K>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProjectionImpl
-
Retrieves values mapped to the specified keys from cache.
- getAll(Collection<? extends K>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProxyImpl
-
Retrieves values mapped to the specified keys from cache.
- getAll(Collection<? extends K>, GridPredicate<GridCacheEntry<K, V>>) - Method in class org.gridgain.grid.kernal.processors.cache.local.atomic.GridLocalAtomicCache
- getAll() - Method in class org.gridgain.grid.util.lang.GridTupleV
-
Gets internal array.
- getAllAsync(Collection<K>) - Method in interface org.gridgain.client.GridClientData
-
Asynchronously gets entries from cache on remote grid.
- getAllAsync(Collection<K>) - Method in class org.gridgain.client.impl.GridClientDataImpl
-
Asynchronously gets entries from cache on remote grid.
- getAllAsync(Collection<? extends K>) - Method in interface org.gridgain.grid.cache.GridCacheProjection
-
Asynchronously retrieves values mapped to the specified keys from cache.
- getAllAsync(Collection<? extends K>, boolean, boolean, GridCacheEntryEx<K, V>, UUID, GridPredicate<GridCacheEntry<K, V>>[]) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache
-
This method is used internally.
- getAllAsync(Collection<? extends K>, boolean, boolean, GridCacheEntryEx<K, V>, UUID, GridPredicate<GridCacheEntry<K, V>>[]) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.colocated.GridDhtColocatedCache
-
This method is used internally.
- getAllAsync(Collection<? extends K>, boolean, boolean, GridCacheEntryEx<K, V>, UUID, GridPredicate<GridCacheEntry<K, V>>[]) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtCacheAdapter
-
This method is used internally.
- getAllAsync(Collection<? extends K>, boolean, boolean, GridCacheEntryEx<K, V>, UUID, GridPredicate<GridCacheEntry<K, V>>...) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearAtomicCache
- getAllAsync(Collection<? extends K>, boolean, boolean, GridCacheEntryEx<K, V>, UUID, GridPredicate<GridCacheEntry<K, V>>[]) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearTransactionalCache
- getAllAsync(Collection<? extends K>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
Asynchronously retrieves values mapped to the specified keys from cache.
- getAllAsync(Collection<? extends K>, boolean, boolean, GridCacheEntryEx<K, V>, UUID, GridPredicate<GridCacheEntry<K, V>>...) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
- getAllAsync(Collection<? extends K>, GridCacheEntryEx<K, V>, boolean, UUID, GridPredicate<GridCacheEntry<K, V>>...) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
- getAllAsync(Collection<? extends K>, GridPredicate<GridCacheEntry<K, V>>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
- getAllAsync(Collection<? extends K>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProjectionImpl
-
Asynchronously retrieves values mapped to the specified keys from cache.
- getAllAsync(Collection<? extends K>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProxyImpl
-
Asynchronously retrieves values mapped to the specified keys from cache.
- getAllAsync(Collection<? extends K>, GridCacheEntryEx<K, V>, GridPredicate<GridCacheEntry<K, V>>[]) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxLocalAdapter
- getAllAsync(Collection<? extends K>, GridCacheEntryEx<K, V>, GridPredicate<GridCacheEntry<K, V>>[]) - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheTxLocalEx
-
- getAllAsync(Collection<? extends K>, boolean, boolean, GridCacheEntryEx<K, V>, UUID, GridPredicate<GridCacheEntry<K, V>>[]) - Method in class org.gridgain.grid.kernal.processors.cache.local.atomic.GridLocalAtomicCache
- getAllLocks() - Method in class org.gridgain.grid.util.GridStripedReadWriteLock
-
Gets all locks.
- getAllOutTx(List<K>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
Gets values from cache.
- getAllOutTx(List<K>) - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheProjectionEx
-
Gets values from cache.
- getAllOutTx(List<K>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProjectionImpl
-
Gets values from cache.
- getAllOutTx(List<K>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProxyImpl
-
Gets values from cache.
- getAllOutTxAsync(List<K>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
Asynchronously gets values from cache.
- getAllOutTxAsync(List<K>) - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheProjectionEx
-
Asynchronously gets values from cache.
- getAllOutTxAsync(List<K>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProjectionImpl
-
Asynchronously gets values from cache.
- getAllOutTxAsync(List<K>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProxyImpl
-
Asynchronously gets values from cache.
- getAllowedMethodParameterTypes() - Static method in class org.gridgain.grid.util.gridify.GridifyUtils
-
Allowed method return types.
- getAllowedMethodReturnTypes() - Static method in class org.gridgain.grid.util.gridify.GridifyUtils
-
Allowed method return types.
- 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.
- getAndAdd(long) - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheAtomicLongImpl
-
Gets current value of atomic long and adds l.
- getAndAdd(long) - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheAtomicSequenceImpl
-
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.
- getAndDecrement() - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheAtomicLongImpl
-
Gets and decrements current value of atomic long.
- 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.
- getAndIncrement() - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheAtomicLongImpl
-
Gets and increments current value of atomic long.
- getAndIncrement() - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheAtomicSequenceImpl
-
Gets and increments current value of atomic sequence.
- 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.
- getAndSet(long) - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheAtomicLongImpl
-
Gets current value of atomic long and sets new value l of atomic long.
- getAnnotation(Class<?>, Class<T>) - Static method in class org.gridgain.grid.util.GridAnnotationsCache
-
- getAnnotation(Class<?>, Class<T>) - Static method in class org.gridgain.grid.util.GridUtils
-
Gets annotation for a class.
- getAsync(K) - Method in interface org.gridgain.client.GridClientData
-
Asynchronously gets value from cache on remote grid.
- getAsync(K) - Method in class org.gridgain.client.impl.GridClientDataImpl
-
Asynchronously gets value from cache on remote grid.
- getAsync() - Method in interface org.gridgain.grid.cache.GridCacheEntry
-
- getAsync(K) - Method in interface org.gridgain.grid.cache.GridCacheProjection
-
Asynchronously retrieves value mapped to the specified key from cache.
- getAsync(K) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
Asynchronously retrieves value mapped to the specified key from cache.
- getAsync(K, GridPredicate<GridCacheEntry<K, V>>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
- getAsync() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheEntryImpl
-
- getAsync() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheEvictionEntry
-
- getAsync() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheFilterEvaluationEntry
-
- getAsync(K) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProjectionImpl
-
Asynchronously retrieves value mapped to the specified key from cache.
- getAsync(K) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProxyImpl
-
Asynchronously retrieves value mapped to the specified key from cache.
- getAtomicityMode() - Method in class org.gridgain.grid.cache.GridCacheConfiguration
-
Gets cache atomicity mode.
- getAtomicSequenceReserveSize() - Method in class org.gridgain.grid.cache.GridCacheConfiguration
-
- getAtomicWriteOrderMode() - Method in class org.gridgain.grid.cache.GridCacheConfiguration
-
Gets cache write ordering mode.
- getAttribute(K) - Method in interface org.gridgain.grid.compute.GridComputeJobContext
-
Gets attribute from this job context.
- getAttribute(K) - Method in interface org.gridgain.grid.compute.GridComputeTaskSession
-
- getAttribute(K) - Method in class org.gridgain.grid.kernal.GridJobContextImpl
-
Gets attribute from this job context.
- getAttribute(K) - Method in class org.gridgain.grid.kernal.GridJobSessionImpl
-
- getAttribute(K) - Method in class org.gridgain.grid.kernal.GridTaskSessionImpl
-
- getAttributes() - Method in interface org.gridgain.grid.compute.GridComputeJobContext
-
Gets all attributes present in this job context.
- getAttributes() - Method in interface org.gridgain.grid.compute.GridComputeTaskSession
-
Gets all attributes.
- getAttributes() - Method in class org.gridgain.grid.kernal.GridJobContextImpl
-
Gets all attributes present in this job context.
- getAttributes() - Method in class org.gridgain.grid.kernal.GridJobSessionImpl
-
Gets all attributes.
- getAttributes() - Method in class org.gridgain.grid.kernal.GridTaskSessionImpl
-
Gets all attributes.
- getAttributes() - Method in class org.gridgain.grid.kernal.GridTaskSessionRequest
-
- getAttributes() - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeBean
-
Gets attributes.
- getAttributes() - Method in class org.gridgain.grid.spi.discovery.tcp.internal.GridTcpDiscoveryNode
-
Gets node attributes without filtering.
- getAttributesBytes() - Method in class org.gridgain.grid.kernal.GridTaskSessionRequest
-
- getAuthenticationSpi() - Method in class org.gridgain.grid.GridConfiguration
-
Should return fully configured authentication SPI implementation.
- getAuthenticationSpiFormatted() - Method in interface org.gridgain.grid.GridKernalMBean
-
Gets a formatted instance of fully configured authentication SPI implementation.
- getAuthenticationSpiFormatted() - Method in class org.gridgain.grid.kernal.GridKernal
-
Gets a formatted instance of fully configured authentication SPI implementation.
- getAvailableProcessors() - Method in interface org.gridgain.grid.kernal.managers.discovery.GridLocalMetrics
-
Returns the number of processors available to the Java virtual machine.
- getAverageActiveJobs() - Method in interface org.gridgain.client.GridClientNodeMetrics
-
Gets average active jobs.
- getAverageActiveJobs() - Method in class org.gridgain.client.impl.GridClientNodeMetricsAdapter
-
Gets average active jobs.
- 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.kernal.GridLocalNodeMetrics
-
Gets average number of active jobs concurrently executing on the node.
- getAverageActiveJobs() - Method in class org.gridgain.grid.kernal.processors.jobmetrics.GridJobMetrics
-
- getAverageActiveJobs() - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeMetricsBean
-
Gets average active jobs.
- 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.client.GridClientNodeMetrics
-
Gets average cancelled jobs.
- getAverageCancelledJobs() - Method in class org.gridgain.client.impl.GridClientNodeMetricsAdapter
-
Gets average cancelled jobs.
- 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.kernal.GridLocalNodeMetrics
-
Gets average number of cancelled jobs this node ever had running
concurrently.
- getAverageCancelledJobs() - Method in class org.gridgain.grid.kernal.processors.jobmetrics.GridJobMetrics
-
- getAverageCancelledJobs() - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeMetricsBean
-
Gets average cancelled jobs.
- 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.client.GridClientNodeMetrics
-
Gets average of CPU load values over all metrics kept in the history.
- getAverageCpuLoad() - Method in class org.gridgain.client.impl.GridClientNodeMetricsAdapter
-
Gets average of CPU load values over all metrics kept in the history.
- 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.kernal.GridLocalNodeMetrics
-
Gets average of CPU load values over all metrics kept in the history.
- getAverageCpuLoad() - Method in class org.gridgain.grid.kernal.processors.jobmetrics.GridJobMetrics
-
Gets CPU load average.
- getAverageCpuLoad() - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeMetricsBean
-
Gets average of CPU load values over all metrics kept in the history.
- getAverageCpuLoad() - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
-
Gets average of CPU load values over all metrics kept in the history.
- 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.
- getAverageExecutionTime() - Method in class org.gridgain.grid.kernal.processors.streamer.GridStreamerStageMBeanAdapter
-
Gets stage average execution time.
- getAverageExecutionTime() - Method in interface org.gridgain.grid.streamer.GridStreamerStageMBean
-
Gets stage average execution time.
- 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.client.GridClientNodeMetrics
-
Gets average job execution time.
- getAverageJobExecuteTime() - Method in class org.gridgain.client.impl.GridClientNodeMetricsAdapter
-
Gets average job execution time.
- 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.kernal.GridLocalNodeMetrics
-
Gets average time a job takes to execute on the node.
- getAverageJobExecuteTime() - Method in class org.gridgain.grid.kernal.processors.jobmetrics.GridJobMetrics
-
Gets average job execution time.
- getAverageJobExecuteTime() - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeMetricsBean
-
Gets average job execution time.
- 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.client.GridClientNodeMetrics
-
Gets average job wait time.
- getAverageJobWaitTime() - Method in class org.gridgain.client.impl.GridClientNodeMetricsAdapter
-
Gets average job wait time.
- 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.kernal.GridLocalNodeMetrics
-
Gets average time jobs spend waiting in the queue to be executed.
- getAverageJobWaitTime() - Method in class org.gridgain.grid.kernal.processors.jobmetrics.GridJobMetrics
-
- getAverageJobWaitTime() - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeMetricsBean
-
Gets average job wait time.
- 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.client.GridClientNodeMetrics
-
Gets average number of jobs this node rejects.
- getAverageRejectedJobs() - Method in class org.gridgain.client.impl.GridClientNodeMetricsAdapter
-
Gets average number of jobs this node rejects.
- 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.kernal.GridLocalNodeMetrics
-
Gets average number of jobs this node rejects during collision resolution operations.
- getAverageRejectedJobs() - Method in class org.gridgain.grid.kernal.processors.jobmetrics.GridJobMetrics
-
- getAverageRejectedJobs() - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeMetricsBean
-
- 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.client.GridClientNodeMetrics
-
Gets average waiting jobs.
- getAverageWaitingJobs() - Method in class org.gridgain.client.impl.GridClientNodeMetricsAdapter
-
Gets average waiting jobs.
- 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.kernal.GridLocalNodeMetrics
-
Gets average number of waiting jobs this node had queued.
- getAverageWaitingJobs() - Method in class org.gridgain.grid.kernal.processors.jobmetrics.GridJobMetrics
-
- getAverageWaitingJobs() - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeMetricsBean
-
Gets average waiting jobs.
- getAverageWaitingJobs() - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
-
Gets average number of waiting jobs this node had queued.
- getAverageWaitingTime() - Method in class org.gridgain.grid.kernal.processors.streamer.GridStreamerStageMBeanAdapter
-
Stage average waiting time.
- getAverageWaitingTime() - Method in interface org.gridgain.grid.streamer.GridStreamerStageMBean
-
Stage average waiting time.
- 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.client.GridClientPartitionAffinity
-
Gets optional backup filter.
- getBackupFilter() - Method in class org.gridgain.grid.cache.affinity.consistenthash.GridCacheConsistentHashAffinityFunction
-
Gets optional backup filter.
- getBackupFilter() - Method in class org.gridgain.grid.cache.affinity.rendezvous.GridCacheRendezvousAffinityFunction
-
Gets optional backup filter.
- getBackups() - Method in class org.gridgain.grid.cache.GridCacheConfiguration
-
- getBalancedNode(GridComputeJob, Collection<GridNode>) - Method in interface org.gridgain.grid.compute.GridComputeLoadBalancer
-
Gets the next balanced node according to the underlying load balancing policy.
- getBalancedNode(List<GridNode>) - Method in class org.gridgain.grid.kernal.managers.failover.GridFailoverContextImpl
-
Gets the next balanced node for failed job.
- getBalancedNode(GridTaskSessionImpl, List<GridNode>, GridComputeJob) - Method in class org.gridgain.grid.kernal.managers.loadbalancer.GridLoadBalancerManager
-
- getBalancedNode(List<GridNode>) - Method in interface org.gridgain.grid.spi.failover.GridFailoverContext
-
Gets the next balanced node for failed job.
- getBalancedNode(GridComputeTaskSession, List<GridNode>, GridComputeJob) - Method in class org.gridgain.grid.spi.loadbalancing.adaptive.GridAdaptiveLoadBalancingSpi
-
Gets balanced node for specified job within given task session.
- getBalancedNode(GridComputeTaskSession, List<GridNode>, GridComputeJob) - Method in interface org.gridgain.grid.spi.loadbalancing.GridLoadBalancingSpi
-
Gets balanced node for specified job within given task session.
- getBalancedNode(GridComputeTaskSession, List<GridNode>, GridComputeJob) - Method in class org.gridgain.grid.spi.loadbalancing.roundrobin.GridRoundRobinLoadBalancingSpi
-
Gets balanced node for specified job within given task session.
- getBalancedNode(GridComputeTaskSession, List<GridNode>, GridComputeJob) - Method in class org.gridgain.grid.spi.loadbalancing.weightedrandom.GridWeightedRandomLoadBalancingSpi
-
Gets balanced node for specified job within given task session.
- getBalancer() - Method in class org.gridgain.client.GridClientConfiguration
-
Default balancer to be used for computational client.
- getBaseDirectory() - Method in class org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpi
-
Gets base directory.
- getBaseDirectory() - Method in interface org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpiMBean
-
Gets base directory.
- getBaseName(String) - Static method in class org.gridgain.grid.util.io.GridFilenameUtils
-
Gets the base name, minus the full path and extension, from a full filename.
- getBatchFutureMapSize() - Method in class org.gridgain.grid.kernal.processors.streamer.GridStreamerMBeanAdapter
-
Gets size of batch futures map.
- getBatchFutureMapSize() - Method in interface org.gridgain.grid.streamer.GridStreamerMBean
-
Gets size of batch futures map.
- getBatchQueueSize() - Method in class org.gridgain.grid.cache.store.GridCacheLoadOnlyStoreAdapter
-
Returns batch queue size.
- getBatchSendFrequency() - Method in class org.gridgain.grid.dr.cache.sender.GridDrSenderCacheConfiguration
-
Gets batch send frequency.
- getBatchSendSize() - Method in class org.gridgain.grid.dr.cache.sender.GridDrSenderCacheConfiguration
-
Gets batch send size.
- getBatchSize() - Method in class org.gridgain.grid.cache.store.GridCacheLoadOnlyStoreAdapter
-
Returns batch size.
- getBatchSize() - Method in class org.gridgain.grid.streamer.window.GridStreamerBoundedSizeBatchWindow
-
Gets batch size.
- getBatchSize() - Method in class org.gridgain.grid.streamer.window.GridStreamerBoundedTimeBatchWindow
-
Gets batch size.
- getBatchTimeInterval() - Method in class org.gridgain.grid.streamer.window.GridStreamerBoundedTimeBatchWindow
-
Gets batch time interval.
- getBitSet() - Method in class org.gridgain.grid.util.direct.GridTcpCommunicationMessageState
-
- getBlockSize() - Method in class org.gridgain.grid.ggfs.GridGgfsConfiguration
-
Get file's data block size.
- getBoolean() - Method in class org.gridgain.grid.util.direct.GridTcpCommunicationMessageState
-
- getBoolean(String) - Static method in class org.gridgain.grid.util.GridUtils
-
Gets boolean system or environment property.
- getBooleanArray() - Method in class org.gridgain.grid.util.direct.GridTcpCommunicationMessageState
-
- getBufferSizeRatio() - Method in class org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpi
-
Gets the buffer size ratio for this SPI.
- getBufferSizeRatio() - Method in interface org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpiMBean
-
Gets the buffer size ratio for this SPI.
- getBusyTimePercentage() - Method in interface org.gridgain.client.GridClientNodeMetrics
-
Gets percentage of time this node is busy executing jobs vs.
- getBusyTimePercentage() - Method in class org.gridgain.client.impl.GridClientNodeMetricsAdapter
-
Gets percentage of time this node is busy executing jobs vs.
- getBusyTimePercentage() - Method in interface org.gridgain.grid.GridNodeMetrics
-
Gets percentage of time this node is busy executing jobs vs.
- getBusyTimePercentage() - Method in class org.gridgain.grid.kernal.GridLocalNodeMetrics
-
Gets percentage of time this node is busy executing jobs vs.
- getBusyTimePercentage() - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeMetricsBean
-
Gets percentage of time this node is busy executing jobs vs.
- getBusyTimePercentage() - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
-
Gets percentage of time this node is busy executing jobs vs.
- getByIndex(Collection<T>, int) - Static method in class org.gridgain.grid.util.GridUtils
-
Gets collection value by index.
- getByte() - Method in class org.gridgain.grid.util.direct.GridTcpCommunicationMessageState
-
- getByteArray() - Method in class org.gridgain.grid.util.direct.GridTcpCommunicationMessageState
-
- getByteArrayClient(int) - Method in class org.gridgain.grid.util.direct.GridTcpCommunicationMessageState
-
- getByteArrayList() - Method in class org.gridgain.grid.util.direct.GridTcpCommunicationMessageState
-
- getCacheConfiguration() - Method in class org.gridgain.grid.GridConfiguration
-
Gets configuration (descriptors) for all caches.
- getCacheDistributionModes() - Method in interface org.gridgain.grid.product.GridProductLicense
-
Gets a comma separated list of allowed cache distribution modes.
- getCacheMode() - Method in class org.gridgain.grid.cache.GridCacheConfiguration
-
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..
- getCacheNames() - Method in class org.gridgain.grid.dr.hub.sender.GridDrSenderHubConfiguration
-
Gets cache names this sender hub works with.
- getCacheNames() - Method in interface org.gridgain.grid.dr.hub.sender.GridDrSenderHubMBean
-
Gets cache names this sender hub works with.
- getCaches() - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeBean
-
Gets configured node caches.
- getCacheVersion() - Method in class org.gridgain.grid.util.direct.GridTcpCommunicationMessageState
-
- getCancelJobs() - Method in class org.gridgain.grid.kernal.processors.jobmetrics.GridJobMetricsSnapshot
-
- 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.GridIllegalStateException
-
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.
- getChar() - Method in class org.gridgain.grid.util.direct.GridTcpCommunicationMessageState
-
- getCharArray() - Method in class org.gridgain.grid.util.direct.GridTcpCommunicationMessageState
-
- getCheckpointFrequency() - Method in class org.gridgain.grid.dr.hub.sender.store.fs.GridDrSenderHubFsStore
-
Gets checkpoint creation frequency.
- getCheckpointSpi() - Method in class org.gridgain.grid.GridConfiguration
-
Should return fully configured checkpoint SPI implementation.
- getCheckpointSpi() - Method in class org.gridgain.grid.kernal.GridJobExecuteRequest
-
- getCheckpointSpi() - Method in class org.gridgain.grid.kernal.GridJobSessionImpl
- getCheckpointSpi() - Method in class org.gridgain.grid.kernal.GridTaskSessionImpl
- getCheckpointSpi() - Method in interface org.gridgain.grid.kernal.GridTaskSessionInternal
-
- getCheckpointSpi() - Method in class org.gridgain.grid.kernal.managers.checkpoint.GridCheckpointRequest
-
- getCheckpointSpiFormatted() - Method in interface org.gridgain.grid.GridKernalMBean
-
Gets a formatted instance of configured checkpoint SPI implementation.
- getCheckpointSpiFormatted() - Method in class org.gridgain.grid.kernal.GridKernal
-
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.compute.GridComputeTaskSession
-
Gets class loader responsible for loading all classes within task.
- getClassLoader() - Method in class org.gridgain.grid.kernal.GridJobSessionImpl
-
Gets class loader responsible for loading all classes within task.
- getClassLoader() - Method in class org.gridgain.grid.kernal.GridTaskSessionImpl
-
Gets class loader responsible for loading all classes within task.
- getClassLoader(GridUuid) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheDeploymentManager
-
- 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.
- getClassLoaderId() - Method in class org.gridgain.grid.kernal.GridJobExecuteRequest
-
- getClassLoaderId(ClassLoader) - Method in class org.gridgain.grid.kernal.managers.deployment.GridDeploymentManager
-
- getClassLoaderId(ClassLoader) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheDeploymentManager
-
- getClassName() - Method in interface org.gridgain.grid.streamer.GridStreamerWindowMBean
-
Gets window class name.
- getClassName() - Method in class org.gridgain.grid.streamer.window.GridStreamerWindowAdapter
-
Gets window class name.
- getClientMessageInterceptor() - Method in class org.gridgain.grid.GridConfiguration
-
Gets interceptor for objects, moving to and from remote clients.
- getClockDeltaVersion() - Method in class org.gridgain.grid.util.direct.GridTcpCommunicationMessageState
-
- getClockSyncFrequency() - Method in class org.gridgain.grid.GridConfiguration
-
Gets frequency at which clock is synchronized between nodes, in milliseconds.
- getClockSyncSamples() - Method in class org.gridgain.grid.GridConfiguration
-
Gets number of samples used to synchronize clocks between different nodes.
- getCloner() - Method in class org.gridgain.grid.cache.GridCacheConfiguration
-
- getCloseReasonAsException(GridClientConnectionCloseReason, Throwable) - Method in class org.gridgain.client.impl.connection.GridClientConnection
-
Build appropriate exception from the given close reason.
- getCloseReasonMessage(GridClientConnectionCloseReason, Throwable) - Method in class org.gridgain.client.impl.connection.GridClientConnection
-
- getCollisionSpi() - Method in class org.gridgain.grid.GridConfiguration
-
Should return fully configured collision SPI implementation.
- getCollisionSpiFormatted() - Method in interface org.gridgain.grid.GridKernalMBean
-
Gets a formatted instance of configured collision SPI implementations.
- getCollisionSpiFormatted() - Method in class org.gridgain.grid.kernal.GridKernal
-
Gets a formatted instance of configured collision SPI implementations.
- getCommunicationSpi() - Method in class org.gridgain.grid.GridConfiguration
-
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.
- getCommunicationSpiFormatted() - Method in class org.gridgain.grid.kernal.GridKernal
-
Gets a formatted instance of fully configured SPI communication implementation.
- getComparator() - Method in class org.gridgain.grid.streamer.window.GridStreamerBoundedSizeSortedWindow
-
Gets event comparator.
- getCompilerMx() - Static method in class org.gridgain.grid.util.GridUtils
-
Gets compilation MBean.
- getCompletedTaskCount() - Method in interface org.gridgain.grid.GridExecutorServiceMBean
-
Returns the approximate total number of tasks that have completed execution.
- getCompletedTaskCount() - Method in class org.gridgain.grid.kernal.GridExecutorServiceMBeanAdapter
-
Returns the approximate total number of tasks that have completed execution.
- getConfigFiles() - Static method in class org.gridgain.grid.util.GridConfigurationFinder
-
Lists paths to all GridGain configuration files located in GRIDGAIN_HOME with their
last modification timestamps.
- getConflictResolver() - Method in class org.gridgain.grid.dr.cache.receiver.GridDrReceiverCacheConfiguration
-
Gets conflict resolver.
- getConflictResolverMode() - Method in class org.gridgain.grid.dr.cache.receiver.GridDrReceiverCacheConfiguration
-
Gets conflict resolver mode.
- getConnectionBufferFlushFrequency() - Method in class org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpi
-
Gets connection buffer flush frequency.
- getConnectionBufferFlushFrequency() - Method in interface org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpiMBean
-
Gets connection buffer flush frequency.
- getConnectionBufferSize() - Method in class org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpi
-
Gets connection buffer size.
- getConnectionBufferSize() - Method in interface org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpiMBean
-
Gets connection buffer size.
- getConnectionConfiguration() - Method in class org.gridgain.grid.dr.hub.sender.GridDrSenderHubConfiguration
-
Get remote data center connection configurations.
- getConnectTimeout() - Method in class org.gridgain.client.GridClientConfiguration
-
Gets timeout for socket connect operation in milliseconds.
- 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.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.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.
- getConsistentId() - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeBean
-
- getContinuousQueryMaximumBufferSize() - Method in class org.gridgain.grid.cache.GridCacheConfiguration
-
Deprecated.
Ignored in current version.
- getContinuousQueryQueueSize() - Method in class org.gridgain.grid.cache.GridCacheConfiguration
-
Deprecated.
Ignored in current version.
- 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.
- getCopyright() - Method in class org.gridgain.grid.kernal.GridKernal
-
Gets copyright statement for GridGain product.
- getCorePoolSize() - Method in interface org.gridgain.grid.GridExecutorServiceMBean
-
Returns the core number of threads.
- getCorePoolSize() - Method in class org.gridgain.grid.kernal.GridExecutorServiceMBeanAdapter
-
Returns the core number of threads.
- getCpuLoad() - Method in class org.gridgain.grid.kernal.processors.jobmetrics.GridJobMetricsSnapshot
-
- getCreateTime() - Method in class org.gridgain.grid.kernal.GridJobExecuteRequest
-
Gets this instance creation time.
- getCreateTime() - Method in class org.gridgain.grid.kernal.processors.rest.handlers.cache.GridCacheRestMetrics
-
Gets create time.
- getCurrentActiveJobs() - Method in interface org.gridgain.client.GridClientNodeMetrics
-
Gets current active jobs.
- getCurrentActiveJobs() - Method in class org.gridgain.client.impl.GridClientNodeMetricsAdapter
-
Gets current active jobs.
- 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.kernal.GridLocalNodeMetrics
-
Gets number of currently active jobs concurrently executing on the node.
- getCurrentActiveJobs() - Method in class org.gridgain.grid.kernal.processors.jobmetrics.GridJobMetrics
-
- getCurrentActiveJobs() - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeMetricsBean
-
Gets current active jobs.
- getCurrentActiveJobs() - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
-
Gets number of currently active jobs concurrently executing on the node.
- 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.jobstealing.GridJobStealingCollisionSpi
-
Gets current number of jobs that are being executed.
- getCurrentActiveJobsNumber() - 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.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.
- getCurrentActiveSessions() - Method in class org.gridgain.grid.kernal.processors.streamer.GridStreamerMBeanAdapter
-
Gets number of current active sessions.
- getCurrentActiveSessions() - Method in interface org.gridgain.grid.streamer.GridStreamerMBean
-
Gets number of current active sessions.
- getCurrentCancelledJobs() - Method in interface org.gridgain.client.GridClientNodeMetrics
-
Gets current cancelled jobs.
- getCurrentCancelledJobs() - Method in class org.gridgain.client.impl.GridClientNodeMetricsAdapter
-
Gets current cancelled jobs.
- getCurrentCancelledJobs() - Method in interface org.gridgain.grid.GridNodeMetrics
-
Gets number of cancelled jobs that are still running.
- getCurrentCancelledJobs() - Method in class org.gridgain.grid.kernal.GridLocalNodeMetrics
-
Gets number of cancelled jobs that are still running.
- getCurrentCancelledJobs() - Method in class org.gridgain.grid.kernal.processors.jobmetrics.GridJobMetrics
-
- getCurrentCancelledJobs() - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeMetricsBean
-
Gets current cancelled jobs.
- 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.client.GridClientNodeMetrics
-
Returns the system load average for the last minute.
- getCurrentCpuLoad() - Method in class org.gridgain.client.impl.GridClientNodeMetricsAdapter
-
Returns the system load average for the last minute.
- getCurrentCpuLoad() - Method in interface org.gridgain.grid.GridNodeMetrics
-
Returns the CPU usage usage in [0, 1] range.
- getCurrentCpuLoad() - Method in class org.gridgain.grid.kernal.GridLocalNodeMetrics
-
Returns the CPU usage usage in [0, 1] range.
- getCurrentCpuLoad() - Method in interface org.gridgain.grid.kernal.managers.discovery.GridLocalMetrics
-
Returns the system load average for the last minute.
- getCurrentCpuLoad() - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeMetricsBean
-
Returns the system load average for the last minute.
- getCurrentCpuLoad() - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
-
Returns the CPU usage usage in [0, 1] range.
- getCurrentDaemonThreadCount() - Method in interface org.gridgain.client.GridClientNodeMetrics
-
Returns the current number of live daemon threads.
- getCurrentDaemonThreadCount() - Method in class org.gridgain.client.impl.GridClientNodeMetricsAdapter
-
Returns the current number of live daemon threads.
- getCurrentDaemonThreadCount() - Method in interface org.gridgain.grid.GridNodeMetrics
-
Returns the current number of live daemon threads.
- getCurrentDaemonThreadCount() - Method in class org.gridgain.grid.kernal.GridLocalNodeMetrics
-
Returns the current number of live daemon threads.
- getCurrentDaemonThreadCount() - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeMetricsBean
-
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.
- getCurrentGcCpuLoad() - Method in interface org.gridgain.client.GridClientNodeMetrics
-
Returns average CPU spent for GC since the last update.
- getCurrentGcCpuLoad() - Method in class org.gridgain.client.impl.GridClientNodeMetricsAdapter
-
Returns average CPU spent for GC since the last update.
- getCurrentGcCpuLoad() - Method in interface org.gridgain.grid.GridNodeMetrics
-
Returns average time spent in CG since the last update.
- getCurrentGcCpuLoad() - Method in class org.gridgain.grid.kernal.GridLocalNodeMetrics
-
Returns average time spent in CG since the last update.
- getCurrentGcCpuLoad() - Method in interface org.gridgain.grid.kernal.managers.discovery.GridLocalMetrics
-
Returns amount of time spent in GC since the last update.
- getCurrentGcCpuLoad() - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeMetricsBean
-
Returns average CPU spent for CG since the last update.
- getCurrentGcCpuLoad() - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
-
Returns average time spent in CG since the last update.
- 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.client.GridClientNodeMetrics
-
Gets current idle time.
- getCurrentIdleTime() - Method in class org.gridgain.client.impl.GridClientNodeMetricsAdapter
-
Gets current idle time.
- 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.kernal.GridLocalNodeMetrics
-
Gets time this node spend idling since executing last job.
- getCurrentIdleTime() - Method in class org.gridgain.grid.kernal.processors.jobmetrics.GridJobMetrics
-
Gets current idle time.
- getCurrentIdleTime() - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeMetricsBean
-
- 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.client.GridClientNodeMetrics
-
Gets current job execute time.
- getCurrentJobExecuteTime() - Method in class org.gridgain.client.impl.GridClientNodeMetricsAdapter
-
Gets current job execute time.
- 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.kernal.GridLocalNodeMetrics
-
Gets longest time a current job has been executing for.
- getCurrentJobExecuteTime() - Method in class org.gridgain.grid.kernal.processors.jobmetrics.GridJobMetrics
-
Gets execution time of longest job currently running.
- getCurrentJobExecuteTime() - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeMetricsBean
-
Gets current job execute time.
- getCurrentJobExecuteTime() - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
-
Gets longest time a current job has been executing for.
- getCurrentJobsToStealNumber() - Method in class org.gridgain.grid.spi.collision.jobstealing.GridJobStealingCollisionSpi
-
Gets current number of jobs to be stolen.
- getCurrentJobsToStealNumber() - Method in interface org.gridgain.grid.spi.collision.jobstealing.GridJobStealingCollisionSpiMBean
-
Gets current number of jobs to be stolen.
- getCurrentJobWaitTime() - Method in interface org.gridgain.client.GridClientNodeMetrics
-
Gets current job wait time.
- getCurrentJobWaitTime() - Method in class org.gridgain.client.impl.GridClientNodeMetricsAdapter
-
Gets current job wait time.
- 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.kernal.GridLocalNodeMetrics
-
Gets current time an oldest jobs has spent waiting to be executed.
- getCurrentJobWaitTime() - Method in class org.gridgain.grid.kernal.processors.jobmetrics.GridJobMetrics
-
- getCurrentJobWaitTime() - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeMetricsBean
-
Gets current job wait time.
- getCurrentJobWaitTime() - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
-
Gets current time an oldest jobs has spent waiting to be executed.
- getCurrentRejectedJobs() - Method in interface org.gridgain.client.GridClientNodeMetrics
-
Gets number of jobs rejected during most recent collision resolution.
- getCurrentRejectedJobs() - Method in class org.gridgain.client.impl.GridClientNodeMetricsAdapter
-
Gets number of jobs rejected during most recent collision resolution.
- 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.kernal.GridLocalNodeMetrics
-
Gets number of jobs rejected after more recent collision resolution operation.
- getCurrentRejectedJobs() - Method in class org.gridgain.grid.kernal.processors.jobmetrics.GridJobMetrics
-
- getCurrentRejectedJobs() - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeMetricsBean
-
- 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.
- getCurrentThreadCount() - Method in interface org.gridgain.client.GridClientNodeMetrics
-
Returns the current number of live threads including both
daemon and non-daemon threads.
- getCurrentThreadCount() - Method in class org.gridgain.client.impl.GridClientNodeMetricsAdapter
-
Returns the current number of live threads including both
daemon and non-daemon threads.
- 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.kernal.GridLocalNodeMetrics
-
Returns the current number of live threads including both
daemon and non-daemon threads.
- getCurrentThreadCount() - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeMetricsBean
-
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.client.GridClientNodeMetrics
-
Gets current waiting jobs.
- getCurrentWaitingJobs() - Method in class org.gridgain.client.impl.GridClientNodeMetricsAdapter
-
Gets current waiting jobs.
- 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.kernal.GridLocalNodeMetrics
-
Gets number of queued jobs currently waiting to be executed.
- getCurrentWaitingJobs() - Method in class org.gridgain.grid.kernal.processors.jobmetrics.GridJobMetrics
-
- getCurrentWaitingJobs() - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeMetricsBean
-
Gets current waiting jobs.
- getCurrentWaitingJobs() - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
-
Gets number of queued jobs currently waiting to be executed.
- 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.jobstealing.GridJobStealingCollisionSpi
-
Gets current number of jobs that wait for the execution.
- getCurrentWaitJobsNumber() - 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.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.kernal.managers.discovery.GridLocalMetrics
-
Returns the current number of live daemon threads.
- getData() - Method in interface org.gridgain.grid.compute.GridComputeJobResult
-
Gets data returned by remote job if it didn't fail.
- getData() - Method in class org.gridgain.grid.kernal.GridJobResultImpl
-
Gets data returned by remote job if it didn't fail.
- getDataCacheName() - Method in class org.gridgain.grid.ggfs.GridGgfsConfiguration
-
Cache name to store GGFS data.
- getDataCenterId() - Method in class org.gridgain.grid.dr.hub.sender.GridDrSenderHubConnectionConfiguration
-
Gets ID of remote data center.
- getDataCenterId() - Method in class org.gridgain.grid.GridConfiguration
-
Gets data center ID of the grid.
- getDataConfiguration(String) - Method in class org.gridgain.client.GridClientConfiguration
-
Gets data configuration for a cache with specified name.
- getDataConfigurations() - Method in class org.gridgain.client.GridClientConfiguration
-
Gets a collection of data configurations specified by user.
- 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.
- getDefaultCacheMode() - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeBean
-
Gets mode for cache with null name.
- getDefaultLockTimeout() - Method in class org.gridgain.grid.cache.GridCacheConfiguration
-
Gets default lock acquisition timeout.
- getDefaultMode() - Method in class org.gridgain.grid.ggfs.GridGgfsConfiguration
-
Gets mode to specify how GGFS interacts with Hadoop file system, like HDFS.
- 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 class org.gridgain.grid.cache.GridCacheConfiguration
-
Gets default query timeout.
- getDefaultReplicas() - Method in class org.gridgain.grid.cache.affinity.consistenthash.GridCacheConsistentHashAffinityFunction
-
Gets default count of virtual replicas in consistent hash ring.
- getDefaultTimeToLive() - Method in class org.gridgain.grid.cache.GridCacheConfiguration
-
Gets time to live for all objects in cache.
- getDefaultTxConcurrency() - Method in class org.gridgain.grid.cache.GridCacheConfiguration
-
Default cache transaction concurrency to use when one is not explicitly
specified.
- getDefaultTxIsolation() - Method in class org.gridgain.grid.cache.GridCacheConfiguration
-
Default cache transaction isolation to use when one is not explicitly
specified.
- getDefaultTxTimeout() - Method in class org.gridgain.grid.cache.GridCacheConfiguration
-
Gets default transaction timeout.
- getDelay(TimeUnit) - Method in class org.gridgain.grid.kernal.processors.dataload.GridDataLoaderImpl
- getDeployment(GridUuid) - Method in class org.gridgain.grid.kernal.managers.deployment.GridDeploymentManager
-
Gets any deployment by loader ID.
- getDeployment(String) - Method in class org.gridgain.grid.kernal.managers.deployment.GridDeploymentManager
-
- getDeployment(GridUuid) - Method in class org.gridgain.grid.kernal.managers.deployment.GridDeploymentPerLoaderStore
-
Gets class loader based on ID.
- getDeployment(GridDeploymentMetadata) - Method in class org.gridgain.grid.kernal.managers.deployment.GridDeploymentPerLoaderStore
- getDeployment(GridUuid) - Method in class org.gridgain.grid.kernal.managers.deployment.GridDeploymentPerVersionStore
-
Gets class loader based on ID.
- getDeployment(GridDeploymentMetadata) - Method in class org.gridgain.grid.kernal.managers.deployment.GridDeploymentPerVersionStore
- getDeployment(GridDeploymentMetadata) - Method in interface org.gridgain.grid.kernal.managers.deployment.GridDeploymentStore
-
- getDeployment(GridUuid) - Method in interface org.gridgain.grid.kernal.managers.deployment.GridDeploymentStore
-
Gets class loader based on ID.
- getDeployment() - Method in class org.gridgain.grid.kernal.processors.job.GridJobWorker
-
- getDeploymentMode() - Method in class org.gridgain.grid.GridConfiguration
-
Gets deployment mode for deploying tasks and other classes on this node.
- getDeploymentMode() - Method in class org.gridgain.grid.kernal.GridJobExecuteRequest
-
- getDeployments() - Method in class org.gridgain.grid.kernal.managers.deployment.GridDeploymentPerLoaderStore
- getDeployments() - Method in class org.gridgain.grid.kernal.managers.deployment.GridDeploymentPerVersionStore
- getDeployments() - Method in interface org.gridgain.grid.kernal.managers.deployment.GridDeploymentStore
-
- getDeploymentSpi() - Method in class org.gridgain.grid.GridConfiguration
-
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.
- getDeploymentSpiFormatted() - Method in class org.gridgain.grid.kernal.GridKernal
-
Gets a formatted instance of fully configured deployment SPI implementation.
- getDescription(MBeanAttributeInfo) - Method in class org.gridgain.grid.util.mbean.GridStandardMBean
- getDescription(MBeanInfo) - Method in class org.gridgain.grid.util.mbean.GridStandardMBean
- getDescription(MBeanOperationInfo) - Method in class org.gridgain.grid.util.mbean.GridStandardMBean
- getDescription(MBeanOperationInfo, MBeanParameterInfo, int) - Method in class org.gridgain.grid.util.mbean.GridStandardMBean
- getDgcFrequency() - Method in class org.gridgain.grid.cache.GridCacheConfiguration
-
Gets frequency at which distributed garbage collector will
check other nodes if there are any zombie locks left over.
- getDgcSuspectLockTimeout() - Method in class org.gridgain.grid.cache.GridCacheConfiguration
-
Gets timeout after which locks are considered to be suspicious.
- getDhtAsync(UUID, long, LinkedHashMap<? extends K, Boolean>, boolean, long, UUID, GridPredicate<GridCacheEntry<K, V>>[]) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtCacheAdapter
-
- getDhtEvictQueueCurrentSize() - Method in interface org.gridgain.grid.cache.GridCacheMBean
-
Gets current size of evict queue used to batch up evictions.
- getDhtPartitionExchangeId() - Method in class org.gridgain.grid.util.direct.GridTcpCommunicationMessageState
-
- getDirectoryPath() - Method in class org.gridgain.grid.dr.hub.sender.store.fs.GridDrSenderHubFsStore
-
Gets directory path where persistent store data is to be saved.
- 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.
- getDisabledTrustManager() - Static method in class org.gridgain.client.ssl.GridSslBasicContextFactory
-
Returns an instance of trust manager that will always succeed regardless of certificate provided.
- getDiscoverySpi() - Method in class org.gridgain.grid.GridConfiguration
-
Should return fully configured discovery SPI implementation.
- getDiscoverySpiFormatted() - Method in interface org.gridgain.grid.GridKernalMBean
-
Gets a formatted instance of configured discovery SPI implementation.
- getDiscoverySpiFormatted() - Method in class org.gridgain.grid.kernal.GridKernal
-
Gets a formatted instance of configured discovery SPI implementation.
- getDiscoveryStartupDelay() - Method in class org.gridgain.grid.GridConfiguration
-
This value is used to expire messages from waiting list whenever node
discovery discrepancies happen.
- getDistributionMode() - Method in class org.gridgain.grid.cache.GridCacheConfiguration
-
Gets cache distribution mode.
- getDouble() - Method in class org.gridgain.grid.util.direct.GridTcpCommunicationMessageState
-
- getDoubleArray() - Method in class org.gridgain.grid.util.direct.GridTcpCommunicationMessageState
-
- getDrBackupQueueSize() - Method in interface org.gridgain.grid.cache.GridCacheMBean
-
Gets size of data center replication backup queue.
- getDrBatchWaitingAcknowledgeCount() - Method in interface org.gridgain.grid.cache.GridCacheMBean
-
Gets count of data center replication batches awaiting acknowledge from sender hub.
- getDrBatchWaitingSendCount() - Method in interface org.gridgain.grid.cache.GridCacheMBean
-
Gets count of data center replication batches awaiting to be send.
- getDrInternalRequestEntry() - Method in class org.gridgain.grid.util.direct.GridTcpCommunicationMessageState
-
- getDrQueuedKeysCount() - Method in interface org.gridgain.grid.cache.GridCacheMBean
-
Gets count of keys enqueued for data center replication.
- getDrReceiverConfiguration() - Method in class org.gridgain.grid.cache.GridCacheConfiguration
-
Gets data center replication receive configuration.
- getDrReceiverHubConfiguration() - Method in class org.gridgain.grid.GridConfiguration
-
Set data center receiver hub configuration.
- getDrSenderConfiguration() - Method in class org.gridgain.grid.cache.GridCacheConfiguration
-
Gets data center replication send configuration.
- getDrSenderHubConfiguration() - Method in class org.gridgain.grid.GridConfiguration
-
Get data center sender hub configuration.
- getDrSenderHubsCount() - Method in interface org.gridgain.grid.cache.GridCacheMBean
-
Gets count of available data center replication sender hubs.
- getDualModeMaxPendingPutsSize() - Method in class org.gridgain.grid.ggfs.GridGgfsConfiguration
-
Get maximum amount of pending data read from the secondary file system and waiting to be written to data
cache.
- getDualModePutExecutorService() - Method in class org.gridgain.grid.ggfs.GridGgfsConfiguration
-
Get DUAL mode put operation executor service.
- getDualModePutExecutorServiceShutdown() - Method in class org.gridgain.grid.ggfs.GridGgfsConfiguration
-
Get DUAL mode put operation executor service shutdown flag.
- getEndTime() - Method in interface org.gridgain.grid.compute.GridComputeTaskSession
-
Gets end of computation time for the task.
- getEndTime() - Method in class org.gridgain.grid.kernal.GridJobSessionImpl
-
Gets end of computation time for the task.
- getEndTime() - Method in class org.gridgain.grid.kernal.GridTaskSessionImpl
-
Gets end of computation time for the task.
- getEntry(Object) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridNoStorageCacheMap
-
Returns the entry associated with the specified key in the
HashMap.
- getEntry(Object) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheConcurrentMap
-
Returns the entry associated with the specified key in the
HashMap.
- getEntryFilter() - Method in class org.gridgain.grid.dr.cache.sender.GridDrSenderCacheConfiguration
-
Gets entry filter.
- getError() - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientTaskResultBean
-
- getError() - Method in class org.gridgain.grid.kernal.processors.rest.GridRestResponse
-
- getEventStorageSpi() - Method in class org.gridgain.grid.GridConfiguration
-
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.
- getEventStorageSpiFormatted() - Method in class org.gridgain.grid.kernal.GridKernal
-
Gets a formatted instance of fully configured event SPI implementation.
- getEvictionFilter() - Method in class org.gridgain.grid.cache.GridCacheConfiguration
-
Gets eviction filter to specify which entries should not be evicted
(except explicit evict by calling
GridCacheEntry.evict()).
- getEvictionPolicy() - Method in class org.gridgain.grid.cache.GridCacheConfiguration
-
Gets cache eviction policy.
- getEvictionQueueSize() - Method in interface org.gridgain.grid.streamer.GridStreamerWindowMBean
-
Gets estimate for window eviction queue size.
- getEvictionQueueSize() - Method in class org.gridgain.grid.streamer.window.GridStreamerWindowAdapter
-
Gets estimate for window eviction queue size.
- getEvictMaxOverflowRatio() - Method in class 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).
- getEvictSynchronizedConcurrencyLevel() - Method in class org.gridgain.grid.cache.GridCacheConfiguration
-
Gets concurrency level for synchronized evictions.
- getEvictSynchronizedKeyBufferSize() - Method in class org.gridgain.grid.cache.GridCacheConfiguration
-
Gets size of the key buffer for synchronized evictions.
- getEvictSynchronizedTimeout() - Method in class org.gridgain.grid.cache.GridCacheConfiguration
-
Gets timeout for synchronized evictions.
- getException() - Method in interface org.gridgain.grid.compute.GridComputeJobResult
-
Gets exception produced by execution of remote job, or null if
remote execution finished normally and did not produce any exceptions.
- getException() - Method in class org.gridgain.grid.kernal.GridJobExecuteResponse
-
- getException() - Method in class org.gridgain.grid.kernal.GridJobResultImpl
-
Gets exception produced by execution of remote job, or null if
remote execution finished normally and did not produce any exceptions.
- getExceptionBytes() - Method in class org.gridgain.grid.kernal.GridJobExecuteResponse
-
- getExecutionTime() - Method in class org.gridgain.grid.kernal.processors.jobmetrics.GridJobMetricsSnapshot
-
- getExecutorService() - Method in class org.gridgain.client.GridClientConfiguration
-
- getExecutorService() - Method in class 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.streamer.GridStreamerConfiguration
-
Gets streamer executor service.
- getExecutorServiceFormatted() - Method in interface org.gridgain.grid.GridKernalMBean
-
Gets a formatted instance of fully configured thread pool that is used in grid.
- getExecutorServiceFormatted() - Method in class org.gridgain.grid.kernal.GridKernal
-
Gets a formatted instance of fully configured thread pool that is used in grid.
- getExecutorServiceShutdown() - Method in class org.gridgain.grid.GridConfiguration
-
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.
- 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.
- getExtension(String) - Static method in class org.gridgain.grid.util.io.GridFilenameUtils
-
Gets the extension of a filename.
- getExternalAddresses(InetSocketAddress) - Method in interface org.gridgain.grid.GridAddressResolver
-
Maps internal address to a collection of external addresses.
- getFailoverSpi() - Method in class org.gridgain.grid.GridConfiguration
-
Should return fully configured failover SPI implementation.
- getFailoverSpi() - Method in class org.gridgain.grid.kernal.GridTaskSessionImpl
-
- getFailoverSpiFormatted() - Method in interface org.gridgain.grid.GridKernalMBean
-
Gets a formatted instance of fully configured failover SPI implementations.
- getFailoverSpiFormatted() - Method in class org.gridgain.grid.kernal.GridKernal
-
Gets a formatted instance of fully configured failover SPI implementations.
- getFailuresCount() - Method in class org.gridgain.grid.kernal.processors.streamer.GridStreamerMBeanAdapter
-
Gets number of failures since last reset.
- getFailuresCount() - Method in class org.gridgain.grid.kernal.processors.streamer.GridStreamerStageMBeanAdapter
-
Gets stage failure count.
- getFailuresCount() - Method in interface org.gridgain.grid.streamer.GridStreamerMBean
-
Gets number of failures since last reset.
- getFailuresCount() - Method in interface org.gridgain.grid.streamer.GridStreamerStageMBean
-
Gets stage failure count.
- getFakeException() - Method in class org.gridgain.grid.kernal.GridJobExecuteResponse
-
- getFileSystemFreeSpace() - Method in interface org.gridgain.client.GridClientNodeMetrics
-
Returns the number of unallocated bytes in the partition.
- getFileSystemFreeSpace() - Method in class org.gridgain.client.impl.GridClientNodeMetricsAdapter
-
Returns the number of unallocated bytes in the partition.
- getFileSystemFreeSpace() - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeMetricsBean
-
Returns the number of unallocated bytes in the partition.
- getFileSystemTotalSpace() - Method in interface org.gridgain.client.GridClientNodeMetrics
-
Returns the size of the partition.
- getFileSystemTotalSpace() - Method in class org.gridgain.client.impl.GridClientNodeMetricsAdapter
-
Returns the size of the partition.
- getFileSystemTotalSpace() - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeMetricsBean
-
Returns the size of the partition.
- getFileSystemUsableSpace() - Method in interface org.gridgain.client.GridClientNodeMetrics
-
Returns the number of bytes available to this virtual machine on the partition.
- getFileSystemUsableSpace() - Method in class org.gridgain.client.impl.GridClientNodeMetricsAdapter
-
Returns the number of bytes available to this virtual machine on the partition.
- getFileSystemUsableSpace() - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeMetricsBean
-
Returns the number of bytes available to this virtual machine on the partition.
- 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.streamer.window.GridStreamerWindowAdapter
-
Gets optional event filter.
- getFinishedJobs() - Method in class org.gridgain.grid.kernal.processors.jobmetrics.GridJobMetricsSnapshot
-
- getFloat() - Method in class org.gridgain.grid.util.direct.GridTcpCommunicationMessageState
-
- getFloatArray() - Method in class org.gridgain.grid.util.direct.GridTcpCommunicationMessageState
-
- getFlushFrequency() - Method in class org.gridgain.grid.dr.hub.receiver.GridDrReceiverHubConfiguration
-
Gets data flush frequency.
- getFlushFrequency() - Method in interface org.gridgain.grid.dr.hub.receiver.GridDrReceiverHubMBean
-
Gets data center replication data loader flush frequency.
- getForcePrimary(K) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
Gets value from cache.
- getForcePrimary(K) - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheProjectionEx
-
Gets value from cache.
- getForcePrimary(K) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProjectionImpl
-
Gets value from cache.
- getForcePrimary(K) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProxyImpl
-
Gets value from cache.
- getForcePrimaryAsync(K) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
Asynchronously gets value from cache.
- getForcePrimaryAsync(K) - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheProjectionEx
-
Asynchronously gets value from cache.
- getForcePrimaryAsync(K) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProjectionImpl
-
Asynchronously gets value from cache.
- getForcePrimaryAsync(K) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProxyImpl
-
Asynchronously gets value from cache.
- getFragmentizerConcurrentFiles() - Method in class org.gridgain.grid.ggfs.GridGgfsConfiguration
-
Gets number of files that can be processed by fragmentizer concurrently.
- getFragmentizerLocalWritesRatio() - Method in class org.gridgain.grid.ggfs.GridGgfsConfiguration
-
Gets amount of local memory (in % of local GGFS max space size) available for local writes
during file creation.
- getFragmentizerThrottlingBlockLength() - Method in class org.gridgain.grid.ggfs.GridGgfsConfiguration
-
Gets the length of file chunk to send before delaying the fragmentizer.
- getFragmentizerThrottlingDelay() - Method in class org.gridgain.grid.ggfs.GridGgfsConfiguration
-
Gets throttle delay for fragmentizer.
- getFullPath(String) - Static method in class org.gridgain.grid.util.io.GridFilenameUtils
-
Gets the full path from a full filename, which is the prefix + path.
- getFullPathNoEndSeparator(String) - Static method in class org.gridgain.grid.util.io.GridFilenameUtils
-
Gets the full path from a full filename, which is the prefix + path,
and also excluding the final directory separator.
- getFullVersion() - Method in interface org.gridgain.grid.GridKernalMBean
-
Gets string presentation of the version.
- getFullVersion() - Method in class org.gridgain.grid.kernal.GridKernal
-
Gets string presentation of the version.
- getGgfsConfiguration() - Method in class org.gridgain.grid.GridConfiguration
-
Gets GGFS configurations.
- getGgfsExecutorService() - Method in class org.gridgain.grid.GridConfiguration
-
Executor service that is in charge of processing outgoing GGFS messages.
- getGgfsExecutorServiceShutdown() - Method in class org.gridgain.grid.GridConfiguration
-
Shutdown flag for GGFS executor service.
- getGlobalDeployment(GridDeploymentMode, String, String, String, UUID, GridUuid, Map<UUID, GridUuid>, GridPredicate<GridNode>) - Method in class org.gridgain.grid.kernal.managers.deployment.GridDeploymentManager
-
- getGridGainHome() - Method in class org.gridgain.grid.GridConfiguration
-
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.kernal.GridKernal
-
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.
- getGridGainHome() - Static method in class org.gridgain.grid.util.GridUtils
-
Retrieves GRIDGAIN_HOME property.
- getGridLogger() - Method in class org.gridgain.grid.GridConfiguration
-
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.
- getGridLoggerFormatted() - Method in class org.gridgain.grid.kernal.GridKernal
-
Gets a formatted instance of logger that is in grid.
- getGridName() - Method in class org.gridgain.grid.GridConfiguration
-
Gets optional grid name.
- getGridStartTime() - Method in interface org.gridgain.grid.spi.discovery.GridDiscoverySpi
-
Gets start time of the very first node in the grid.
- getGridStartTime() - Method in class org.gridgain.grid.spi.discovery.tcp.GridTcpDiscoverySpi
-
Gets start time of the very first node in the grid.
- getGridUuid() - Method in class org.gridgain.grid.util.direct.GridTcpCommunicationMessageState
-
- getHashId(GridClientNode) - Method in interface org.gridgain.client.GridClientPartitionAffinity.HashIdResolver
-
Gets alternate hash ID, other than node ID.
- getHashIdResolver() - Method in class org.gridgain.client.GridClientPartitionAffinity
-
Gets hash ID resolver for nodes.
- getHashIdResolver() - Method in class org.gridgain.grid.cache.affinity.consistenthash.GridCacheConsistentHashAffinityFunction
-
Gets hash ID resolver for nodes.
- getHashIdResolver() - Method in class org.gridgain.grid.cache.affinity.rendezvous.GridCacheRendezvousAffinityFunction
-
Gets hash ID resolver for nodes.
- getHealthCheckFrequency() - Method in class org.gridgain.grid.dr.hub.sender.GridDrSenderHubConfiguration
-
Gets health check frequency.
- getHealthCheckFrequency() - Method in interface org.gridgain.grid.dr.hub.sender.GridDrSenderHubMBean
-
Gets health check frequency in milliseconds.
- getHeapMemoryCommitted() - Method in interface org.gridgain.client.GridClientNodeMetrics
-
Returns the amount of heap memory in bytes that is committed for
the Java virtual machine to use.
- getHeapMemoryCommitted() - Method in class org.gridgain.client.impl.GridClientNodeMetricsAdapter
-
Returns the amount of heap memory in bytes that is committed for
the Java virtual machine to use.
- 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.kernal.GridLocalNodeMetrics
-
Returns the amount of heap memory in bytes that is committed for
the JVM to use.
- getHeapMemoryCommitted() - Method in interface org.gridgain.grid.kernal.managers.discovery.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.kernal.processors.rest.client.message.GridClientNodeMetricsBean
-
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.discovery.GridDiscoveryMetricsAdapter
-
Returns the amount of heap memory in bytes that is committed for
the JVM to use.
- getHeapMemoryInitialized() - Method in interface org.gridgain.client.GridClientNodeMetrics
-
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.client.impl.GridClientNodeMetricsAdapter
-
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 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.kernal.GridLocalNodeMetrics
-
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.kernal.managers.discovery.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.kernal.processors.rest.client.message.GridClientNodeMetricsBean
-
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.discovery.GridDiscoveryMetricsAdapter
-
Returns the amount of heap memory in bytes that the JVM
initially requests from the operating system for memory management.
- getHeapMemoryMaximum() - Method in interface org.gridgain.client.GridClientNodeMetrics
-
Returns the maximum amount of heap memory in bytes that can be
used for memory management.
- getHeapMemoryMaximum() - Method in class org.gridgain.client.impl.GridClientNodeMetricsAdapter
-
Returns the maximum amount of heap memory in bytes that can be
used 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.kernal.GridLocalNodeMetrics
-
Returns the maximum amount of heap memory in bytes that can be
used for memory management.
- getHeapMemoryMaximum() - Method in interface org.gridgain.grid.kernal.managers.discovery.GridLocalMetrics
-
Returns the maximum amount of heap memory in bytes that can be
used for memory management.
- getHeapMemoryMaximum() - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeMetricsBean
-
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.
- getHeapMemoryUsed() - Method in interface org.gridgain.client.GridClientNodeMetrics
-
Returns the current heap size that is used for object allocation.
- getHeapMemoryUsed() - Method in class org.gridgain.client.impl.GridClientNodeMetricsAdapter
-
Returns the current heap size that is used for object allocation.
- 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.kernal.GridLocalNodeMetrics
-
Returns the current heap size that is used for object allocation.
- getHeapMemoryUsed() - Method in interface org.gridgain.grid.kernal.managers.discovery.GridLocalMetrics
-
Returns the current heap size that is used for object allocation.
- getHeapMemoryUsed() - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeMetricsBean
-
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.
- 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.
- getHits() - Method in class org.gridgain.grid.kernal.processors.rest.handlers.cache.GridCacheRestMetrics
-
Gets hits.
- getHost() - Method in class org.gridgain.client.router.GridTcpRouterConfiguration
-
Gets TCP host or IP address for router to bind to.
- getHost() - Method in interface org.gridgain.client.router.GridTcpRouterMBean
-
Gets host for TCP binary protocol server.
- getHost() - Method in class org.gridgain.client.router.impl.GridTcpRouterImpl
-
Gets host for TCP binary protocol server.
- getHost() - Method in interface org.gridgain.grid.util.ipc.GridIpcServerEndpoint
-
Gets host endpoint is bound to.
- getHost() - Method in class org.gridgain.grid.util.ipc.loopback.GridIpcServerTcpEndpoint
-
Gets host endpoint is bound to.
- getHost() - Method in class org.gridgain.grid.util.ipc.shmem.GridIpcSharedMemoryServerEndpoint
-
Gets host endpoint is bound to.
- getHostNamePropertyName() - Method in class org.gridgain.grid.kernal.processors.rest.protocols.GridRestProtocolAdapter
-
Return node attribute name to store used host name.
- getHostNamePropertyName() - Method in class org.gridgain.grid.kernal.processors.rest.protocols.tcp.GridTcpRestProtocol
-
Return node attribute name to store used host name.
- getId() - Method in interface org.gridgain.grid.compute.GridComputeTaskSession
-
Gets session ID of the task being executed.
- getId() - Method in class org.gridgain.grid.kernal.GridJobSessionImpl
-
Gets session ID of the task being executed.
- getId() - Method in class org.gridgain.grid.kernal.GridTaskSessionImpl
-
Gets session ID of the task being executed.
- getId() - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientTaskResultBean
-
- 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.
- getIdleTime() - Method in class org.gridgain.grid.util.nio.GridAbstractCommunicationClient
-
Gets idle time of this client.
- getIdleTime() - Method in interface org.gridgain.grid.util.nio.GridCommunicationClient
-
Gets idle time of this client.
- getIdleTime() - Method in class org.gridgain.grid.util.nio.GridTcpNioCommunicationClient
-
Gets idle time of this client.
- getIdleTimeout() - Method in class org.gridgain.client.router.GridTcpRouterConfiguration
-
Gets timeout in milliseconds to consider connection idle.
- getIdleTimeout() - Method in class org.gridgain.grid.dr.hub.receiver.GridDrReceiverHubConfiguration
-
Gets idle timeout for receiver hub's TCP server connection.
- getIdleTimeout() - Method in interface org.gridgain.grid.dr.hub.receiver.GridDrReceiverHubMBean
-
Gets idle timeout for sender hub socket connection.
- getIdleTimePercentage() - Method in interface org.gridgain.client.GridClientNodeMetrics
-
Gets percentage of time this node is idling vs.
- getIdleTimePercentage() - Method in class org.gridgain.client.impl.GridClientNodeMetricsAdapter
-
Gets percentage of time this node is idling vs.
- getIdleTimePercentage() - Method in interface org.gridgain.grid.GridNodeMetrics
-
Gets percentage of time this node is idling vs.
- getIdleTimePercentage() - Method in interface org.gridgain.grid.GridProjectionMetrics
-
Gets percentage of time nodes in this projection are idling vs.
- getIdleTimePercentage() - Method in class org.gridgain.grid.kernal.GridLocalNodeMetrics
-
Gets percentage of time this node is idling vs.
- getIdleTimePercentage() - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeMetricsBean
-
Gets percentage of time this node is idling vs.
- getIdleTimePercentage() - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
-
Gets percentage of time this node is idling vs.
- getIfMarshaled() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheValueBytes
-
- getIfPlain() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheValueBytes
-
- getIgnoredDataCenterIds() - Method in class org.gridgain.grid.dr.hub.sender.GridDrSenderHubConnectionConfiguration
-
Gets IDs of data centers updates from which will not be replicated to this remote data center.
- getIncludeEventTypes() - Method in class org.gridgain.grid.GridConfiguration
-
Gets array of event types, which will be recorded.
- getIncludeProperties() - Method in class org.gridgain.grid.GridConfiguration
-
Gets array of system or environment properties to include into node attributes.
- getIndexingSpi() - Method in class org.gridgain.grid.GridConfiguration
-
Should return fully configured indexing SPI implementations.
- getIndexingSpiName() - Method in class org.gridgain.grid.cache.GridCacheConfiguration
-
Gets name of the SPI to use for indexing.
- getInputIterator() - Method in class org.gridgain.grid.util.gridify.GridifyRangeArgument
-
Returns elements
Iterator for current input argument.
- getInputSize() - Method in class org.gridgain.grid.util.gridify.GridifyRangeArgument
-
- getInputStream() - Method in class org.gridgain.grid.kernal.managers.deployment.protocol.gg.GridUrlConnection
- getInstanceName() - Method in interface org.gridgain.grid.GridKernalMBean
-
Gets optional kernal instance name.
- getInstanceName() - Method in class org.gridgain.grid.kernal.GridKernal
-
Gets optional kernal instance name.
- getInt() - Method in class org.gridgain.grid.util.direct.GridTcpCommunicationMessageState
-
- getInt(int) - Method in class org.gridgain.grid.util.GridByteArrayList
-
Gets 4 bytes from byte list as an integer.
- getIntArray() - Method in class org.gridgain.grid.util.direct.GridTcpCommunicationMessageState
-
- getIntClient() - Method in class org.gridgain.grid.util.direct.GridTcpCommunicationMessageState
-
- getInterceptor() - Method in class org.gridgain.grid.cache.GridCacheConfiguration
-
Gets cache interceptor.
- getIpcEndpointConfiguration() - Method in class org.gridgain.grid.ggfs.GridGgfsConfiguration
-
Gets IPC endpoint configuration in JSON format.
- getIpFinder() - Method in class org.gridgain.grid.spi.discovery.tcp.GridTcpDiscoverySpi
-
Gets IP finder for IP addresses sharing and storing.
- getIpFinderFormatted() - Method in class org.gridgain.grid.spi.discovery.tcp.GridTcpDiscoverySpi
-
- getIpFinderFormatted() - Method in interface org.gridgain.grid.spi.discovery.tcp.GridTcpDiscoverySpiMBean
-
- getIterator(Object) - Static method in class org.gridgain.grid.util.gridify.GridifyUtils
-
Gets iterator or create new for container object with elements with unknown type.
- getJdkInformation() - Method in interface org.gridgain.grid.GridKernalMBean
-
Gets JDK information.
- getJdkInformation() - Method in class org.gridgain.grid.kernal.GridKernal
-
Gets JDK information.
- getJettyAddresses() - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeBean
-
Gets REST HTTP server addresses.
- getJettyHostNames() - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeBean
-
Gets REST HTTP server host names.
- getJettyPort() - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeBean
-
Gets REST http protocol port.
- getJob() - Method in interface org.gridgain.grid.compute.GridComputeJobResult
-
- getJob() - Method in class org.gridgain.grid.kernal.GridJobExecuteRequest
-
- getJob() - Method in class org.gridgain.grid.kernal.GridJobResultImpl
-
- getJob() - Method in class org.gridgain.grid.kernal.managers.collision.GridCollisionJobContextAdapter
-
Job for this context.
- getJob() - Method in class org.gridgain.grid.kernal.processors.job.GridJobWorker
-
Gets deployed job or null of job could not be deployed.
- getJob() - Method in interface org.gridgain.grid.spi.collision.GridCollisionJobContext
-
Job for this context.
- getJobAttributes() - Method in class org.gridgain.grid.kernal.GridJobExecuteRequest
-
- getJobAttributes() - Method in class org.gridgain.grid.kernal.GridJobExecuteResponse
-
- getJobAttributesBytes() - Method in class org.gridgain.grid.kernal.GridJobExecuteRequest
-
- getJobAttributesBytes() - Method in class org.gridgain.grid.kernal.GridJobExecuteResponse
-
- getJobBytes() - Method in class org.gridgain.grid.kernal.GridJobExecuteRequest
-
- getJobContext() - Method in interface org.gridgain.grid.compute.GridComputeJobResult
-
Gets job context.
- getJobContext() - Method in class org.gridgain.grid.kernal.GridJobResultImpl
-
Gets job context.
- getJobContext() - Method in class org.gridgain.grid.kernal.managers.collision.GridCollisionJobContextAdapter
-
Gets job context.
- getJobContext() - Method in class org.gridgain.grid.kernal.processors.job.GridJobWorker
-
- getJobContext() - Method in interface org.gridgain.grid.spi.collision.GridCollisionJobContext
-
Gets job context.
- getJobId() - Method in interface org.gridgain.grid.compute.GridComputeJobContext
-
Gets ID of the job this context belongs to.
- getJobId() - Method in interface org.gridgain.grid.compute.GridComputeJobSibling
-
Gets ID of this grid job sibling.
- getJobId() - Method in class org.gridgain.grid.kernal.GridJobContextImpl
-
Gets ID of the job this context belongs to.
- getJobId() - Method in class org.gridgain.grid.kernal.GridJobExecuteRequest
-
- getJobId() - Method in class org.gridgain.grid.kernal.GridJobExecuteResponse
-
- getJobId() - Method in class org.gridgain.grid.kernal.GridJobSessionImpl
- getJobId() - Method in class org.gridgain.grid.kernal.GridJobSiblingImpl
-
Gets ID of this grid job sibling.
- getJobId() - Method in class org.gridgain.grid.kernal.GridTaskSessionImpl
- getJobId() - Method in interface org.gridgain.grid.kernal.GridTaskSessionInternal
-
- getJobId() - Method in class org.gridgain.grid.kernal.GridTaskSessionRequest
-
- getJobId() - Method in class org.gridgain.grid.kernal.processors.job.GridJobWorker
-
- getJobMetrics() - Method in class org.gridgain.grid.kernal.processors.jobmetrics.GridJobMetricsProcessor
-
Gets latest metrics.
- 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 class org.gridgain.grid.kernal.GridJobExecuteResponse
-
- getJobResult() - Method in class org.gridgain.grid.kernal.managers.failover.GridFailoverContextImpl
-
Gets failed result of job execution.
- getJobResult() - Method in interface org.gridgain.grid.spi.failover.GridFailoverContext
-
Gets failed result of job execution.
- getJobResultBytes() - Method in class org.gridgain.grid.kernal.GridJobExecuteResponse
-
- getJobSibling(GridUuid) - Method in interface org.gridgain.grid.compute.GridComputeTaskSession
-
Gets job sibling for a given ID.
- getJobSibling(GridUuid) - Method in class org.gridgain.grid.kernal.GridJobSessionImpl
-
Gets job sibling for a given ID.
- getJobSibling(GridUuid) - Method in class org.gridgain.grid.kernal.GridTaskSessionImpl
-
Gets job sibling for a given ID.
- getJobSiblings() - Method in interface org.gridgain.grid.compute.GridComputeTaskSession
-
Gets a collection of all grid job siblings.
- getJobSiblings() - Method in class org.gridgain.grid.kernal.GridJobSessionImpl
-
Gets a collection of all grid job siblings.
- getJobSiblings() - Method in class org.gridgain.grid.kernal.GridTaskSessionImpl
-
Gets a collection of all grid job siblings.
- getJobWorker() - Method in class org.gridgain.grid.kernal.managers.collision.GridCollisionJobContextAdapter
-
- 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.
- getKeepAliveTime() - Method in class org.gridgain.grid.kernal.GridExecutorServiceMBeanAdapter
-
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 com.romix.scala.collection.concurrent.Pair
-
- getKey() - Method in class org.gridgain.grid.kernal.managers.checkpoint.GridCheckpointRequest
-
- getKey() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheEntryImpl
- getKey() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheEvictionEntry
- getKey() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheFilterEvaluationEntry
- getKey() - Method in class org.gridgain.grid.kernal.processors.cache.query.GridCacheQueryResponseEntry
-
- getKey() - Method in class org.gridgain.grid.kernal.processors.dr.GridDrRawEntry
- getKey() - Method in class org.gridgain.grid.lang.GridBiTuple
- getKey() - Method in class org.gridgain.grid.util.snaptree.SnapTreeMap.Node
-
- getKeyAlgorithm() - Method in class org.gridgain.client.ssl.GridSslBasicContextFactory
-
Gets algorithm that will be used to create a key manager.
- 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.
- getKeyStoreFilePath() - Method in class org.gridgain.client.ssl.GridSslBasicContextFactory
-
Gets path to the key store file.
- getKeyStorePassword() - Method in class org.gridgain.client.ssl.GridSslBasicContextFactory
-
Gets key store password.
- getKeyStoreType() - Method in class org.gridgain.client.ssl.GridSslBasicContextFactory
-
Gets key store type used for context creation.
- getLargestPoolSize() - Method in interface org.gridgain.grid.GridExecutorServiceMBean
-
Returns the largest number of threads that have ever
simultaneously been in the pool.
- getLargestPoolSize() - Method in class org.gridgain.grid.kernal.GridExecutorServiceMBeanAdapter
-
Returns the largest number of threads that have ever
simultaneously been in the pool.
- getLastDataVersion() - Method in interface org.gridgain.client.GridClientNodeMetrics
-
In-memory data grid assigns incremental versions to all cache operations.
- getLastDataVersion() - Method in class org.gridgain.client.impl.GridClientNodeMetricsAdapter
-
In-memory data grid assigns incremental versions to all cache operations.
- getLastDataVersion() - Method in interface org.gridgain.grid.GridNodeMetrics
-
In-Memory Data Grid assigns incremental versions to all cache operations.
- getLastDataVersion() - Method in class org.gridgain.grid.kernal.GridLocalNodeMetrics
-
In-Memory Data Grid assigns incremental versions to all cache operations.
- getLastDataVersion() - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeMetricsBean
-
In-memory data grid assigns incremental versions to all cache operations.
- getLastDataVersion() - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
-
In-Memory Data Grid assigns incremental versions to all cache operations.
- getLastUpdateTime() - Method in interface org.gridgain.client.GridClientNodeMetrics
-
Gets last update time.
- getLastUpdateTime() - Method in class org.gridgain.client.impl.GridClientNodeMetricsAdapter
-
Gets last update time.
- getLastUpdateTime() - Method in interface org.gridgain.grid.GridNodeMetrics
-
Gets last update time of this node metrics.
- getLastUpdateTime() - Method in class org.gridgain.grid.kernal.GridLocalNodeMetrics
-
Gets last update time of this node metrics.
- getLastUpdateTime() - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeMetricsBean
-
Gets last update time.
- getLastUpdateTime() - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
-
Gets last update time of this node metrics.
- getLength(Object) - Static method in class org.gridgain.grid.util.gridify.GridifyUtils
-
Gets length of elements in container object with unknown type.
- getLicenseFilePath() - Method in interface org.gridgain.grid.GridKernalMBean
-
Gets file path of the license.
- getLicenseFilePath() - Method in class org.gridgain.grid.kernal.GridKernal
-
Gets file path of the license.
- getLicenseUrl() - Method in class org.gridgain.grid.GridConfiguration
-
Gets custom license file URL to be used instead of default license file location.
- getLifecycleBeans() - Method in class org.gridgain.grid.GridConfiguration
-
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.
- getLifecycleBeansFormatted() - Method in class org.gridgain.grid.kernal.GridKernal
-
Gets toString() representation of of lifecycle beans configured
with GridGain.
- getListener() - Method in class org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpi
-
- 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.
- getLoadBalancer(GridTaskSessionImpl, List<GridNode>) - Method in class org.gridgain.grid.kernal.managers.loadbalancer.GridLoadBalancerManager
-
- getLoadBalancingSpi() - Method in class org.gridgain.grid.GridConfiguration
-
Should return fully configured load balancing SPI implementation.
- getLoadBalancingSpi() - Method in class org.gridgain.grid.kernal.GridTaskSessionImpl
-
- getLoadBalancingSpiFormatted() - Method in interface org.gridgain.grid.GridKernalMBean
-
Gets a formatted instance of fully configured load balancing SPI implementations.
- getLoadBalancingSpiFormatted() - Method in class org.gridgain.grid.kernal.GridKernal
-
Gets a formatted instance of fully configured load balancing SPI implementations.
- getLoaderParticipants() - Method in class org.gridgain.grid.kernal.GridJobExecuteRequest
-
- 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.tcp.GridTcpDiscoverySpi
-
- getLocalAddress() - Method in class org.gridgain.grid.spi.discovery.tcp.ipfinder.multicast.GridTcpDiscoveryMulticastIpFinder
-
Gets local address that multicast IP finder uses.
- getLocalDeployment(String) - Method in class org.gridgain.grid.kernal.managers.deployment.GridDeploymentManager
-
- getLocalHost() - Method in class org.gridgain.grid.GridConfiguration
-
Gets system-wide local address or host for all GridGain components to bind to.
- getLocalHost() - Static method in class org.gridgain.grid.util.GridUtils
-
Gets local host.
- getLocalInboundHost() - Method in class org.gridgain.grid.dr.hub.receiver.GridDrReceiverHubConfiguration
-
Gets local host name receiver hub TCP server is bound to.
- getLocalInboundHost() - Method in interface org.gridgain.grid.dr.hub.receiver.GridDrReceiverHubMBean
-
Gets local host name receiving hub server is bound to.
- getLocalInboundPort() - Method in class org.gridgain.grid.dr.hub.receiver.GridDrReceiverHubConfiguration
-
Gets local port receiver hub TCP server is bound to.
- getLocalInboundPort() - Method in interface org.gridgain.grid.dr.hub.receiver.GridDrReceiverHubMBean
-
Gets local port receiver hub is bound to.
- getLocalNode() - Method in interface org.gridgain.grid.spi.discovery.GridDiscoverySpi
-
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.kernal.GridKernal
-
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.
- getLocalOutboundHost() - Method in class org.gridgain.grid.dr.hub.sender.GridDrSenderHubConnectionConfiguration
-
Gets local network interface name form with remote data center is reachable.
- 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.tcp.GridTcpDiscoverySpi
-
Gets local TCP port range.
- getLocalPortRange() - Method in interface org.gridgain.grid.spi.discovery.tcp.GridTcpDiscoverySpiMBean
-
Gets local TCP port range.
- getLock(int) - Method in class org.gridgain.client.util.GridClientStripedLock
-
Returns
Lock object for the given key.
- getLock(long) - Method in class org.gridgain.client.util.GridClientStripedLock
-
Returns
Lock object for the given key.
- getLock(Object) - Method in class org.gridgain.client.util.GridClientStripedLock
-
Returns lock for object.
- getLock(int) - Method in class org.gridgain.grid.util.GridStripedLock
-
Returns
Lock object for the given key.
- getLock(long) - Method in class org.gridgain.grid.util.GridStripedLock
-
Returns
Lock object for the given key.
- getLock(Object) - Method in class org.gridgain.grid.util.GridStripedLock
-
Returns lock for object.
- getLock(int) - Method in class org.gridgain.grid.util.GridStripedReadWriteLock
-
Returns
Lock object for the given key.
- getLock(long) - Method in class org.gridgain.grid.util.GridStripedReadWriteLock
-
Returns
Lock object for the given key.
- getLock(Object) - Method in class org.gridgain.grid.util.GridStripedReadWriteLock
-
Returns lock for object.
- getLogger() - Method in class org.gridgain.client.router.GridTcpRouterConfiguration
-
Gets logger for the router instance.
- getLogger(Object) - Method in class org.gridgain.grid.kernal.GridLoggerProxy
-
Creates new logger with given category based off the current instance.
- 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.
- getLogin() - Method in class org.gridgain.grid.security.GridSecurityCredentials
-
Gets login.
- getLong() - Method in class org.gridgain.grid.util.direct.GridTcpCommunicationMessageState
-
- getLongArray() - Method in class org.gridgain.grid.util.direct.GridTcpCommunicationMessageState
-
- getLongClient() - Method in class org.gridgain.grid.util.direct.GridTcpCommunicationMessageState
-
- getLongList() - Method in class org.gridgain.grid.util.direct.GridTcpCommunicationMessageState
-
- getMajorVersion() - Method in class org.gridgain.jdbc.GridJdbcDriver
- getManagementExecutorService() - Method in class org.gridgain.grid.GridConfiguration
-
Executor service that is in charge of processing internal and Visor
GridJobs.
- getManagementExecutorServiceShutdown() - Method in class org.gridgain.grid.GridConfiguration
-
Shutdown flag for management executor service.
- getManagementPort() - Method in class org.gridgain.grid.ggfs.GridGgfsConfiguration
-
Gets port number for management endpoint.
- getMarshaller() - Method in class org.gridgain.client.GridClientConfiguration
-
Gets the marshaller, that is used to communicate between client and server.
- getMarshaller() - Method in class org.gridgain.grid.GridConfiguration
-
Should return an instance of marshaller to use in grid.
- getMaxAckTimeout() - Method in class org.gridgain.grid.spi.discovery.tcp.GridTcpDiscoverySpi
-
Gets maximum message acknowledgement timeout.
- getMaxAckTimeout() - Method in interface org.gridgain.grid.spi.discovery.tcp.GridTcpDiscoverySpiMBean
-
Gets maximum message acknowledgement timeout.
- getMaxBatches() - Method in class org.gridgain.grid.dr.cache.sender.GridDrSenderCacheConfiguration
-
Gets maximum amount of batches awaiting for sender hub acknowledge.
- getMaxConcurrentAsyncOperations() - Method in class org.gridgain.grid.cache.GridCacheConfiguration
-
Gets maximum number of allowed concurrent asynchronous operations.
- getMaxConnectionIdleTime() - Method in class org.gridgain.client.GridClientConfiguration
-
Gets maximum amount of time that client connection can be idle before it is closed.
- getMaxConnectTimeout() - Method in class org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpi
-
Gets maximum connect timeout.
- getMaxConnectTimeout() - Method in interface org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpiMBean
-
Gets maximum connect timeout.
- getMaxErrors() - Method in class org.gridgain.grid.dr.hub.sender.GridDrSenderHubConfiguration
-
Gets maximum amount of sequential errors in receiver hub responses.
- getMaxErrors() - Method in interface org.gridgain.grid.dr.hub.sender.GridDrSenderHubMBean
-
Maximum amount of errors received from remote data center sender hub node.
- getMaxFailedConnectAttempts() - Method in class org.gridgain.grid.dr.hub.sender.GridDrSenderHubConfiguration
-
Gets maximum failed connect attempts.
- getMaxFailedConnectAttempts() - Method in interface org.gridgain.grid.dr.hub.sender.GridDrSenderHubMBean
-
Gets maximum failed connection attempts.
- getMaxFilesCount() - Method in class org.gridgain.grid.dr.hub.sender.store.fs.GridDrSenderHubFsStore
-
Gets maximum amount of files files which can be used to store data.
- getMaxFileSize() - Method in class org.gridgain.grid.dr.hub.sender.store.fs.GridDrSenderHubFsStore
-
Gets maximum size of each file where data is stored in bytes.
- getMaximumActiveJobs() - Method in interface org.gridgain.client.GridClientNodeMetrics
-
Gets max active jobs.
- getMaximumActiveJobs() - Method in class org.gridgain.client.impl.GridClientNodeMetricsAdapter
-
Gets max active jobs.
- 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.kernal.GridLocalNodeMetrics
-
Gets maximum number of jobs that ever ran concurrently on this node.
- getMaximumActiveJobs() - Method in class org.gridgain.grid.kernal.processors.jobmetrics.GridJobMetrics
-
- getMaximumActiveJobs() - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeMetricsBean
-
Gets max active jobs.
- getMaximumActiveJobs() - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
-
Gets maximum number of jobs that ever ran concurrently on this node.
- getMaximumActiveSessions() - Method in class org.gridgain.grid.kernal.processors.streamer.GridStreamerMBeanAdapter
-
Gets maximum number of active sessions since last reset.
- getMaximumActiveSessions() - Method in interface org.gridgain.grid.streamer.GridStreamerMBean
-
Gets maximum number of active sessions since last reset.
- getMaximumBatches() - Method in class org.gridgain.grid.streamer.window.GridStreamerBoundedSizeBatchWindow
-
Gets maximum number of batches can be stored in window.
- getMaximumBatches() - Method in class org.gridgain.grid.streamer.window.GridStreamerBoundedTimeBatchWindow
-
Gets maximum number of batches can be stored in window.
- getMaximumBusyTimePercentage() - Method in interface org.gridgain.grid.GridProjectionMetrics
-
Gets maximum busy time for nodes in the projection.
- getMaximumCancelledJobs() - Method in interface org.gridgain.client.GridClientNodeMetrics
-
Gets maximum cancelled jobs.
- getMaximumCancelledJobs() - Method in class org.gridgain.client.impl.GridClientNodeMetricsAdapter
-
Gets maximum cancelled jobs.
- 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.kernal.GridLocalNodeMetrics
-
Gets maximum number of cancelled jobs this node ever had running
concurrently.
- getMaximumCancelledJobs() - Method in class org.gridgain.grid.kernal.processors.jobmetrics.GridJobMetrics
-
- getMaximumCancelledJobs() - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeMetricsBean
-
Gets maximum cancelled jobs.
- getMaximumCancelledJobs() - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
-
Gets maximum number of cancelled jobs this node ever had running
concurrently.
- getMaximumConcurrentSessions() - Method in class org.gridgain.grid.streamer.GridStreamerConfiguration
-
Gets maximum number of concurrent events to be processed by streamer.
- 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.
- getMaximumExecutionTime() - Method in class org.gridgain.grid.kernal.processors.jobmetrics.GridJobMetricsSnapshot
-
- getMaximumExecutionTime() - Method in class org.gridgain.grid.kernal.processors.streamer.GridStreamerStageMBeanAdapter
-
Gets stage maximum execution time.
- getMaximumExecutionTime() - Method in interface org.gridgain.grid.streamer.GridStreamerStageMBean
-
Gets stage maximum execution time.
- 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.
- getMaximumFailoverAttempts() - Method in class org.gridgain.grid.streamer.GridStreamerConfiguration
-
Gets maximum number of failover attempts to try when pipeline execution has failed.
- 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.client.GridClientNodeMetrics
-
Gets maximum job execution time.
- getMaximumJobExecuteTime() - Method in class org.gridgain.client.impl.GridClientNodeMetricsAdapter
-
Gets maximum job execution time.
- 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.kernal.GridLocalNodeMetrics
-
Gets time it took to execute the longest job on the node.
- getMaximumJobExecuteTime() - Method in class org.gridgain.grid.kernal.processors.jobmetrics.GridJobMetrics
-
- getMaximumJobExecuteTime() - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeMetricsBean
-
Gets maximum job execution time.
- 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.client.GridClientNodeMetrics
-
Gets max job wait time.
- getMaximumJobWaitTime() - Method in class org.gridgain.client.impl.GridClientNodeMetricsAdapter
-
Gets max job wait time.
- 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.kernal.GridLocalNodeMetrics
-
Gets maximum time a job ever spent waiting in a queue to be executed.
- getMaximumJobWaitTime() - Method in class org.gridgain.grid.kernal.processors.jobmetrics.GridJobMetrics
-
- getMaximumJobWaitTime() - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeMetricsBean
-
Gets max job wait time.
- getMaximumJobWaitTime() - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
-
Gets maximum time a job ever spent waiting in a queue to be executed.
- 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.
- getMaximumPoolSize() - Method in class org.gridgain.grid.kernal.GridExecutorServiceMBeanAdapter
-
Returns the maximum allowed number of threads.
- getMaximumQueryIteratorCount() - Method in class org.gridgain.grid.cache.GridCacheConfiguration
-
Gets maximum number of query iterators that can be stored.
- getMaximumRejectedJobs() - Method in interface org.gridgain.client.GridClientNodeMetrics
-
Gets maximum number of jobs rejected during a single collision resolution event.
- getMaximumRejectedJobs() - Method in class org.gridgain.client.impl.GridClientNodeMetricsAdapter
-
Gets maximum number of jobs rejected during a single collision resolution event.
- 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.kernal.GridLocalNodeMetrics
-
Gets maximum number of jobs rejected at once during a single collision resolution
operation.
- getMaximumRejectedJobs() - Method in class org.gridgain.grid.kernal.processors.jobmetrics.GridJobMetrics
-
- getMaximumRejectedJobs() - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeMetricsBean
-
- getMaximumRejectedJobs() - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
-
Gets maximum number of jobs rejected at once during a single collision resolution
operation.
- getMaximumSize() - Method in class org.gridgain.grid.streamer.window.GridStreamerBoundedTimeWindow
-
Gets window maximum size.
- getMaximumSparsity() - Method in class org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpi
-
Gets maximum sparsity.
- getMaximumSparsity() - Method in interface org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpiMBean
-
Gets maximum sparsity.
- 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.
- getMaximumTaskRangeLength() - Method in class org.gridgain.grid.ggfs.GridGgfsConfiguration
-
Get maximum default range size of a file being split during GGFS task execution.
- getMaximumThreadCount() - Method in interface org.gridgain.client.GridClientNodeMetrics
-
Returns the maximum live thread count since the Java virtual machine
started or peak was reset.
- getMaximumThreadCount() - Method in class org.gridgain.client.impl.GridClientNodeMetricsAdapter
-
Returns the maximum live thread count since the Java virtual machine
started or peak was reset.
- 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.kernal.GridLocalNodeMetrics
-
Returns the maximum live thread count since the JVM
started or peak was reset.
- getMaximumThreadCount() - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeMetricsBean
-
Returns the maximum live thread count since the Java virtual machine
started or peak was reset.
- 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.client.GridClientNodeMetrics
-
Gets maximum waiting jobs.
- getMaximumWaitingJobs() - Method in class org.gridgain.client.impl.GridClientNodeMetricsAdapter
-
Gets maximum waiting jobs.
- 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.kernal.GridLocalNodeMetrics
-
Gets maximum number of waiting jobs this node had.
- getMaximumWaitingJobs() - Method in class org.gridgain.grid.kernal.processors.jobmetrics.GridJobMetrics
-
- getMaximumWaitingJobs() - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeMetricsBean
-
Gets maximum waiting jobs.
- getMaximumWaitingJobs() - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
-
Gets maximum number of waiting jobs this node had.
- getMaximumWaitingTime() - Method in class org.gridgain.grid.kernal.processors.streamer.GridStreamerStageMBeanAdapter
-
Gets stage maximum waiting time.
- getMaximumWaitingTime() - Method in interface org.gridgain.grid.streamer.GridStreamerStageMBean
-
Gets stage maximum waiting time.
- getMaximumWaitTime() - Method in class org.gridgain.grid.kernal.processors.jobmetrics.GridJobMetricsSnapshot
-
- 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.
- getMaxQueueSize() - Method in class org.gridgain.grid.dr.hub.sender.GridDrSenderHubConfiguration
-
Gets maximum wait queue size.
- getMaxQueueSize() - Method in interface org.gridgain.grid.dr.hub.sender.GridDrSenderHubMBean
-
Gets maximum wait queue size.
- 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.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.
- getMaxSize() - Method in class org.gridgain.grid.dr.hub.sender.store.memory.GridDrSenderHubInMemoryStore
-
Gets maximum number of entries can be stored.
- getMaxSpaceSize() - Method in class org.gridgain.grid.ggfs.GridGgfsConfiguration
-
Get maximum space available for data cache to store file system entries.
- getMaxWriteQueueSize() - Method in class org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpi
-
Gets max write queue size in bytes.
- getMaxWriteQueueSize() - Method in interface org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpiMBean
-
Gets max write queue size in bytes.
- getMBeanServer() - Method in class org.gridgain.grid.GridConfiguration
-
Should return MBean server instance.
- getMBeanServerFormatted() - Method in interface org.gridgain.grid.GridKernalMBean
-
Gets a formatted instance of MBean server instance.
- getMBeanServerFormatted() - Method in class org.gridgain.grid.kernal.GridKernal
-
Gets a formatted instance of MBean server instance.
- getMemoryMode() - Method in class org.gridgain.grid.cache.GridCacheConfiguration
-
Gets memory mode for cache.
- getMemoryMx() - Static method in class org.gridgain.grid.util.GridUtils
-
Gets memory MBean.
- getMessage() - Method in exception org.gridgain.grid.cache.GridCachePartialUpdateException
-
- getMessage() - Method in exception org.gridgain.grid.GridException
- getMessage() - Method in exception org.gridgain.grid.GridRuntimeException
- getMessage() - Method in class org.gridgain.grid.util.direct.GridTcpCommunicationMessageState
-
- 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.
- getMessageQueueLimit() - Method in class org.gridgain.grid.dr.hub.receiver.GridDrReceiverHubConfiguration
-
Gets message queue limit for incoming and outgoing messages in receiver hub's TCP server.
- getMessageQueueLimit() - Method in interface org.gridgain.grid.dr.hub.receiver.GridDrReceiverHubMBean
-
Gets message queue limit for incoming and outgoing messages.
- getMessageQueueLimit() - Method in class org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpi
-
Gets message queue limit for incoming and outgoing messages.
- getMessageQueueLimit() - Method in interface org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpiMBean
-
Gets message queue limit for incoming and outgoing 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.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.
- getMetaCacheName() - Method in class org.gridgain.grid.ggfs.GridGgfsConfiguration
-
Cache name to store GGFS meta information.
- getMethodClass() - Method in class org.gridgain.grid.compute.gridify.aop.GridifyArgumentAdapter
-
Gets class to which the executed method belongs.
- getMethodClass() - Method in interface org.gridgain.grid.compute.gridify.GridifyArgument
-
Gets class to which the executed method belongs.
- getMethodName() - Method in class org.gridgain.grid.compute.gridify.aop.GridifyArgumentAdapter
-
Gets method name.
- getMethodName() - Method in interface org.gridgain.grid.compute.gridify.GridifyArgument
-
Gets method name.
- getMethodParameters() - Method in class org.gridgain.grid.compute.gridify.aop.GridifyArgumentAdapter
-
Gets method parameters in the same order they appear in method
signature.
- getMethodParameters() - Method in interface org.gridgain.grid.compute.gridify.GridifyArgument
-
Gets method parameters in the same order they appear in method
signature.
- getMethodParameterTypes() - Method in class org.gridgain.grid.compute.gridify.aop.GridifyArgumentAdapter
-
Gets method parameter types in the same order they appear in method
signature.
- getMethodParameterTypes() - Method in interface org.gridgain.grid.compute.gridify.GridifyArgument
-
Gets method parameter types in the same order they appear in method
signature.
- getMethodReturnType() - Method in class org.gridgain.grid.util.gridify.GridifyRangeArgument
-
Gets method return type in the same order they appear in method
signature.
- getMethodsWithAnnotation(GridDeployment, Class<?>, Class<? extends Annotation>) - Method in class org.gridgain.grid.kernal.processors.resource.GridResourceProcessor
-
Gets list of methods in specified class annotated with specified annotation.
- getMetrics() - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeBean
-
Gets metrics.
- getMetrics() - Method in interface org.gridgain.grid.spi.discovery.GridDiscoveryMetricsProvider
-
This method always returns up-to-date metrics data about local node.
- getMetricsExpireTime() - Method in class org.gridgain.grid.GridConfiguration
-
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 class org.gridgain.grid.GridConfiguration
-
Number of node metrics to keep in memory to calculate totals and averages.
- getMetricsLogFrequency() - Method in class org.gridgain.grid.GridConfiguration
-
Gets frequency of metrics log print out.
- getMetricsStoreFormatted() - Method in class org.gridgain.grid.spi.discovery.tcp.GridTcpDiscoverySpi
-
- getMetricsStoreFormatted() - Method in interface org.gridgain.grid.spi.discovery.tcp.GridTcpDiscoverySpiMBean
-
- getMetricsUpdateFrequency() - Method in class org.gridgain.grid.GridConfiguration
-
Gets job metrics update frequency in milliseconds.
- getMinimumActiveJobs() - Method in interface org.gridgain.grid.GridProjectionMetrics
-
Gets minimum number of active jobs that concurrently run on nodes in the projection.
- getMinimumBufferedMessageCount() - Method in class org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpi
-
Gets the minimum number of messages for this SPI, that are buffered
prior to sending.
- getMinimumBufferedMessageCount() - Method in interface org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpiMBean
-
Gets the minimum number of messages for this SPI, that are buffered
prior to sending.
- 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.
- getMinimumExecutionTime() - Method in class org.gridgain.grid.kernal.processors.streamer.GridStreamerStageMBeanAdapter
-
Gets stage minimum execution time.
- getMinimumExecutionTime() - Method in interface org.gridgain.grid.streamer.GridStreamerStageMBean
-
Gets stage minimum execution time.
- 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.
- getMinimumWaitingTime() - Method in class org.gridgain.grid.kernal.processors.streamer.GridStreamerStageMBeanAdapter
-
Gets stage minimum waiting time.
- getMinimumWaitingTime() - Method in interface org.gridgain.grid.streamer.GridStreamerStageMBean
-
Gets stage minimum waiting time.
- getMinorVersion() - Method in class org.gridgain.jdbc.GridJdbcDriver
- getMisses() - Method in class org.gridgain.grid.kernal.processors.rest.handlers.cache.GridCacheRestMetrics
-
Gets misses.
- getMode() - Method in class org.gridgain.grid.dr.cache.sender.GridDrSenderCacheConfiguration
-
Gets mode.
- getMulticastGroup() - Method in class org.gridgain.grid.spi.discovery.tcp.ipfinder.multicast.GridTcpDiscoveryMulticastIpFinder
-
Gets IP address of multicast group.
- getMulticastPort() - Method in class org.gridgain.grid.spi.discovery.tcp.ipfinder.multicast.GridTcpDiscoveryMulticastIpFinder
-
Gets port number which multicast messages are sent to.
- getName() - Method in class org.gridgain.client.GridClientDataConfiguration
-
Gets name of remote cache.
- getName() - Method in class org.gridgain.grid.cache.GridCacheConfiguration
-
Cache name.
- getName() - Method in class org.gridgain.grid.ggfs.GridGgfsConfiguration
-
Gets GGFS instance name.
- getName() - Method in class org.gridgain.grid.kernal.processors.streamer.GridStreamerMBeanAdapter
-
Gets streamer name.
- getName() - Method in class org.gridgain.grid.kernal.processors.streamer.GridStreamerStageMBeanAdapter
-
Gets stage 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
GridComputeTaskName 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
GridComputeTaskName 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.
- getName() - Method in class org.gridgain.grid.streamer.GridStreamerConfiguration
-
Gets streamer name.
- getName() - Method in interface org.gridgain.grid.streamer.GridStreamerMBean
-
Gets streamer name.
- getName() - Method in interface org.gridgain.grid.streamer.GridStreamerStageMBean
-
Gets stage name.
- getName() - Method in interface org.gridgain.grid.streamer.GridStreamerWindowMBean
-
Gets window name.
- getName() - Method in interface org.gridgain.grid.streamer.index.GridStreamerIndexProvider
-
Gets index name.
- getName() - Method in class org.gridgain.grid.streamer.index.GridStreamerIndexProviderAdapter
-
Gets index name.
- getName() - Method in class org.gridgain.grid.streamer.window.GridStreamerWindowAdapter
-
Gets window name.
- getName(String) - Static method in class org.gridgain.grid.util.io.GridFilenameUtils
-
Gets the name minus the path from a full filename.
- getNearEvictionPolicy() - Method in class org.gridgain.grid.cache.GridCacheConfiguration
-
Gets eviction policy for near cache which is different from the one used for
partitioned cache.
- getNearStartSize() - Method in class org.gridgain.grid.cache.GridCacheConfiguration
-
Gets initial cache size for near cache which will be used to pre-create internal
hash table after start.
- getNetworkInterfaceName(String) - Static method in class org.gridgain.grid.util.GridUtils
-
Gets display name of the network interface this IP address belongs to.
- getNetworkSendRetryCount() - Method in class org.gridgain.grid.GridConfiguration
-
Message send retries count.
- getNetworkSendRetryDelay() - Method in class org.gridgain.grid.GridConfiguration
-
Interval in milliseconds between message send retries.
- getNetworkTimeout() - Method in class org.gridgain.grid.GridConfiguration
-
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.
- getNode() - Method in interface org.gridgain.grid.compute.GridComputeJobResult
-
Gets node this job executed on.
- getNode() - Method in class org.gridgain.grid.kernal.GridJobResultImpl
-
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.tcp.GridTcpDiscoverySpi
-
Gets node by ID.
- getNodeAttributes() - Method in class org.gridgain.grid.spi.collision.jobstealing.GridJobStealingCollisionSpi
-
- getNodeAttributes() - Method in class org.gridgain.grid.spi.collision.priorityqueue.GridPriorityQueueCollisionSpi
-
- getNodeAttributes() - Method in class org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpi
-
- getNodeAttributes() - Method in class org.gridgain.grid.spi.failover.always.GridAlwaysFailoverSpi
-
- getNodeAttributes() - Method in class org.gridgain.grid.spi.failover.jobstealing.GridJobStealingFailoverSpi
-
- getNodeAttributes() - Method in interface org.gridgain.grid.spi.GridSpi
-
- getNodeAttributes() - Method in class org.gridgain.grid.spi.GridSpiAdapter
-
- getNodeAttributes() - Method in class org.gridgain.grid.spi.loadbalancing.weightedrandom.GridWeightedRandomLoadBalancingSpi
-
- getNodeId() - Method in class org.gridgain.grid.GridConfiguration
-
Unique identifier for this node within grid.
- getNodeId() - Method in class org.gridgain.grid.kernal.GridJobExecuteResponse
-
- getNodeId() - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeBean
-
Gets node ID.
- getNodeId() - Method in interface org.gridgain.grid.logger.GridLoggerNodeIdAware
-
Gets node ID.
- getNodeId() - Method in class org.gridgain.grid.logger.java.GridJavaLogger
-
Gets node ID.
- 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.client.GridClientNodeMetrics
-
Returns the start time of grid node in milliseconds.
- getNodeStartTime() - Method in class org.gridgain.client.impl.GridClientNodeMetricsAdapter
-
Returns the start time of grid node in milliseconds.
- getNodeStartTime() - Method in interface org.gridgain.grid.GridNodeMetrics
-
Returns the start time of grid node in milliseconds.
- getNodeStartTime() - Method in class org.gridgain.grid.kernal.GridLocalNodeMetrics
-
Returns the start time of grid node in milliseconds.
- getNodeStartTime() - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeMetricsBean
-
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.client.GridClientNodeMetrics
-
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.client.impl.GridClientNodeMetricsAdapter
-
Returns the amount of non-heap memory in bytes that is committed for
the Java virtual machine to use.
- 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.kernal.GridLocalNodeMetrics
-
Returns the amount of non-heap memory in bytes that is committed for
the JVM to use.
- getNonHeapMemoryCommitted() - Method in interface org.gridgain.grid.kernal.managers.discovery.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.kernal.processors.rest.client.message.GridClientNodeMetricsBean
-
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.discovery.GridDiscoveryMetricsAdapter
-
Returns the amount of non-heap memory in bytes that is committed for
the JVM to use.
- getNonHeapMemoryInitialized() - Method in interface org.gridgain.client.GridClientNodeMetrics
-
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.client.impl.GridClientNodeMetricsAdapter
-
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 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.kernal.GridLocalNodeMetrics
-
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.kernal.managers.discovery.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.kernal.processors.rest.client.message.GridClientNodeMetricsBean
-
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.discovery.GridDiscoveryMetricsAdapter
-
Returns the amount of non-heap memory in bytes that the JVM
initially requests from the operating system for memory management.
- getNonHeapMemoryMaximum() - Method in interface org.gridgain.client.GridClientNodeMetrics
-
Returns the maximum amount of non-heap memory in bytes that can be
used for memory management.
- getNonHeapMemoryMaximum() - Method in class org.gridgain.client.impl.GridClientNodeMetricsAdapter
-
Returns the maximum amount of non-heap memory in bytes that can be
used 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.kernal.GridLocalNodeMetrics
-
Returns the maximum amount of non-heap memory in bytes that can be
used for memory management.
- getNonHeapMemoryMaximum() - Method in interface org.gridgain.grid.kernal.managers.discovery.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.kernal.processors.rest.client.message.GridClientNodeMetricsBean
-
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.
- getNonHeapMemoryUsed() - Method in interface org.gridgain.client.GridClientNodeMetrics
-
Returns the current non-heap memory size that is used by Java VM.
- getNonHeapMemoryUsed() - Method in class org.gridgain.client.impl.GridClientNodeMetricsAdapter
-
Returns the current non-heap memory size that is used by Java VM.
- 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.kernal.GridLocalNodeMetrics
-
Returns the current non-heap memory size that is used by Java VM.
- getNonHeapMemoryUsed() - Method in interface org.gridgain.grid.kernal.managers.discovery.GridLocalMetrics
-
Returns the current non-heap memory size that is used by Java VM.
- getNonHeapMemoryUsed() - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeMetricsBean
-
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.
- 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.
- getOffHeap(long) - Method in class org.gridgain.grid.util.offheap.unsafe.GridUnsafeMemory
-
Get value stored in offheap along with a flag indicating whether this is "raw bytes", i.e.
- getOffHeapAllocatedSize() - Method in interface org.gridgain.grid.cache.GridCacheMBean
-
Gets memory size allocated in off-heap.
- getOffHeapEntriesCount() - Method in interface org.gridgain.grid.cache.GridCacheMBean
-
Gets number of entries stored in off-heap memory.
- getOffHeapMaxMemory() - Method in class org.gridgain.grid.cache.GridCacheConfiguration
-
Gets maximum amount of memory available to off-heap storage.
- getOldestNodeStartTime() - Method in interface org.gridgain.grid.GridProjectionMetrics
-
Gets start time of the oldest node in the projection.
- getOriginalMessage() - Method in exception org.gridgain.grid.GridException
-
Returns exception message.
- getOrMarshalKeyBytes() - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheEntryEx
-
- getOrMarshalKeyBytes() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMapEntry
- getOrSet(Map<K, List<V>>, K) - Static method in class org.gridgain.grid.kernal.processors.cache.GridCacheUtils
-
- getOrSet(ConcurrentMap<K, Collection<V>>, K) - Static method in class org.gridgain.grid.kernal.processors.cache.GridCacheUtils
-
- getOsInformation() - Method in interface org.gridgain.grid.GridKernalMBean
-
Gets OS information.
- getOsInformation() - Method in class org.gridgain.grid.kernal.GridKernal
-
Gets OS information.
- getOsMx() - Static method in class org.gridgain.grid.util.GridUtils
-
Gets OS MBean.
- getOsUser() - Method in interface org.gridgain.grid.GridKernalMBean
-
Gets OS user.
- getOsUser() - Method in class org.gridgain.grid.kernal.GridKernal
-
Gets OS user.
- getOutboundMessagesQueueSize() - Method in interface org.gridgain.grid.GridNodeMetrics
-
Gets outbound messages queue size.
- getOutboundMessagesQueueSize() - Method in class org.gridgain.grid.kernal.GridLocalNodeMetrics
-
Gets outbound messages queue size.
- getOutboundMessagesQueueSize() - Method in class org.gridgain.grid.kernal.managers.communication.GridIoManager
-
Gets outbound messages queue size.
- getOutboundMessagesQueueSize() - Method in interface org.gridgain.grid.spi.communication.GridCommunicationSpi
-
Gets outbound messages queue size.
- getOutboundMessagesQueueSize() - Method in class org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpi
-
Gets outbound messages queue size.
- getOutboundMessagesQueueSize() - Method in interface org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpiMBean
-
Gets outbound messages queue size.
- getOutboundMessagesQueueSize() - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
-
Gets outbound messages queue size.
- getOverflowMode() - Method in class org.gridgain.grid.dr.hub.sender.store.fs.GridDrSenderHubFsStore
-
Gets overflow mode defining how store will behave in case of overflow.
- getOverflowMode() - Method in class org.gridgain.grid.dr.hub.sender.store.memory.GridDrSenderHubInMemoryStore
-
Gets overflow mode defining how store will behave in case of overflow.
- 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.
- getParameterName(MBeanOperationInfo, MBeanParameterInfo, int) - Method in class org.gridgain.grid.util.mbean.GridStandardMBean
- getParamIndex() - Method in class org.gridgain.grid.util.gridify.GridifyRangeArgument
-
Gets index identifies where to find data in method signature.
- getParentLogger() - Method in class org.gridgain.jdbc.GridJdbcDriver
- getPartitions() - Method in class org.gridgain.client.GridClientPartitionAffinity
-
Gets total number of key partitions.
- getPartitions() - Method in class org.gridgain.grid.cache.affinity.consistenthash.GridCacheConsistentHashAffinityFunction
-
Gets total number of key partitions.
- getPartitions() - Method in class org.gridgain.grid.cache.affinity.rendezvous.GridCacheRendezvousAffinityFunction
-
Gets total number of key partitions.
- getPassiveJobs() - Method in class org.gridgain.grid.kernal.processors.jobmetrics.GridJobMetricsSnapshot
-
- getPassword() - Method in class org.gridgain.grid.security.GridSecurityCredentials
-
Gets 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(String) - Static method in class org.gridgain.grid.util.io.GridFilenameUtils
-
Gets the path from a full filename, which excludes the prefix.
- getPathModes() - Method in class org.gridgain.grid.ggfs.GridGgfsConfiguration
-
Gets map of path prefixes to GGFS modes used for them.
- getPathNoEndSeparator(String) - Static method in class org.gridgain.grid.util.io.GridFilenameUtils
-
Gets the path from a full filename, which excludes the prefix, and
also excluding the final directory separator.
- getPeakThreadCount() - Method in interface org.gridgain.grid.kernal.managers.discovery.GridLocalMetrics
-
Returns the peak live thread count since the Java virtual machine
started or peak was reset.
- getPeerClassLoadingExecutorService() - Method in class org.gridgain.grid.GridConfiguration
-
Should return an instance of fully configured executor service which
is in charge of peer class loading requests/responses.
- getPeerClassLoadingExecutorServiceShutdown() - Method in class org.gridgain.grid.GridConfiguration
-
Should return flag of peer class loading executor service shutdown when the grid stops.
- getPeerClassLoadingLocalClassPathExclude() - Method in class 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.
- getPeerClassLoadingMissedResourcesCacheSize() - Method in class org.gridgain.grid.GridConfiguration
-
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.
- getPerNodeBatchSize() - Method in class org.gridgain.grid.ggfs.GridGgfsConfiguration
-
Gets number of file blocks buffered on local node before sending batch to remote node.
- getPerNodeBufferSize() - Method in class org.gridgain.grid.dr.hub.receiver.GridDrReceiverHubConfiguration
-
Gets per-node data buffer size.
- getPerNodeBufferSize() - Method in interface org.gridgain.grid.dr.hub.receiver.GridDrReceiverHubMBean
-
Gets data center replication data loader per node buffer size.
- getPerNodeParallelBatchCount() - Method in class org.gridgain.grid.ggfs.GridGgfsConfiguration
-
Gets number of batches that can be concurrently sent to remote node.
- getPerNodeParallelLoadOperations() - Method in class org.gridgain.grid.dr.hub.receiver.GridDrReceiverHubConfiguration
-
Gets per-node parallel load operations.
- getPerNodeParallelLoadOperations() - Method in interface org.gridgain.grid.dr.hub.receiver.GridDrReceiverHubMBean
-
Gets per node parallel load operations.
- getPessimisticTxLogLinger() - Method in class org.gridgain.grid.cache.GridCacheConfiguration
-
Gets delay, in milliseconds, after which pessimistic recovery entries will be cleaned up for failed node.
- getPessimisticTxLogSize() - Method in class org.gridgain.grid.cache.GridCacheConfiguration
-
Gets size of pessimistic transactions log stored on node in order to recover transaction commit if originating
node has left grid before it has sent all messages to transaction nodes.
- getPid() - Method in class org.gridgain.grid.util.GridJavaProcess
-
Returns pid of the java process.
- getPingInterval() - Method in class org.gridgain.client.GridClientConfiguration
-
Gets time interval in milliseconds between ping requests.
- getPingTimeout() - Method in class org.gridgain.client.GridClientConfiguration
-
Gets ping timeout.
- getPinnedBalancer() - Method in class org.gridgain.client.GridClientDataConfiguration
-
Gets balancer to use for pinned nodes.
- getPipelineAverageExecutionNodes() - Method in class org.gridgain.grid.kernal.processors.streamer.GridStreamerMBeanAdapter
-
Gets average number of unique nodes participated in pipeline execution.
- getPipelineAverageExecutionNodes() - Method in interface org.gridgain.grid.streamer.GridStreamerMBean
-
Gets average number of unique nodes participated in pipeline execution.
- getPipelineAverageExecutionTime() - Method in class org.gridgain.grid.kernal.processors.streamer.GridStreamerMBeanAdapter
-
Gets pipeline average execution time, i.e.
- getPipelineAverageExecutionTime() - Method in interface org.gridgain.grid.streamer.GridStreamerMBean
-
Gets pipeline average execution time, i.e.
- getPipelineMaximumExecutionNodes() - Method in class org.gridgain.grid.kernal.processors.streamer.GridStreamerMBeanAdapter
-
Gets maximum number of unique nodes participated in pipeline execution.
- getPipelineMaximumExecutionNodes() - Method in interface org.gridgain.grid.streamer.GridStreamerMBean
-
Gets maximum number of unique nodes participated in pipeline execution.
- getPipelineMaximumExecutionTime() - Method in class org.gridgain.grid.kernal.processors.streamer.GridStreamerMBeanAdapter
-
Gets pipeline maximum execution time, i.e.
- getPipelineMaximumExecutionTime() - Method in interface org.gridgain.grid.streamer.GridStreamerMBean
-
Gets pipeline maximum execution time, i.e.
- getPipelineMinimumExecutionNodes() - Method in class org.gridgain.grid.kernal.processors.streamer.GridStreamerMBeanAdapter
-
Gets minimum number of unique nodes participated in pipeline execution.
- getPipelineMinimumExecutionNodes() - Method in interface org.gridgain.grid.streamer.GridStreamerMBean
-
Gets minimum number of unique nodes participated in pipeline execution.
- getPipelineMinimumExecutionTime() - Method in class org.gridgain.grid.kernal.processors.streamer.GridStreamerMBeanAdapter
-
Gets pipeline minimum execution time, i.e.
- getPipelineMinimumExecutionTime() - Method in interface org.gridgain.grid.streamer.GridStreamerMBean
-
Gets pipeline minimum execution time, i.e.
- getPolicy() - Method in interface org.gridgain.grid.streamer.index.GridStreamerIndexProvider
-
Gets event indexing policy, which defines how events
are tracked within an index.
- getPolicy() - Method in class org.gridgain.grid.streamer.index.GridStreamerIndexProviderAdapter
-
Gets event indexing policy, which defines how events
are tracked within an index.
- getPoolSize() - Method in interface org.gridgain.grid.GridExecutorServiceMBean
-
Returns the current number of threads in the pool.
- getPoolSize() - Method in class org.gridgain.grid.kernal.GridExecutorServiceMBeanAdapter
-
Returns the current number of threads in the pool.
- getPort() - Method in class org.gridgain.client.router.GridTcpRouterConfiguration
-
Gets port for TCP binary protocol server.
- getPort() - Method in interface org.gridgain.client.router.GridTcpRouterMBean
-
Gets port for TCP binary protocol server.
- getPort() - Method in class org.gridgain.client.router.impl.GridTcpRouterImpl
-
Gets port for TCP binary protocol server.
- getPort() - Method in interface org.gridgain.grid.util.ipc.GridIpcServerEndpoint
-
Gets port endpoint is bound to.
- getPort() - Method in class org.gridgain.grid.util.ipc.loopback.GridIpcServerTcpEndpoint
-
Gets port endpoint is bound to.
- getPort() - Method in class org.gridgain.grid.util.ipc.shmem.GridIpcSharedMemoryServerEndpoint
-
Gets port endpoint is bound to.
- getPortPropertyName() - Method in class org.gridgain.grid.kernal.processors.rest.protocols.GridRestProtocolAdapter
-
Return node attribute name to store used port number.
- getPortPropertyName() - Method in class org.gridgain.grid.kernal.processors.rest.protocols.tcp.GridTcpRestProtocol
-
Return node attribute name to store used port number.
- getPortRange() - Method in class org.gridgain.client.router.GridTcpRouterConfiguration
-
Gets port range for TCP binary protocol server.
- getPrefetchBlocks() - Method in class org.gridgain.grid.ggfs.GridGgfsConfiguration
-
Get number of pre-fetched blocks if specific file's chunk is requested.
- getPrefix(String) - Static method in class org.gridgain.grid.util.io.GridFilenameUtils
-
Gets the prefix from a full filename, such as C:/
or ~/.
- getPrefixLength(String) - Static method in class org.gridgain.grid.util.io.GridFilenameUtils
-
Returns the length of the filename prefix, such as C:/ or ~/.
- getPreloadBatchSize() - Method in class org.gridgain.grid.cache.GridCacheConfiguration
-
Gets size (in number bytes) to be loaded within a single preload message.
- getPreloadMode() - Method in class org.gridgain.grid.cache.GridCacheConfiguration
-
Gets preload mode for distributed cache.
- getPreloadOrder() - Method in class org.gridgain.grid.cache.GridCacheConfiguration
-
Gets cache preload order.
- getPreloadPartitionedDelay() - Method in class org.gridgain.grid.cache.GridCacheConfiguration
-
Gets delay in milliseconds upon a node joining or leaving topology (or crash) after which preloading
should be started automatically.
- getPreloadThreadPoolSize() - Method in class org.gridgain.grid.cache.GridCacheConfiguration
-
Gets size of preloading thread pool.
- getPreloadThrottle() - Method in class org.gridgain.grid.cache.GridCacheConfiguration
-
Time in milliseconds to wait between preload messages to avoid overloading of CPU or network.
- getPreloadTimeout() - Method in class org.gridgain.grid.cache.GridCacheConfiguration
-
Gets preload timeout (ms).
- 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.
- getProcess() - Method in class org.gridgain.grid.util.GridJavaProcess
-
Exposes wrapped java Process.
- 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.
- getProperties() - Method in interface org.gridgain.grid.kernal.processors.rest.GridRestProtocol
-
Returns protocol properties for setting node attributes.
- getProperties() - Method in class org.gridgain.grid.kernal.processors.rest.protocols.GridRestProtocolAdapter
-
Returns protocol properties for setting node attributes.
- getPropertyInfo(String, Properties) - Method in class org.gridgain.jdbc.GridJdbcDriver
- getProtocol() - Method in class org.gridgain.client.GridClientConfiguration
-
Gets protocol for communication between client and remote grid.
- getProtocol() - Method in class org.gridgain.client.ssl.GridSslBasicContextFactory
-
Gets protocol for secure transport.
- getProtocolId() - Method in interface org.gridgain.client.marshaller.GridClientMarshaller
-
Returns a unique ID of this marshaller's protocol, used
to determine exchange protocol between client
and server.
- getProtocolId() - Method in class org.gridgain.client.marshaller.jdk.GridClientJdkMarshaller
-
Returns a unique ID of this marshaller's protocol, used
to determine exchange protocol between client
and server.
- getProtocolId() - Method in class org.gridgain.client.marshaller.optimized.GridClientOptimizedMarshaller
-
Returns a unique ID of this marshaller's protocol, used
to determine exchange protocol between client
and server.
- getPwd() - Method in class org.gridgain.grid.spi.checkpoint.jdbc.GridJdbcCheckpointSpi
-
Gets checkpoint jdbc password.
- getPwd() - Method in interface org.gridgain.grid.spi.checkpoint.jdbc.GridJdbcCheckpointSpiMBean
-
Gets checkpoint jdbc password.
- getQueryFuture(long) - Method in class org.gridgain.grid.kernal.processors.cache.query.GridCacheDistributedQueryManager
-
Gets query future from futures map.
- getQueueSize() - Method in interface org.gridgain.grid.GridExecutorServiceMBean
-
Gets current size of the execution queue.
- getQueueSize() - Method in class org.gridgain.grid.kernal.GridExecutorServiceMBeanAdapter
-
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.
- getReadBufferSize() - Method in class org.gridgain.grid.dr.hub.sender.store.fs.GridDrSenderHubFsStore
-
Gets read buffer size.
- getReads() - Method in class org.gridgain.grid.kernal.processors.rest.handlers.cache.GridCacheRestMetrics
-
Gets reads.
- getReadStripesNumber() - Method in class org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpi
-
Gets read pool size.
- getReadStripesNumber() - Method in interface org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpiMBean
-
Gets read pool size.
- getReadTime() - Method in class org.gridgain.grid.kernal.processors.rest.handlers.cache.GridCacheRestMetrics
-
Gets read time.
- getReadTimeout() - Method in class org.gridgain.grid.dr.hub.sender.GridDrSenderHubConfiguration
-
Gets read timeout.
- getReadTimeout() - Method in interface org.gridgain.grid.dr.hub.sender.GridDrSenderHubMBean
-
Gets read timeout in milliseconds.
- getReceivedBytesCount() - Method in interface org.gridgain.client.GridClientNodeMetrics
-
Gets received bytes count.
- getReceivedBytesCount() - Method in class org.gridgain.client.impl.GridClientNodeMetricsAdapter
-
Gets received bytes count.
- getReceivedBytesCount() - Method in interface org.gridgain.grid.GridNodeMetrics
-
Gets received bytes count.
- getReceivedBytesCount() - Method in class org.gridgain.grid.kernal.GridLocalNodeMetrics
-
Gets received bytes count.
- getReceivedBytesCount() - Method in class org.gridgain.grid.kernal.managers.communication.GridIoManager
-
Gets received bytes count.
- getReceivedBytesCount() - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeMetricsBean
-
Gets received bytes count.
- getReceivedBytesCount() - Method in interface org.gridgain.grid.spi.communication.GridCommunicationSpi
-
Gets received bytes count.
- 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.
- getReceivedBytesCount() - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
-
Gets received bytes count.
- getReceivedCount() - Method in interface org.gridgain.client.router.GridTcpRouterMBean
-
Returns number of messages received by this router.
- getReceivedCount() - Method in class org.gridgain.client.router.impl.GridTcpRouterImpl
-
Returns number of messages received by this router.
- 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 interface org.gridgain.client.GridClientNodeMetrics
-
Gets received messages count.
- getReceivedMessagesCount() - Method in class org.gridgain.client.impl.GridClientNodeMetricsAdapter
-
Gets received messages count.
- getReceivedMessagesCount() - Method in interface org.gridgain.grid.GridNodeMetrics
-
Gets received messages count.
- getReceivedMessagesCount() - Method in class org.gridgain.grid.kernal.GridLocalNodeMetrics
-
Gets received messages count.
- getReceivedMessagesCount() - Method in class org.gridgain.grid.kernal.managers.communication.GridIoManager
-
Gets received messages count.
- getReceivedMessagesCount() - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeMetricsBean
-
Gets received messages count.
- getReceivedMessagesCount() - Method in interface org.gridgain.grid.spi.communication.GridCommunicationSpi
-
Gets received messages count.
- 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.
- getReceivedMessagesCount() - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
-
Gets received messages count.
- getReceiverHubAddresses() - Method in class org.gridgain.grid.dr.hub.sender.GridDrSenderHubConnectionConfiguration
-
Gets addresses of remote receiver hubs.
- getReceiverHubLoadBalancingMode() - Method in class org.gridgain.grid.dr.hub.sender.GridDrSenderHubConnectionConfiguration
-
Gets remote receiver hub load balancing policy.
- getReconnectCount() - Method in class org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpi
-
Gets maximum number of reconnect attempts used when establishing connection
with remote nodes.
- getReconnectCount() - Method in interface org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpiMBean
-
Gets maximum number of reconnect attempts used when establishing connection
with remote nodes.
- 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.
- getReconnectOnFailureTimeout() - Method in class org.gridgain.grid.dr.hub.sender.GridDrSenderHubConfiguration
-
Gets reconnect-on-failure timeout.
- getReconnectOnFailureTimeout() - Method in interface org.gridgain.grid.dr.hub.sender.GridDrSenderHubMBean
-
Timeout after which node can be reconnected in case it was previously disconnected due to a failure.
- getRefreshAheadRatio() - Method in class org.gridgain.grid.cache.GridCacheConfiguration
-
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.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.
- getRejectedExecutionHandlerClass() - Method in class org.gridgain.grid.kernal.GridExecutorServiceMBeanAdapter
-
Returns the class name of current rejection handler.
- getRejectJobs() - Method in class org.gridgain.grid.kernal.processors.jobmetrics.GridJobMetricsSnapshot
-
- 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.tcp.GridTcpDiscoverySpi
-
Gets collection of remote nodes in grid or empty collection if no remote nodes found.
- getReplicaCount() - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeBean
-
Gets node replica count on consistent hash ring.
- getReplicaCountAttributeName() - Method in class org.gridgain.grid.cache.affinity.consistenthash.GridCacheConsistentHashAffinityFunction
-
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.
- getResponse() - Method in class org.gridgain.grid.kernal.processors.rest.GridRestResponse
-
- getResponseWaitTime() - Method in class org.gridgain.grid.spi.discovery.tcp.ipfinder.multicast.GridTcpDiscoveryMulticastIpFinder
-
Gets time in milliseconds IP finder waits for reply to
multicast address request.
- getRestAccessibleFolders() - Method in class org.gridgain.grid.GridConfiguration
-
Gets list of folders that are accessible for log reading command.
- getRestExecutorService() - Method in class org.gridgain.grid.GridConfiguration
-
Should return an instance of fully configured thread pool to be used for
processing of client messages (REST requests).
- getRestExecutorServiceShutdown() - Method in class org.gridgain.grid.GridConfiguration
-
Shutdown flag for REST executor service.
- getRestIdleTimeout() - Method in class org.gridgain.grid.GridConfiguration
-
Gets idle timeout for REST server.
- getRestJettyPath() - Method in class org.gridgain.grid.GridConfiguration
-
Gets path, either absolute or relative to GRIDGAIN_HOME, to Jetty
XML configuration file.
- getRestPortRange() - Method in class org.gridgain.grid.GridConfiguration
-
Gets number of ports to try if configured port is already in use.
- getRestSecretKey() - Method in class org.gridgain.grid.GridConfiguration
-
Gets secret key to authenticate REST requests.
- getRestTcpHost() - Method in class org.gridgain.grid.GridConfiguration
-
Gets host for TCP binary protocol server.
- getRestTcpPort() - Method in class org.gridgain.grid.GridConfiguration
-
Gets port for TCP binary protocol server.
- getRestTcpReceiveBufferSize() - Method in class org.gridgain.grid.GridConfiguration
-
Gets REST TCP server receive buffer size.
- getRestTcpSelectorCount() - Method in class org.gridgain.grid.GridConfiguration
-
Gets number of selector threads in REST TCP server.
- getRestTcpSendBufferSize() - Method in class org.gridgain.grid.GridConfiguration
-
Gets REST TCP server send buffer size.
- getRestTcpSendQueueLimit() - Method in class org.gridgain.grid.GridConfiguration
-
Gets REST TCP server send queue limit.
- getRestTcpSslContextFactory() - Method in class org.gridgain.grid.GridConfiguration
-
Gets context factory that will be used for creating a secure socket layer of rest binary server.
- getResult() - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientTaskResultBean
-
- getRouter() - Method in class org.gridgain.grid.streamer.GridStreamerConfiguration
-
Gets streamer event router.
- getRouters() - Method in class org.gridgain.client.GridClientConfiguration
-
Collection of 'host:port' pairs representing
grid routers used to establish connection to the grid.
- getRuntimeMx() - Static method in class org.gridgain.grid.util.GridUtils
-
Gets runtime MBean.
- getSecondaryHadoopFileSystemConfigPath() - Method in class org.gridgain.grid.ggfs.GridGgfsConfiguration
-
Gets path for the secondary hadoop file system config.
- getSecondaryHadoopFileSystemUri() - Method in class org.gridgain.grid.ggfs.GridGgfsConfiguration
-
Gets URI of the secondary Hadoop file system, like HDFS.
- getSecureSessionSpi() - Method in class org.gridgain.grid.GridConfiguration
-
Should return fully configured secure session SPI implementation.
- getSecureSessionSpiFormatted() - Method in interface org.gridgain.grid.GridKernalMBean
-
Gets a formatted instance of fully configured secure session SPI implementation.
- getSecureSessionSpiFormatted() - Method in class org.gridgain.grid.kernal.GridKernal
-
Gets a formatted instance of fully configured secure session SPI implementation.
- getSecurityCredentialsProvider() - Method in class org.gridgain.client.GridClientConfiguration
-
Gets client credentials provider to authenticate with.
- getSecurityCredentialsProvider() - Method in class org.gridgain.client.router.GridTcpRouterConfiguration
-
Gets credentials provider for grid access.
- getSecurityCredentialsProvider() - Method in class org.gridgain.grid.GridConfiguration
-
Gets security credentials.
- getSegmentationPolicy() - Method in class org.gridgain.grid.GridConfiguration
-
Returns segmentation policy.
- getSegmentationResolveAttempts() - Method in class org.gridgain.grid.GridConfiguration
-
Gets segmentation resolve attempts.
- getSegmentationResolvers() - Method in class org.gridgain.grid.GridConfiguration
-
Returns a collection of segmentation resolvers.
- getSegmentCheckFrequency() - Method in class org.gridgain.grid.GridConfiguration
-
Returns frequency of network segment check by discovery manager.
- getSelectorCount() - Method in class org.gridgain.grid.dr.hub.receiver.GridDrReceiverHubConfiguration
-
Gets amount of selector threads in receiver hub's TCP server.
- getSelectorCount() - Method in interface org.gridgain.grid.dr.hub.receiver.GridDrReceiverHubMBean
-
Gets number of selector threads in receiver hub's TCP server.
- 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.
- getSendCount() - Method in interface org.gridgain.client.router.GridTcpRouterMBean
-
Returns number of responses returned by this router.
- getSendCount() - Method in class org.gridgain.client.router.impl.GridTcpRouterImpl
-
Returns number of responses returned by this router.
- getSenderHubLoadBalancingMode() - Method in class org.gridgain.grid.dr.cache.sender.GridDrSenderCacheConfiguration
-
Gets sender hub load balancing mode.
- getSentBytesCount() - Method in interface org.gridgain.client.GridClientNodeMetrics
-
Gets sent bytes count.
- getSentBytesCount() - Method in class org.gridgain.client.impl.GridClientNodeMetricsAdapter
-
Gets sent bytes count.
- getSentBytesCount() - Method in interface org.gridgain.grid.GridNodeMetrics
-
Gets sent bytes count.
- getSentBytesCount() - Method in class org.gridgain.grid.kernal.GridLocalNodeMetrics
-
Gets sent bytes count.
- getSentBytesCount() - Method in class org.gridgain.grid.kernal.managers.communication.GridIoManager
-
Gets sent bytes count.
- getSentBytesCount() - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeMetricsBean
-
Gets sent bytes count.
- getSentBytesCount() - Method in interface org.gridgain.grid.spi.communication.GridCommunicationSpi
-
Gets sent bytes count.
- 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.
- getSentBytesCount() - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
-
Gets sent bytes count.
- getSentMessagesCount() - Method in interface org.gridgain.client.GridClientNodeMetrics
-
Gets sent messages count.
- getSentMessagesCount() - Method in class org.gridgain.client.impl.GridClientNodeMetricsAdapter
-
Gets sent messages count.
- getSentMessagesCount() - Method in interface org.gridgain.grid.GridNodeMetrics
-
Gets sent messages count.
- getSentMessagesCount() - Method in class org.gridgain.grid.kernal.GridLocalNodeMetrics
-
Gets sent messages count.
- getSentMessagesCount() - Method in class org.gridgain.grid.kernal.managers.communication.GridIoManager
-
Gets sent messages count.
- getSentMessagesCount() - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeMetricsBean
-
Gets sent messages count.
- getSentMessagesCount() - Method in interface org.gridgain.grid.spi.communication.GridCommunicationSpi
-
Gets sent messages 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.
- getSentMessagesCount() - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
-
Gets sent messages count.
- getSequenceNumber() - Method in class org.gridgain.grid.kernal.GridTaskSessionImpl
-
- getSequentialReadsBeforePrefetch() - Method in class org.gridgain.grid.ggfs.GridGgfsConfiguration
-
Get amount of sequential block reads before prefetch is triggered.
- getServers() - Method in class org.gridgain.client.GridClientConfiguration
-
Collection of 'host:port' pairs representing
remote grid servers used to establish initial connection to
the grid.
- getServers() - Method in class org.gridgain.client.router.GridTcpRouterConfiguration
-
Gets list of server addresses to which router should try to connect to.
- getServers() - Method in interface org.gridgain.client.router.GridTcpRouterMBean
-
Gets list of server addresses where router's embedded client should connect.
- getServers() - Method in class org.gridgain.client.router.impl.GridTcpRouterImpl
-
Gets list of server addresses where router's embedded client should connect.
- getSession() - Method in class org.gridgain.grid.kernal.processors.job.GridJobWorker
-
- getSession(GridUuid) - Method in class org.gridgain.grid.kernal.processors.session.GridTaskSessionProcessor
-
- getSessionAttributes() - Method in class org.gridgain.grid.kernal.GridJobExecuteRequest
-
- getSessionAttributesBytes() - Method in class org.gridgain.grid.kernal.GridJobExecuteRequest
-
- getSessionId() - Method in class org.gridgain.grid.kernal.GridJobExecuteRequest
- getSessionId() - Method in class org.gridgain.grid.kernal.GridJobExecuteResponse
-
- getSessionId() - Method in interface org.gridgain.grid.kernal.GridTaskMessage
-
- getSessionId() - Method in class org.gridgain.grid.kernal.GridTaskSessionRequest
-
- getSessionId() - Method in class org.gridgain.grid.kernal.managers.checkpoint.GridCheckpointRequest
-
- getSessionToken() - Method in class org.gridgain.grid.kernal.processors.rest.GridRestResponse
-
- getSharedMemoryPort() - Method in class org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpi
-
Gets local port for shared memory communication.
- getSharedMemoryPort() - Method in interface org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpiMBean
-
Gets local port for shared memory communication.
- getShort() - Method in class org.gridgain.grid.util.direct.GridTcpCommunicationMessageState
-
- getShortArray() - Method in class org.gridgain.grid.util.direct.GridTcpCommunicationMessageState
-
- getSibling() - Method in class org.gridgain.grid.kernal.GridJobResultImpl
-
- getSiblings() - Method in class org.gridgain.grid.kernal.GridJobExecuteRequest
-
- getSiblingsBytes() - Method in class org.gridgain.grid.kernal.GridJobExecuteRequest
-
- getSimpleName(Class<?>) - Static method in class org.gridgain.client.util.GridClientUtils
-
Gets simple class name taking care of empty names.
- getSimpleName(Class<?>) - Static method in class org.gridgain.grid.util.GridUtils
-
Gets simple class name taking care of empty names.
- getSize() - Method in interface org.gridgain.grid.cache.GridCacheMBean
-
Returns number of non-null values in the cache.
- getSize() - Method in interface org.gridgain.grid.streamer.GridStreamerWindowMBean
-
Gets current window size.
- getSize() - Method in class org.gridgain.grid.streamer.window.GridStreamerWindowAdapter
-
Gets current window size.
- getSize() - Method in class org.gridgain.grid.util.ipc.shmem.GridIpcSharedMemoryServerEndpoint
-
Gets size of shared memory spaces that are created by the endpoint.
- getSmtpFromEmail() - Method in class org.gridgain.grid.GridConfiguration
-
Gets optional FROM email address for email notifications.
- getSmtpHost() - Method in class org.gridgain.grid.GridConfiguration
-
Gets SMTP host name or null if SMTP is not configured.
- getSmtpPassword() - Method in class org.gridgain.grid.GridConfiguration
-
SMTP password or null if not used.
- getSmtpPort() - Method in class org.gridgain.grid.GridConfiguration
-
Gets SMTP port.
- getSmtpUsername() - Method in class org.gridgain.grid.GridConfiguration
-
Gets SMTP username or null if not used.
- getSocketReceiveBuffer() - Method in class org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpi
-
Gets receive buffer size for sockets created or accepted by this SPI.
- getSocketReceiveBuffer() - Method in interface org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpiMBean
-
Gets receive buffer size for sockets created or accepted by this SPI.
- getSocketSendBuffer() - Method in class org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpi
-
Gets send buffer size for sockets created or accepted by this SPI.
- getSocketSendBuffer() - Method in interface org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpiMBean
-
Gets send buffer size for sockets created or accepted by this SPI.
- 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.
- getSpi() - Method in class org.gridgain.grid.kernal.managers.GridManagerAdapter
-
Gets wrapped SPI.
- getSpi(String) - Method in class org.gridgain.grid.kernal.managers.GridManagerAdapter
-
- getSpiContext() - Method in class org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpi
-
Gets SPI context.
- getSpiContext() - Method in class org.gridgain.grid.spi.discovery.tcp.GridTcpDiscoverySpi
-
Gets SPI context.
- getSpiContext() - Method in class org.gridgain.grid.spi.GridSpiAdapter
-
Gets SPI context.
- getSpis() - Method in class org.gridgain.grid.kernal.managers.GridManagerAdapter
-
- 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.
- getSslContextFactory() - Method in class org.gridgain.client.GridClientConfiguration
-
Gets a factory that should be used for SSL context creation.
- getSslContextFactory() - Method in class org.gridgain.client.router.GridTcpRouterConfiguration
-
Gets SSL context factory that will be used for creating a secure socket layer
of both rest binary server and out coming connections.
- getStageActiveExecutionCount() - Method in class org.gridgain.grid.kernal.processors.streamer.GridStreamerMBeanAdapter
-
Gets number of stages currently being executed in streamer pool.
- getStageActiveExecutionCount() - Method in interface org.gridgain.grid.streamer.GridStreamerMBean
-
Gets number of stages currently being executed in streamer pool.
- getStageClassName() - Method in class org.gridgain.grid.kernal.processors.streamer.GridStreamerStageMBeanAdapter
-
Gets stage class name.
- getStageClassName() - Method in interface org.gridgain.grid.streamer.GridStreamerStageMBean
-
Gets stage class name.
- getStageFutureMapSize() - Method in class org.gridgain.grid.kernal.processors.streamer.GridStreamerMBeanAdapter
-
Gets size of stage futures map.
- getStageFutureMapSize() - Method in interface org.gridgain.grid.streamer.GridStreamerMBean
-
Gets size of stage futures map.
- getStages() - Method in class org.gridgain.grid.streamer.GridStreamerConfiguration
-
Gets collection of streamer stages.
- getStageTotalExecutionCount() - Method in class org.gridgain.grid.kernal.processors.streamer.GridStreamerMBeanAdapter
-
Gets total number of stages executed since last reset.
- getStageTotalExecutionCount() - Method in interface org.gridgain.grid.streamer.GridStreamerMBean
-
Gets total number of stages executed since last reset.
- getStageWaitingExecutionCount() - Method in class org.gridgain.grid.kernal.processors.streamer.GridStreamerMBeanAdapter
-
Gets number of event batches currently waiting to be executed.
- getStageWaitingExecutionCount() - Method in interface org.gridgain.grid.streamer.GridStreamerMBean
-
Gets number of event batches currently waiting to be executed.
- getStartedJobs() - Method in class org.gridgain.grid.kernal.processors.jobmetrics.GridJobMetricsSnapshot
-
- getStartSize() - Method in class org.gridgain.grid.cache.GridCacheConfiguration
-
Gets initial cache size which will be used to pre-create internal
hash table after start.
- getStartTaskTime() - Method in class org.gridgain.grid.kernal.GridJobExecuteRequest
-
- getStartTime() - Method in interface org.gridgain.client.GridClientNodeMetrics
-
Returns the start time of the Java virtual machine in milliseconds.
- getStartTime() - Method in class org.gridgain.client.impl.GridClientNodeMetricsAdapter
-
Returns the start time of the Java virtual machine in milliseconds.
- getStartTime() - Method in interface org.gridgain.grid.compute.GridComputeTaskSession
-
Gets start of computation time for the task.
- getStartTime() - Method in interface org.gridgain.grid.GridNodeMetrics
-
Returns the start time of the JVM in milliseconds.
- getStartTime() - Method in class org.gridgain.grid.kernal.GridJobSessionImpl
-
Gets start of computation time for the task.
- getStartTime() - Method in class org.gridgain.grid.kernal.GridLocalNodeMetrics
-
Returns the start time of the JVM in milliseconds.
- getStartTime() - Method in class org.gridgain.grid.kernal.GridTaskSessionImpl
-
Gets start of computation time for the task.
- getStartTime() - Method in interface org.gridgain.grid.kernal.managers.discovery.GridLocalMetrics
-
Returns the start time of the Java virtual machine in milliseconds.
- getStartTime() - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeMetricsBean
-
Returns the start time of the Java virtual machine in milliseconds.
- getStartTime() - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
-
Returns the start time of the JVM in milliseconds.
- getStartTimestamp() - Method in interface org.gridgain.grid.GridKernalMBean
-
Get start timestamp of the kernal.
- getStartTimestamp() - Method in class org.gridgain.grid.kernal.GridKernal
-
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.kernal.GridKernal
-
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.GridGainMBean
-
Gets state of default grid instance.
- getState(String) - Method in interface org.gridgain.grid.GridGainMBean
-
Gets state for a given grid instance.
- getState() - Method in class org.gridgain.grid.kernal.GridGainMBeanAdapter
-
Gets state of default grid instance.
- getState(String) - Method in class org.gridgain.grid.kernal.GridGainMBeanAdapter
-
Gets state for a given grid instance.
- getState() - Method in interface org.gridgain.grid.kernal.GridKernalGateway
-
Gets current kernal state.
- getState() - Method in class org.gridgain.grid.kernal.GridKernalGatewayImpl
-
Gets current kernal state.
- getStateTransferThreadsCount() - Method in class org.gridgain.grid.dr.cache.sender.GridDrSenderCacheConfiguration
-
Gets state transfer threads count.
- getStateTransferThrottle() - Method in class org.gridgain.grid.dr.cache.sender.GridDrSenderCacheConfiguration
-
Gets state transfer throttle.
- 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.
- getStatusCode() - Method in exception org.gridgain.client.GridClientHandshakeException
-
- getStdErr() - Static method in class org.gridgain.grid.util.test.GridTestPrintStreamFactory
-
Gets original standard error.
- getStdOut() - Static method in class org.gridgain.grid.util.test.GridTestPrintStreamFactory
-
Gets original standard out.
- getStealingAttributes() - Method in class org.gridgain.grid.spi.collision.jobstealing.GridJobStealingCollisionSpi
-
- getStealingAttributes() - Method in interface org.gridgain.grid.spi.collision.jobstealing.GridJobStealingCollisionSpiMBean
-
- getStore() - Method in class org.gridgain.grid.cache.GridCacheConfiguration
-
Gets underlying persistent storage for read-through and write-through operations.
- getStore() - Method in class org.gridgain.grid.dr.hub.sender.GridDrSenderHubConfiguration
-
Gets store.
- 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.
- getStreamBufferSize() - Method in class org.gridgain.grid.ggfs.GridGgfsConfiguration
-
Get read/write buffer size for GGFS stream operations in bytes.
- getStreamerConfiguration() - Method in class org.gridgain.grid.GridConfiguration
-
Gets streamers configurations.
- getString() - Method in class org.gridgain.grid.util.direct.GridTcpCommunicationMessageState
-
- getSuccessStatus() - Method in class org.gridgain.grid.kernal.processors.rest.GridRestResponse
-
- getSwapSpaceSpi() - Method in class org.gridgain.grid.GridConfiguration
-
Should return fully configured swap space SPI implementation.
- getSwapSpaceSpiFormatted() - Method in interface org.gridgain.grid.GridKernalMBean
-
Gets a formatted instance of configured swapspace SPI implementations.
- getSwapSpaceSpiFormatted() - Method in class org.gridgain.grid.kernal.GridKernal
-
Gets a formatted instance of configured swapspace SPI implementations.
- getSystemExecutorService() - Method in class org.gridgain.grid.GridConfiguration
-
Executor service that is in charge of processing internal system messages.
- getSystemExecutorServiceShutdown() - Method in class org.gridgain.grid.GridConfiguration
-
Shutdown flag for system executor service.
- getSystemOrEnv(String) - Static method in class org.gridgain.grid.util.typedef.X
-
Gets either system property or environment variable with given name.
- getSystemOrEnv(String, String) - Static method in class org.gridgain.grid.util.typedef.X
-
Gets either system property or environment variable with given name.
- getSystemRequestTimeout() - Method in class org.gridgain.grid.dr.hub.sender.GridDrSenderHubConfiguration
-
Gets system request timeout.
- getSystemRequestTimeout() - Method in interface org.gridgain.grid.dr.hub.sender.GridDrSenderHubMBean
-
Gets system request timeout.
- getTarget() - Method in class org.gridgain.grid.compute.gridify.aop.GridifyArgumentAdapter
-
Gets target object for method execution.
- getTarget() - Method in interface org.gridgain.grid.compute.gridify.GridifyArgument
-
Gets target object to execute method on.
- getTaskClassName() - Method in class org.gridgain.grid.kernal.GridJobExecuteRequest
-
- getTaskClassName() - Method in class org.gridgain.grid.kernal.GridJobSessionImpl
-
Returns task class name.
- getTaskClassName() - Method in class org.gridgain.grid.kernal.GridTaskSessionImpl
-
Returns task class name.
- getTaskCount() - Method in interface org.gridgain.grid.GridExecutorServiceMBean
-
Returns the approximate total number of tasks that have been scheduled
for execution.
- getTaskCount() - Method in class org.gridgain.grid.kernal.GridExecutorServiceMBeanAdapter
-
Returns the approximate total number of tasks that have been scheduled
for execution.
- getTaskName() - Method in interface org.gridgain.grid.compute.GridComputeTaskSession
-
Gets task name of the task this session belongs to.
- getTaskName() - Method in class org.gridgain.grid.kernal.GridJobExecuteRequest
-
- getTaskName() - Method in class org.gridgain.grid.kernal.GridJobSessionImpl
-
Gets task name of the task this session belongs to.
- getTaskName() - Method in class org.gridgain.grid.kernal.GridTaskSessionImpl
-
Gets task name of the task this session belongs to.
- getTaskName(Class<? extends GridComputeTask<?, ?>>) - Static method in class org.gridgain.grid.util.GridUtils
-
Gets task name for the given task class.
- getTaskNodeId() - Method in interface org.gridgain.grid.compute.GridComputeTaskSession
-
Gets ID of the node on which task execution originated.
- getTaskNodeId() - Method in class org.gridgain.grid.kernal.GridJobSessionImpl
-
Gets ID of the node on which task execution originated.
- getTaskNodeId() - Method in class org.gridgain.grid.kernal.GridTaskSessionImpl
-
- getTaskSession() - Method in interface org.gridgain.grid.compute.GridComputeTaskFuture
-
Gets task session of execution grid task.
- getTaskSession() - Method in class org.gridgain.grid.kernal.GridTaskFutureImpl
-
Gets task timeout.
- getTaskSession() - Method in class org.gridgain.grid.kernal.managers.collision.GridCollisionJobContextAdapter
-
Gets current task session associated with this job.
- getTaskSession() - Method in class org.gridgain.grid.kernal.managers.failover.GridFailoverContextImpl
-
Gets current task session.
- 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.
- getTcpAddresses() - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeBean
-
Gets REST TCP server addresses.
- getTcpHostNames() - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeBean
-
Gets REST TCP server host names.
- getTcpPort() - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeBean
-
Gets REST binary protocol port.
- getThreadContext(GridTaskThreadContextKey) - Method in class org.gridgain.grid.kernal.processors.task.GridTaskProcessor
-
Gets thread-local context value for a given key.
- getThreadCount() - Method in interface org.gridgain.grid.kernal.managers.discovery.GridLocalMetrics
-
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.
- getThreadFactoryClass() - Method in class org.gridgain.grid.kernal.GridExecutorServiceMBeanAdapter
-
Returns the class name of thread factory used to create new threads.
- getThreadMx() - Static method in class org.gridgain.grid.util.GridUtils
-
Gets threading MBean.
- 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.
- getThreadsCount() - Method in class org.gridgain.grid.cache.store.GridCacheLoadOnlyStoreAdapter
-
Returns number of worker threads.
- getTimeInterval() - Method in class org.gridgain.grid.streamer.window.GridStreamerBoundedTimeWindow
-
Gets window time interval.
- getTimeout() - Method in class org.gridgain.grid.kernal.GridJobExecuteRequest
-
- getTimeServerPortBase() - Method in class org.gridgain.grid.GridConfiguration
-
Gets base UPD port number for grid time server.
- getTimeServerPortRange() - Method in class org.gridgain.grid.GridConfiguration
-
Defines port range to try for time server start.
- getTimestamp() - Method in class org.gridgain.grid.kernal.processors.jobmetrics.GridJobMetricsSnapshot
-
- getTokenDirectoryPath() - Method in class org.gridgain.grid.util.ipc.shmem.GridIpcSharedMemoryServerEndpoint
-
Gets token directory path.
- getTopHistorySize() - Method in class org.gridgain.grid.spi.discovery.tcp.GridTcpDiscoverySpi
-
- getTopology() - Method in interface org.gridgain.grid.compute.GridComputeTaskSession
-
Gets a collection of grid nodes IDs.
- getTopology() - Method in class org.gridgain.grid.kernal.GridJobSessionImpl
-
Gets a collection of grid nodes IDs.
- getTopology() - Method in class org.gridgain.grid.kernal.GridTaskSessionImpl
-
Gets a collection of grid nodes IDs.
- getTopologyRefreshFrequency() - Method in class org.gridgain.client.GridClientConfiguration
-
Gets topology refresh frequency.
- getTotalBusyTime() - Method in interface org.gridgain.client.GridClientNodeMetrics
-
Gets total busy time.
- getTotalBusyTime() - Method in class org.gridgain.client.impl.GridClientNodeMetricsAdapter
-
Gets total busy time.
- getTotalBusyTime() - Method in interface org.gridgain.grid.GridNodeMetrics
-
Gets total time this node spent executing jobs.
- getTotalBusyTime() - Method in class org.gridgain.grid.kernal.GridLocalNodeMetrics
-
Gets total time this node spent executing jobs.
- getTotalBusyTime() - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeMetricsBean
-
- getTotalBusyTime() - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
-
Gets total time this node spent executing jobs.
- getTotalCancelledJobs() - Method in interface org.gridgain.client.GridClientNodeMetrics
-
Gets total cancelled jobs.
- getTotalCancelledJobs() - Method in class org.gridgain.client.impl.GridClientNodeMetricsAdapter
-
Gets total cancelled jobs.
- getTotalCancelledJobs() - Method in interface org.gridgain.grid.GridNodeMetrics
-
Gets number of cancelled jobs since node startup.
- getTotalCancelledJobs() - Method in class org.gridgain.grid.kernal.GridLocalNodeMetrics
-
Gets number of cancelled jobs since node startup.
- getTotalCancelledJobs() - Method in class org.gridgain.grid.kernal.processors.jobmetrics.GridJobMetrics
-
- getTotalCancelledJobs() - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeMetricsBean
-
Gets total cancelled jobs.
- getTotalCancelledJobs() - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
-
Gets number of cancelled jobs since node startup.
- getTotalCpus() - Method in interface org.gridgain.client.GridClientNodeMetrics
-
Returns the number of CPUs available to the Java Virtual Machine.
- getTotalCpus() - Method in class org.gridgain.client.impl.GridClientNodeMetricsAdapter
-
Returns the number of CPUs available to the Java Virtual Machine.
- 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.kernal.GridLocalNodeMetrics
-
Returns the number of CPUs available to the Java Virtual Machine.
- getTotalCpus() - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeMetricsBean
-
Returns the number of CPUs available to the Java Virtual Machine.
- 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.client.GridClientNodeMetrics
-
Gets total active jobs.
- getTotalExecutedJobs() - Method in class org.gridgain.client.impl.GridClientNodeMetricsAdapter
-
Gets total active jobs.
- getTotalExecutedJobs() - Method in interface org.gridgain.grid.GridNodeMetrics
-
Gets total number of jobs handled by the node since node startup.
- getTotalExecutedJobs() - Method in class org.gridgain.grid.kernal.GridLocalNodeMetrics
-
Gets total number of jobs handled by the node since node startup.
- getTotalExecutedJobs() - Method in class org.gridgain.grid.kernal.processors.jobmetrics.GridJobMetrics
-
- getTotalExecutedJobs() - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeMetricsBean
-
Gets total active jobs.
- getTotalExecutedJobs() - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
-
Gets total number of jobs handled by the node since node startup.
- getTotalExecutedTasks() - Method in interface org.gridgain.client.GridClientNodeMetrics
-
Gets total number of tasks handled by the node.
- getTotalExecutedTasks() - Method in class org.gridgain.client.impl.GridClientNodeMetricsAdapter
-
Gets total number of tasks handled by the node.
- getTotalExecutedTasks() - Method in interface org.gridgain.grid.GridNodeMetrics
-
Gets total number of tasks handled by the node.
- getTotalExecutedTasks() - Method in class org.gridgain.grid.kernal.GridLocalNodeMetrics
-
Gets total number of tasks handled by the node.
- getTotalExecutedTasks() - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeMetricsBean
-
Gets total number of tasks handled by the node.
- getTotalExecutedTasks() - Method in class org.gridgain.grid.kernal.processors.task.GridTaskProcessor
-
- getTotalExecutedTasks() - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
-
Gets total number of tasks handled by the node.
- getTotalExecutionCount() - Method in class org.gridgain.grid.kernal.processors.streamer.GridStreamerStageMBeanAdapter
-
Gets total stage execution count since last reset.
- getTotalExecutionCount() - Method in interface org.gridgain.grid.streamer.GridStreamerStageMBean
-
Gets total stage execution count since last reset.
- 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.client.GridClientNodeMetrics
-
Gets total idle time.
- getTotalIdleTime() - Method in class org.gridgain.client.impl.GridClientNodeMetricsAdapter
-
Gets total idle time.
- 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.kernal.GridLocalNodeMetrics
-
Gets total time this node spent idling (not executing any jobs).
- getTotalIdleTime() - Method in class org.gridgain.grid.kernal.processors.jobmetrics.GridJobMetrics
-
Gets total idle time.
- getTotalIdleTime() - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeMetricsBean
-
- 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.client.GridClientNodeMetrics
-
Gets total number of jobs this node ever rejected.
- getTotalRejectedJobs() - Method in class org.gridgain.client.impl.GridClientNodeMetricsAdapter
-
Gets total number of jobs this node ever rejected.
- getTotalRejectedJobs() - Method in interface org.gridgain.grid.GridNodeMetrics
-
Gets total number of jobs this node rejects during collision resolution operations since node startup.
- getTotalRejectedJobs() - Method in class org.gridgain.grid.kernal.GridLocalNodeMetrics
-
Gets total number of jobs this node rejects during collision resolution operations since node startup.
- getTotalRejectedJobs() - Method in class org.gridgain.grid.kernal.processors.jobmetrics.GridJobMetrics
-
- getTotalRejectedJobs() - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeMetricsBean
-
- getTotalRejectedJobs() - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
-
Gets total number of jobs this node rejects during collision resolution operations since node startup.
- getTotalStartedThreadCount() - Method in interface org.gridgain.client.GridClientNodeMetrics
-
Returns the total number of threads created and also started
since the Java virtual machine started.
- getTotalStartedThreadCount() - Method in class org.gridgain.client.impl.GridClientNodeMetricsAdapter
-
Returns the total number of threads created and also started
since the Java virtual machine started.
- 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.kernal.GridLocalNodeMetrics
-
Returns the total number of threads created and also started
since the JVM started.
- getTotalStartedThreadCount() - Method in interface org.gridgain.grid.kernal.managers.discovery.GridLocalMetrics
-
Returns the total number of threads created and also started
since the Java virtual machine started.
- getTotalStartedThreadCount() - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeMetricsBean
-
Returns the total number of threads created and also started
since the Java virtual machine 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.
- getTotalStolenJobsCount() - Method in class org.gridgain.grid.spi.failover.jobstealing.GridJobStealingFailoverSpi
-
Get total number of jobs that were stolen.
- getTotalStolenJobsCount() - Method in interface org.gridgain.grid.spi.failover.jobstealing.GridJobStealingFailoverSpiMBean
-
Get total number of jobs that were stolen.
- getTotalStolenJobsNumber() - Method in class org.gridgain.grid.spi.collision.jobstealing.GridJobStealingCollisionSpi
-
Gets total number of stolen jobs.
- getTotalStolenJobsNumber() - Method in interface org.gridgain.grid.spi.collision.jobstealing.GridJobStealingCollisionSpiMBean
-
Gets total number of stolen jobs.
- getTransactionManagerLookupClassName() - Method in class org.gridgain.grid.cache.GridCacheConfiguration
-
Gets class name of transaction manager finder for integration for JEE app servers.
- getTrashPurgeTimeout() - Method in class org.gridgain.grid.ggfs.GridGgfsConfiguration
-
Gets maximum timeout awaiting for trash purging in case data cache oversize is detected.
- getTrustManagers() - Method in class org.gridgain.client.ssl.GridSslBasicContextFactory
-
Gets pre-configured trust managers.
- getTrustStoreFilePath() - Method in class org.gridgain.client.ssl.GridSslBasicContextFactory
-
Gets path to the trust store file.
- getTrustStorePassword() - Method in class org.gridgain.client.ssl.GridSslBasicContextFactory
-
Gets trust store password.
- getTrustStoreType() - Method in class org.gridgain.client.ssl.GridSslBasicContextFactory
-
Gets trust store type used for context creation.
- 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.
- getUpdater() - Method in class org.gridgain.grid.streamer.index.GridStreamerIndexProviderAdapter
-
Gets index updater.
- getUpTime() - Method in interface org.gridgain.client.GridClientNodeMetrics
-
Returns the uptime of the Java virtual machine in milliseconds.
- getUpTime() - Method in class org.gridgain.client.impl.GridClientNodeMetricsAdapter
-
Returns the uptime of the Java virtual machine in milliseconds.
- 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.kernal.GridKernal
-
Gets up-time of the kernal.
- getUpTime() - Method in class org.gridgain.grid.kernal.GridLocalNodeMetrics
-
Returns the uptime of the JVM in milliseconds.
- getUptime() - Method in interface org.gridgain.grid.kernal.managers.discovery.GridLocalMetrics
-
Returns the uptime of the Java virtual machine in milliseconds.
- getUpTime() - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeMetricsBean
-
Returns the uptime of the Java virtual machine 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.
- getUpTimeFormatted() - Method in interface org.gridgain.grid.GridKernalMBean
-
Gets string presentation of up-time for the kernal.
- getUpTimeFormatted() - Method in class org.gridgain.grid.kernal.GridKernal
-
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.
- getUsedDeploymentMap() - Method in class org.gridgain.grid.kernal.processors.task.GridTaskProcessor
-
Gets currently used deployments mapped by task name or aliases.
- getUsedDeployments() - Method in class org.gridgain.grid.kernal.processors.task.GridTaskProcessor
-
Gets currently used deployments.
- 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 class org.gridgain.grid.GridConfiguration
-
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.
- getUserAttributesFormatted() - Method in class org.gridgain.grid.kernal.GridKernal
-
Gets a collection of formatted user-defined attributes added to this node.
- getUserObject() - Method in class org.gridgain.grid.security.GridSecurityCredentials
-
Gets user-specific object.
- getUserVersion() - Method in class org.gridgain.grid.kernal.GridJobExecuteRequest
-
- getUserVersion() - Method in class org.gridgain.grid.kernal.GridTaskSessionImpl
-
- getUuid() - Method in class org.gridgain.grid.util.direct.GridTcpCommunicationMessageState
-
- getUuidClient() - Method in class org.gridgain.grid.util.direct.GridTcpCommunicationMessageState
-
- getValue() - Method in class com.romix.scala.collection.concurrent.Pair
-
- getValue() - Method in interface org.gridgain.grid.cache.GridCacheEntry
-
- getValue() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheEntryImpl
-
- getValue() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheEvictionEntry
-
- getValue() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheFilterEvaluationEntry
-
- getValue() - Method in class org.gridgain.grid.kernal.processors.cache.query.GridCacheQueryResponseEntry
-
- getValue() - Method in class org.gridgain.grid.kernal.processors.dr.GridDrRawEntry
- getValue(String, int, Object, byte[], ClassLoader) - Method in class org.gridgain.grid.kernal.processors.offheap.GridOffHeapProcessor
-
Gets value from offheap space for the given key.
- getValue() - Method in class org.gridgain.grid.lang.GridBiTuple
- getValue() - Method in class org.gridgain.grid.util.snaptree.SnapTreeMap.Node
-
- getValueBytes() - Method in class org.gridgain.grid.util.direct.GridTcpCommunicationMessageState
-
- 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.
- getVmName() - Method in interface org.gridgain.grid.GridKernalMBean
-
Gets VM name.
- getVmName() - Method in class org.gridgain.grid.kernal.GridKernal
-
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.
- getWaitTime() - Method in class org.gridgain.grid.kernal.processors.jobmetrics.GridJobMetricsSnapshot
-
- getWindows() - Method in class org.gridgain.grid.streamer.GridStreamerConfiguration
-
Gets collection of streamer event windows.
- getWorkDirectory() - Method in class org.gridgain.grid.GridConfiguration
-
Gets GridGain work folder.
- getWorkerThreads() - Method in class org.gridgain.grid.dr.hub.receiver.GridDrReceiverHubConfiguration
-
Gets amount of threads responsible for sender hub batches processing.
- getWorkerThreads() - Method in interface org.gridgain.grid.dr.hub.receiver.GridDrReceiverHubMBean
-
Gets number of threads responsible for sender hub requests processing.
- getWriteBehindBatchSize() - Method in class org.gridgain.grid.cache.GridCacheConfiguration
-
Maximum batch size for write-behind cache store operations.
- getWriteBehindBufferSize() - Method in interface org.gridgain.grid.cache.GridCacheMBean
-
Gets count of entries that were processed by the write-behind store and have not been
flushed to the underlying store yet.
- getWriteBehindBufferSize() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheWriteBehindStore
-
Gets count of entries that were processed by the write-behind store and have not been
flushed to the underlying store yet.
- getWriteBehindCriticalOverflowCount() - Method in interface org.gridgain.grid.cache.GridCacheMBean
-
Gets count of write buffer overflow events in progress at the moment.
- getWriteBehindCriticalOverflowCount() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheWriteBehindStore
-
Gets count of write buffer overflow events in progress at the moment.
- getWriteBehindErrorRetryCount() - Method in interface org.gridgain.grid.cache.GridCacheMBean
-
Gets count of cache entries that are in a store-retry state.
- getWriteBehindErrorRetryCount() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheWriteBehindStore
-
Gets count of cache entries that are in a store-retry state.
- getWriteBehindFlushFrequency() - Method in class org.gridgain.grid.cache.GridCacheConfiguration
-
Frequency with which write-behind cache is flushed to the cache store in milliseconds.
- getWriteBehindFlushFrequency() - Method in interface org.gridgain.grid.cache.GridCacheMBean
-
Gets the cache flush frequency.
- getWriteBehindFlushFrequency() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheWriteBehindStore
-
Gets the cache flush frequency.
- getWriteBehindFlushSize() - Method in class org.gridgain.grid.cache.GridCacheConfiguration
-
Maximum size of the write-behind cache.
- getWriteBehindFlushSize() - Method in interface org.gridgain.grid.cache.GridCacheMBean
-
Gets the maximum size of the write-behind buffer.
- getWriteBehindFlushSize() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheWriteBehindStore
-
Gets the maximum size of the write-behind buffer.
- getWriteBehindFlushThreadCount() - Method in class org.gridgain.grid.cache.GridCacheConfiguration
-
Number of threads that will perform cache flushing.
- getWriteBehindFlushThreadCount() - Method in interface org.gridgain.grid.cache.GridCacheMBean
-
Gets the number of flush threads that will perform store update operations.
- getWriteBehindFlushThreadCount() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheWriteBehindStore
-
Gets the number of flush threads that will perform store update operations.
- getWriteBehindStoreBatchSize() - 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.
- getWriteBehindStoreBatchSize() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheWriteBehindStore
-
Gets the maximum count of similar (put or remove) operations that can be grouped to a single batch.
- getWriteBehindTotalCriticalOverflowCount() - Method in interface org.gridgain.grid.cache.GridCacheMBean
-
Gets count of write buffer overflow events since initialization.
- getWriteBehindTotalCriticalOverflowCount() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheWriteBehindStore
-
Gets count of write buffer overflow events since initialization.
- getWriteBufferSize() - Method in class org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpi
-
Gets write buffer size in bytes.
- getWriteBufferSize() - Method in interface org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpiMBean
-
Gets write buffer size in bytes.
- getWrites() - Method in class org.gridgain.grid.kernal.processors.rest.handlers.cache.GridCacheRestMetrics
-
Gets writes.
- getWriteSynchronizationMode() - Method in class org.gridgain.grid.cache.GridCacheConfiguration
-
Gets write synchronization mode.
- getWriteTime() - Method in class org.gridgain.grid.kernal.processors.rest.handlers.cache.GridCacheRestMetrics
-
Gets write time.
- getWriteTimeout() - Method in class org.gridgain.grid.dr.hub.receiver.GridDrReceiverHubConfiguration
-
Gets write timeout for receiver hub's TCP server connection.
- getWriteTimeout() - Method in interface org.gridgain.grid.dr.hub.receiver.GridDrReceiverHubMBean
-
Gets write timeout for sender hub socket connection.
- 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_ATOMIC_CACHE_DELETE_HISTORY_SIZE - Static variable in class org.gridgain.grid.GridSystemProperties
-
Maximum size for atomic cache queue delete history.
- GG_ATOMIC_DEFERRED_ACK_BUFFER_SIZE - Static variable in class org.gridgain.grid.GridSystemProperties
-
Atomic cache deferred update response buffer size.
- GG_ATOMIC_DEFERRED_ACK_TIMEOUT - Static variable in class org.gridgain.grid.GridSystemProperties
-
Atomic cache deferred update timeout.
- GG_COMMUNICATION_BUF_RESIZE_RATIO - Static variable in class org.gridgain.grid.GridSystemProperties
-
System property to manage ratio for communication buffer resize.
- GG_CONFIG_URL - Static variable in class org.gridgain.grid.GridSystemProperties
-
System property to hold optional configuration URL.
- GG_CONSOLE_APPENDER - Static variable in class org.gridgain.grid.GridSystemProperties
-
If this property is set to
true (default) and GridGain is launched
in verbose mode (see
GridSystemProperties.GG_QUIET) and no console appenders can be found
in configuration, then default console appender will be added.
- 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_DEP_MODE_OVERRIDE - Static variable in class org.gridgain.grid.GridSystemProperties
-
System property to override deployment mode configuration parameter.
- GG_DISABLE_HOSTNAME_VERIFIER - Static variable in class org.gridgain.grid.GridSystemProperties
-
- 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_H2_DEBUG_CONSOLE - Static variable in class org.gridgain.grid.GridSystemProperties
-
If this property set then debug console will be opened for H2 indexing SPI.
- GG_HEADER - Static variable in class org.gridgain.grid.util.GridUtils
-
Network packet header.
- GG_HOME - Static variable in class org.gridgain.grid.GridSystemProperties
-
Defines GridGain installation folder.
- GG_HOME - Static variable in class org.gridgain.grid.util.nodestart.GridNodeStartUtils
-
Key for GridGain home folder.
- GG_IPC_SHMEM_SPACE_DEBUG - Static variable in class org.gridgain.grid.GridSystemProperties
-
If this property is set to true then shared memory space native debug will be enabled.
- GG_JETTY_HOST - Static variable in class org.gridgain.grid.GridSystemProperties
-
This property allows to override Jetty host for REST processor.
- GG_JETTY_LOG_NO_OVERRIDE - Static variable in class org.gridgain.grid.GridSystemProperties
-
This property does not allow GridGain to override Jetty log configuration for REST processor.
- GG_JETTY_PORT - Static variable in class org.gridgain.grid.GridSystemProperties
-
This property allows to override Jetty local port for REST processor.
- GG_JOBS_HISTORY_SIZE - Static variable in class org.gridgain.grid.GridSystemProperties
-
System property to override default job processor maps sizes for finished jobs and
cancellation requests.
- GG_JOBS_METRICS_CONCURRENCY_LEVEL - Static variable in class org.gridgain.grid.GridSystemProperties
-
System property to override default job metrics processor property defining
concurrency level for structure holding job metrics snapshots.
- 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_MARSHAL_BUFFERS_RECHECK - Static variable in class org.gridgain.grid.GridSystemProperties
-
System property to specify how often in milliseconds marshal buffers
should be rechecked and potentially trimmed.
- GG_MAX_COMPLETED_TX_COUNT - Static variable in class org.gridgain.grid.GridSystemProperties
-
Property controlling size of buffer holding completed transaction versions.
- GG_MIN_BUFFERED_COMMUNICATION_MSG_CNT - Static variable in class org.gridgain.grid.GridSystemProperties
-
System property to disable buffered communication if node sends less messages count than
specified by this property.
- GG_NEAR_GET_MAX_REMAPS - Static variable in class org.gridgain.grid.GridSystemProperties
-
This property defines the maximum number of attempts to remap near get to the same
primary node.
- 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_OFFHEAP_SAFE_RELEASE - Static variable in class org.gridgain.grid.GridSystemProperties
-
Flag that will force GridGain to fill memory block with some recognisable pattern right before
this memory block is released.
- GG_OVERRIDE_MCAST_GRP - Static variable in class org.gridgain.grid.GridSystemProperties
-
System property to override multicast group taken from configuration.
- GG_PERFORMANCE_SUGGESTIONS_DISABLED - Static variable in class org.gridgain.grid.GridSystemProperties
-
Flag indicating whether performance suggestions output on start should be disabled.
- GG_PRELOAD_RESEND_TIMEOUT - Static variable in class org.gridgain.grid.GridSystemProperties
-
System property to hold preload resend timeout for evicted partitions.
- 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_REFLECTION_CACHE_SIZE - Static variable in class org.gridgain.grid.GridSystemProperties
-
System property to override default reflection cache size.
- GG_REST_MAX_TASK_RESULTS - Static variable in class org.gridgain.grid.GridSystemProperties
-
This property allows to override maximum count of task results stored on one node
in REST processor.
- 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_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_SSH_HOST - Static variable in class org.gridgain.grid.GridSystemProperties
-
System property to hold SSH host for visor-started nodes.
- GG_SSH_USER_NAME - Static variable in class org.gridgain.grid.GridSystemProperties
-
System property to hold SSH user name for visor-started nodes.
- GG_STARVATION_CHECK_INTERVAL - Static variable in class org.gridgain.grid.GridSystemProperties
-
This system property defines interval in milliseconds in which GridGain will check
thread pool state for starvation.
- GG_SUCCESS_FILE - Static variable in class org.gridgain.grid.GridSystemProperties
-
Name of the system property defining success file name.
- GG_TCP_DISCOVERY_ADDRESSES - Static variable in class org.gridgain.grid.GridSystemProperties
-
Comma separated list of addresses in format "10.100.22.100:45000,10.100.22.101:45000".
- GG_TX_SALVAGE_TIMEOUT - Static variable in class org.gridgain.grid.GridSystemProperties
-
Timeout after which all uncompleted transactions originated by left node will be
salvaged (i.e.
- 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.
- GG_VISOR_CLIENT_LOG_LEVEL - Static variable in class org.gridgain.grid.GridSystemProperties
-
Specifies log level for Visor client logging.
- ggClassId() - Method in class org.gridgain.grid.GridUuid
-
Implementation of this method should simply return value of GG_CLASS_ID field.
- ggClassId() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheReturn
-
Implementation of this method should simply return value of GG_CLASS_ID field.
- ggClassId() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxEntry
-
Implementation of this method should simply return value of GG_CLASS_ID field.
- ggClassId() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheVersion
-
Implementation of this method should simply return value of GG_CLASS_ID field.
- ggClassId() - Method in class org.gridgain.grid.kernal.processors.streamer.GridStreamerExecutionBatch
-
Implementation of this method should simply return value of GG_CLASS_ID field.
- ggClassId() - Method in interface org.gridgain.grid.marshaller.optimized.GridOptimizedMarshallable
-
Implementation of this method should simply return value of GG_CLASS_ID field.
- ggfs(String) - Method in interface org.gridgain.grid.Grid
-
Gets an instance of GGFS - GridGain In-Memory File System, if one is not
configured then
IllegalArgumentException will be thrown.
- ggfs(String) - Method in class org.gridgain.grid.kernal.GridKernal
-
Gets an instance of GGFS - GridGain In-Memory File System, if one is not
configured then
IllegalArgumentException will be thrown.
- ggfs() - Method in interface org.gridgain.grid.kernal.GridKernalContext
-
Gets file system processor.
- ggfs() - Method in class org.gridgain.grid.kernal.GridKernalContextImpl
-
Gets file system processor.
- ggfs(String) - Method in class org.gridgain.grid.kernal.processors.ggfs.GridGgfsProcessorAdapter
-
Gets GGFS instance.
- ggfs(String) - Method in class org.gridgain.grid.kernal.processors.ggfs.GridNoopGgfsProcessor
-
Gets GGFS instance.
- ggfsDataSpaceMax() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearCacheAdapter
-
Get maximum space available for GGFS.
- ggfsDataSpaceMax() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
Get maximum space available for GGFS.
- ggfsDataSpaceMax() - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheProjectionEx
-
Get maximum space available for GGFS.
- ggfsDataSpaceMax() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProjectionImpl
-
Get maximum space available for GGFS.
- ggfsDataSpaceMax() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProxyImpl
-
Get maximum space available for GGFS.
- ggfsDataSpaceUsed() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearCacheAdapter
-
Get current amount of used GGFS space in bytes.
- ggfsDataSpaceUsed() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
Get current amount of used GGFS space in bytes.
- ggfsDataSpaceUsed() - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheProjectionEx
-
Get current amount of used GGFS space in bytes.
- ggfsDataSpaceUsed() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProjectionImpl
-
Get current amount of used GGFS space in bytes.
- ggfsDataSpaceUsed() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProxyImpl
-
Get current amount of used GGFS space in bytes.
- ggfsHelper() - Method in interface org.gridgain.grid.kernal.GridKernalContext
-
Gets GGFS utils processor.
- ggfsHelper() - Method in class org.gridgain.grid.kernal.GridKernalContextImpl
-
Gets GGFS utils processor.
- ggfsName() - Method in interface org.gridgain.grid.ggfs.mapreduce.GridGgfsTaskArgs
-
Gets GGFS name.
- ggfss() - Method in interface org.gridgain.grid.Grid
-
Gets all instances of the grid file systems.
- ggfss() - Method in class org.gridgain.grid.kernal.GridKernal
-
Gets all instances of the grid file systems.
- ggfss() - Method in class org.gridgain.grid.kernal.processors.ggfs.GridGgfsProcessorAdapter
-
Gets all GGFS instances.
- ggfss() - Method in class org.gridgain.grid.kernal.processors.ggfs.GridNoopGgfsProcessor
-
Gets all GGFS instances.
- ggfss() - Method in class org.gridgain.grid.kernal.visor.cmd.dto.VisorGridConfig
-
- ggfss(Iterable<VisorGgfsConfig>) - Method in class org.gridgain.grid.kernal.visor.cmd.dto.VisorGridConfig
-
- ggHome() - Method in class org.gridgain.grid.kernal.visor.cmd.dto.node.VisorBasicConfig
-
- ggHome(String) - Method in class org.gridgain.grid.kernal.visor.cmd.dto.node.VisorBasicConfig
-
- ggHome() - Method in class org.gridgain.grid.util.nodestart.GridRemoteStartSpecification
-
- globalClearAll() - Method in interface org.gridgain.grid.cache.GridCacheProjection
-
Clears cache on all nodes that store it's data.
- globalClearAll() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
Clears cache on all nodes that store it's data.
- globalClearAll() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProjectionImpl
-
Clears cache on all nodes that store it's data.
- globalClearAll() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProxyImpl
-
Clears cache on all nodes that store it's data.
- globalDeploymentInfo() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheDeploymentManager
-
- globalId() - Method in class org.gridgain.grid.GridUuid
-
Gets global ID portion of this GridUuid.
- globalLoader() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheDeploymentManager
-
Gets distributed class loader.
- globalTime() - Method in interface org.gridgain.grid.dr.GridDrEntry
-
Gets entry's global time in initiator data center.
- globalTime() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheVersion
-
- globalTime() - Method in class org.gridgain.grid.kernal.processors.dr.GridDrPlainEntry
-
Gets entry's global time in initiator data center.
- globalTime() - Method in class org.gridgain.grid.kernal.processors.dr.GridDrRawEntry
-
Gets entry's global time in initiator data center.
- GPC<T> - Interface in org.gridgain.grid.util.typedef.internal
-
- GPR - Interface in org.gridgain.grid.util.typedef.internal
-
- gracePeriod() - Method in class org.gridgain.grid.kernal.visor.cmd.dto.VisorLicense
-
- gracePeriod(long) - Method in class org.gridgain.grid.kernal.visor.cmd.dto.VisorLicense
-
- gracePeriod() - Method in interface org.gridgain.grid.product.GridProductLicense
-
Gets license violation grace period in minutes.
- gracePeriodLeft() - Method in interface org.gridgain.grid.kernal.processors.license.GridLicenseProcessor
-
- gracePeriodLeft() - Method in class org.gridgain.grid.kernal.processors.license.os.GridOsLicenseProcessor
- gracePeriodLeft() - Method in class org.gridgain.grid.kernal.visor.cmd.dto.VisorLicense
-
- gracePeriodLeft(long) - Method in class org.gridgain.grid.kernal.visor.cmd.dto.VisorLicense
-
- greaterAndSet(int, int) - Method in class org.gridgain.grid.util.GridAtomicInteger
-
Atomically updates value only if check value is greater
than current value.
- greaterAndSet(long, long) - Method in class org.gridgain.grid.util.GridAtomicLong
-
Atomically updates value only if check value is greater
than current value.
- greaterEqualsAndSet(int, int) - Method in class org.gridgain.grid.util.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.util.GridAtomicLong
-
Atomically updates value only if check value is greater
than or equal to current value.
- Grid - Interface in org.gridgain.grid
-
Main entry-point for all GridGain APIs.
- grid() - Static method in class org.gridgain.grid.GridGain
-
Gets an instance of default no-name grid.
- grid(UUID) - Static method in class org.gridgain.grid.GridGain
-
Gets a grid instance for given local node ID.
- grid(String) - Static method in class org.gridgain.grid.GridGain
-
Gets an named grid instance.
- grid() - Method in interface org.gridgain.grid.GridProjection
-
Gets instance of grid.
- grid() - Static method in class org.gridgain.grid.kernal.GridGainEx
-
Gets an instance of default no-name grid.
- grid(UUID) - Static method in class org.gridgain.grid.kernal.GridGainEx
-
Gets a grid instance for given local node ID.
- grid(String) - Static method in class org.gridgain.grid.kernal.GridGainEx
-
Gets an named grid instance.
- grid() - Method in interface org.gridgain.grid.kernal.GridKernalContext
-
Gets grid instance managed by kernal.
- grid() - Method in class org.gridgain.grid.kernal.GridKernalContextImpl
-
Gets grid instance managed by kernal.
- grid() - Method in class org.gridgain.grid.kernal.GridProjectionAdapter
-
Gets instance of grid.
- grid() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheContext
-
- grid() - Method in class org.gridgain.grid.messaging.GridMessagingListenActor
-
Gets grid instance associated with this actor.
- GRID_UUID_NOT_READ - Static variable in class org.gridgain.grid.util.direct.GridTcpCommunicationMessageAdapter
-
- GridAboutDialog - Class in org.gridgain.grid.startup.cmdline
-
About dialog.
- GridAbsClosure - Class in org.gridgain.grid.util.lang
-
Defines a convenient absolute, i.e.
- GridAbsClosure() - Constructor for class org.gridgain.grid.util.lang.GridAbsClosure
-
- GridAbsClosureX - Class in org.gridgain.grid.util.lang
-
Convenient abs-closure subclass that allows for thrown grid exception.
- GridAbsClosureX() - Constructor for class org.gridgain.grid.util.lang.GridAbsClosureX
-
- GridAbsPredicate - Interface in org.gridgain.grid.util.lang
-
Defines absolute (no-arg) predicate construct.
- GridAbsPredicateX - Class in org.gridgain.grid.util.lang
-
Convenient predicate subclass that allows for thrown grid exception.
- GridAbsPredicateX() - Constructor for class org.gridgain.grid.util.lang.GridAbsPredicateX
-
- GridAbstractCommunicationClient - Class in org.gridgain.grid.util.nio
-
Implements basic lifecycle for communication clients.
- GridAbstractCommunicationClient(GridNioMetricsListener) - Constructor for class org.gridgain.grid.util.nio.GridAbstractCommunicationClient
-
- GridAbstractMarshaller - Class in org.gridgain.grid.marshaller
-
Base class for marshallers.
- GridAbstractMarshaller() - Constructor for class org.gridgain.grid.marshaller.GridAbstractMarshaller
-
- 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.
- GridAdaptiveCpuLoadProbe(boolean, boolean, double) - Constructor for class org.gridgain.grid.spi.loadbalancing.adaptive.GridAdaptiveCpuLoadProbe
-
Specifies whether to use average CPU load vs.
- 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.
- 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
-
- 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.
- GridAddressResolver - Interface in org.gridgain.grid
-
Provides resolution between external and internal addresses.
- GridAddressResolverResource - Annotation Type in org.gridgain.grid.resources
-
Annotates a field or a setter method for injection of address resolver.
- GridAffinityAssignmentCache - Class in org.gridgain.grid.kernal.processors.affinity
-
Affinity cached function.
- GridAffinityAssignmentCache(GridCacheContext, String, GridCacheAffinityFunction, GridCacheAffinityKeyMapper, int) - Constructor for class org.gridgain.grid.kernal.processors.affinity.GridAffinityAssignmentCache
-
Constructs affinity cached calculations.
- GridAffinityProcessor - Class in org.gridgain.grid.kernal.processors.affinity
-
Data affinity processor.
- GridAffinityProcessor(GridKernalContext) - Constructor for class org.gridgain.grid.kernal.processors.affinity.GridAffinityProcessor
-
- GridAllowAllPermissionSet - Class in org.gridgain.grid.kernal.managers.security
-
Allow all permission set.
- GridAllowAllPermissionSet() - Constructor for class org.gridgain.grid.kernal.managers.security.GridAllowAllPermissionSet
-
- 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
-
- GridAnnotationsCache - Class in org.gridgain.grid.util
-
Caches class loaders for classes.
- GridArgumentCheck - Class in org.gridgain.grid.util
-
This class encapsulates argument check (null and range) for public facing APIs.
- GridArgumentCheck() - Constructor for class org.gridgain.grid.util.GridArgumentCheck
-
- GridAtomicCacheQueueImpl<T> - Class in org.gridgain.grid.kernal.processors.cache.datastructures
-
- GridAtomicCacheQueueImpl(String, GridCacheQueueHeader, GridCacheContext<?, ?>) - Constructor for class org.gridgain.grid.kernal.processors.cache.datastructures.GridAtomicCacheQueueImpl
-
- GridAtomicInitializer<T> - Class in org.gridgain.grid.util
-
Executes initialization operation once.
- GridAtomicInitializer() - Constructor for class org.gridgain.grid.util.GridAtomicInitializer
-
- GridAtomicInteger - Class in org.gridgain.grid.util
-
- GridAtomicInteger() - Constructor for class org.gridgain.grid.util.GridAtomicInteger
-
Creates a new AtomicInteger with initial value 0.
- GridAtomicInteger(int) - Constructor for class org.gridgain.grid.util.GridAtomicInteger
-
Creates a new AtomicInteger with the given initial value.
- GridAtomicLong - Class in org.gridgain.grid.util
-
- GridAtomicLong() - Constructor for class org.gridgain.grid.util.GridAtomicLong
-
Creates a new AtomicLong with initial value 0.
- GridAtomicLong(long) - Constructor for class org.gridgain.grid.util.GridAtomicLong
-
Creates a new AtomicLong with the given initial value.
- GridAuthenticationAclProvider - Interface in org.gridgain.grid.spi.authentication
-
Access control list provider.
- GridAuthenticationContext - Interface in org.gridgain.grid.spi.authentication
-
Authentication context.
- GridAuthenticationContextAdapter - Class in org.gridgain.grid.spi.authentication
-
Authentication context.
- GridAuthenticationContextAdapter() - Constructor for class org.gridgain.grid.spi.authentication.GridAuthenticationContextAdapter
-
- GridAuthenticationEvent - Class in org.gridgain.grid.events
-
Grid authentication event.
- GridAuthenticationEvent() - Constructor for class org.gridgain.grid.events.GridAuthenticationEvent
-
No-arg constructor.
- GridAuthenticationEvent(GridNode, String, int) - Constructor for class org.gridgain.grid.events.GridAuthenticationEvent
-
Creates authentication event with given parameters.
- GridAuthenticationEvent(GridNode, String, int, GridSecuritySubjectType, UUID, Object) - Constructor for class org.gridgain.grid.events.GridAuthenticationEvent
-
Creates authentication event with given parameters.
- GridAuthenticationSpi - Interface in org.gridgain.grid.spi.authentication
-
Authentication SPI used for authenticating grid nodes and remote clients.
- GridAuthorizationEvent - Class in org.gridgain.grid.events
-
Grid authorization event.
- GridAuthorizationEvent() - Constructor for class org.gridgain.grid.events.GridAuthorizationEvent
-
No-arg constructor.
- GridAuthorizationEvent(GridNode, String, int) - Constructor for class org.gridgain.grid.events.GridAuthorizationEvent
-
Creates authorization event with given parameters.
- GridAuthorizationEvent(GridNode, String, int, GridSecurityPermission, GridSecuritySubject) - Constructor for class org.gridgain.grid.events.GridAuthorizationEvent
-
Creates authorization event with given parameters.
- GridBiClosure<E1,E2,R> - Interface in org.gridgain.grid.lang
-
Defines generic closure with two parameters.
- GridBiInClosure<E1,E2> - Interface in org.gridgain.grid.lang
-
Closure with two in-parameters and void return type.
- GridBiPredicate<E1,E2> - Interface in org.gridgain.grid.lang
-
Defines a predicate which accepts two parameters and returns true or false.
- GridBiTuple<V1,V2> - Class in org.gridgain.grid.lang
-
Convenience class representing mutable tuple of two values.
- GridBiTuple() - Constructor for class org.gridgain.grid.lang.GridBiTuple
-
- GridBiTuple(V1, V2) - Constructor for class org.gridgain.grid.lang.GridBiTuple
-
Fully initializes this tuple.
- GridBoundedConcurrentLinkedHashMap<K,V> - Class in org.gridgain.grid.util
-
Concurrent map with an upper bound.
- GridBoundedConcurrentLinkedHashMap(int) - Constructor for class org.gridgain.grid.util.GridBoundedConcurrentLinkedHashMap
-
Creates a new, empty map with a default initial capacity (16),
load factor (0.75) and concurrencyLevel (16).
- GridBoundedConcurrentLinkedHashMap(int, int) - Constructor for class org.gridgain.grid.util.GridBoundedConcurrentLinkedHashMap
-
Creates a new, empty map with the specified initial capacity,
and with default load factor (0.75) and concurrencyLevel (16).
- GridBoundedConcurrentLinkedHashMap(int, int, float) - Constructor for class org.gridgain.grid.util.GridBoundedConcurrentLinkedHashMap
-
Creates a new, empty map with the specified initial capacity
and load factor and with the default concurrencyLevel (16).
- GridBoundedConcurrentLinkedHashMap(int, int, float, int) - Constructor for class org.gridgain.grid.util.GridBoundedConcurrentLinkedHashMap
-
Creates a new, empty map with the specified initial
capacity, load factor and concurrency level.
- GridBoundedConcurrentLinkedHashMap(int, int, float, int, ConcurrentLinkedHashMap.QueuePolicy) - Constructor for class org.gridgain.grid.util.GridBoundedConcurrentLinkedHashMap
-
Creates a new, empty map with the specified initial
capacity, load factor and concurrency level.
- GridBoundedConcurrentLinkedHashSet<E> - Class in org.gridgain.grid.util
-
Concurrent set with an upper bound.
- GridBoundedConcurrentLinkedHashSet(int) - Constructor for class org.gridgain.grid.util.GridBoundedConcurrentLinkedHashSet
-
Creates a new, empty set with specified order and default initial capacity (16),
load factor (0.75) and concurrencyLevel (16).
- GridBoundedConcurrentLinkedHashSet(int, int) - Constructor for class org.gridgain.grid.util.GridBoundedConcurrentLinkedHashSet
-
Creates a new, empty set with the specified initial capacity,
and with default load factor (0.75) and concurrencyLevel (16).
- GridBoundedConcurrentLinkedHashSet(int, int, float) - Constructor for class org.gridgain.grid.util.GridBoundedConcurrentLinkedHashSet
-
Creates a new, empty set with the specified initial capacity
and load factor and with the default concurrencyLevel (16).
- GridBoundedConcurrentLinkedHashSet(int, int, float, int) - Constructor for class org.gridgain.grid.util.GridBoundedConcurrentLinkedHashSet
-
Creates a new, empty set with the specified initial
capacity, load factor and concurrency level.
- GridBoundedConcurrentLinkedHashSet(int, int, float, int, ConcurrentLinkedHashMap.QueuePolicy) - Constructor for class org.gridgain.grid.util.GridBoundedConcurrentLinkedHashSet
-
Creates a new, empty set with the specified initial
capacity, load factor and concurrency level.
- GridBoundedConcurrentOrderedMap<K,V> - Class in org.gridgain.grid.util
-
Concurrent ordered map that automatically manages its maximum size.
- GridBoundedConcurrentOrderedMap(int) - Constructor for class org.gridgain.grid.util.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.util.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.util.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.util.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.util
-
Concurrent ordered set that automatically manages its maximum size.
- GridBoundedConcurrentOrderedSet(int) - Constructor for class org.gridgain.grid.util.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.util.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.util.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.util.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.util
-
Generic map with an upper bound.
- GridBoundedLinkedHashMap(int) - Constructor for class org.gridgain.grid.util.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.util.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.util.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.util.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.util
-
Hash table and linked list implementation of the Set interface,
with predictable iteration order.
- GridBoundedLinkedHashSet(int) - Constructor for class org.gridgain.grid.util.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.util.GridBoundedLinkedHashSet
-
Constructs a new set containing the elements in the specified collection.
- GridBoundedLinkedHashSet(int, int, float) - Constructor for class org.gridgain.grid.util.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.util.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.util.GridBoundedLinkedHashSet
-
Constructs a new, empty set; the backing LinkedHashHashMap
instance has the specified initial capacity and default load factor, which
is 0.75.
- GridBufferedParser - Class in org.gridgain.grid.util.nio
-
- GridBufferedParser(boolean, ByteOrder) - Constructor for class org.gridgain.grid.util.nio.GridBufferedParser
-
- GridBusyLock - Class in org.gridgain.grid.util
-
Synchronization aid to track "busy" state of a subsystem that owns it.
- GridBusyLock() - Constructor for class org.gridgain.grid.util.GridBusyLock
-
- GridByteArrayInputStream - Class in org.gridgain.grid.util.io
-
This class defines input stream backed by byte array.
- GridByteArrayInputStream(byte[]) - Constructor for class org.gridgain.grid.util.io.GridByteArrayInputStream
-
- GridByteArrayInputStream(byte[], int, int) - Constructor for class org.gridgain.grid.util.io.GridByteArrayInputStream
-
- GridByteArrayList - Class in org.gridgain.grid.util
-
Re-sizable array implementation of the byte list (eliminating auto-boxing of primitive byte type).
- GridByteArrayList() - Constructor for class org.gridgain.grid.util.GridByteArrayList
-
No-op constructor that creates uninitialized list.
- GridByteArrayList(int) - Constructor for class org.gridgain.grid.util.GridByteArrayList
-
Creates empty list with the specified initial capacity.
- GridByteArrayList(byte[], int) - Constructor for class org.gridgain.grid.util.GridByteArrayList
-
Wraps existing array into byte array list.
- GridByteArrayList(byte[]) - Constructor for class org.gridgain.grid.util.GridByteArrayList
-
Wraps existing array into byte array list.
- GridByteArrayOutputStream - Class in org.gridgain.grid.util.io
-
This class defines output stream backed by byte array.
- GridByteArrayOutputStream() - Constructor for class org.gridgain.grid.util.io.GridByteArrayOutputStream
-
Creates a new byte array output stream.
- GridByteArrayOutputStream(int) - Constructor for class org.gridgain.grid.util.io.GridByteArrayOutputStream
-
- GridByteArrayOutputStream(int, int) - Constructor for class org.gridgain.grid.util.io.GridByteArrayOutputStream
-
- GridCache<K,V> - Interface in org.gridgain.grid.cache
-
Main entry point for all
Data Grid APIs. You can get a named cache by calling
Grid.cache(String)
method.
- GridCacheAdapter<K,V> - Class in org.gridgain.grid.kernal.processors.cache
-
Adapter for different cache implementations.
- GridCacheAdapter() - Constructor for class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
- GridCacheAdapter(GridCacheContext<K, V>, int) - Constructor for class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
- GridCacheAdapter(GridCacheContext<K, V>, GridCacheConcurrentMap<K, V>) - Constructor for class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
- GridCacheAdapter.AsyncOp<T> - Class in org.gridgain.grid.kernal.processors.cache
-
Cache operation.
- GridCacheAdapter.AsyncOp(K) - Constructor for class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter.AsyncOp
-
- GridCacheAdapter.AsyncOp(Collection<? extends K>) - Constructor for class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter.AsyncOp
-
- GridCacheAdapter.FutureHolder - Class in org.gridgain.grid.kernal.processors.cache
-
Holder for last async operation future.
- GridCacheAdapter.FutureHolder() - Constructor for class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter.FutureHolder
-
- GridCacheAffinity<K> - Interface in org.gridgain.grid.cache.affinity
-
Provides affinity information to detect which node is primary and which nodes are
backups for a partitioned cache.
- GridCacheAffinityFunction - Interface in org.gridgain.grid.cache.affinity
-
Cache key affinity which maps keys to nodes.
- GridCacheAffinityFunctionContext - Interface in org.gridgain.grid.cache.affinity
-
Affinity function context.
- GridCacheAffinityFunctionContextImpl - Class in org.gridgain.grid.kernal.processors.affinity
-
Cache affinity function context implementation.
- GridCacheAffinityFunctionContextImpl(List<GridNode>, List<List<GridNode>>, GridDiscoveryEvent, long, int) - Constructor for class org.gridgain.grid.kernal.processors.affinity.GridCacheAffinityFunctionContextImpl
-
- GridCacheAffinityImpl<K,V> - Class in org.gridgain.grid.kernal.processors.cache.affinity
-
Affinity interface implementation.
- GridCacheAffinityImpl(GridCacheContext<K, V>) - Constructor for class org.gridgain.grid.kernal.processors.cache.affinity.GridCacheAffinityImpl
-
- 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.
- GridCacheAffinityKeyMapped - Annotation Type in org.gridgain.grid.cache.affinity
-
Optional annotation to specify custom key-to-node affinity.
- GridCacheAffinityKeyMapper - Interface in org.gridgain.grid.cache.affinity
-
Affinity mapper which maps cache key to an affinity key.
- GridCacheAffinityManager<K,V> - Class in org.gridgain.grid.kernal.processors.cache
-
Cache affinity manager.
- GridCacheAffinityManager() - Constructor for class org.gridgain.grid.kernal.processors.cache.GridCacheAffinityManager
-
- GridCacheAffinityNodeAddressHashResolver - Class in org.gridgain.grid.cache.affinity
-
- GridCacheAffinityNodeAddressHashResolver() - Constructor for class org.gridgain.grid.cache.affinity.GridCacheAffinityNodeAddressHashResolver
-
- GridCacheAffinityNodeHashResolver - Interface in org.gridgain.grid.cache.affinity
-
Resolver which is used to provide node hash value for affinity function.
- GridCacheAffinityNodeIdHashResolver - Class in org.gridgain.grid.cache.affinity
-
Node hash resolver which uses generated node ID as node hash value.
- GridCacheAffinityNodeIdHashResolver() - Constructor for class org.gridgain.grid.cache.affinity.GridCacheAffinityNodeIdHashResolver
-
- GridCacheAffinityProxy<K,V> - Class in org.gridgain.grid.kernal.processors.cache.affinity
-
Affinity interface implementation.
- GridCacheAffinityProxy(GridCacheContext<K, V>, GridCacheAffinity<K>) - Constructor for class org.gridgain.grid.kernal.processors.cache.affinity.GridCacheAffinityProxy
-
- GridCacheAnnotationHelper<A extends Annotation> - Class in org.gridgain.grid.kernal.processors.cache.datastructures
-
Utility class for getting annotated values from classes.
- GridCacheAnnotationHelper(Class<A>) - Constructor for class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheAnnotationHelper
-
Constructor.
- GridCacheAnnotationHelper(Class<A>, int) - Constructor for class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheAnnotationHelper
-
Constructor.
- GridCacheAtomicFuture<K,R> - Interface in org.gridgain.grid.kernal.processors.cache
-
Update future for atomic cache.
- GridCacheAtomicityMode - Enum in org.gridgain.grid.cache
-
Cache atomicity mode controls whether cache should maintain fully transactional semantics
or more light-weight atomic behavior.
- GridCacheAtomicLong - Interface in org.gridgain.grid.cache.datastructures
-
This interface provides a rich API for working with distributedly cached atomic long value.
- GridCacheAtomicLongEx - Interface in org.gridgain.grid.kernal.processors.cache.datastructures
-
Atomic managed by cache ('Ex' stands for external).
- GridCacheAtomicLongImpl - Class in org.gridgain.grid.kernal.processors.cache.datastructures
-
Cache atomic long implementation.
- GridCacheAtomicLongImpl() - Constructor for class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheAtomicLongImpl
-
- GridCacheAtomicLongImpl(String, GridCacheInternalKey, GridCacheProjection<GridCacheInternalKey, GridCacheAtomicLongValue>, GridCacheContext) - Constructor for class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheAtomicLongImpl
-
Default constructor.
- GridCacheAtomicLongValue - Class in org.gridgain.grid.kernal.processors.cache.datastructures
-
Atomic long value.
- GridCacheAtomicLongValue(long) - Constructor for class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheAtomicLongValue
-
Constructor.
- GridCacheAtomicLongValue() - Constructor for class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheAtomicLongValue
-
- GridCacheAtomicReference<T> - Interface in org.gridgain.grid.cache.datastructures
-
This interface provides a rich API for working with distributed atomic reference.
- GridCacheAtomicReferenceEx<T> - Interface in org.gridgain.grid.kernal.processors.cache.datastructures
-
Atomic reference managed by cache ('Ex' stands for external).
- GridCacheAtomicReferenceImpl<T> - Class in org.gridgain.grid.kernal.processors.cache.datastructures
-
Cache atomic reference implementation.
- GridCacheAtomicReferenceImpl() - Constructor for class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheAtomicReferenceImpl
-
- GridCacheAtomicReferenceImpl(String, GridCacheInternalKey, GridCacheProjection<GridCacheInternalKey, GridCacheAtomicReferenceValue<T>>, GridCacheContext) - Constructor for class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheAtomicReferenceImpl
-
Default constructor.
- GridCacheAtomicReferenceValue<T> - Class in org.gridgain.grid.kernal.processors.cache.datastructures
-
Atomic reference value.
- GridCacheAtomicReferenceValue(T) - Constructor for class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheAtomicReferenceValue
-
Default constructor.
- GridCacheAtomicReferenceValue() - Constructor for class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheAtomicReferenceValue
-
- GridCacheAtomicSequence - Interface in org.gridgain.grid.cache.datastructures
-
This interface provides a rich API for working with distributed atomic sequence.
- GridCacheAtomicSequenceEx - Interface in org.gridgain.grid.kernal.processors.cache.datastructures
-
Sequence managed by cache ('Ex' stands for external.
- GridCacheAtomicSequenceImpl - Class in org.gridgain.grid.kernal.processors.cache.datastructures
-
Cache sequence implementation.
- GridCacheAtomicSequenceImpl() - Constructor for class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheAtomicSequenceImpl
-
- GridCacheAtomicSequenceImpl(String, GridCacheInternalKey, GridCacheProjection<GridCacheInternalKey, GridCacheAtomicSequenceValue>, GridCacheContext, long, long) - Constructor for class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheAtomicSequenceImpl
-
Default constructor.
- GridCacheAtomicSequenceValue - Class in org.gridgain.grid.kernal.processors.cache.datastructures
-
Sequence value.
- GridCacheAtomicSequenceValue() - Constructor for class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheAtomicSequenceValue
-
- GridCacheAtomicSequenceValue(long) - Constructor for class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheAtomicSequenceValue
-
Default constructor.
- GridCacheAtomicStamped<T,S> - Interface in org.gridgain.grid.cache.datastructures
-
This interface provides a rich API for working with distributed atomic stamped value.
- GridCacheAtomicStampedEx<T,S> - Interface in org.gridgain.grid.kernal.processors.cache.datastructures
-
Atomic stamped managed by cache ('Ex' stands for external).
- GridCacheAtomicStampedImpl<T,S> - Class in org.gridgain.grid.kernal.processors.cache.datastructures
-
Cache atomic stamped implementation.
- GridCacheAtomicStampedImpl() - Constructor for class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheAtomicStampedImpl
-
- GridCacheAtomicStampedImpl(String, GridCacheInternalKey, GridCacheProjection<GridCacheInternalKey, GridCacheAtomicStampedValue<T, S>>, GridCacheContext) - Constructor for class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheAtomicStampedImpl
-
Default constructor.
- GridCacheAtomicStampedValue<T,S> - Class in org.gridgain.grid.kernal.processors.cache.datastructures
-
Atomic stamped value.
- GridCacheAtomicStampedValue(T, S) - Constructor for class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheAtomicStampedValue
-
Constructor.
- GridCacheAtomicStampedValue() - Constructor for class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheAtomicStampedValue
-
- GridCacheAtomicVersionComparator - Class in org.gridgain.grid.kernal.processors.cache
-
Atomic cache version comparator.
- GridCacheAtomicVersionComparator() - Constructor for class org.gridgain.grid.kernal.processors.cache.GridCacheAtomicVersionComparator
-
- GridCacheAtomicWriteOrderMode - Enum in org.gridgain.grid.cache
-
Cache write ordering mode.
- GridCacheAttributes - Class in org.gridgain.grid.kernal.processors.cache
-
Cache attributes.
- GridCacheAttributes(GridCacheConfiguration) - Constructor for class org.gridgain.grid.kernal.processors.cache.GridCacheAttributes
-
- GridCacheAttributes() - Constructor for class org.gridgain.grid.kernal.processors.cache.GridCacheAttributes
-
- GridCacheAttributesEntryExtras<K> - Class in org.gridgain.grid.kernal.processors.cache.extras
-
Extras where attributes are set.
- GridCacheAttributesEntryExtras(GridLeanMap<String, Object>) - Constructor for class org.gridgain.grid.kernal.processors.cache.extras.GridCacheAttributesEntryExtras
-
Constructor.
- GridCacheAttributesMvccEntryExtras<K> - Class in org.gridgain.grid.kernal.processors.cache.extras
-
Extras where attributes and MVCC are set.
- GridCacheAttributesMvccEntryExtras(GridLeanMap<String, Object>, GridCacheMvcc<K>) - Constructor for class org.gridgain.grid.kernal.processors.cache.extras.GridCacheAttributesMvccEntryExtras
-
Constructor.
- GridCacheAttributesMvccObsoleteEntryExtras<K> - Class in org.gridgain.grid.kernal.processors.cache.extras
-
Extras where attributes, MVCC and obsolete version are set.
- GridCacheAttributesMvccObsoleteEntryExtras(GridLeanMap<String, Object>, GridCacheMvcc<K>, GridCacheVersion) - Constructor for class org.gridgain.grid.kernal.processors.cache.extras.GridCacheAttributesMvccObsoleteEntryExtras
-
Constructor.
- GridCacheAttributesMvccObsoleteTtlEntryExtras<K> - Class in org.gridgain.grid.kernal.processors.cache.extras
-
Extras where attributes, MVCC, obsolete version and TTL are set.
- GridCacheAttributesMvccObsoleteTtlEntryExtras(GridLeanMap<String, Object>, GridCacheMvcc<K>, GridCacheVersion, long, long) - Constructor for class org.gridgain.grid.kernal.processors.cache.extras.GridCacheAttributesMvccObsoleteTtlEntryExtras
-
Constructor.
- GridCacheAttributesMvccTtlEntryExtras<K> - Class in org.gridgain.grid.kernal.processors.cache.extras
-
Extras where attributes, MVCC and TTL are set.
- GridCacheAttributesMvccTtlEntryExtras(GridLeanMap<String, Object>, GridCacheMvcc<K>, long, long) - Constructor for class org.gridgain.grid.kernal.processors.cache.extras.GridCacheAttributesMvccTtlEntryExtras
-
Constructor.
- GridCacheAttributesObsoleteEntryExtras<K> - Class in org.gridgain.grid.kernal.processors.cache.extras
-
Extras where attributes and obsolete version are set.
- GridCacheAttributesObsoleteEntryExtras(GridLeanMap<String, Object>, GridCacheVersion) - Constructor for class org.gridgain.grid.kernal.processors.cache.extras.GridCacheAttributesObsoleteEntryExtras
-
Constructor.
- GridCacheAttributesObsoleteTtlEntryExtras<K> - Class in org.gridgain.grid.kernal.processors.cache.extras
-
Extras where attributes, obsolete version and TTL are set.
- GridCacheAttributesObsoleteTtlEntryExtras(GridLeanMap<String, Object>, GridCacheVersion, long, long) - Constructor for class org.gridgain.grid.kernal.processors.cache.extras.GridCacheAttributesObsoleteTtlEntryExtras
-
Constructor.
- GridCacheAttributesTtlEntryExtras<K> - Class in org.gridgain.grid.kernal.processors.cache.extras
-
Extras where attributes and TTL are set.
- GridCacheAttributesTtlEntryExtras(GridLeanMap<String, Object>, long, long) - Constructor for class org.gridgain.grid.kernal.processors.cache.extras.GridCacheAttributesTtlEntryExtras
-
Constructor.
- 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
-
- GridCacheBatchSwapEntry<K,V> - Class in org.gridgain.grid.kernal.processors.cache
-
Entry for batch swap operations.
- GridCacheBatchSwapEntry() - Constructor for class org.gridgain.grid.kernal.processors.cache.GridCacheBatchSwapEntry
-
- GridCacheBatchSwapEntry(K, byte[], int, int, byte[], boolean, GridCacheVersion, long, long, GridUuid, GridUuid) - Constructor for class org.gridgain.grid.kernal.processors.cache.GridCacheBatchSwapEntry
-
Creates batch swap entry.
- GridCacheCentralizedAffinityFunction - Annotation Type in org.gridgain.grid.cache.affinity
-
Annotation marker which identifies affinity function that must be calculated on one centralized node
instead of independently on each node.
- 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.
- GridCacheClearAllRunnable<K,V> - Class in org.gridgain.grid.kernal.processors.cache
-
- GridCacheClearAllRunnable(GridCacheAdapter<K, V>, GridCacheVersion, int, int) - Constructor for class org.gridgain.grid.kernal.processors.cache.GridCacheClearAllRunnable
-
Constructor.
- GridCacheCloner - Interface in org.gridgain.grid.cache.cloner
-
Cache cloner which clones cached values before returning them from cache.
- GridCacheCommandHandler - Class in org.gridgain.grid.kernal.processors.rest.handlers.cache
-
Command handler for API requests.
- GridCacheCommandHandler(GridKernalContext) - Constructor for class org.gridgain.grid.kernal.processors.rest.handlers.cache.GridCacheCommandHandler
-
- GridCacheCommittedTxInfo<K,V> - Class in org.gridgain.grid.kernal.processors.cache.distributed
-
Committed transaction information.
- GridCacheCommittedTxInfo() - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.GridCacheCommittedTxInfo
-
- GridCacheCommittedTxInfo(GridCacheTxEx<K, V>) - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.GridCacheCommittedTxInfo
-
- GridCacheConcurrentMap<K,V> - Class in org.gridgain.grid.kernal.processors.cache
-
Concurrent implementation of cache map.
- GridCacheConcurrentMap(GridCacheContext<K, V>, int, float, int) - Constructor for class org.gridgain.grid.kernal.processors.cache.GridCacheConcurrentMap
-
Creates a new, empty map with the specified initial
capacity, load factor and concurrency level.
- GridCacheConcurrentMap(GridCacheContext<K, V>, int, float) - Constructor for class org.gridgain.grid.kernal.processors.cache.GridCacheConcurrentMap
-
Creates a new, empty map with the specified initial capacity
and load factor and with the default concurrencyLevel (16).
- GridCacheConcurrentMap(GridCacheContext<K, V>, int) - Constructor for class org.gridgain.grid.kernal.processors.cache.GridCacheConcurrentMap
-
Creates a new, empty map with the specified initial capacity,
and with default load factor (0.75) and concurrencyLevel (16).
- GridCacheConfiguration - Class in org.gridgain.grid.cache
-
This class defines grid cache configuration.
- GridCacheConfiguration() - Constructor for class org.gridgain.grid.cache.GridCacheConfiguration
-
Empty constructor (all values are initialized to their defaults).
- GridCacheConfiguration(GridCacheConfiguration) - Constructor for class org.gridgain.grid.cache.GridCacheConfiguration
-
Copy constructor.
- GridCacheConsistentHashAffinityFunction - Class in org.gridgain.grid.cache.affinity.consistenthash
-
Affinity function for partitioned cache.
- GridCacheConsistentHashAffinityFunction() - Constructor for class org.gridgain.grid.cache.affinity.consistenthash.GridCacheConsistentHashAffinityFunction
-
Empty constructor with all defaults.
- GridCacheConsistentHashAffinityFunction(boolean) - Constructor for class org.gridgain.grid.cache.affinity.consistenthash.GridCacheConsistentHashAffinityFunction
-
Initializes affinity with flag to exclude same-host-neighbors from being backups of each other
and specified number of backups.
- GridCacheConsistentHashAffinityFunction(boolean, int) - Constructor for class org.gridgain.grid.cache.affinity.consistenthash.GridCacheConsistentHashAffinityFunction
-
Initializes affinity with flag to exclude same-host-neighbors from being backups of each other,
and specified number of backups and partitions.
- GridCacheConsistentHashAffinityFunction(int, GridBiPredicate<GridNode, GridNode>) - Constructor for class org.gridgain.grid.cache.affinity.consistenthash.GridCacheConsistentHashAffinityFunction
-
Initializes optional counts for replicas and backups.
- GridCacheContext<K,V> - Class in org.gridgain.grid.kernal.processors.cache
-
Cache context.
- GridCacheContext() - Constructor for class org.gridgain.grid.kernal.processors.cache.GridCacheContext
-
- GridCacheContext(GridKernalContext, GridCacheConfiguration, GridCacheMvccManager<K, V>, GridCacheVersionManager<K, V>, GridCacheEventManager<K, V>, GridCacheSwapManager<K, V>, GridCacheStoreManager<K, V>, GridCacheDeploymentManager<K, V>, GridCacheEvictionManager<K, V>, GridCacheIoManager<K, V>, GridCacheQueryManager<K, V>, GridCacheContinuousQueryManager<K, V>, GridCacheDgcManager<K, V>, GridCacheAffinityManager<K, V>, GridCacheTxManager<K, V>, GridCacheDataStructuresManager<K, V>, GridCacheTtlManager<K, V>, GridCacheDrManager<K, V>, GridCacheJtaManagerAdapter<K, V>) - Constructor for class org.gridgain.grid.kernal.processors.cache.GridCacheContext
-
- GridCacheContinuousQuery<K,V> - Interface in org.gridgain.grid.cache.query
-
API for configuring and executing continuous cache queries.
- GridCacheContinuousQueryAdapter<K,V> - Class in org.gridgain.grid.kernal.processors.cache.query.continuous
-
Continuous query implementation.
- GridCacheContinuousQueryManager<K,V> - Class in org.gridgain.grid.kernal.processors.cache.query.continuous
-
Continuous queries manager.
- GridCacheContinuousQueryManager() - Constructor for class org.gridgain.grid.kernal.processors.cache.query.continuous.GridCacheContinuousQueryManager
-
- GridCacheCountDownLatch - Interface in org.gridgain.grid.cache.datastructures
-
This interface provides a rich API for working with distributed count down latch.
- GridCacheCountDownLatchEx - Interface in org.gridgain.grid.kernal.processors.cache.datastructures
-
Grid cache count down latch ('Ex' stands for external).
- GridCacheCountDownLatchImpl - Class in org.gridgain.grid.kernal.processors.cache.datastructures
-
Cache count down latch implementation.
- GridCacheCountDownLatchImpl() - Constructor for class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheCountDownLatchImpl
-
- GridCacheCountDownLatchImpl(String, int, int, boolean, GridCacheInternalKey, GridCacheProjection<GridCacheInternalKey, GridCacheCountDownLatchValue>, GridCacheContext) - Constructor for class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheCountDownLatchImpl
-
Constructor.
- GridCacheCountDownLatchValue - Class in org.gridgain.grid.kernal.processors.cache.datastructures
-
Count down latch value.
- GridCacheCountDownLatchValue(int, boolean) - Constructor for class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheCountDownLatchValue
-
Constructor.
- GridCacheCountDownLatchValue() - Constructor for class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheCountDownLatchValue
-
- GridCacheDataStructureInvalidException - Exception in org.gridgain.grid.cache.datastructures
-
This checked 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 runtime 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 checked 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 runtime 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.
- GridCacheDataStructures - Interface in org.gridgain.grid.cache.datastructures
-
Facade for working with distributed cache data structures.
- GridCacheDataStructuresImpl<K,V> - Class in org.gridgain.grid.kernal.processors.cache.datastructures
-
Data structures implementation object.
- GridCacheDataStructuresImpl(GridCacheContext<K, V>) - Constructor for class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheDataStructuresImpl
-
- GridCacheDataStructuresManager<K,V> - Class in org.gridgain.grid.kernal.processors.cache.datastructures
-
Manager of data structures.
- GridCacheDataStructuresManager() - Constructor for class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheDataStructuresManager
-
Default constructor.
- GridCacheDataStructuresProxy<K,V> - Class in org.gridgain.grid.kernal.processors.cache.datastructures
-
Data structures proxy object.
- GridCacheDataStructuresProxy(GridCacheContext<K, V>, GridCacheDataStructures) - Constructor for class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheDataStructuresProxy
-
- 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
-
- 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.
- GridCacheDefaultAffinityKeyMapper - Class in org.gridgain.grid.kernal.processors.cache
-
Default key affinity mapper.
- GridCacheDefaultAffinityKeyMapper() - Constructor for class org.gridgain.grid.kernal.processors.cache.GridCacheDefaultAffinityKeyMapper
-
- GridCacheDeployable - Interface in org.gridgain.grid.kernal.processors.cache
-
Deployable cache message.
- GridCacheDeploymentManager<K,V> - Class in org.gridgain.grid.kernal.processors.cache
-
Deployment manager for cache.
- GridCacheDeploymentManager() - Constructor for class org.gridgain.grid.kernal.processors.cache.GridCacheDeploymentManager
-
- GridCacheDgcManager<K,V> - Class in org.gridgain.grid.kernal.processors.cache
-
Distributed Garbage Collector for cache.
- GridCacheDgcManager() - Constructor for class org.gridgain.grid.kernal.processors.cache.GridCacheDgcManager
-
- GridCacheDgcRequest<K,V> - Class in org.gridgain.grid.kernal.processors.cache
-
DGC request.
- GridCacheDgcRequest() - Constructor for class org.gridgain.grid.kernal.processors.cache.GridCacheDgcRequest
-
- GridCacheDgcResponse<K,V> - Class in org.gridgain.grid.kernal.processors.cache
-
DGC response.
- GridCacheDgcResponse() - Constructor for class org.gridgain.grid.kernal.processors.cache.GridCacheDgcResponse
-
- GridCacheDistributedFieldsQueryFuture - Class in org.gridgain.grid.kernal.processors.cache.query
-
Distributed fields query future.
- GridCacheDistributedFieldsQueryFuture() - Constructor for class org.gridgain.grid.kernal.processors.cache.query.GridCacheDistributedFieldsQueryFuture
-
- GridCacheDistributedFieldsQueryFuture(GridCacheContext<?, ?>, long, GridCacheQueryBean, Iterable<GridNode>) - Constructor for class org.gridgain.grid.kernal.processors.cache.query.GridCacheDistributedFieldsQueryFuture
-
- GridCacheDistributedQueryFuture<K,V,R> - Class in org.gridgain.grid.kernal.processors.cache.query
-
Distributed query future.
- GridCacheDistributedQueryFuture() - Constructor for class org.gridgain.grid.kernal.processors.cache.query.GridCacheDistributedQueryFuture
-
- GridCacheDistributedQueryFuture(GridCacheContext<K, V>, long, GridCacheQueryBean, Iterable<GridNode>) - Constructor for class org.gridgain.grid.kernal.processors.cache.query.GridCacheDistributedQueryFuture
-
- GridCacheDistributedQueryManager<K,V> - Class in org.gridgain.grid.kernal.processors.cache.query
-
Distributed query manager.
- GridCacheDistributedQueryManager() - Constructor for class org.gridgain.grid.kernal.processors.cache.query.GridCacheDistributedQueryManager
-
- GridCacheDistributionMode - Enum in org.gridgain.grid.cache
-
This enum defines mode in which partitioned cache operates.
- GridCacheDrExpirationInfo<V> - Class in org.gridgain.grid.kernal.processors.cache.dr
-
Cache DR info used as argument in PUT cache internal interfaces with expiration info added.
- GridCacheDrExpirationInfo() - Constructor for class org.gridgain.grid.kernal.processors.cache.dr.GridCacheDrExpirationInfo
-
- GridCacheDrExpirationInfo(V, GridCacheVersion, long, long) - Constructor for class org.gridgain.grid.kernal.processors.cache.dr.GridCacheDrExpirationInfo
-
Constructor.
- GridCacheDrInfo<V> - Class in org.gridgain.grid.kernal.processors.cache.dr
-
Cache DR info used as argument in PUT cache internal interfaces.
- GridCacheDrInfo() - Constructor for class org.gridgain.grid.kernal.processors.cache.dr.GridCacheDrInfo
-
- GridCacheDrInfo(V, GridCacheVersion) - Constructor for class org.gridgain.grid.kernal.processors.cache.dr.GridCacheDrInfo
-
Constructor.
- GridCacheDrManager<K,V> - Interface in org.gridgain.grid.kernal.processors.cache.dr
-
Replication manager class which processes all replication events.
- GridCacheDrReceiveAttributes - Class in org.gridgain.grid.kernal.processors.cache.dr
-
DR receiver cache attributes.
- GridCacheDrReceiveAttributes() - Constructor for class org.gridgain.grid.kernal.processors.cache.dr.GridCacheDrReceiveAttributes
-
- GridCacheDrReceiveAttributes(GridDrReceiverCacheConfiguration) - Constructor for class org.gridgain.grid.kernal.processors.cache.dr.GridCacheDrReceiveAttributes
-
- GridCacheDrSendAttributes - Class in org.gridgain.grid.kernal.processors.cache.dr
-
DR sender cache attributes.
- GridCacheDrSendAttributes() - Constructor for class org.gridgain.grid.kernal.processors.cache.dr.GridCacheDrSendAttributes
-
- GridCacheDrSendAttributes(GridDrSenderCacheConfiguration) - Constructor for class org.gridgain.grid.kernal.processors.cache.dr.GridCacheDrSendAttributes
-
- GridCacheEntry<K,V> - Interface in org.gridgain.grid.cache
-
This interface provides a rich API for working with individual cache entries.
- GridCacheEntryEx<K,V> - Interface in org.gridgain.grid.kernal.processors.cache
-
Internal API for cache entry ('Ex' stands for extended).
- GridCacheEntryExtras<K> - Interface in org.gridgain.grid.kernal.processors.cache.extras
-
Cache extras.
- GridCacheEntryExtrasAdapter<K> - Class in org.gridgain.grid.kernal.processors.cache.extras
-
Cache extras adapter.
- GridCacheEntryExtrasAdapter() - Constructor for class org.gridgain.grid.kernal.processors.cache.extras.GridCacheEntryExtrasAdapter
-
- GridCacheEntryImpl<K,V> - Class in org.gridgain.grid.kernal.processors.cache
-
Entry wrapper that never obscures obsolete entries from user.
- GridCacheEntryImpl() - Constructor for class org.gridgain.grid.kernal.processors.cache.GridCacheEntryImpl
-
- GridCacheEntryImpl(GridCacheProjectionImpl<K, V>, GridCacheContext<K, V>, K, GridCacheEntryEx<K, V>) - Constructor for class org.gridgain.grid.kernal.processors.cache.GridCacheEntryImpl
-
- GridCacheEntryInfo<K,V> - Class in org.gridgain.grid.kernal.processors.cache
-
Entry information that gets passed over wire.
- GridCacheEntryInfo() - Constructor for class org.gridgain.grid.kernal.processors.cache.GridCacheEntryInfo
-
- GridCacheEntryRedeployException - Exception in org.gridgain.grid.kernal.processors.cache
-
Thrown when an entry could not be redeployed.
- GridCacheEntryRedeployException(String) - Constructor for exception org.gridgain.grid.kernal.processors.cache.GridCacheEntryRedeployException
-
Creates exception with error message.
- GridCacheEntryRemovedException - Exception in org.gridgain.grid.kernal.processors.cache
-
Thrown when an operation is performed on removed entry.
- GridCacheEntryRemovedException() - Constructor for exception org.gridgain.grid.kernal.processors.cache.GridCacheEntryRemovedException
-
- GridCacheEntrySet<K,V> - Class in org.gridgain.grid.kernal.processors.cache
-
Entry set backed by cache itself.
- GridCacheEntrySet(GridCacheContext<K, V>, Collection<? extends GridCacheEntry<K, V>>, GridPredicate<GridCacheEntry<K, V>>...) - Constructor for class org.gridgain.grid.kernal.processors.cache.GridCacheEntrySet
-
- GridCacheEvent - Class in org.gridgain.grid.events
-
In-memory database (cache) event.
- GridCacheEvent(String, GridNode, GridNode, String, int, int, boolean, Object, GridUuid, Object, Object, boolean, Object, boolean, UUID) - Constructor for class org.gridgain.grid.events.GridCacheEvent
-
Constructs cache event.
- GridCacheEventManager<K,V> - Class in org.gridgain.grid.kernal.processors.cache
-
Cache event manager.
- GridCacheEventManager() - Constructor for class org.gridgain.grid.kernal.processors.cache.GridCacheEventManager
-
- GridCacheEvictionEntry<K,V> - Class in org.gridgain.grid.kernal.processors.cache
-
Entry wrapper that never obscures obsolete entries from user.
- GridCacheEvictionEntry() - Constructor for class org.gridgain.grid.kernal.processors.cache.GridCacheEvictionEntry
-
- GridCacheEvictionEntry(GridCacheEntryEx<K, V>) - Constructor for class org.gridgain.grid.kernal.processors.cache.GridCacheEvictionEntry
-
- GridCacheEvictionFilter<K,V> - Interface in org.gridgain.grid.cache.eviction
-
Eviction filter to specify which entries should not be evicted.
- GridCacheEvictionManager<K,V> - Class in org.gridgain.grid.kernal.processors.cache
-
Cache eviction manager.
- GridCacheEvictionManager() - Constructor for class org.gridgain.grid.kernal.processors.cache.GridCacheEvictionManager
-
- GridCacheEvictionPolicy<K,V> - Interface in org.gridgain.grid.cache.eviction
-
Pluggable cache eviction policy.
- GridCacheEvictionRequest<K,V> - Class in org.gridgain.grid.kernal.processors.cache
-
Cache eviction request.
- GridCacheEvictionRequest() - Constructor for class org.gridgain.grid.kernal.processors.cache.GridCacheEvictionRequest
-
- GridCacheEvictionResponse<K,V> - Class in org.gridgain.grid.kernal.processors.cache
-
Cache eviction response.
- GridCacheEvictionResponse() - Constructor for class org.gridgain.grid.kernal.processors.cache.GridCacheEvictionResponse
-
- GridCacheExplicitLockSpan<K> - Class in org.gridgain.grid.kernal.processors.cache
-
Collection of near local locks acquired by a thread on one topology version.
- GridCacheExplicitLockSpan(GridDiscoveryTopologySnapshot, GridCacheMvccCandidate<K>) - Constructor for class org.gridgain.grid.kernal.processors.cache.GridCacheExplicitLockSpan
-
- GridCacheFieldsQueryErrorFuture - Class in org.gridgain.grid.kernal.processors.cache.query
-
Error future for fields query.
- GridCacheFieldsQueryErrorFuture(GridKernalContext, Throwable, boolean) - Constructor for class org.gridgain.grid.kernal.processors.cache.query.GridCacheFieldsQueryErrorFuture
-
- 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 FIFO eviction policy with all defaults.
- GridCacheFifoEvictionPolicy(int) - Constructor for class org.gridgain.grid.cache.eviction.fifo.GridCacheFifoEvictionPolicy
-
Constructs FIFO eviction policy with maximum size.
- GridCacheFifoEvictionPolicyMBean - Interface in org.gridgain.grid.cache.eviction.fifo
-
MBean for FIFO eviction policy.
- GridCacheFilterEvaluationEntry<K,V> - Class in org.gridgain.grid.kernal.processors.cache
-
Entry implementation for passing raw cache map entries through filters.
- GridCacheFilterEvaluationEntry(K, V, GridCacheEntryEx<K, V>, boolean) - Constructor for class org.gridgain.grid.kernal.processors.cache.GridCacheFilterEvaluationEntry
-
- GridCacheFilterEvaluationEntry(K, V, GridCacheEntryEx<K, V>) - Constructor for class org.gridgain.grid.kernal.processors.cache.GridCacheFilterEvaluationEntry
-
- GridCacheFilterFailedException - Exception in org.gridgain.grid.kernal.processors.cache
-
Thrown when an operation is performed on removed entry.
- GridCacheFilterFailedException() - Constructor for exception org.gridgain.grid.kernal.processors.cache.GridCacheFilterFailedException
-
Empty constructor.
- GridCacheFilterFailedException(Object) - Constructor for exception org.gridgain.grid.kernal.processors.cache.GridCacheFilterFailedException
-
- GridCacheFlag - Enum in org.gridgain.grid.cache
-
Cache projection flags that specify projection behaviour.
- GridCacheFlagException - Exception in org.gridgain.grid.cache
-
Exception thrown when projection flags check fails.
- GridCacheFlagException(GridCacheFlag...) - Constructor for exception org.gridgain.grid.cache.GridCacheFlagException
-
- GridCacheFlagException(Collection<GridCacheFlag>) - Constructor for exception org.gridgain.grid.cache.GridCacheFlagException
-
- GridCacheFuture<R> - Interface in org.gridgain.grid.kernal.processors.cache
-
This interface should be implemented by all distributed futures.
- GridCacheGateway<K,V> - Class in org.gridgain.grid.kernal.processors.cache
-
Cache gateway.
- GridCacheGateway(GridCacheContext<K, V>) - Constructor for class org.gridgain.grid.kernal.processors.cache.GridCacheGateway
-
- GridCacheIndexUpdateException - Exception in org.gridgain.grid.kernal.processors.cache
-
Exception indicating that index update failed during cache entry update.
- GridCacheIndexUpdateException(Throwable) - Constructor for exception org.gridgain.grid.kernal.processors.cache.GridCacheIndexUpdateException
-
- GridCacheIndexUpdateException(String, Throwable) - Constructor for exception org.gridgain.grid.kernal.processors.cache.GridCacheIndexUpdateException
-
- GridCacheInterceptor<K,V> - Interface in org.gridgain.grid.cache
-
Cache interceptor.
- GridCacheInterceptorAdapter<K,V> - Class in org.gridgain.grid.cache
-
Cache interceptor convenience adapter.
- GridCacheInterceptorAdapter() - Constructor for class org.gridgain.grid.cache.GridCacheInterceptorAdapter
-
- GridCacheInternal - Interface in org.gridgain.grid.kernal.processors.cache
-
Marker interface using in cache implementations.
- GridCacheInternalKey - Interface in org.gridgain.grid.kernal.processors.cache.datastructures
-
Key is used for caching data structure.
- GridCacheInternalKeyImpl - Class in org.gridgain.grid.kernal.processors.cache.datastructures
-
Key is used for caching cache data structures.
- GridCacheInternalKeyImpl(String) - Constructor for class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheInternalKeyImpl
-
Default constructor.
- GridCacheInternalKeyImpl() - Constructor for class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheInternalKeyImpl
-
- GridCacheIoManager<K,V> - Class in org.gridgain.grid.kernal.processors.cache
-
Cache communication manager.
- GridCacheIoManager() - Constructor for class org.gridgain.grid.kernal.processors.cache.GridCacheIoManager
-
- GridCacheIterator<K,V,T> - Class in org.gridgain.grid.kernal.processors.cache
-
Cache-backed iterator.
- GridCacheIterator(Iterable<? extends GridCacheEntry<K, V>>, GridClosure<GridCacheEntry<K, V>, T>, GridPredicate<GridCacheEntry<K, V>>[]) - Constructor for class org.gridgain.grid.kernal.processors.cache.GridCacheIterator
-
- GridCacheJdbcBlobStore<K,V> - Class in org.gridgain.grid.cache.store.jdbc
-
- GridCacheJdbcBlobStore() - Constructor for class org.gridgain.grid.cache.store.jdbc.GridCacheJdbcBlobStore
-
- GridCacheJtaManagerAdapter<K,V> - Class in org.gridgain.grid.kernal.processors.cache.jta
-
Provides possibility to integrate cache transactions with JTA.
- GridCacheJtaManagerAdapter() - Constructor for class org.gridgain.grid.kernal.processors.cache.jta.GridCacheJtaManagerAdapter
-
- GridCacheKeySet<K,V> - Class in org.gridgain.grid.kernal.processors.cache
-
Key set based on provided entries with all remove operations backed
by underlying cache.
- GridCacheKeySet(GridCacheContext<K, V>, Collection<? extends GridCacheEntry<K, V>>, GridPredicate<GridCacheEntry<K, V>>[]) - Constructor for class org.gridgain.grid.kernal.processors.cache.GridCacheKeySet
-
- GridCacheLoadOnlyStoreAdapter<K,V,I> - Class in org.gridgain.grid.cache.store
-
This adepter designed to support stores with bulk loading from stream-like source.
- GridCacheLoadOnlyStoreAdapter() - Constructor for class org.gridgain.grid.cache.store.GridCacheLoadOnlyStoreAdapter
-
- GridCacheLocalFieldsQueryFuture - Class in org.gridgain.grid.kernal.processors.cache.query
-
Local fields query future.
- GridCacheLocalFieldsQueryFuture() - Constructor for class org.gridgain.grid.kernal.processors.cache.query.GridCacheLocalFieldsQueryFuture
-
- GridCacheLocalFieldsQueryFuture(GridCacheContext<?, ?>, GridCacheQueryBean) - Constructor for class org.gridgain.grid.kernal.processors.cache.query.GridCacheLocalFieldsQueryFuture
-
- GridCacheLocalQueryFuture<K,V,R> - Class in org.gridgain.grid.kernal.processors.cache.query
-
Local query future.
- GridCacheLocalQueryFuture() - Constructor for class org.gridgain.grid.kernal.processors.cache.query.GridCacheLocalQueryFuture
-
- GridCacheLocalQueryFuture(GridCacheContext<K, V>, GridCacheQueryBean) - Constructor for class org.gridgain.grid.kernal.processors.cache.query.GridCacheLocalQueryFuture
-
- GridCacheLocalQueryManager<K,V> - Class in org.gridgain.grid.kernal.processors.cache.query
-
Local query manager.
- GridCacheLocalQueryManager() - Constructor for class org.gridgain.grid.kernal.processors.cache.query.GridCacheLocalQueryManager
-
- GridCacheLocalStore - Annotation Type in org.gridgain.grid.cache.store
-
- GridCacheLockTimeoutException - Exception in org.gridgain.grid.kernal.processors.cache
-
Used to internally indicate that lock acquisition has timed out.
- GridCacheLockTimeoutException(GridCacheVersion) - Constructor for exception org.gridgain.grid.kernal.processors.cache.GridCacheLockTimeoutException
-
- 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.
- GridCacheLruEvictionPolicyMBean - Interface in org.gridgain.grid.cache.eviction.lru
-
MBean for LRU eviction policy.
- GridCacheManager<K,V> - Interface in org.gridgain.grid.kernal.processors.cache
-
Interface for cache managers.
- GridCacheManagerAdapter<K,V> - Class in org.gridgain.grid.kernal.processors.cache
-
Convenience adapter for cache managers.
- GridCacheManagerAdapter() - Constructor for class org.gridgain.grid.kernal.processors.cache.GridCacheManagerAdapter
-
- GridCacheMapAdapter<K,V> - Class in org.gridgain.grid.kernal.processors.cache
-
- GridCacheMapAdapter(GridCacheProjection<K, V>) - Constructor for class org.gridgain.grid.kernal.processors.cache.GridCacheMapAdapter
-
Constructor.
- GridCacheMapEntry<K,V> - Class in org.gridgain.grid.kernal.processors.cache
-
Adapter for cache entry.
- GridCacheMapEntry(GridCacheContext<K, V>, K, int, V, GridCacheMapEntry<K, V>, long, int) - Constructor for class org.gridgain.grid.kernal.processors.cache.GridCacheMapEntry
-
- GridCacheMapEntryFactory<K,V> - Interface in org.gridgain.grid.kernal.processors.cache
-
Factory for cache entries.
- GridCacheMappedVersion - Interface in org.gridgain.grid.kernal.processors.cache.distributed
-
Interface mostly for Near to DHT version mapping.
- GridCacheMBean - Interface in org.gridgain.grid.cache
-
This interface defines JMX view on
GridCache.
- GridCacheMemoryMode - Enum in org.gridgain.grid.cache
-
Defines set of memory modes.
- GridCacheMessage<K,V> - Class in org.gridgain.grid.kernal.processors.cache
-
Parent of all cache messages.
- GridCacheMessage() - Constructor for class org.gridgain.grid.kernal.processors.cache.GridCacheMessage
-
- GridCacheMetrics - Interface in org.gridgain.grid.cache
-
Cache metrics used to obtain statistics on cache itself.
- GridCacheMetricsAdapter - Class in org.gridgain.grid.kernal.processors.cache
-
Adapter for cache metrics.
- GridCacheMetricsAdapter() - Constructor for class org.gridgain.grid.kernal.processors.cache.GridCacheMetricsAdapter
-
No-args constructor.
- GridCacheMetricsAdapter(boolean, boolean) - Constructor for class org.gridgain.grid.kernal.processors.cache.GridCacheMetricsAdapter
-
- GridCacheMetricsAdapter(GridCacheMetrics) - Constructor for class org.gridgain.grid.kernal.processors.cache.GridCacheMetricsAdapter
-
- GridCacheMode - Enum in org.gridgain.grid.cache
-
Enumeration of all supported caching modes.
- GridCacheMultiTxFuture<K,V> - Class in org.gridgain.grid.kernal.processors.cache
-
Future which waits for completion of one or more transactions.
- GridCacheMultiTxFuture(GridCacheContext<K, V>) - Constructor for class org.gridgain.grid.kernal.processors.cache.GridCacheMultiTxFuture
-
- GridCacheMultiTxFuture() - Constructor for class org.gridgain.grid.kernal.processors.cache.GridCacheMultiTxFuture
-
- GridCacheMvcc<K> - Class in org.gridgain.grid.kernal.processors.cache
-
Replicated lock based on MVCC paradigm.
- GridCacheMvcc(GridCacheContext<K, ?>) - Constructor for class org.gridgain.grid.kernal.processors.cache.GridCacheMvcc
-
- GridCacheMvccCallback<K,V> - Interface in org.gridgain.grid.kernal.processors.cache
-
Lock and Unlock callbacks.
- GridCacheMvccCandidate<K> - Class in org.gridgain.grid.kernal.processors.cache
-
Lock candidate.
- GridCacheMvccCandidate() - Constructor for class org.gridgain.grid.kernal.processors.cache.GridCacheMvccCandidate
-
- GridCacheMvccCandidate(GridCacheEntryEx<K, ?>, UUID, UUID, GridCacheVersion, long, GridCacheVersion, long, boolean, boolean, boolean, boolean, boolean, boolean) - Constructor for class org.gridgain.grid.kernal.processors.cache.GridCacheMvccCandidate
-
- GridCacheMvccEntryExtras<K> - Class in org.gridgain.grid.kernal.processors.cache.extras
-
Extras where MVCC is set.
- GridCacheMvccEntryExtras(GridCacheMvcc<K>) - Constructor for class org.gridgain.grid.kernal.processors.cache.extras.GridCacheMvccEntryExtras
-
Constructor.
- GridCacheMvccFuture<K,V,T> - Interface in org.gridgain.grid.kernal.processors.cache
-
Distributed future aware of MVCC locking.
- GridCacheMvccManager<K,V> - Class in org.gridgain.grid.kernal.processors.cache
-
Manages lock order within a thread.
- GridCacheMvccManager() - Constructor for class org.gridgain.grid.kernal.processors.cache.GridCacheMvccManager
-
- GridCacheMvccObsoleteEntryExtras<K> - Class in org.gridgain.grid.kernal.processors.cache.extras
-
Extras where MVCC and obsolete version are set.
- GridCacheMvccObsoleteEntryExtras(GridCacheMvcc<K>, GridCacheVersion) - Constructor for class org.gridgain.grid.kernal.processors.cache.extras.GridCacheMvccObsoleteEntryExtras
-
Constructor.
- GridCacheMvccObsoleteTtlEntryExtras<K> - Class in org.gridgain.grid.kernal.processors.cache.extras
-
Extras where MVCC, obsolete version and TTL are set.
- GridCacheMvccObsoleteTtlEntryExtras(GridCacheMvcc<K>, GridCacheVersion, long, long) - Constructor for class org.gridgain.grid.kernal.processors.cache.extras.GridCacheMvccObsoleteTtlEntryExtras
-
Constructor.
- GridCacheMvccTtlEntryExtras<K> - Class in org.gridgain.grid.kernal.processors.cache.extras
-
Extras where MVCC and TTL are set.
- GridCacheMvccTtlEntryExtras(GridCacheMvcc<K>, long, long) - Constructor for class org.gridgain.grid.kernal.processors.cache.extras.GridCacheMvccTtlEntryExtras
-
Constructor.
- GridCacheName - Annotation Type in org.gridgain.grid.cache
-
Allows to specify cache name from grid computations.
- GridCacheNameResource - Annotation Type in org.gridgain.grid.resources
-
Annotates a field or a setter method for injection of grid cache name.
- GridCacheNoopJtaManager<K,V> - Class in org.gridgain.grid.kernal.processors.cache.jta
-
- GridCacheNoopJtaManager() - Constructor for class org.gridgain.grid.kernal.processors.cache.jta.GridCacheNoopJtaManager
-
- GridCacheObsoleteEntryExtras<K> - Class in org.gridgain.grid.kernal.processors.cache.extras
-
Extras where obsolete version is set.
- GridCacheObsoleteEntryExtras(GridCacheVersion) - Constructor for class org.gridgain.grid.kernal.processors.cache.extras.GridCacheObsoleteEntryExtras
-
Constructor.
- GridCacheObsoleteTtlEntryExtras<K> - Class in org.gridgain.grid.kernal.processors.cache.extras
-
Extras where obsolete version and TTL are set.
- GridCacheObsoleteTtlEntryExtras(GridCacheVersion, long, long) - Constructor for class org.gridgain.grid.kernal.processors.cache.extras.GridCacheObsoleteTtlEntryExtras
-
Constructor.
- GridCacheOperation - Enum in org.gridgain.grid.kernal.processors.cache
-
Cache value operations.
- GridCacheOptimisticCheckPreparedTxFuture<K,V> - Class in org.gridgain.grid.kernal.processors.cache.distributed
-
Future verifying that all remote transactions related to some
optimistic transaction were prepared.
- GridCacheOptimisticCheckPreparedTxFuture(GridCacheContext<K, V>, GridCacheTxEx<K, V>, UUID, Map<UUID, Collection<UUID>>) - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.GridCacheOptimisticCheckPreparedTxFuture
-
- GridCacheOptimisticCheckPreparedTxRequest<K,V> - Class in org.gridgain.grid.kernal.processors.cache.distributed
-
Message sent to check that transactions related to some optimistic transaction
were prepared on remote node.
- GridCacheOptimisticCheckPreparedTxRequest() - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.GridCacheOptimisticCheckPreparedTxRequest
-
- GridCacheOptimisticCheckPreparedTxRequest(GridCacheTxEx<K, V>, int, GridUuid, GridUuid) - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.GridCacheOptimisticCheckPreparedTxRequest
-
- GridCacheOptimisticCheckPreparedTxResponse<K,V> - Class in org.gridgain.grid.kernal.processors.cache.distributed
-
Check prepared transactions response.
- GridCacheOptimisticCheckPreparedTxResponse() - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.GridCacheOptimisticCheckPreparedTxResponse
-
- GridCacheOptimisticCheckPreparedTxResponse(GridCacheVersion, GridUuid, GridUuid, boolean) - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.GridCacheOptimisticCheckPreparedTxResponse
-
- GridCachePartialUpdateException - Exception in org.gridgain.grid.cache
-
Exception thrown from non-transactional cache in case when update succeeded only partially.
- GridCachePartialUpdateException(String) - Constructor for exception org.gridgain.grid.cache.GridCachePartialUpdateException
-
- GridCachePartitionFairAffinity - Class in org.gridgain.grid.cache.affinity.fair
-
Fair affinity function which tries to ensure that all nodes get equal number of partitions with
minimum amount of reassignments between existing nodes.
- GridCachePartitionFairAffinity() - Constructor for class org.gridgain.grid.cache.affinity.fair.GridCachePartitionFairAffinity
-
Creates fair affinity with default partition count.
- GridCachePartitionFairAffinity(int) - Constructor for class org.gridgain.grid.cache.affinity.fair.GridCachePartitionFairAffinity
-
- GridCachePeekMode - Enum in org.gridgain.grid.cache
-
Enumeration of all supported cache peek modes.
- GridCachePerThreadTxCommitBuffer<K,V> - Class in org.gridgain.grid.kernal.processors.cache.distributed
-
Committed tx buffer which should be used in synchronous commit mode.
- GridCachePerThreadTxCommitBuffer(GridCacheContext<K, V>) - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.GridCachePerThreadTxCommitBuffer
-
- GridCachePessimisticCheckCommittedTxFuture<K,V> - Class in org.gridgain.grid.kernal.processors.cache.distributed
-
Future verifying that all remote transactions related to some
optimistic transaction were prepared.
- GridCachePessimisticCheckCommittedTxFuture(GridCacheContext<K, V>, GridCacheTxEx<K, V>, UUID) - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.GridCachePessimisticCheckCommittedTxFuture
-
- GridCachePessimisticCheckCommittedTxRequest<K,V> - Class in org.gridgain.grid.kernal.processors.cache.distributed
-
Message sent to check that transactions related to some pessimistic transaction
were prepared on remote node.
- GridCachePessimisticCheckCommittedTxRequest() - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.GridCachePessimisticCheckCommittedTxRequest
-
- GridCachePessimisticCheckCommittedTxRequest(GridCacheTxEx<K, V>, long, GridUuid, GridUuid) - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.GridCachePessimisticCheckCommittedTxRequest
-
- GridCachePessimisticCheckCommittedTxResponse<K,V> - Class in org.gridgain.grid.kernal.processors.cache.distributed
-
Check prepared transactions response.
- GridCachePessimisticCheckCommittedTxResponse() - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.GridCachePessimisticCheckCommittedTxResponse
-
- GridCachePessimisticCheckCommittedTxResponse(GridCacheVersion, GridUuid, GridUuid, GridCacheCommittedTxInfo<K, V>) - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.GridCachePessimisticCheckCommittedTxResponse
-
- GridCachePreloader<K,V> - Interface in org.gridgain.grid.kernal.processors.cache
-
Cache preloader that is responsible for loading cache entries either from remote
nodes (for distributed cache) or anywhere else at cache startup.
- GridCachePreloaderAdapter<K,V> - Class in org.gridgain.grid.kernal.processors.cache
-
Adapter for preloading which always assumes that preloading finished.
- GridCachePreloaderAdapter(GridCacheContext<K, V>) - Constructor for class org.gridgain.grid.kernal.processors.cache.GridCachePreloaderAdapter
-
- GridCachePreloadingEvent - Class in org.gridgain.grid.events
-
In-memory database (cache) preloading event.
- GridCachePreloadingEvent(String, GridNode, String, int, int, GridNode, int, long) - Constructor for class org.gridgain.grid.events.GridCachePreloadingEvent
-
Constructs cache event.
- GridCachePreloadMode - Enum in org.gridgain.grid.cache
-
Cache preload mode.
- GridCacheProcessor - Class in org.gridgain.grid.kernal.processors.cache
-
Cache processor.
- GridCacheProcessor(GridKernalContext) - Constructor for class org.gridgain.grid.kernal.processors.cache.GridCacheProcessor
-
- GridCacheProjection<K,V> - Interface in org.gridgain.grid.cache
-
This interface provides a rich API for working with distributed caches.
- GridCacheProjectionEx<K,V> - Interface in org.gridgain.grid.kernal.processors.cache
-
Internal projection interface.
- GridCacheProjectionImpl<K,V> - Class in org.gridgain.grid.kernal.processors.cache
-
Cache projection.
- GridCacheProjectionImpl() - Constructor for class org.gridgain.grid.kernal.processors.cache.GridCacheProjectionImpl
-
- GridCacheProjectionImpl(GridCacheProjection<K, V>, GridCacheContext<K, V>, GridBiPredicate<K, V>, GridPredicate<? super GridCacheEntry<K, V>>, Set<GridCacheFlag>, UUID) - Constructor for class org.gridgain.grid.kernal.processors.cache.GridCacheProjectionImpl
-
- GridCacheProxy<K,V> - Interface in org.gridgain.grid.kernal.processors.cache
-
Cache proxy marker interface.
- GridCacheProxyImpl<K,V> - Class in org.gridgain.grid.kernal.processors.cache
-
Cache proxy.
- GridCacheProxyImpl() - Constructor for class org.gridgain.grid.kernal.processors.cache.GridCacheProxyImpl
-
- GridCacheProxyImpl(GridCacheContext<K, V>, GridCacheProjectionEx<K, V>, GridCacheProjectionImpl<K, V>) - Constructor for class org.gridgain.grid.kernal.processors.cache.GridCacheProxyImpl
-
- GridCacheQueries<K,V> - Interface in org.gridgain.grid.cache.query
-
Facade for creating distributed queries.
- GridCacheQueriesEx<K,V> - Interface in org.gridgain.grid.kernal.processors.cache.query
-
Extended queries interface.
- GridCacheQueriesImpl<K,V> - Class in org.gridgain.grid.kernal.processors.cache.query
-
- GridCacheQueriesImpl(GridCacheContext<K, V>, GridCacheProjectionImpl<K, V>) - Constructor for class org.gridgain.grid.kernal.processors.cache.query.GridCacheQueriesImpl
-
- GridCacheQueriesProxy<K,V> - Class in org.gridgain.grid.kernal.processors.cache.query
-
Per-projection queries object returned to user.
- GridCacheQueriesProxy(GridCacheContext<K, V>, GridCacheProjectionImpl<K, V>, GridCacheQueriesEx<K, V>) - Constructor for class org.gridgain.grid.kernal.processors.cache.query.GridCacheQueriesProxy
-
Create cache queries implementation.
- GridCacheQuery<T> - Interface in org.gridgain.grid.cache.query
-
Main API for configuring and executing cache queries.
- GridCacheQueryAdapter<T> - Class in org.gridgain.grid.kernal.processors.cache.query
-
Query adapter.
- GridCacheQueryAdapter(GridCacheContext<?, ?>, GridCacheQueryType, GridPredicate<GridCacheEntry<Object, Object>>, Class<?>, String, GridBiPredicate<Object, Object>, boolean) - Constructor for class org.gridgain.grid.kernal.processors.cache.query.GridCacheQueryAdapter
-
- GridCacheQueryAdapter(GridCacheContext<?, ?>, GridPredicate<GridCacheEntry<Object, Object>>, GridCacheQueryType, GridLogger, int, long, boolean, boolean, boolean, GridProjection, GridBiPredicate<Object, Object>, Class<?>, String, boolean) - Constructor for class org.gridgain.grid.kernal.processors.cache.query.GridCacheQueryAdapter
-
- GridCacheQueryBean - Class in org.gridgain.grid.kernal.processors.cache.query
-
Query execution bean.
- GridCacheQueryBean(GridCacheQueryAdapter<?>, GridReducer<Object, Object>, GridClosure<Object, Object>, Object[]) - Constructor for class org.gridgain.grid.kernal.processors.cache.query.GridCacheQueryBean
-
- GridCacheQueryErrorFuture<T> - Class in org.gridgain.grid.kernal.processors.cache.query
-
Error future.
- GridCacheQueryErrorFuture(GridKernalContext, Throwable) - Constructor for class org.gridgain.grid.kernal.processors.cache.query.GridCacheQueryErrorFuture
-
- GridCacheQueryFuture<T> - Interface in org.gridgain.grid.cache.query
-
Cache query future returned by query execution.
- GridCacheQueryFutureAdapter<K,V,R> - Class in org.gridgain.grid.kernal.processors.cache.query
-
Query future adapter.
- GridCacheQueryFutureAdapter() - Constructor for class org.gridgain.grid.kernal.processors.cache.query.GridCacheQueryFutureAdapter
-
- GridCacheQueryFutureAdapter(GridCacheContext<K, V>, GridCacheQueryBean, boolean) - Constructor for class org.gridgain.grid.kernal.processors.cache.query.GridCacheQueryFutureAdapter
-
- GridCacheQueryGroupIndex - Annotation Type in org.gridgain.grid.cache.query
-
Describes group index.
- GridCacheQueryGroupIndex.List - Annotation Type in org.gridgain.grid.cache.query
-
List of group indexes for type.
- GridCacheQueryJdbcMetadataTask - Class in org.gridgain.grid.kernal.processors.cache.query.jdbc
-
Task that gets metadata for JDBC adapter.
- GridCacheQueryJdbcMetadataTask() - Constructor for class org.gridgain.grid.kernal.processors.cache.query.jdbc.GridCacheQueryJdbcMetadataTask
-
- GridCacheQueryJdbcTask - Class in org.gridgain.grid.kernal.processors.cache.query.jdbc
-
Task for JDBC adapter.
- GridCacheQueryJdbcTask() - Constructor for class org.gridgain.grid.kernal.processors.cache.query.jdbc.GridCacheQueryJdbcTask
-
- GridCacheQueryJdbcValidationTask - Class in org.gridgain.grid.kernal.processors.cache.query.jdbc
-
Task to validate connection.
- GridCacheQueryJdbcValidationTask() - Constructor for class org.gridgain.grid.kernal.processors.cache.query.jdbc.GridCacheQueryJdbcValidationTask
-
- GridCacheQueryManager<K,V> - Class in org.gridgain.grid.kernal.processors.cache.query
-
Query and index manager.
- GridCacheQueryManager() - Constructor for class org.gridgain.grid.kernal.processors.cache.query.GridCacheQueryManager
-
- GridCacheQueryMetadataAware - Interface in org.gridgain.grid.kernal.processors.cache.query
-
Metadata-aware interface.
- GridCacheQueryMetrics - Interface in org.gridgain.grid.cache.query
-
Cache query metrics used to obtain statistics on query.
- GridCacheQueryMetricsAdapter - Class in org.gridgain.grid.kernal.processors.cache.query
-
- GridCacheQueryMetricsAdapter() - Constructor for class org.gridgain.grid.kernal.processors.cache.query.GridCacheQueryMetricsAdapter
-
- GridCacheQueryRequest<K,V> - Class in org.gridgain.grid.kernal.processors.cache.query
-
Query request.
- GridCacheQueryRequest() - Constructor for class org.gridgain.grid.kernal.processors.cache.query.GridCacheQueryRequest
-
- GridCacheQueryRequest(long, boolean) - Constructor for class org.gridgain.grid.kernal.processors.cache.query.GridCacheQueryRequest
-
- GridCacheQueryRequest(long, String, int, boolean, boolean, boolean) - Constructor for class org.gridgain.grid.kernal.processors.cache.query.GridCacheQueryRequest
-
Request to load page.
- GridCacheQueryRequest(long, String, GridCacheQueryType, boolean, String, String, GridBiPredicate<Object, Object>, GridPredicate<GridCacheEntry<Object, Object>>, GridReducer<Object, Object>, GridClosure<Object, Object>, int, boolean, Object[], boolean) - Constructor for class org.gridgain.grid.kernal.processors.cache.query.GridCacheQueryRequest
-
- GridCacheQueryResponse<K,V> - Class in org.gridgain.grid.kernal.processors.cache.query
-
Query request.
- GridCacheQueryResponse() - Constructor for class org.gridgain.grid.kernal.processors.cache.query.GridCacheQueryResponse
-
- GridCacheQueryResponse(long, boolean, boolean) - Constructor for class org.gridgain.grid.kernal.processors.cache.query.GridCacheQueryResponse
-
- GridCacheQueryResponse(long, Throwable) - Constructor for class org.gridgain.grid.kernal.processors.cache.query.GridCacheQueryResponse
-
- GridCacheQueryResponseEntry<K,V> - Class in org.gridgain.grid.kernal.processors.cache.query
-
Class to store query results returned by remote nodes.
- GridCacheQueryResponseEntry() - Constructor for class org.gridgain.grid.kernal.processors.cache.query.GridCacheQueryResponseEntry
-
- GridCacheQueryResponseEntry(K, V) - Constructor for class org.gridgain.grid.kernal.processors.cache.query.GridCacheQueryResponseEntry
-
- GridCacheQuerySqlField - Annotation Type in org.gridgain.grid.cache.query
-
Annotates fields for SQL queries.
- GridCacheQuerySqlField.Group - Annotation Type in org.gridgain.grid.cache.query
-
Describes group of index and position of field in this group.
- GridCacheQuerySqlFunction - Annotation Type in org.gridgain.grid.cache.query
-
Annotates public static methods in classes to be used in SQL queries as custom functions.
- GridCacheQueryTextField - Annotation Type in org.gridgain.grid.cache.query
-
Annotation for fields or getters to be indexed for full text
search using H2 TEXT indexing.
- GridCacheQueryType - Enum in org.gridgain.grid.kernal.processors.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 distributed queues based on In-Memory Data Grid.
- GridCacheQueueAdapter<T> - Class in org.gridgain.grid.kernal.processors.cache.datastructures
-
- GridCacheQueueAdapter(String, GridCacheQueueHeader, GridCacheContext<?, ?>) - Constructor for class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheQueueAdapter
-
- GridCacheQueueAdapter.AddClosure - Class in org.gridgain.grid.kernal.processors.cache.datastructures
-
- GridCacheQueueAdapter.AddClosure() - Constructor for class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheQueueAdapter.AddClosure
-
- GridCacheQueueAdapter.AddClosure(GridUuid, int) - Constructor for class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheQueueAdapter.AddClosure
-
- GridCacheQueueAdapter.ClearClosure - Class in org.gridgain.grid.kernal.processors.cache.datastructures
-
- GridCacheQueueAdapter.ClearClosure() - Constructor for class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheQueueAdapter.ClearClosure
-
- GridCacheQueueAdapter.ClearClosure(GridUuid) - Constructor for class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheQueueAdapter.ClearClosure
-
- GridCacheQueueAdapter.PollClosure - Class in org.gridgain.grid.kernal.processors.cache.datastructures
-
- GridCacheQueueAdapter.PollClosure() - Constructor for class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheQueueAdapter.PollClosure
-
- GridCacheQueueAdapter.PollClosure(GridUuid) - Constructor for class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheQueueAdapter.PollClosure
-
- GridCacheQueueAdapter.RemoveClosure - Class in org.gridgain.grid.kernal.processors.cache.datastructures
-
- GridCacheQueueAdapter.RemoveClosure() - Constructor for class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheQueueAdapter.RemoveClosure
-
- GridCacheQueueAdapter.RemoveClosure(GridUuid, Long) - Constructor for class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheQueueAdapter.RemoveClosure
-
- GridCacheQueueHeader - Class in org.gridgain.grid.kernal.processors.cache.datastructures
-
Queue header.
- GridCacheQueueHeader() - Constructor for class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheQueueHeader
-
- GridCacheQueueHeader(GridUuid, int, boolean, long, long, Set<Long>) - Constructor for class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheQueueHeader
-
- GridCacheQueueHeaderKey - Class in org.gridgain.grid.kernal.processors.cache.datastructures
-
Queue header key.
- GridCacheQueueHeaderKey() - Constructor for class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheQueueHeaderKey
-
- GridCacheQueueHeaderKey(String) - Constructor for class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheQueueHeaderKey
-
- GridCacheQueueProxy<T> - Class in org.gridgain.grid.kernal.processors.cache.datastructures
-
Cache queue proxy.
- GridCacheQueueProxy() - Constructor for class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheQueueProxy
-
- GridCacheQueueProxy(GridCacheContext, GridCacheQueueAdapter<T>) - Constructor for class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheQueueProxy
-
- GridCacheRandomEvictionPolicy<K,V> - Class in org.gridgain.grid.cache.eviction.random
-
- 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.
- GridCacheRandomEvictionPolicyMBean - Interface in org.gridgain.grid.cache.eviction.random
-
MBean for random eviction policy.
- GridCacheRemovable - Interface in org.gridgain.grid.kernal.processors.cache.datastructures
-
Provides callback for marking object as removed.
- GridCacheRendezvousAffinityFunction - Class in org.gridgain.grid.cache.affinity.rendezvous
-
Affinity function for partitioned cache based on Highest Random Weight algorithm.
- GridCacheRendezvousAffinityFunction() - Constructor for class org.gridgain.grid.cache.affinity.rendezvous.GridCacheRendezvousAffinityFunction
-
Empty constructor with all defaults.
- GridCacheRendezvousAffinityFunction(boolean) - Constructor for class org.gridgain.grid.cache.affinity.rendezvous.GridCacheRendezvousAffinityFunction
-
Initializes affinity with flag to exclude same-host-neighbors from being backups of each other
and specified number of backups.
- GridCacheRendezvousAffinityFunction(boolean, int) - Constructor for class org.gridgain.grid.cache.affinity.rendezvous.GridCacheRendezvousAffinityFunction
-
Initializes affinity with flag to exclude same-host-neighbors from being backups of each other,
and specified number of backups and partitions.
- GridCacheRendezvousAffinityFunction(int, GridBiPredicate<GridNode, GridNode>) - Constructor for class org.gridgain.grid.cache.affinity.rendezvous.GridCacheRendezvousAffinityFunction
-
Initializes optional counts for replicas and backups.
- GridCacheRestMetrics - Class in org.gridgain.grid.kernal.processors.rest.handlers.cache
-
Grid cache metrics for rest.
- GridCacheRestMetrics(long, long, long, int, int, int, int) - Constructor for class org.gridgain.grid.kernal.processors.rest.handlers.cache.GridCacheRestMetrics
-
Constructor.
- GridCacheRestResponse - Class in org.gridgain.grid.kernal.processors.rest.handlers.cache
-
Adds affinity node ID to cache responses.
- GridCacheRestResponse() - Constructor for class org.gridgain.grid.kernal.processors.rest.handlers.cache.GridCacheRestResponse
-
- GridCacheReturn<V> - Class in org.gridgain.grid.kernal.processors.cache
-
Return value for cases where both, value and success flag need to be returned.
- GridCacheReturn() - Constructor for class org.gridgain.grid.kernal.processors.cache.GridCacheReturn
-
Empty constructor.
- GridCacheReturn(V) - Constructor for class org.gridgain.grid.kernal.processors.cache.GridCacheReturn
-
- GridCacheReturn(boolean) - Constructor for class org.gridgain.grid.kernal.processors.cache.GridCacheReturn
-
- GridCacheReturn(V, boolean) - Constructor for class org.gridgain.grid.kernal.processors.cache.GridCacheReturn
-
- GridCacheSet<T> - Interface in org.gridgain.grid.cache.datastructures
-
Set implementation based on on In-Memory Data Grid.
- GridCacheSetHeader - Class in org.gridgain.grid.kernal.processors.cache.datastructures
-
Cache set header.
- GridCacheSetHeader() - Constructor for class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheSetHeader
-
- GridCacheSetHeader(GridUuid, boolean) - Constructor for class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheSetHeader
-
- GridCacheSetHeaderKey - Class in org.gridgain.grid.kernal.processors.cache.datastructures
-
Set header key.
- GridCacheSetHeaderKey() - Constructor for class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheSetHeaderKey
-
- GridCacheSetHeaderKey(String) - Constructor for class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheSetHeaderKey
-
- GridCacheSetImpl<T> - Class in org.gridgain.grid.kernal.processors.cache.datastructures
-
Cache set implementation.
- GridCacheSetImpl(GridCacheContext, String, GridCacheSetHeader) - Constructor for class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheSetImpl
-
- GridCacheSetItemKey - Class in org.gridgain.grid.kernal.processors.cache.datastructures
-
Set item key.
- GridCacheSetItemKey() - Constructor for class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheSetItemKey
-
- GridCacheSetProxy<T> - Class in org.gridgain.grid.kernal.processors.cache.datastructures
-
Cache set proxy.
- GridCacheSetProxy() - Constructor for class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheSetProxy
-
- GridCacheSetProxy(GridCacheContext, GridCacheSetImpl<T>) - Constructor for class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheSetProxy
-
- GridCacheSqlIndexMetadata - Interface in org.gridgain.grid.kernal.processors.cache.query
-
GridGain index descriptor.
- GridCacheSqlMetadata - Interface in org.gridgain.grid.kernal.processors.cache.query
-
Metadata for GridGain cache.
- 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
-
- GridCacheStoreManager<K,V> - Class in org.gridgain.grid.kernal.processors.cache
-
Store manager.
- GridCacheStoreManager(GridCacheStore<K, Object>) - Constructor for class org.gridgain.grid.kernal.processors.cache.GridCacheStoreManager
-
- GridCacheSwapEntry<V> - Class in org.gridgain.grid.kernal.processors.cache
-
Swap entry.
- GridCacheSwapEntry() - Constructor for class org.gridgain.grid.kernal.processors.cache.GridCacheSwapEntry
-
Empty constructor.
- GridCacheSwapEntry(int, byte[], boolean, GridCacheVersion, long, long, GridUuid, GridUuid) - Constructor for class org.gridgain.grid.kernal.processors.cache.GridCacheSwapEntry
-
- GridCacheSwapListener<K,V> - Interface in org.gridgain.grid.kernal.processors.cache
-
Provides ability to listen to swap events in cache which is necessary for preloading.
- GridCacheSwapManager<K,V> - Class in org.gridgain.grid.kernal.processors.cache
-
Handles all swap operations.
- GridCacheSwapManager(boolean) - Constructor for class org.gridgain.grid.kernal.processors.cache.GridCacheSwapManager
-
- GridCacheTransformComputeClosure<V,R> - Class in org.gridgain.grid.kernal.processors.cache
-
- GridCacheTransformComputeClosure() - Constructor for class org.gridgain.grid.kernal.processors.cache.GridCacheTransformComputeClosure
-
- GridCacheTransformComputeClosure(GridClosure<V, GridBiTuple<V, R>>) - Constructor for class org.gridgain.grid.kernal.processors.cache.GridCacheTransformComputeClosure
-
- GridCacheTtlEntryExtras<K> - Class in org.gridgain.grid.kernal.processors.cache.extras
-
Extras where TTL and expire time are set.
- GridCacheTtlEntryExtras(long, long) - Constructor for class org.gridgain.grid.kernal.processors.cache.extras.GridCacheTtlEntryExtras
-
Constructor.
- GridCacheTtlManager<K,V> - Class in org.gridgain.grid.kernal.processors.cache
-
- GridCacheTtlManager() - Constructor for class org.gridgain.grid.kernal.processors.cache.GridCacheTtlManager
-
- GridCacheTx - Interface in org.gridgain.grid.cache
-
Grid cache transaction.
- GridCacheTxAdapter<K,V> - Class in org.gridgain.grid.kernal.processors.cache
-
Managed transaction adapter.
- GridCacheTxAdapter() - Constructor for class org.gridgain.grid.kernal.processors.cache.GridCacheTxAdapter
-
- GridCacheTxAdapter(GridCacheContext<K, V>, GridCacheVersion, boolean, boolean, boolean, GridCacheTxConcurrency, GridCacheTxIsolation, long, boolean, boolean, boolean, int, Object, UUID) - Constructor for class org.gridgain.grid.kernal.processors.cache.GridCacheTxAdapter
-
- GridCacheTxAdapter(GridCacheContext<K, V>, UUID, GridCacheVersion, GridCacheVersion, long, GridCacheTxConcurrency, GridCacheTxIsolation, long, boolean, boolean, boolean, int, Object, UUID) - Constructor for class org.gridgain.grid.kernal.processors.cache.GridCacheTxAdapter
-
- GridCacheTxCommitBuffer<K,V> - Interface in org.gridgain.grid.kernal.processors.cache.distributed
-
Buffer that stores transaction commit values in order to restore them in case of originating node crash.
- GridCacheTxConcurrency - Enum in org.gridgain.grid.cache
-
Transaction concurrency control.
- GridCacheTxEntry<K,V> - Class in org.gridgain.grid.kernal.processors.cache
-
Transaction entry.
- GridCacheTxEntry() - Constructor for class org.gridgain.grid.kernal.processors.cache.GridCacheTxEntry
-
- GridCacheTxEntry(GridCacheContext<K, V>, GridCacheTxEx<K, V>, GridCacheOperation, V, long, long, GridCacheEntryEx<K, V>, GridCacheVersion) - Constructor for class org.gridgain.grid.kernal.processors.cache.GridCacheTxEntry
-
This constructor is meant for remote transactions.
- GridCacheTxEntry(GridCacheContext<K, V>, GridCacheTxEx<K, V>, GridCacheOperation, V, GridClosure<V, V>, long, GridCacheEntryEx<K, V>, GridPredicate<GridCacheEntry<K, V>>[], GridCacheVersion) - Constructor for class org.gridgain.grid.kernal.processors.cache.GridCacheTxEntry
-
This constructor is meant for local transactions.
- GridCacheTxEx<K,V> - Interface in org.gridgain.grid.kernal.processors.cache
-
Transaction managed by cache ('Ex' stands for external).
- GridCacheTxEx.FinalizationStatus - Enum in org.gridgain.grid.kernal.processors.cache
-
- GridCacheTxFinishSync<K,V> - Class in org.gridgain.grid.kernal.processors.cache.distributed
-
Synchronization structure for asynchronous waiting for near tx finish responses based on per-node per-thread
basis.
- GridCacheTxFinishSync(GridCacheContext<K, V>) - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.GridCacheTxFinishSync
-
- 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.
- GridCacheTxLocalAdapter<K,V> - Class in org.gridgain.grid.kernal.processors.cache
-
Transaction adapter for cache transactions.
- GridCacheTxLocalAdapter() - Constructor for class org.gridgain.grid.kernal.processors.cache.GridCacheTxLocalAdapter
-
- GridCacheTxLocalAdapter(GridCacheContext<K, V>, GridCacheVersion, boolean, boolean, GridCacheTxConcurrency, GridCacheTxIsolation, long, boolean, boolean, boolean, int, Object, boolean, UUID) - Constructor for class org.gridgain.grid.kernal.processors.cache.GridCacheTxLocalAdapter
-
- GridCacheTxLocalAdapter.FinishClosure<T> - Class in org.gridgain.grid.kernal.processors.cache
-
Post-lock closure.
- GridCacheTxLocalAdapter.FinishClosure() - Constructor for class org.gridgain.grid.kernal.processors.cache.GridCacheTxLocalAdapter.FinishClosure
-
- GridCacheTxLocalAdapter.PLC1<T> - Class in org.gridgain.grid.kernal.processors.cache
-
Post-lock closure alias.
- GridCacheTxLocalAdapter.PLC1(T) - Constructor for class org.gridgain.grid.kernal.processors.cache.GridCacheTxLocalAdapter.PLC1
-
- GridCacheTxLocalAdapter.PLC1(T, boolean) - Constructor for class org.gridgain.grid.kernal.processors.cache.GridCacheTxLocalAdapter.PLC1
-
- GridCacheTxLocalAdapter.PLC2<T> - Class in org.gridgain.grid.kernal.processors.cache
-
Post-lock closure alias.
- GridCacheTxLocalAdapter.PLC2() - Constructor for class org.gridgain.grid.kernal.processors.cache.GridCacheTxLocalAdapter.PLC2
-
- GridCacheTxLocalAdapter.PMC<T> - Class in org.gridgain.grid.kernal.processors.cache
-
Post-lock closure alias.
- GridCacheTxLocalAdapter.PMC() - Constructor for class org.gridgain.grid.kernal.processors.cache.GridCacheTxLocalAdapter.PMC
-
- GridCacheTxLocalAdapter.PostLockClosure1<T> - Class in org.gridgain.grid.kernal.processors.cache
-
Post-lock closure.
- GridCacheTxLocalAdapter.PostLockClosure1(T) - Constructor for class org.gridgain.grid.kernal.processors.cache.GridCacheTxLocalAdapter.PostLockClosure1
-
Creates a Post-Lock closure that will pass the argument given to the postLock method.
- GridCacheTxLocalAdapter.PostLockClosure1(T, boolean) - Constructor for class org.gridgain.grid.kernal.processors.cache.GridCacheTxLocalAdapter.PostLockClosure1
-
Creates a Post-Lock closure that will pass the argument given to the postLock method.
- GridCacheTxLocalAdapter.PostLockClosure2<T> - Class in org.gridgain.grid.kernal.processors.cache
-
Post-lock closure.
- GridCacheTxLocalAdapter.PostLockClosure2() - Constructor for class org.gridgain.grid.kernal.processors.cache.GridCacheTxLocalAdapter.PostLockClosure2
-
- GridCacheTxLocalAdapter.PostMissClosure<T> - Class in org.gridgain.grid.kernal.processors.cache
-
Post-lock closure.
- GridCacheTxLocalAdapter.PostMissClosure() - Constructor for class org.gridgain.grid.kernal.processors.cache.GridCacheTxLocalAdapter.PostMissClosure
-
- GridCacheTxLocalEx<K,V> - Interface in org.gridgain.grid.kernal.processors.cache
-
Local transaction API.
- GridCacheTxManager<K,V> - Class in org.gridgain.grid.kernal.processors.cache
-
Cache transaction manager.
- GridCacheTxManager() - Constructor for class org.gridgain.grid.kernal.processors.cache.GridCacheTxManager
-
- GridCacheTxMap<K,V> - Class in org.gridgain.grid.kernal.processors.cache
-
Grid cache transaction read or write set.
- GridCacheTxMap() - Constructor for class org.gridgain.grid.kernal.processors.cache.GridCacheTxMap
-
- GridCacheTxMap(Map<K, GridCacheTxEntry<K, V>>, GridPredicate<GridCacheTxEntry<K, V>>) - Constructor for class org.gridgain.grid.kernal.processors.cache.GridCacheTxMap
-
- 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.
- GridCacheTxProxy - Interface in org.gridgain.grid.kernal.processors.cache
-
Marker interface for transaction proxy.
- GridCacheTxProxyImpl<K,V> - Class in org.gridgain.grid.kernal.processors.cache
-
Cache transaction proxy.
- GridCacheTxProxyImpl() - Constructor for class org.gridgain.grid.kernal.processors.cache.GridCacheTxProxyImpl
-
- GridCacheTxProxyImpl(GridCacheTx, GridCacheAdapter<K, V>, GridCacheGateway) - Constructor for class org.gridgain.grid.kernal.processors.cache.GridCacheTxProxyImpl
-
- GridCacheTxRemoteEx<K,V> - Interface in org.gridgain.grid.kernal.processors.cache
-
Local transaction API.
- 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.
- GridCacheUpdateAtomicResult<K,V> - Class in org.gridgain.grid.kernal.processors.cache
-
Cache entry atomic update result.
- GridCacheUpdateAtomicResult(boolean, V, V, long, long, GridCacheVersion, GridDrReceiverConflictContextImpl<K, V>, boolean) - Constructor for class org.gridgain.grid.kernal.processors.cache.GridCacheUpdateAtomicResult
-
Constructor.
- GridCacheUpdateTxResult<V> - Class in org.gridgain.grid.kernal.processors.cache
-
Cache entry transactional update result.
- GridCacheUtils - Class in org.gridgain.grid.kernal.processors.cache
-
Cache utility methods.
- GridCacheUtils() - Constructor for class org.gridgain.grid.kernal.processors.cache.GridCacheUtils
-
Ensure singleton.
- GridCacheValueBytes - Class in org.gridgain.grid.kernal.processors.cache
-
Wrapped value bytes of cache entry.
- GridCacheValueBytes() - Constructor for class org.gridgain.grid.kernal.processors.cache.GridCacheValueBytes
-
Private constructor for NULL instance.
- GridCacheValueBytes(byte[], boolean) - Constructor for class org.gridgain.grid.kernal.processors.cache.GridCacheValueBytes
-
Constructor.
- GridCacheValueCollection<K,V> - Class in org.gridgain.grid.kernal.processors.cache
-
Value collection based on provided entries with all remove operations backed
by underlying cache.
- GridCacheValueCollection(GridCacheContext<K, V>, Collection<? extends GridCacheEntry<K, V>>, GridPredicate<GridCacheEntry<K, V>>[]) - Constructor for class org.gridgain.grid.kernal.processors.cache.GridCacheValueCollection
-
- GridCacheVersion - Class in org.gridgain.grid.kernal.processors.cache
-
Grid unique version.
- GridCacheVersion() - Constructor for class org.gridgain.grid.kernal.processors.cache.GridCacheVersion
-
- GridCacheVersion(int, long, long, int, int) - Constructor for class org.gridgain.grid.kernal.processors.cache.GridCacheVersion
-
- GridCacheVersion(int, int, long, long) - Constructor for class org.gridgain.grid.kernal.processors.cache.GridCacheVersion
-
- GridCacheVersionable - Interface in org.gridgain.grid.kernal.processors.cache
-
Classes that are based on version may choose to implement this interface.
- GridCacheVersionEx - Class in org.gridgain.grid.kernal.processors.cache
-
Extended cache version which also has additional DR version.
- GridCacheVersionEx() - Constructor for class org.gridgain.grid.kernal.processors.cache.GridCacheVersionEx
-
- GridCacheVersionEx(int, long, long, int, byte, GridCacheVersion) - Constructor for class org.gridgain.grid.kernal.processors.cache.GridCacheVersionEx
-
Constructor.
- GridCacheVersionManager<K,V> - Class in org.gridgain.grid.kernal.processors.cache
-
Makes sure that cache lock order values come in proper sequence.
- GridCacheVersionManager() - Constructor for class org.gridgain.grid.kernal.processors.cache.GridCacheVersionManager
-
- GridCacheWriteBehindStore<K,V> - Class in org.gridgain.grid.kernal.processors.cache
-
Internal wrapper for a
GridCacheStore that enables write-behind logic.
- GridCacheWriteBehindStore(String, String, GridLogger, GridCacheStore<K, V>) - Constructor for class org.gridgain.grid.kernal.processors.cache.GridCacheWriteBehindStore
-
Creates a write-behind cache store for the given store and cache name.
- GridCacheWriteSynchronizationMode - Enum in org.gridgain.grid.cache
-
Mode indicating how GridGain should wait for write replies from other nodes.
- GridCallable<V> - Interface in org.gridgain.grid.lang
-
Grid-aware adapter for
Callable implementations.
- gridCfg - Variable in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
Grid configuration.
- GridCheckpointEvent - Class in org.gridgain.grid.events
-
Grid checkpoint event.
- GridCheckpointEvent() - Constructor for class org.gridgain.grid.events.GridCheckpointEvent
-
No-arg constructor.
- GridCheckpointEvent(GridNode, 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
-
- GridCheckpointManager - Class in org.gridgain.grid.kernal.managers.checkpoint
-
This class defines a checkpoint manager.
- GridCheckpointManager(GridKernalContext) - Constructor for class org.gridgain.grid.kernal.managers.checkpoint.GridCheckpointManager
-
- GridCheckpointRequest - Class in org.gridgain.grid.kernal.managers.checkpoint
-
This class defines checkpoint request.
- GridCheckpointRequest() - Constructor for class org.gridgain.grid.kernal.managers.checkpoint.GridCheckpointRequest
-
- GridCheckpointRequest(GridUuid, String, String) - Constructor for class org.gridgain.grid.kernal.managers.checkpoint.GridCheckpointRequest
-
- GridCheckpointSpi - Interface in org.gridgain.grid.spi.checkpoint
-
Checkpoint SPI provides an ability to save an intermediate job state.
- GridCircularBuffer<T> - Class in org.gridgain.grid.util
-
This class implements a circular buffer for efficient data exchange.
- GridCircularBuffer(int) - Constructor for class org.gridgain.grid.util.GridCircularBuffer
-
- gridClassLoader() - Static method in class org.gridgain.grid.util.GridUtils
-
- GridClassLoaderCache - Class in org.gridgain.grid.util
-
Caches class loaders for classes.
- GridClient - Interface in org.gridgain.client
-
GridGain Java client API.
- GridClientAbstractMessage - Class in org.gridgain.grid.kernal.processors.rest.client.message
-
This class provides implementation for commit message fields and cannot be used directly.
- GridClientAbstractMessage() - Constructor for class org.gridgain.grid.kernal.processors.rest.client.message.GridClientAbstractMessage
-
- GridClientAuthenticationException - Exception in org.gridgain.client
-
Exception that represents client authentication failure.
- GridClientAuthenticationException(String) - Constructor for exception org.gridgain.client.GridClientAuthenticationException
-
Creates authentication exception with given error message.
- GridClientAuthenticationRequest - Class in org.gridgain.grid.kernal.processors.rest.client.message
-
Client authentication request.
- GridClientAuthenticationRequest() - Constructor for class org.gridgain.grid.kernal.processors.rest.client.message.GridClientAuthenticationRequest
-
- GridClientBalancerAdapter - Class in org.gridgain.client.balancer
-
Base class for balancers.
- GridClientBalancerAdapter() - Constructor for class org.gridgain.client.balancer.GridClientBalancerAdapter
-
- GridClientByteUtils - Class in org.gridgain.grid.util
-
Primitive to byte array and backward conversions.
- GridClientByteUtils() - Constructor for class org.gridgain.grid.util.GridClientByteUtils
-
- GridClientCacheFlag - Enum in org.gridgain.client
-
Cache projection flags that specify projection behaviour.
- GridClientCacheMode - Enum in org.gridgain.client
-
Cache type on remote node.
- GridClientCacheRequest<K,V> - Class in org.gridgain.grid.kernal.processors.rest.client.message
-
Generic cache request.
- GridClientCacheRequest() - Constructor for class org.gridgain.grid.kernal.processors.rest.client.message.GridClientCacheRequest
-
- GridClientCacheRequest(GridClientCacheRequest.GridCacheOperation) - Constructor for class org.gridgain.grid.kernal.processors.rest.client.message.GridClientCacheRequest
-
Creates grid cache request.
- GridClientCacheRequest.GridCacheOperation - Enum in org.gridgain.grid.kernal.processors.rest.client.message
-
Available cache operations.
- GridClientClosedException - Exception in org.gridgain.client
-
This exception is thrown whenever an attempt is made to use a closed client.
- GridClientClosedException(String) - Constructor for exception org.gridgain.client.GridClientClosedException
-
Creates exception with given message.
- GridClientCompute - Interface in org.gridgain.client
-
A compute projection of grid client.
- GridClientConfiguration - Class in org.gridgain.client
-
Java client configuration.
- GridClientConfiguration() - Constructor for class org.gridgain.client.GridClientConfiguration
-
Creates default configuration.
- GridClientConfiguration(GridClientConfiguration) - Constructor for class org.gridgain.client.GridClientConfiguration
-
Copy constructor.
- GridClientConfiguration(Properties) - Constructor for class org.gridgain.client.GridClientConfiguration
-
Creates properties-based configuration based on passed in properties.
- GridClientConfiguration(String, Properties) - Constructor for class org.gridgain.client.GridClientConfiguration
-
Creates properties-based configuration.
- GridClientConnection - Class in org.gridgain.client.impl.connection
-
Facade for all possible network communications between client and server.
- GridClientConnection(UUID, InetSocketAddress, SSLContext, GridClientTopology, Object) - Constructor for class org.gridgain.client.impl.connection.GridClientConnection
-
Creates a facade.
- GridClientConnectionManager - Interface in org.gridgain.client.impl.connection
-
Common interface for client connection managers.
- GridClientConnectionManagerImpl - Class in org.gridgain.client.impl.connection
-
Cached connections manager.
- GridClientConnectionManagerImpl(UUID, SSLContext, GridClientConfiguration, Collection<InetSocketAddress>, GridClientTopology, Byte) - Constructor for class org.gridgain.client.impl.connection.GridClientConnectionManagerImpl
-
Constructs connection manager.
- GridClientConnectionResetException - Exception in org.gridgain.client.impl.connection
-
This exception is thrown when ongoing packet should be sent, but network connection is broken.
- GridClientConsistentHash<N> - Class in org.gridgain.client.util
-
Controls key to node affinity using consistent hash algorithm.
- GridClientConsistentHash() - Constructor for class org.gridgain.client.util.GridClientConsistentHash
-
Constructs consistent hash using empty affinity seed and MD5 hasher function.
- GridClientConsistentHash(Object) - Constructor for class org.gridgain.client.util.GridClientConsistentHash
-
Constructs consistent hash using given affinity seed and MD5 hasher function.
- GridClientConsistentHash(Comparator<N>, Object) - Constructor for class org.gridgain.client.util.GridClientConsistentHash
-
Constructs consistent hash using given affinity seed and hasher function.
- GridClientData - Interface in org.gridgain.client
-
A data projection of grid client.
- GridClientDataAffinity - Interface in org.gridgain.client
-
Determines which node should be connected when operation on a key is requested.
- GridClientDataConfiguration - Class in org.gridgain.client
-
Java client data configuration.
- GridClientDataConfiguration() - Constructor for class org.gridgain.client.GridClientDataConfiguration
-
Creates empty configuration.
- GridClientDataConfiguration(GridClientDataConfiguration) - Constructor for class org.gridgain.client.GridClientDataConfiguration
-
Copy constructor.
- GridClientDataImpl - Class in org.gridgain.client.impl
-
Data projection that serves one cache instance and handles communication errors.
- GridClientDataMetrics - Interface in org.gridgain.client
-
Cache metrics used to obtain statistics on cache itself or any of its entries.
- GridClientDataMetricsAdapter - Class in org.gridgain.client.impl
-
Adapter for cache metrics.
- GridClientDataMetricsAdapter() - Constructor for class org.gridgain.client.impl.GridClientDataMetricsAdapter
-
- GridClientDisconnectedException - Exception in org.gridgain.client
-
This exception is thrown when client has no Grid topology and (probably temporary) can't obtain it.
- GridClientDisconnectedException(String, GridClientException) - Constructor for exception org.gridgain.client.GridClientDisconnectedException
-
Creates exception with given message and cause.
- GridClientException - Exception in org.gridgain.client
-
Client exception is a common super class of all client exceptions.
- GridClientException(String) - Constructor for exception org.gridgain.client.GridClientException
-
Constructs client exception.
- GridClientException(String, Throwable) - Constructor for exception org.gridgain.client.GridClientException
-
Constructs client exception.
- GridClientException(Throwable) - Constructor for exception org.gridgain.client.GridClientException
-
Constructs client exception.
- GridClientFactory - Class in org.gridgain.client
-
Client factory opens and closes clients.
- GridClientFuture<R> - Interface in org.gridgain.client
-
Future for asynchronous operations.
- GridClientFutureAdapter<R> - Class in org.gridgain.client.impl
-
Future adapter.
- GridClientFutureAdapter() - Constructor for class org.gridgain.client.impl.GridClientFutureAdapter
-
Creates not-finished future without any result.
- GridClientFutureAdapter(R) - Constructor for class org.gridgain.client.impl.GridClientFutureAdapter
-
Creates succeeded finished future with given result.
- GridClientFutureAdapter(Throwable) - Constructor for class org.gridgain.client.impl.GridClientFutureAdapter
-
Creates failed finished future with given error.
- GridClientFutureCallback<R,S> - Interface in org.gridgain.client.impl
-
Future callback will be notified, when listened future finishes (both succeed or failed).
- GridClientFutureListener<R> - Interface in org.gridgain.client
-
- GridClientFutureTimeoutException - Exception in org.gridgain.client
-
Client future timeout exception is thrown whenever any client waiting is timed out.
- GridClientFutureTimeoutException(String) - Constructor for exception org.gridgain.client.GridClientFutureTimeoutException
-
Creates exception with specified error message.
- GridClientFutureTimeoutException(String, Throwable) - Constructor for exception org.gridgain.client.GridClientFutureTimeoutException
-
Creates exception with specified error message and cause.
- GridClientHandshakeException - Exception in org.gridgain.client
-
This exception is thrown when a client handshake has failed.
- GridClientHandshakeException(byte, String) - Constructor for exception org.gridgain.client.GridClientHandshakeException
-
Constructor.
- GridClientHandshakeRequest - Class in org.gridgain.grid.kernal.processors.rest.client.message
-
A client handshake request, containing version info and
a marshaller protocol ID.
- GridClientHandshakeRequest() - Constructor for class org.gridgain.grid.kernal.processors.rest.client.message.GridClientHandshakeRequest
-
Default constructor.
- GridClientHandshakeRequest(byte) - Constructor for class org.gridgain.grid.kernal.processors.rest.client.message.GridClientHandshakeRequest
-
Constructor.
- GridClientHandshakeRequestWrapper - Class in org.gridgain.grid.kernal.processors.rest.client.message
-
Client handshake wrapper for direct marshalling.
- GridClientHandshakeRequestWrapper() - Constructor for class org.gridgain.grid.kernal.processors.rest.client.message.GridClientHandshakeRequestWrapper
-
- GridClientHandshakeRequestWrapper(GridClientHandshakeRequest) - Constructor for class org.gridgain.grid.kernal.processors.rest.client.message.GridClientHandshakeRequestWrapper
-
- GridClientHandshakeResponse - Class in org.gridgain.grid.kernal.processors.rest.client.message
-
A client handshake response, containing result
code.
- GridClientHandshakeResponse() - Constructor for class org.gridgain.grid.kernal.processors.rest.client.message.GridClientHandshakeResponse
-
- GridClientHandshakeResponse(byte) - Constructor for class org.gridgain.grid.kernal.processors.rest.client.message.GridClientHandshakeResponse
-
Constructor.
- GridClientHandshakeResponseWrapper - Class in org.gridgain.grid.kernal.processors.rest.client.message
-
Client handshake wrapper for direct marshalling.
- GridClientHandshakeResponseWrapper() - Constructor for class org.gridgain.grid.kernal.processors.rest.client.message.GridClientHandshakeResponseWrapper
-
- GridClientHandshakeResponseWrapper(byte) - Constructor for class org.gridgain.grid.kernal.processors.rest.client.message.GridClientHandshakeResponseWrapper
-
- GridClientImpl - Class in org.gridgain.client.impl
-
Client implementation.
- GridClientImpl(UUID, GridClientConfiguration) - Constructor for class org.gridgain.client.impl.GridClientImpl
-
Creates a new client based on a given configuration.
- GridClientJdkMarshaller - Class in org.gridgain.client.marshaller.jdk
-
Simple marshaller that utilize JDK serialization features.
- GridClientJdkMarshaller() - Constructor for class org.gridgain.client.marshaller.jdk.GridClientJdkMarshaller
-
- GridClientLoadBalancer - Interface in org.gridgain.client.balancer
-
Interface that defines a selection logic of a server node for a particular operation.
- GridClientLogRequest - Class in org.gridgain.grid.kernal.processors.rest.client.message
-
Request for a log file.
- GridClientLogRequest() - Constructor for class org.gridgain.grid.kernal.processors.rest.client.message.GridClientLogRequest
-
- GridClientMarshaller - Interface in org.gridgain.client.marshaller
-
Marshaller for binary protocol messages.
- GridClientMessage - Interface in org.gridgain.grid.kernal.processors.rest.client.message
-
Interface for all client messages.
- GridClientMessageInterceptor - Interface in org.gridgain.grid
-
Interface for user-defined object interceptors.
- GridClientMessageWrapper - Class in org.gridgain.grid.kernal.processors.rest.client.message
-
Client message wrapper for direct marshalling.
- GridClientMessageWrapper() - Constructor for class org.gridgain.grid.kernal.processors.rest.client.message.GridClientMessageWrapper
-
- GridClientNioTcpConnection - Class in org.gridgain.client.impl.connection
-
This class performs request to grid over tcp protocol.
- GridClientNode - Interface in org.gridgain.client
-
Descriptor of remote grid node.
- GridClientNodeBean - Class in org.gridgain.grid.kernal.processors.rest.client.message
-
Node bean.
- GridClientNodeBean() - Constructor for class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeBean
-
- GridClientNodeImpl - Class in org.gridgain.client.impl
-
Client node implementation.
- GridClientNodeImpl.Builder - Class in org.gridgain.client.impl
-
Builder for instances of this class.
- GridClientNodeMetrics - Interface in org.gridgain.client
-
Node metrics for remote grid node.
- GridClientNodeMetricsAdapter - Class in org.gridgain.client.impl
-
Node metrics adapter.
- GridClientNodeMetricsAdapter() - Constructor for class org.gridgain.client.impl.GridClientNodeMetricsAdapter
-
- GridClientNodeMetricsBean - Class in org.gridgain.grid.kernal.processors.rest.client.message
-
Node metrics bean.
- GridClientNodeMetricsBean() - Constructor for class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeMetricsBean
-
- GridClientOptimizedMarshaller - Class in org.gridgain.client.marshaller.optimized
-
- GridClientOptimizedMarshaller() - Constructor for class org.gridgain.client.marshaller.optimized.GridClientOptimizedMarshaller
-
Default constructor.
- GridClientOptimizedMarshaller(boolean, List<String>, String, int) - Constructor for class org.gridgain.client.marshaller.optimized.GridClientOptimizedMarshaller
-
Constructs optimized marshaller with specific parameters.
- GridClientPacketType - Enum in org.gridgain.grid.kernal.processors.rest.protocols.tcp
-
Type of message being parsed.
- GridClientPartitionAffinity - Class in org.gridgain.client
-
Affinity function for partitioned cache.
- GridClientPartitionAffinity() - Constructor for class org.gridgain.client.GridClientPartitionAffinity
-
Empty constructor with all defaults.
- GridClientPartitionAffinity(Integer, GridClientPredicate<UUID>) - Constructor for class org.gridgain.client.GridClientPartitionAffinity
-
Initializes optional counts for replicas and backups.
- GridClientPartitionAffinity.HashIdResolver - Interface in org.gridgain.client
-
This resolver is used to provide alternate hash ID, other than node ID.
- GridClientPingPacket - Class in org.gridgain.grid.kernal.processors.rest.client.message
-
Fictive ping packet.
- GridClientPingPacket() - Constructor for class org.gridgain.grid.kernal.processors.rest.client.message.GridClientPingPacket
-
- GridClientPingPacketWrapper - Class in org.gridgain.grid.kernal.processors.rest.client.message
-
Ping packet wrapper for direct marshalling.
- GridClientPingPacketWrapper() - Constructor for class org.gridgain.grid.kernal.processors.rest.client.message.GridClientPingPacketWrapper
-
- GridClientPredicate<E1> - Interface in org.gridgain.client
-
Defines predicate construct.
- GridClientProtocol - Enum in org.gridgain.client
-
Protocol that will be used when client connections are created.
- GridClientRandomBalancer - Class in org.gridgain.client.balancer
-
Simple balancer that relies on random node selection from a given collection.
- GridClientRandomBalancer() - Constructor for class org.gridgain.client.balancer.GridClientRandomBalancer
-
- GridClientResponse - Class in org.gridgain.grid.kernal.processors.rest.client.message
-
Bean representing client operation result.
- GridClientResponse() - Constructor for class org.gridgain.grid.kernal.processors.rest.client.message.GridClientResponse
-
- GridClientRoundRobinBalancer - Class in org.gridgain.client.balancer
-
Simple balancer that implements round-robin balancing.
- GridClientRoundRobinBalancer() - Constructor for class org.gridgain.client.balancer.GridClientRoundRobinBalancer
-
- GridClientStripedLock - Class in org.gridgain.client.util
-
This is an utility class for 'splitting' locking of some
int- or long-keyed resources.
- GridClientStripedLock(int) - Constructor for class org.gridgain.client.util.GridClientStripedLock
-
Creates new instance with the given concurrency level (number of locks).
- GridClientTaskRequest - Class in org.gridgain.grid.kernal.processors.rest.client.message
-
Task command request.
- GridClientTaskRequest() - Constructor for class org.gridgain.grid.kernal.processors.rest.client.message.GridClientTaskRequest
-
- GridClientTaskResultBean - Class in org.gridgain.grid.kernal.processors.rest.client.message
-
Task result.
- GridClientTaskResultBean() - Constructor for class org.gridgain.grid.kernal.processors.rest.client.message.GridClientTaskResultBean
-
- GridClientThreadFactory - Class in org.gridgain.client.impl
-
Delegating thread factory which forces all spawned thread to be daemons.
- GridClientThreadFactory(String, boolean) - Constructor for class org.gridgain.client.impl.GridClientThreadFactory
-
Constructor.
- GridClientTopology - Class in org.gridgain.client.impl.connection
-
Client topology cache.
- GridClientTopology(GridClientConfiguration) - Constructor for class org.gridgain.client.impl.connection.GridClientTopology
-
Creates topology instance.
- GridClientTopologyListener - Interface in org.gridgain.client
-
Listener interface for notifying on nodes joining or leaving remote grid.
- GridClientTopologyRequest - Class in org.gridgain.grid.kernal.processors.rest.client.message
-
Topology command request.
- GridClientTopologyRequest() - Constructor for class org.gridgain.grid.kernal.processors.rest.client.message.GridClientTopologyRequest
-
- GridClientUtils - Class in org.gridgain.client.util
-
Java client utils.
- GridClientUtils() - Constructor for class org.gridgain.client.util.GridClientUtils
-
- GridClockDeltaSnapshot - Class in org.gridgain.grid.kernal.processors.clock
-
Snapshot of time deltas for given topology.
- GridClockDeltaSnapshot(GridClockDeltaVersion, UUID, GridDiscoveryTopologySnapshot, int) - Constructor for class org.gridgain.grid.kernal.processors.clock.GridClockDeltaSnapshot
-
- GridClockDeltaSnapshot(GridClockDeltaVersion, Map<UUID, Long>) - Constructor for class org.gridgain.grid.kernal.processors.clock.GridClockDeltaSnapshot
-
- GridClockDeltaSnapshotMessage - Class in org.gridgain.grid.kernal.processors.clock
-
Message containing time delta map for all nodes.
- GridClockDeltaSnapshotMessage() - Constructor for class org.gridgain.grid.kernal.processors.clock.GridClockDeltaSnapshotMessage
-
- GridClockDeltaSnapshotMessage(GridClockDeltaVersion, Map<UUID, Long>) - Constructor for class org.gridgain.grid.kernal.processors.clock.GridClockDeltaSnapshotMessage
-
- GridClockDeltaVersion - Class in org.gridgain.grid.kernal.processors.clock
-
Version for time delta snapshot.
- GridClockDeltaVersion() - Constructor for class org.gridgain.grid.kernal.processors.clock.GridClockDeltaVersion
-
- GridClockDeltaVersion(long, long) - Constructor for class org.gridgain.grid.kernal.processors.clock.GridClockDeltaVersion
-
- GridClockMessage - Class in org.gridgain.grid.kernal.processors.clock
-
Time server message.
- GridClockMessage(UUID, UUID, long, long) - Constructor for class org.gridgain.grid.kernal.processors.clock.GridClockMessage
-
- GridClockServer - Class in org.gridgain.grid.kernal.processors.clock
-
Time server that enables time synchronization between nodes.
- GridClockServer() - Constructor for class org.gridgain.grid.kernal.processors.clock.GridClockServer
-
- GridClockSource - Interface in org.gridgain.grid.kernal.processors.clock
-
Interface representing time source for time processor.
- GridClockSyncProcessor - Class in org.gridgain.grid.kernal.processors.clock
-
Time synchronization processor.
- GridClockSyncProcessor(GridKernalContext) - Constructor for class org.gridgain.grid.kernal.processors.clock.GridClockSyncProcessor
-
- GridCloseableIterator<T> - Interface in org.gridgain.grid.util.lang
-
Defines "rich" closeable iterator interface that is also acts like lambda function and iterable.
- GridCloseableIteratorAdapter<T> - Class in org.gridgain.grid.util
-
Convenient adapter for closeable iterator.
- GridCloseableIteratorAdapter() - Constructor for class org.gridgain.grid.util.GridCloseableIteratorAdapter
-
- GridCloseableIteratorAdapterEx<T> - Class in org.gridgain.grid.util
-
Adapter for closeable iterator that can be safely closed concurrently.
- GridCloseableIteratorAdapterEx() - Constructor for class org.gridgain.grid.util.GridCloseableIteratorAdapterEx
-
- GridClosure<E,R> - Interface in org.gridgain.grid.lang
-
Defines generic closure with one parameter.
- GridClosure2X<E1,E2,R> - Class in org.gridgain.grid.util.lang
-
Convenient closure subclass that allows for thrown grid exception.
- GridClosure2X() - Constructor for class org.gridgain.grid.util.lang.GridClosure2X
-
- GridClosure3<E1,E2,E3,R> - Interface in org.gridgain.grid.util.lang
-
Defines generic for-each type of closure.
- GridClosure3X<E1,E2,E3,R> - Class in org.gridgain.grid.util.lang
-
Convenient closure subclass that allows for thrown grid exception.
- GridClosure3X() - Constructor for class org.gridgain.grid.util.lang.GridClosure3X
-
- GridClosureCallMode - Enum in org.gridgain.grid.kernal
-
Distribution modes for one or more closures executed via Grid.call(...) methods.
- GridClosureException - Exception in org.gridgain.grid.util.lang
-
This exception provides closures with facility to throw exceptions.
- GridClosureException(Throwable) - Constructor for exception org.gridgain.grid.util.lang.GridClosureException
-
- GridClosurePolicy - Enum in org.gridgain.grid.kernal.processors.closure
-
This enumeration defines different types of closure
processing by the closure processor.
- GridClosureProcessor - Class in org.gridgain.grid.kernal.processors.closure
-
- GridClosureProcessor(GridKernalContext) - Constructor for class org.gridgain.grid.kernal.processors.closure.GridClosureProcessor
-
- GridClosureX<E,R> - Class in org.gridgain.grid.util.lang
-
Convenient closure subclass that allows for thrown grid exception.
- GridClosureX() - Constructor for class org.gridgain.grid.util.lang.GridClosureX
-
- GridCollections - Class in org.gridgain.grid.util
-
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.
- 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.
- GridCollisionJobContextAdapter - Class in org.gridgain.grid.kernal.managers.collision
-
- GridCollisionJobContextAdapter(GridJobWorker) - Constructor for class org.gridgain.grid.kernal.managers.collision.GridCollisionJobContextAdapter
-
- GridCollisionManager - Class in org.gridgain.grid.kernal.managers.collision
-
This class defines a collision manager.
- GridCollisionManager(GridKernalContext) - Constructor for class org.gridgain.grid.kernal.managers.collision.GridCollisionManager
-
- 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.
- GridCommandLineRandomNumberGenerator - Class in org.gridgain.grid.startup.cmdline
-
Generates a random number and prints it to the console.
- GridCommandLineRandomNumberGenerator() - Constructor for class org.gridgain.grid.startup.cmdline.GridCommandLineRandomNumberGenerator
-
- GridCommandLineStartup - Class in org.gridgain.grid.startup.cmdline
-
This class defines command-line GridGain startup.
- GridCommandLineTransformer - Class in org.gridgain.grid.startup.cmdline
-
This class is a workaround for a versatile problems with passing arguments to the GridGain Windows batch launcher
scripts.
- GridCommunicationClient - Interface in org.gridgain.grid.util.nio
-
- GridCommunicationListener<T extends Serializable> - Interface in org.gridgain.grid.spi.communication
-
Listener SPI notifies IO manager with.
- GridCommunicationSpi<T extends Serializable> - Interface in org.gridgain.grid.spi.communication
-
Communication SPI is responsible for data exchange between nodes.
- GridComponent - Interface in org.gridgain.grid.kernal
-
Interface for all main internal GridGain components (managers and processors).
- GridComponentType - Enum in org.gridgain.grid.kernal
-
Component type.
- GridCompoundFuture<T,R> - Class in org.gridgain.grid.util.future
-
Future composed of multiple inner futures.
- GridCompoundFuture() - Constructor for class org.gridgain.grid.util.future.GridCompoundFuture
-
- GridCompoundFuture(GridKernalContext) - Constructor for class org.gridgain.grid.util.future.GridCompoundFuture
-
- GridCompoundFuture(GridKernalContext, GridReducer<T, R>) - Constructor for class org.gridgain.grid.util.future.GridCompoundFuture
-
- GridCompoundFuture(GridKernalContext, GridReducer<T, R>, Iterable<GridFuture<T>>) - Constructor for class org.gridgain.grid.util.future.GridCompoundFuture
-
- GridCompoundIdentityFuture<T> - Class in org.gridgain.grid.util.future
-
Future composed of multiple inner futures.
- GridCompoundIdentityFuture() - Constructor for class org.gridgain.grid.util.future.GridCompoundIdentityFuture
-
- GridCompoundIdentityFuture(GridKernalContext) - Constructor for class org.gridgain.grid.util.future.GridCompoundIdentityFuture
-
- GridCompoundIdentityFuture(GridKernalContext, GridReducer<T, T>) - Constructor for class org.gridgain.grid.util.future.GridCompoundIdentityFuture
-
- GridCompoundIdentityFuture(GridKernalContext, GridReducer<T, T>, Iterable<GridFuture<T>>) - Constructor for class org.gridgain.grid.util.future.GridCompoundIdentityFuture
-
- GridCompute - Interface in org.gridgain.grid.compute
-
Defines compute grid functionality for executing tasks and closures over nodes
in the
GridProjection.
- GridComputeExecutionRejectedException - Exception in org.gridgain.grid.compute
-
This exception defines execution rejection.
- GridComputeExecutionRejectedException(String) - Constructor for exception org.gridgain.grid.compute.GridComputeExecutionRejectedException
-
Creates new execution rejection exception with given error message.
- GridComputeExecutionRejectedException(Throwable) - Constructor for exception org.gridgain.grid.compute.GridComputeExecutionRejectedException
-
Creates new execution rejection given throwable as a cause and
source of error message.
- GridComputeExecutionRejectedException(String, Throwable) - Constructor for exception org.gridgain.grid.compute.GridComputeExecutionRejectedException
-
Creates new execution rejection exception with given error message
and optional nested exception.
- GridComputeImpl - Class in org.gridgain.grid.kernal
-
- GridComputeImpl(GridKernalContext, GridProjection, UUID) - Constructor for class org.gridgain.grid.kernal.GridComputeImpl
-
- GridComputeJob - Interface in org.gridgain.grid.compute
-
- GridComputeJobAdapter - Class in org.gridgain.grid.compute
-
- GridComputeJobAdapter() - Constructor for class org.gridgain.grid.compute.GridComputeJobAdapter
-
No-arg constructor.
- GridComputeJobAdapter(Object) - Constructor for class org.gridgain.grid.compute.GridComputeJobAdapter
-
Creates job with one arguments.
- GridComputeJobAdapter(Object...) - Constructor for class org.gridgain.grid.compute.GridComputeJobAdapter
-
Creates job with specified arguments.
- GridComputeJobAfterSend - Annotation Type in org.gridgain.grid.compute
-
This annotation allows to call a method right after the job has been
successfully sent for execution.
- GridComputeJobBeforeFailover - Annotation Type in org.gridgain.grid.compute
-
This annotation allows to call a method right before job is submitted to
GridFailoverSpi.
- GridComputeJobContext - Interface in org.gridgain.grid.compute
-
Context attached to every job executed on the grid.
- GridComputeJobContinuation - Interface in org.gridgain.grid.compute
-
Defines continuation support for grid job context.
- GridComputeJobContinuationAdapter - Class in org.gridgain.grid.compute
-
- GridComputeJobContinuationAdapter() - Constructor for class org.gridgain.grid.compute.GridComputeJobContinuationAdapter
-
No-arg constructor.
- GridComputeJobContinuationAdapter(Object) - Constructor for class org.gridgain.grid.compute.GridComputeJobContinuationAdapter
-
Creates job with one arguments.
- GridComputeJobContinuationAdapter(Object...) - Constructor for class org.gridgain.grid.compute.GridComputeJobContinuationAdapter
-
Creates job with specified arguments.
- GridComputeJobFailoverException - Exception in org.gridgain.grid.compute
-
This runtime exception can be thrown from
GridComputeJob.execute() method to force
job failover to another node within task topology.
- GridComputeJobFailoverException(String) - Constructor for exception org.gridgain.grid.compute.GridComputeJobFailoverException
-
Creates new exception with given error message.
- GridComputeJobFailoverException(Throwable) - Constructor for exception org.gridgain.grid.compute.GridComputeJobFailoverException
-
Creates new given throwable as a cause and
source of error message.
- GridComputeJobFailoverException(String, Throwable) - Constructor for exception org.gridgain.grid.compute.GridComputeJobFailoverException
-
Creates new exception with given error message
and optional nested exception.
- GridComputeJobMasterLeaveAware - Interface in org.gridgain.grid.compute
-
Annotation for handling master node leave during job execution.
- GridComputeJobResult - Interface in org.gridgain.grid.compute
-
- GridComputeJobResultPolicy - Enum in org.gridgain.grid.compute
-
This enumeration provides different types of actions following the last
received job result.
- GridComputeJobSibling - Interface in org.gridgain.grid.compute
-
Job sibling interface defines a job from the same split.
- GridComputeJobWrapper - Class in org.gridgain.grid.util.lang
-
Convenient wrapper for grid job.
- GridComputeJobWrapper(GridComputeJob, boolean) - Constructor for class org.gridgain.grid.util.lang.GridComputeJobWrapper
-
Creates a wrapper with given grid job.
- GridComputeLoadBalancer - Interface in org.gridgain.grid.compute
-
Load balancer is used for finding the best balanced node according
to load balancing policy.
- GridComputeTask<T,R> - Interface in org.gridgain.grid.compute
-
Grid task interface defines a task that can be executed on the grid.
- GridComputeTaskAdapter<T,R> - Class in org.gridgain.grid.compute
-
- GridComputeTaskAdapter() - Constructor for class org.gridgain.grid.compute.GridComputeTaskAdapter
-
- GridComputeTaskCancelledException - Exception in org.gridgain.grid.compute
-
This exception indicates that grid task was cancelled.
- GridComputeTaskCancelledException(String) - Constructor for exception org.gridgain.grid.compute.GridComputeTaskCancelledException
-
Creates new task cancellation exception with given error message.
- GridComputeTaskCancelledException(Throwable) - Constructor for exception org.gridgain.grid.compute.GridComputeTaskCancelledException
-
Creates new task cancellation exception given throwable as a cause and
source of error message.
- GridComputeTaskCancelledException(String, Throwable) - Constructor for exception org.gridgain.grid.compute.GridComputeTaskCancelledException
-
Creates new task cancellation exception with given error message and optional nested exception.
- GridComputeTaskContinuousMapper - Interface in org.gridgain.grid.compute
-
Defines a mapper that can be used for asynchronous job sending.
- GridComputeTaskFuture<R> - Interface in org.gridgain.grid.compute
-
This class defines a handler for asynchronous task execution.
- GridComputeTaskMapAsync - Annotation Type in org.gridgain.grid.compute
-
Annotation for asynchronous task mapping.
- GridComputeTaskName - Annotation Type in org.gridgain.grid.compute
-
This annotation allows to assign optional name to grid task.
- GridComputeTaskNoResultCache - Annotation Type in org.gridgain.grid.compute
-
This annotation disables caching of task results when attached to
GridComputeTask class
being executed.
- GridComputeTaskSession - Interface in org.gridgain.grid.compute
-
Defines a distributed session for particular task execution.
- GridComputeTaskSessionAttributeListener - Interface in org.gridgain.grid.compute
-
This interface defines listener for task session attributes.
- GridComputeTaskSessionFullSupport - Annotation Type in org.gridgain.grid.compute
-
Annotation for enabling task session attributes and checkpoints for tasks.
- GridComputeTaskSessionScope - Enum in org.gridgain.grid.compute
-
Defines life-time scopes for checkpoint operations.
- GridComputeTaskSpis - Annotation Type in org.gridgain.grid.compute
-
This annotation allows task to specify what SPIs it wants to use.
- GridComputeTaskSplitAdapter<T,R> - Class in org.gridgain.grid.compute
-
- GridComputeTaskSplitAdapter() - Constructor for class org.gridgain.grid.compute.GridComputeTaskSplitAdapter
-
- GridComputeTaskTimeoutException - Exception in org.gridgain.grid.compute
-
This exception indicates that task execution timed out.
- GridComputeTaskTimeoutException(String) - Constructor for exception org.gridgain.grid.compute.GridComputeTaskTimeoutException
-
Creates task timeout exception with given task execution ID and
error message.
- GridComputeTaskTimeoutException(Throwable) - Constructor for exception org.gridgain.grid.compute.GridComputeTaskTimeoutException
-
Creates new task timeout exception given throwable as a cause and
source of error message.
- GridComputeTaskTimeoutException(String, Throwable) - Constructor for exception org.gridgain.grid.compute.GridComputeTaskTimeoutException
-
Creates task timeout exception with given task execution ID,
error message and optional nested exception.
- GridComputeUserUndeclaredException - Exception in org.gridgain.grid.compute
-
This exception is thrown when user's code throws undeclared runtime exception.
- GridComputeUserUndeclaredException(String) - Constructor for exception org.gridgain.grid.compute.GridComputeUserUndeclaredException
-
Creates user undeclared exception with given task execution ID and
error message.
- GridComputeUserUndeclaredException(Throwable) - Constructor for exception org.gridgain.grid.compute.GridComputeUserUndeclaredException
-
Creates new user undeclared exception given throwable as a cause and
source of error message.
- GridComputeUserUndeclaredException(String, Throwable) - Constructor for exception org.gridgain.grid.compute.GridComputeUserUndeclaredException
-
Creates user undeclared exception with given task execution ID,
error message and optional nested exception.
- GridConcurrentFactory - Class in org.gridgain.grid.util
-
Concurrent map factory.
- GridConcurrentHashSet<E> - Class in org.gridgain.client.util
-
Wrapper around concurrent map.
- GridConcurrentHashSet() - Constructor for class org.gridgain.client.util.GridConcurrentHashSet
-
- GridConcurrentHashSet(ConcurrentMap<E, ?>) - Constructor for class org.gridgain.client.util.GridConcurrentHashSet
-
Creates new set based on the given map.
- GridConcurrentHashSet<E> - Class in org.gridgain.grid.util
-
Concurrent set implementation.
- GridConcurrentHashSet() - Constructor for class org.gridgain.grid.util.GridConcurrentHashSet
-
Creates a new, empty set with a default initial capacity,
load factor, and concurrencyLevel.
- GridConcurrentHashSet(int) - Constructor for class org.gridgain.grid.util.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.util.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.util.GridConcurrentHashSet
-
Creates a new set with the same elements as the given collection.
- GridConcurrentLinkedHashSet<E> - Class in org.gridgain.grid.util
-
Concurrent linked set implementation.
- GridConcurrentLinkedHashSet() - Constructor for class org.gridgain.grid.util.GridConcurrentLinkedHashSet
-
Creates a new, empty set with a default initial capacity,
load factor, and concurrencyLevel.
- GridConcurrentLinkedHashSet(int) - Constructor for class org.gridgain.grid.util.GridConcurrentLinkedHashSet
-
Creates a new, empty set with the specified initial
capacity, and with default load factor and concurrencyLevel.
- GridConcurrentLinkedHashSet(int, float, int) - Constructor for class org.gridgain.grid.util.GridConcurrentLinkedHashSet
-
Creates a new, empty set with the specified initial
capacity, load factor, and concurrency level.
- GridConcurrentLinkedHashSet(Collection<E>) - Constructor for class org.gridgain.grid.util.GridConcurrentLinkedHashSet
-
Creates a new set with the same elements as the given collection.
- GridConcurrentPhantomHashSet<E> - Class in org.gridgain.grid.util
-
Concurrent phantom hash set implementation.
- GridConcurrentPhantomHashSet() - Constructor for class org.gridgain.grid.util.GridConcurrentPhantomHashSet
-
Creates a new, empty set with a default initial capacity,
load factor, and concurrencyLevel.
- GridConcurrentPhantomHashSet(int) - Constructor for class org.gridgain.grid.util.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.util.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.util.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.util
-
- GridConcurrentSkipListSet() - Constructor for class org.gridgain.grid.util.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.util.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.util.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.util.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.util
-
Concurrent weak hash set implementation.
- GridConcurrentWeakHashSet() - Constructor for class org.gridgain.grid.util.GridConcurrentWeakHashSet
-
Creates a new, empty set with a default initial capacity,
load factor, and concurrencyLevel.
- GridConcurrentWeakHashSet(int) - Constructor for class org.gridgain.grid.util.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.util.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.util.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.
- gridConfig() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheContext
-
- GridConfiguration - Class in org.gridgain.grid
-
This class defines grid runtime configuration.
- GridConfiguration() - Constructor for class org.gridgain.grid.GridConfiguration
-
Creates valid grid configuration with all default values.
- GridConfiguration(GridConfiguration) - Constructor for class org.gridgain.grid.GridConfiguration
-
Creates grid configuration by coping all configuration properties from
given configuration.
- GridConfigurationFinder - Class in org.gridgain.grid.util
-
Finds configuration files located in GRIDGAIN_HOME folder
and its subfolders.
- GridConnectionBytesVerifyFilter - Class in org.gridgain.grid.util.nio
-
Verifies that first bytes received in accepted (incoming)
NIO session are equal to
GridUtils.GG_HEADER.
- GridConnectionBytesVerifyFilter(GridLogger) - Constructor for class org.gridgain.grid.util.nio.GridConnectionBytesVerifyFilter
-
Creates a filter instance.
- GridConnectionIdleClosedException - Exception in org.gridgain.client.impl.connection
-
This exception is thrown if client was closed by idle checker thread.
- GridConsistentHash<N> - Class in org.gridgain.grid.util
-
Controls key to node affinity using consistent hash algorithm.
- GridConsistentHash(Object) - Constructor for class org.gridgain.grid.util.GridConsistentHash
-
Constructs consistent hash using given affinity seed and MD5 hasher function.
- GridConsistentHash() - Constructor for class org.gridgain.grid.util.GridConsistentHash
-
Constructs consistent hash using default parameters.
- GridConsistentHash(Comparator<N>, Object) - Constructor for class org.gridgain.grid.util.GridConsistentHash
-
Constructs consistent hash using given affinity seed and hasher function.
- GridContinuousHandler - Interface in org.gridgain.grid.kernal.processors.continuous
-
Continuous routine handler.
- GridContinuousMessage - Class in org.gridgain.grid.kernal.processors.continuous
-
Continuous processor message.
- GridContinuousMessage() - Constructor for class org.gridgain.grid.kernal.processors.continuous.GridContinuousMessage
-
- GridContinuousProcessor - Class in org.gridgain.grid.kernal.processors.continuous
-
Processor for continuous routines.
- GridContinuousProcessor(GridKernalContext) - Constructor for class org.gridgain.grid.kernal.processors.continuous.GridContinuousProcessor
-
- GridDataInput - Interface in org.gridgain.grid.util.io
-
Extended data input.
- GridDataLoadCacheUpdater<K,V> - Interface in org.gridgain.grid.dataload
-
Updates cache with batch of entries.
- GridDataLoadCacheUpdaters - Class in org.gridgain.grid.kernal.processors.dataload
-
Bundled factory for cache updaters.
- GridDataLoadCacheUpdaters() - Constructor for class org.gridgain.grid.kernal.processors.dataload.GridDataLoadCacheUpdaters
-
- GridDataLoader<K,V> - Interface in org.gridgain.grid.dataload
-
Data loader is responsible for loading external data into cache.
- GridDataLoaderImpl<K,V> - Class in org.gridgain.grid.kernal.processors.dataload
-
Data loader implementation.
- GridDataLoaderImpl(GridKernalContext, String, DelayQueue<GridDataLoaderImpl<K, V>>) - Constructor for class org.gridgain.grid.kernal.processors.dataload.GridDataLoaderImpl
-
- GridDataLoaderProcessor<K,V> - Class in org.gridgain.grid.kernal.processors.dataload
-
- GridDataLoaderProcessor(GridKernalContext) - Constructor for class org.gridgain.grid.kernal.processors.dataload.GridDataLoaderProcessor
-
- GridDataLoadRequest<K,V> - Class in org.gridgain.grid.kernal.processors.dataload
-
- GridDataLoadRequest() - Constructor for class org.gridgain.grid.kernal.processors.dataload.GridDataLoadRequest
-
Externalizable support.
- GridDataLoadRequest(long, byte[], String, byte[], byte[], boolean, GridDeploymentMode, String, String, Map<UUID, GridUuid>, GridUuid, boolean) - Constructor for class org.gridgain.grid.kernal.processors.dataload.GridDataLoadRequest
-
- GridDataLoadResponse - Class in org.gridgain.grid.kernal.processors.dataload
-
- GridDataLoadResponse(long, byte[], boolean) - Constructor for class org.gridgain.grid.kernal.processors.dataload.GridDataLoadResponse
-
- GridDataLoadResponse() - Constructor for class org.gridgain.grid.kernal.processors.dataload.GridDataLoadResponse
-
Externalizable support.
- GridDataOutput - Interface in org.gridgain.grid.util.io
-
Extended data output.
- GridDebug - Class in org.gridgain.grid.util
-
Utility class for debugging.
- GridDebug() - Constructor for class org.gridgain.grid.util.GridDebug
-
- GridDebug.Item - Class in org.gridgain.grid.util
-
Debug info queue item.
- GridDebug.Item(Object[]) - Constructor for class org.gridgain.grid.util.GridDebug.Item
-
Constructor.
- gridDeploy() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheContext
-
- GridDeployment - Class in org.gridgain.grid.kernal.managers.deployment
-
Represents single class deployment.
- GridDeploymentEvent - Class in org.gridgain.grid.events
-
Grid deployment event.
- GridDeploymentEvent() - Constructor for class org.gridgain.grid.events.GridDeploymentEvent
-
No-arg constructor.
- GridDeploymentEvent(GridNode, String, int) - Constructor for class org.gridgain.grid.events.GridDeploymentEvent
-
Creates deployment event with given parameters.
- GridDeploymentException - Exception in org.gridgain.grid
-
Deployment or re-deployment failed.
- GridDeploymentException(String) - Constructor for exception org.gridgain.grid.GridDeploymentException
-
Creates new exception with given error message.
- GridDeploymentException(Throwable) - Constructor for exception org.gridgain.grid.GridDeploymentException
-
Creates new exception with given throwable as a nested cause and
source of error message.
- GridDeploymentException(String, Throwable) - Constructor for exception org.gridgain.grid.GridDeploymentException
-
Creates a new exception with given error message and optional nested cause exception.
- GridDeploymentInfo - Interface in org.gridgain.grid.kernal.managers.deployment
-
Deployment info.
- GridDeploymentInfoBean - Class in org.gridgain.grid.kernal.managers.deployment
-
Deployment info bean.
- GridDeploymentInfoBean() - Constructor for class org.gridgain.grid.kernal.managers.deployment.GridDeploymentInfoBean
-
- GridDeploymentInfoBean(GridUuid, String, GridDeploymentMode, Map<UUID, GridUuid>, boolean) - Constructor for class org.gridgain.grid.kernal.managers.deployment.GridDeploymentInfoBean
-
- GridDeploymentInfoBean(GridDeploymentInfo) - Constructor for class org.gridgain.grid.kernal.managers.deployment.GridDeploymentInfoBean
-
- GridDeploymentListener - Interface in org.gridgain.grid.spi.deployment
-
Listener for deployment events.
- GridDeploymentManager - Class in org.gridgain.grid.kernal.managers.deployment
-
Deployment manager.
- GridDeploymentManager(GridKernalContext) - Constructor for class org.gridgain.grid.kernal.managers.deployment.GridDeploymentManager
-
- GridDeploymentMode - Enum in org.gridgain.grid
-
Grid deployment mode.
- GridDeploymentPerLoaderStore - Class in org.gridgain.grid.kernal.managers.deployment
-
- GridDeploymentPerVersionStore - Class in org.gridgain.grid.kernal.managers.deployment
-
- GridDeploymentRequest - Class in org.gridgain.grid.kernal.managers.deployment
-
Deployment request.
- GridDeploymentRequest() - Constructor for class org.gridgain.grid.kernal.managers.deployment.GridDeploymentRequest
-
- GridDeploymentResource - Interface in org.gridgain.grid.spi.deployment
-
Generic abstraction over deployed resource containing resource's name, class and corresponding class loader.
- GridDeploymentResourceAdapter - Class in org.gridgain.grid.spi.deployment
-
- GridDeploymentResourceAdapter(String, Class<?>, ClassLoader) - Constructor for class org.gridgain.grid.spi.deployment.GridDeploymentResourceAdapter
-
Creates resource.
- GridDeploymentResponse - Class in org.gridgain.grid.kernal.managers.deployment
-
Grid deployment response containing requested resource bytes.
- GridDeploymentResponse() - Constructor for class org.gridgain.grid.kernal.managers.deployment.GridDeploymentResponse
-
- GridDeploymentSpi - Interface in org.gridgain.grid.spi.deployment
-
Grid deployment SPI is in charge of deploying tasks and classes from different
sources.
- GridDeploymentStore - Interface in org.gridgain.grid.kernal.managers.deployment
-
Interface for all deployment stores.
- GridDhtAffinityAssignmentRequest<K,V> - Class in org.gridgain.grid.kernal.processors.cache.distributed.dht
-
Affinity assignment request.
- GridDhtAffinityAssignmentRequest() - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtAffinityAssignmentRequest
-
Empty constructor.
- GridDhtAffinityAssignmentRequest(long) - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtAffinityAssignmentRequest
-
- GridDhtAffinityAssignmentResponse<K,V> - Class in org.gridgain.grid.kernal.processors.cache.distributed.dht
-
Affinity assignment response.
- GridDhtAffinityAssignmentResponse() - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtAffinityAssignmentResponse
-
Empty constructor.
- GridDhtAffinityAssignmentResponse(long, List<List<GridNode>>) - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtAffinityAssignmentResponse
-
- GridDhtAssignmentFetchFuture<K,V> - Class in org.gridgain.grid.kernal.processors.cache.distributed.dht
-
Future that fetches affinity assignment from remote cache nodes.
- GridDhtAssignmentFetchFuture(GridCacheContext<K, V>, long, Collection<GridNode>) - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtAssignmentFetchFuture
-
- GridDhtAtomicCache<K,V> - Class in org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic
-
Non-transactional partitioned cache.
- GridDhtAtomicCache() - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache
-
- GridDhtAtomicCache(GridCacheContext<K, V>) - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache
-
- GridDhtAtomicCache(GridCacheContext<K, V>, GridCacheConcurrentMap<K, V>) - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache
-
- GridDhtAtomicCache.DhtAtomicUpdateRequestConverter603 - Class in org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic
-
- GridDhtAtomicCache.DhtAtomicUpdateRequestConverter603() - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache.DhtAtomicUpdateRequestConverter603
-
- GridDhtAtomicCache.DhtAtomicUpdateResponseConverter603 - Class in org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic
-
- GridDhtAtomicCache.DhtAtomicUpdateResponseConverter603() - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache.DhtAtomicUpdateResponseConverter603
-
- GridDhtAtomicCache.GridDhtAtomicUpdateRequestConverter612 - Class in org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic
-
GridDhtAtomicUpdateRequest converter for version 6.1.2
- GridDhtAtomicCache.GridDhtAtomicUpdateRequestConverter612() - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache.GridDhtAtomicUpdateRequestConverter612
-
- GridDhtAtomicCache.GridNearAtomicUpdateRequestConverter612 - Class in org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic
-
GridNearAtomicUpdateRequest converter for version 6.1.2
- GridDhtAtomicCache.GridNearAtomicUpdateRequestConverter612() - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache.GridNearAtomicUpdateRequestConverter612
-
- GridDhtAtomicCache.NearAtomicUpdateResponseConverter603 - Class in org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic
-
- GridDhtAtomicCache.NearAtomicUpdateResponseConverter603() - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache.NearAtomicUpdateResponseConverter603
-
- GridDhtAtomicCacheEntry<K,V> - Class in org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic
-
DHT atomic cache entry.
- GridDhtAtomicCacheEntry(GridCacheContext<K, V>, long, K, int, V, GridCacheMapEntry<K, V>, long, int) - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic.GridDhtAtomicCacheEntry
-
- GridDhtAtomicDeferredUpdateResponse<K,V> - Class in org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic
-
Deferred dht atomic update response.
- GridDhtAtomicDeferredUpdateResponse() - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic.GridDhtAtomicDeferredUpdateResponse
-
- GridDhtAtomicDeferredUpdateResponse(Collection<GridCacheVersion>) - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic.GridDhtAtomicDeferredUpdateResponse
-
Constructor.
- GridDhtAtomicUpdateFuture<K,V> - Class in org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic
-
DHT atomic cache backup update future.
- GridDhtAtomicUpdateFuture() - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic.GridDhtAtomicUpdateFuture
-
- GridDhtAtomicUpdateFuture(GridCacheContext<K, V>, CI2<GridNearAtomicUpdateRequest<K, V>, GridNearAtomicUpdateResponse<K, V>>, GridCacheVersion, GridNearAtomicUpdateRequest<K, V>, GridNearAtomicUpdateResponse<K, V>) - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic.GridDhtAtomicUpdateFuture
-
- GridDhtAtomicUpdateRequest<K,V> - Class in org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic
-
Lite dht cache backup update request.
- GridDhtAtomicUpdateRequest() - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic.GridDhtAtomicUpdateRequest
-
- GridDhtAtomicUpdateRequest(UUID, GridCacheVersion, GridCacheVersion, GridCacheWriteSynchronizationMode, long, long, boolean, UUID) - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic.GridDhtAtomicUpdateRequest
-
Constructor.
- GridDhtAtomicUpdateResponse<K,V> - Class in org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic
-
DHT atomic cache backup update response.
- GridDhtAtomicUpdateResponse() - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic.GridDhtAtomicUpdateResponse
-
- GridDhtAtomicUpdateResponse(GridCacheVersion) - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic.GridDhtAtomicUpdateResponse
-
- GridDhtCache<K,V> - Class in org.gridgain.grid.kernal.processors.cache.distributed.dht
-
DHT cache.
- GridDhtCache() - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtCache
-
- GridDhtCache(GridCacheContext<K, V>) - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtCache
-
- GridDhtCache(GridCacheContext<K, V>, GridCacheConcurrentMap<K, V>) - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtCache
-
- GridDhtCacheAdapter<K,V> - Class in org.gridgain.grid.kernal.processors.cache.distributed.dht
-
DHT cache adapter.
- GridDhtCacheAdapter() - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtCacheAdapter
-
- GridDhtCacheAdapter(GridCacheContext<K, V>) - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtCacheAdapter
-
- GridDhtCacheAdapter(GridCacheContext<K, V>, GridCacheConcurrentMap<K, V>) - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtCacheAdapter
-
Constructor used for near-only cache.
- GridDhtCacheAdapter.GridSubjectIdAddedMessageConverter616 - Class in org.gridgain.grid.kernal.processors.cache.distributed.dht
-
GridDhtAtomicUpdateRequest converter for version 6.1.2
- GridDhtCacheAdapter.GridSubjectIdAddedMessageConverter616() - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtCacheAdapter.GridSubjectIdAddedMessageConverter616
-
- GridDhtCacheEntry<K,V> - Class in org.gridgain.grid.kernal.processors.cache.distributed.dht
-
Replicated cache entry.
- GridDhtCacheEntry(GridCacheContext<K, V>, long, K, int, V, GridCacheMapEntry<K, V>, long, int) - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtCacheEntry
-
- GridDhtCacheEntryImpl<K,V> - Class in org.gridgain.grid.kernal.processors.cache.distributed.dht
-
Colocated cache entry public API.
- GridDhtCacheEntryImpl() - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtCacheEntryImpl
-
- GridDhtCacheEntryImpl(GridCacheProjectionImpl<K, V>, GridCacheContext<K, V>, K, GridCacheEntryEx<K, V>) - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtCacheEntryImpl
-
- GridDhtColocatedCache<K,V> - Class in org.gridgain.grid.kernal.processors.cache.distributed.dht.colocated
-
Colocated cache.
- GridDhtColocatedCache() - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.dht.colocated.GridDhtColocatedCache
-
- GridDhtColocatedCache(GridCacheContext<K, V>) - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.dht.colocated.GridDhtColocatedCache
-
- GridDhtColocatedCache(GridCacheContext<K, V>, GridCacheConcurrentMap<K, V>) - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.dht.colocated.GridDhtColocatedCache
-
Creates colocated cache with specified map.
- GridDhtColocatedCacheEntry<K,V> - Class in org.gridgain.grid.kernal.processors.cache.distributed.dht.colocated
-
Cache entry for colocated cache.
- GridDhtColocatedCacheEntry(GridCacheContext<K, V>, long, K, int, V, GridCacheMapEntry<K, V>, long, int) - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.dht.colocated.GridDhtColocatedCacheEntry
-
- GridDhtColocatedLockFuture<K,V> - Class in org.gridgain.grid.kernal.processors.cache.distributed.dht.colocated
-
Colocated cache lock future.
- GridDhtColocatedLockFuture() - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.dht.colocated.GridDhtColocatedLockFuture
-
- GridDhtColocatedLockFuture(GridCacheContext<K, V>, Collection<? extends K>, GridDhtColocatedTxLocal<K, V>, boolean, boolean, long, GridPredicate<GridCacheEntry<K, V>>[]) - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.dht.colocated.GridDhtColocatedLockFuture
-
- GridDhtColocatedTxFinishFuture<K,V> - Class in org.gridgain.grid.kernal.processors.cache.distributed.dht.colocated
-
Colocated tx finish future.
- GridDhtColocatedTxFinishFuture() - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.dht.colocated.GridDhtColocatedTxFinishFuture
-
- GridDhtColocatedTxFinishFuture(GridCacheContext<K, V>, GridDhtColocatedTxLocal<K, V>) - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.dht.colocated.GridDhtColocatedTxFinishFuture
-
- GridDhtColocatedTxLocal<K,V> - Class in org.gridgain.grid.kernal.processors.cache.distributed.dht.colocated
-
Colocated transaction.
- GridDhtColocatedTxLocal() - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.dht.colocated.GridDhtColocatedTxLocal
-
- GridDhtColocatedTxLocal(boolean, boolean, GridCacheContext<K, V>, GridCacheTxConcurrency, GridCacheTxIsolation, long, boolean, boolean, boolean, boolean, boolean, int, Object, boolean, UUID) - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.dht.colocated.GridDhtColocatedTxLocal
-
- GridDhtColocatedTxPrepareFuture<K,V> - Class in org.gridgain.grid.kernal.processors.cache.distributed.dht.colocated
-
Prepare future for colocated cache.
- GridDhtColocatedTxPrepareFuture() - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.dht.colocated.GridDhtColocatedTxPrepareFuture
-
- GridDhtColocatedTxPrepareFuture(GridCacheContext<K, V>, GridDhtColocatedTxLocal<K, V>) - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.dht.colocated.GridDhtColocatedTxPrepareFuture
-
- GridDhtDetachedCacheEntry<K,V> - Class in org.gridgain.grid.kernal.processors.cache.distributed.dht.colocated
-
Detached cache entry.
- GridDhtDetachedCacheEntry(GridCacheContext<K, V>, K, int, V, GridCacheMapEntry<K, V>, long, int) - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.dht.colocated.GridDhtDetachedCacheEntry
-
- GridDhtEmbeddedFuture<A,B> - Class in org.gridgain.grid.kernal.processors.cache.distributed.dht
-
Embedded DHT future.
- GridDhtEmbeddedFuture() - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtEmbeddedFuture
-
- GridDhtEmbeddedFuture(GridKernalContext, GridFuture<B>, GridBiClosure<B, Exception, A>) - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtEmbeddedFuture
-
- GridDhtEmbeddedFuture(GridFuture<B>, GridBiClosure<B, Exception, GridFuture<A>>, GridKernalContext) - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtEmbeddedFuture
-
- GridDhtEmbeddedFuture(GridKernalContext, GridFuture<B>, GridBiClosure<B, Exception, A>, Collection<Integer>) - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtEmbeddedFuture
-
- GridDhtFinishedFuture<T> - Class in org.gridgain.grid.kernal.processors.cache.distributed.dht
-
Finished DHT future.
- GridDhtFinishedFuture() - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtFinishedFuture
-
- GridDhtFinishedFuture(GridKernalContext, T) - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtFinishedFuture
-
- GridDhtFinishedFuture(GridKernalContext, Throwable) - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtFinishedFuture
-
- GridDhtForceKeysFuture<K,V> - Class in org.gridgain.grid.kernal.processors.cache.distributed.dht.preloader
-
Force keys request future.
- GridDhtForceKeysFuture(GridCacheContext<K, V>, long, Collection<? extends K>, GridDhtPreloader<K, V>) - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.dht.preloader.GridDhtForceKeysFuture
-
- GridDhtForceKeysFuture() - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.dht.preloader.GridDhtForceKeysFuture
-
- GridDhtForceKeysRequest<K,V> - Class in org.gridgain.grid.kernal.processors.cache.distributed.dht.preloader
-
Force keys request.
- GridDhtForceKeysRequest() - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.dht.preloader.GridDhtForceKeysRequest
-
- GridDhtForceKeysRequest(Collection<K>) - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.dht.preloader.GridDhtForceKeysRequest
-
- GridDhtForceKeysResponse<K,V> - Class in org.gridgain.grid.kernal.processors.cache.distributed.dht.preloader
-
Force keys response.
- GridDhtForceKeysResponse() - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.dht.preloader.GridDhtForceKeysResponse
-
- GridDhtForceKeysResponse(GridUuid, GridUuid) - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.dht.preloader.GridDhtForceKeysResponse
-
- GridDhtFuture<T> - Interface in org.gridgain.grid.kernal.processors.cache.distributed.dht
-
Keys to retry.
- GridDhtGetFuture<K,V> - Class in org.gridgain.grid.kernal.processors.cache.distributed.dht
-
- GridDhtGetFuture() - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtGetFuture
-
- GridDhtGetFuture(GridCacheContext<K, V>, long, UUID, LinkedHashMap<? extends K, Boolean>, boolean, GridCacheTxLocalEx<K, V>, long, GridPredicate<GridCacheEntry<K, V>>[], UUID) - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtGetFuture
-
- GridDhtInvalidPartitionException - Exception in org.gridgain.grid.kernal.processors.cache.distributed.dht
-
Exception thrown whenever entry is created for invalid partition.
- GridDhtInvalidPartitionException(int, String) - Constructor for exception org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtInvalidPartitionException
-
- GridDhtLocalPartition<K,V> - Class in org.gridgain.grid.kernal.processors.cache.distributed.dht
-
Key partition.
- GridDhtLockFuture<K,V> - Class in org.gridgain.grid.kernal.processors.cache.distributed.dht
-
Cache lock future.
- GridDhtLockFuture() - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtLockFuture
-
- GridDhtLockFuture(GridCacheContext<K, V>, UUID, GridCacheVersion, long, int, boolean, long, GridDhtTxLocalAdapter<K, V>, long, GridPredicate<GridCacheEntry<K, V>>[]) - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtLockFuture
-
- GridDhtLockRequest<K,V> - Class in org.gridgain.grid.kernal.processors.cache.distributed.dht
-
DHT lock request.
- GridDhtLockRequest() - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtLockRequest
-
- GridDhtLockRequest(UUID, GridCacheVersion, long, GridUuid, GridUuid, GridCacheVersion, long, boolean, boolean, GridCacheTxIsolation, boolean, long, int, int, int, Object, boolean, UUID) - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtLockRequest
-
- GridDhtLockResponse<K,V> - Class in org.gridgain.grid.kernal.processors.cache.distributed.dht
-
DHT cache lock response.
- GridDhtLockResponse() - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtLockResponse
-
- GridDhtLockResponse(GridCacheVersion, GridUuid, GridUuid, int) - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtLockResponse
-
- GridDhtLockResponse(GridCacheVersion, GridUuid, GridUuid, Throwable) - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtLockResponse
-
- GridDhtPartitionDemandMessage<K,V> - Class in org.gridgain.grid.kernal.processors.cache.distributed.dht.preloader
-
Partition demand request.
- GridDhtPartitionDemandMessage() - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.dht.preloader.GridDhtPartitionDemandMessage
-
- GridDhtPartitionDemandPool<K,V> - Class in org.gridgain.grid.kernal.processors.cache.distributed.dht.preloader
-
Thread pool for requesting partitions from other nodes
and populating local cache.
- GridDhtPartitionDemandPool(GridCacheContext<K, V>, ReadWriteLock) - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.dht.preloader.GridDhtPartitionDemandPool
-
- GridDhtPartitionExchangeId - Class in org.gridgain.grid.kernal.processors.cache.distributed.dht.preloader
-
Exchange ID.
- GridDhtPartitionExchangeId(UUID, int, long) - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.dht.preloader.GridDhtPartitionExchangeId
-
- GridDhtPartitionExchangeId() - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.dht.preloader.GridDhtPartitionExchangeId
-
- GridDhtPartitionFullMap - Class in org.gridgain.grid.kernal.processors.cache.distributed.dht.preloader
-
Full partition map.
- GridDhtPartitionFullMap(UUID, long, long) - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.dht.preloader.GridDhtPartitionFullMap
-
- GridDhtPartitionFullMap(UUID, long, long, Map<UUID, GridDhtPartitionMap>, boolean) - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.dht.preloader.GridDhtPartitionFullMap
-
- GridDhtPartitionFullMap(GridDhtPartitionFullMap, long) - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.dht.preloader.GridDhtPartitionFullMap
-
- GridDhtPartitionFullMap() - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.dht.preloader.GridDhtPartitionFullMap
-
- GridDhtPartitionMap - Class in org.gridgain.grid.kernal.processors.cache.distributed.dht.preloader
-
Partition map.
- GridDhtPartitionMap(UUID, long) - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.dht.preloader.GridDhtPartitionMap
-
- GridDhtPartitionMap(UUID, long, Map<Integer, GridDhtPartitionState>, boolean) - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.dht.preloader.GridDhtPartitionMap
-
- GridDhtPartitionMap() - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.dht.preloader.GridDhtPartitionMap
-
- GridDhtPartitionsExchangeFuture<K,V> - Class in org.gridgain.grid.kernal.processors.cache.distributed.dht.preloader
-
Future for exchanging partition maps.
- GridDhtPartitionsExchangeFuture(GridCacheContext<K, V>, boolean, GridDiscoveryEvent, GridDhtPartitionExchangeId) - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.dht.preloader.GridDhtPartitionsExchangeFuture
-
Dummy future created to trigger reassignments if partition
topology changed while preloading.
- GridDhtPartitionsExchangeFuture(GridCacheContext<K, V>, GridDiscoveryEvent, GridDhtPartitionExchangeId) - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.dht.preloader.GridDhtPartitionsExchangeFuture
-
Force preload future created to trigger reassignments if partition
topology changed while preloading.
- GridDhtPartitionsExchangeFuture() - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.dht.preloader.GridDhtPartitionsExchangeFuture
-
- GridDhtPartitionsFullMessage<K,V> - Class in org.gridgain.grid.kernal.processors.cache.distributed.dht.preloader
-
Information about partitions of all nodes in topology.
- GridDhtPartitionsFullMessage() - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.dht.preloader.GridDhtPartitionsFullMessage
-
- GridDhtPartitionsSingleMessage<K,V> - Class in org.gridgain.grid.kernal.processors.cache.distributed.dht.preloader
-
Information about partitions of a single node.
- GridDhtPartitionsSingleMessage() - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.dht.preloader.GridDhtPartitionsSingleMessage
-
- GridDhtPartitionsSingleMessage(GridDhtPartitionExchangeId, GridDhtPartitionMap, GridCacheVersion) - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.dht.preloader.GridDhtPartitionsSingleMessage
-
- GridDhtPartitionsSingleRequest<K,V> - Class in org.gridgain.grid.kernal.processors.cache.distributed.dht.preloader
-
Request for single partition info.
- GridDhtPartitionsSingleRequest() - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.dht.preloader.GridDhtPartitionsSingleRequest
-
- GridDhtPartitionState - Enum in org.gridgain.grid.kernal.processors.cache.distributed.dht
-
Partition states.
- GridDhtPartitionSupplyMessage<K,V> - Class in org.gridgain.grid.kernal.processors.cache.distributed.dht.preloader
-
Partition supply message.
- GridDhtPartitionSupplyMessage() - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.dht.preloader.GridDhtPartitionSupplyMessage
-
- GridDhtPartitionTopology<K,V> - Interface in org.gridgain.grid.kernal.processors.cache.distributed.dht
-
DHT partition topology.
- GridDhtPreloader<K,V> - Class in org.gridgain.grid.kernal.processors.cache.distributed.dht.preloader
-
DHT cache preloader.
- GridDhtPreloader(GridCacheContext<K, V>) - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.dht.preloader.GridDhtPreloader
-
- GridDhtTopologyFuture - Interface in org.gridgain.grid.kernal.processors.cache.distributed.dht
-
Future that implements a barrier after which dht topology is safe to use.
- GridDhtTransactionalCacheAdapter<K,V> - Class in org.gridgain.grid.kernal.processors.cache.distributed.dht
-
Base class for transactional DHT caches.
- GridDhtTransactionalCacheAdapter() - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtTransactionalCacheAdapter
-
- GridDhtTransactionalCacheAdapter(GridCacheContext<K, V>) - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtTransactionalCacheAdapter
-
- GridDhtTransactionalCacheAdapter(GridCacheContext<K, V>, GridCacheConcurrentMap<K, V>) - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtTransactionalCacheAdapter
-
Constructor used for near-only cache.
- GridDhtTxFinishFuture<K,V> - Class in org.gridgain.grid.kernal.processors.cache.distributed.dht
-
- GridDhtTxFinishFuture() - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtTxFinishFuture
-
- GridDhtTxFinishFuture(GridCacheContext<K, V>, GridDhtTxLocalAdapter<K, V>, boolean) - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtTxFinishFuture
-
- GridDhtTxFinishRequest<K,V> - Class in org.gridgain.grid.kernal.processors.cache.distributed.dht
-
Near transaction finish request.
- GridDhtTxFinishRequest() - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtTxFinishRequest
-
- GridDhtTxFinishRequest(UUID, GridUuid, GridUuid, long, GridCacheVersion, GridCacheVersion, long, GridCacheTxIsolation, boolean, boolean, boolean, GridCacheVersion, Collection<GridCacheVersion>, Collection<GridCacheVersion>, Collection<GridCacheVersion>, int, Collection<GridCacheTxEntry<K, V>>, Collection<GridCacheTxEntry<K, V>>, Collection<GridCacheTxEntry<K, V>>, boolean, boolean, Object, UUID) - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtTxFinishRequest
-
- GridDhtTxFinishResponse<K,V> - Class in org.gridgain.grid.kernal.processors.cache.distributed.dht
-
DHT transaction finish response.
- GridDhtTxFinishResponse() - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtTxFinishResponse
-
- GridDhtTxFinishResponse(GridCacheVersion, GridUuid, GridUuid) - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtTxFinishResponse
-
- GridDhtTxLocal<K,V> - Class in org.gridgain.grid.kernal.processors.cache.distributed.dht
-
Replicated user transaction.
- GridDhtTxLocal() - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtTxLocal
-
- GridDhtTxLocalAdapter<K,V> - Class in org.gridgain.grid.kernal.processors.cache.distributed.dht
-
Replicated user transaction.
- GridDhtTxLocalAdapter() - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtTxLocalAdapter
-
- GridDhtTxLocalAdapter(GridCacheVersion, boolean, boolean, GridCacheContext<K, V>, GridCacheTxConcurrency, GridCacheTxIsolation, long, boolean, boolean, boolean, boolean, boolean, boolean, int, Object, boolean, UUID) - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtTxLocalAdapter
-
- GridDhtTxMapping<K,V> - Class in org.gridgain.grid.kernal.processors.cache.distributed.dht
-
DHT transaction mapping.
- GridDhtTxMapping() - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtTxMapping
-
- GridDhtTxPrepareFuture<K,V> - Class in org.gridgain.grid.kernal.processors.cache.distributed.dht
-
- GridDhtTxPrepareFuture() - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtTxPrepareFuture
-
- GridDhtTxPrepareFuture(GridCacheContext<K, V>, GridDhtTxLocalAdapter<K, V>, GridUuid, Map<K, GridCacheVersion>, boolean, Collection<UUID>) - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtTxPrepareFuture
-
- GridDhtTxPrepareRequest<K,V> - Class in org.gridgain.grid.kernal.processors.cache.distributed.dht
-
DHT prepare request.
- GridDhtTxPrepareRequest() - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtTxPrepareRequest
-
- GridDhtTxPrepareRequest(GridUuid, GridUuid, long, GridDhtTxLocalAdapter<K, V>, Collection<GridCacheTxEntry<K, V>>, Collection<GridCacheTxEntry<K, V>>, Object, boolean, Map<UUID, Collection<UUID>>, GridCacheVersion, boolean, UUID) - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtTxPrepareRequest
-
- GridDhtTxPrepareResponse<K,V> - Class in org.gridgain.grid.kernal.processors.cache.distributed.dht
-
DHT transaction prepare response.
- GridDhtTxPrepareResponse() - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtTxPrepareResponse
-
- GridDhtTxPrepareResponse(GridCacheVersion, GridUuid, GridUuid) - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtTxPrepareResponse
-
- GridDhtTxPrepareResponse(GridCacheVersion, GridUuid, GridUuid, Throwable) - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtTxPrepareResponse
-
- GridDhtTxRemote<K,V> - Class in org.gridgain.grid.kernal.processors.cache.distributed.dht
-
Transaction created by system implicitly on remote nodes.
- GridDhtTxRemote() - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtTxRemote
-
- GridDhtTxRemote(UUID, GridUuid, UUID, long, long, GridCacheVersion, GridCacheVersion, GridCacheTxConcurrency, GridCacheTxIsolation, boolean, long, GridCacheContext<K, V>, int, Object, GridCacheVersion, Map<UUID, Collection<UUID>>, UUID) - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtTxRemote
-
This constructor is meant for optimistic transactions.
- GridDhtTxRemote(UUID, GridUuid, UUID, GridCacheVersion, long, long, GridCacheVersion, GridCacheVersion, GridCacheTxConcurrency, GridCacheTxIsolation, boolean, long, GridCacheContext<K, V>, int, Object, UUID) - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtTxRemote
-
This constructor is meant for pessimistic transactions.
- GridDhtUnlockRequest<K,V> - Class in org.gridgain.grid.kernal.processors.cache.distributed.dht
-
DHT cache unlock request.
- GridDhtUnlockRequest() - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtUnlockRequest
-
- GridDhtUnlockRequest(int) - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtUnlockRequest
-
- GridDirectCollection - Annotation Type in org.gridgain.grid.kernal
-
Annotates iterable fields.
- GridDirectMap - Annotation Type in org.gridgain.grid.kernal
-
Annotates map fields.
- GridDirectParser - Class in org.gridgain.grid.util.nio
-
Parser for direct messages.
- GridDirectParser(GridNioMessageReader) - Constructor for class org.gridgain.grid.util.nio.GridDirectParser
-
- GridDirectTransient - Annotation Type in org.gridgain.grid.kernal
-
Annotates transient fields.
- GridDirectVersion - Annotation Type in org.gridgain.grid.kernal
-
Assigns version to a field.
- GridDiscoveryEvent - Class in org.gridgain.grid.events
-
Grid discovery event.
- GridDiscoveryEvent() - Constructor for class org.gridgain.grid.events.GridDiscoveryEvent
-
No-arg constructor.
- GridDiscoveryEvent(GridNode, String, int, GridNode) - Constructor for class org.gridgain.grid.events.GridDiscoveryEvent
-
Creates new discovery event with given parameters.
- GridDiscoveryEvent(GridNode, String, int) - Constructor for class org.gridgain.grid.events.GridDiscoveryEvent
-
Creates new discovery event with given parameters.
- GridDiscoveryManager - Class in org.gridgain.grid.kernal.managers.discovery
-
Discovery SPI manager.
- GridDiscoveryManager(GridKernalContext) - Constructor for class org.gridgain.grid.kernal.managers.discovery.GridDiscoveryManager
-
- GridDiscoveryMetricsAdapter - Class in org.gridgain.grid.spi.discovery
-
- 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.
- GridDiscoverySpiDataExchange - Interface in org.gridgain.grid.spi.discovery
-
Handler for initial data exchange between GridGain nodes.
- GridDiscoverySpiHistorySupport - Annotation Type in org.gridgain.grid.spi.discovery
-
This annotation is for all implementations of
GridDiscoverySpi that support
topology snapshots history.
- GridDiscoverySpiListener - Interface in org.gridgain.grid.spi.discovery
-
Listener for grid node discovery events.
- GridDiscoverySpiNodeAuthenticator - Interface in org.gridgain.grid.spi.discovery
-
Node authenticator.
- 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
disconnect and reconnect operations.
- GridDiscoveryTopologySnapshot - Class in org.gridgain.grid.kernal.managers.discovery
-
Topology snapshot managed by discovery manager.
- GridDiscoveryTopologySnapshot(long, Collection<GridNode>) - Constructor for class org.gridgain.grid.kernal.managers.discovery.GridDiscoveryTopologySnapshot
-
Creates a topology snapshot with given topology version and topology nodes.
- GridDistributedBaseMessage<K,V> - Class in org.gridgain.grid.kernal.processors.cache.distributed
-
Base for all messages in replicated cache.
- GridDistributedBaseMessage() - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.GridDistributedBaseMessage
-
- GridDistributedBaseMessage(int) - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.GridDistributedBaseMessage
-
- GridDistributedBaseMessage(GridCacheVersion, int) - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.GridDistributedBaseMessage
-
- GridDistributedCacheAdapter<K,V> - Class in org.gridgain.grid.kernal.processors.cache.distributed
-
Distributed cache implementation.
- GridDistributedCacheAdapter() - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.GridDistributedCacheAdapter
-
- GridDistributedCacheAdapter(GridCacheContext<K, V>, int) - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.GridDistributedCacheAdapter
-
- GridDistributedCacheAdapter(GridCacheContext<K, V>, GridCacheConcurrentMap<K, V>) - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.GridDistributedCacheAdapter
-
- GridDistributedCacheEntry<K,V> - Class in org.gridgain.grid.kernal.processors.cache.distributed
-
Entry for distributed (replicated/partitioned) cache.
- GridDistributedCacheEntry(GridCacheContext<K, V>, K, int, V, GridCacheMapEntry<K, V>, long, int) - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.GridDistributedCacheEntry
-
- GridDistributedLockCancelledException - Exception in org.gridgain.grid.kernal.processors.cache.distributed
-
Exception thrown whenever an attempt is made to acquire a cancelled lock.
- GridDistributedLockCancelledException() - Constructor for exception org.gridgain.grid.kernal.processors.cache.distributed.GridDistributedLockCancelledException
-
- GridDistributedLockCancelledException(String) - Constructor for exception org.gridgain.grid.kernal.processors.cache.distributed.GridDistributedLockCancelledException
-
- GridDistributedLockRequest<K,V> - Class in org.gridgain.grid.kernal.processors.cache.distributed
-
Lock request message.
- GridDistributedLockRequest() - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.GridDistributedLockRequest
-
Empty constructor.
- GridDistributedLockRequest(UUID, GridCacheVersion, long, GridUuid, GridCacheVersion, boolean, boolean, GridCacheTxIsolation, boolean, long, int, int, Object, boolean) - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.GridDistributedLockRequest
-
- GridDistributedLockResponse<K,V> - Class in org.gridgain.grid.kernal.processors.cache.distributed
-
Lock response message.
- GridDistributedLockResponse() - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.GridDistributedLockResponse
-
- GridDistributedLockResponse(GridCacheVersion, GridUuid, int) - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.GridDistributedLockResponse
-
- GridDistributedLockResponse(GridCacheVersion, GridUuid, Throwable) - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.GridDistributedLockResponse
-
- GridDistributedLockResponse(GridCacheVersion, GridUuid, int, Throwable) - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.GridDistributedLockResponse
-
- GridDistributedTxFinishRequest<K,V> - Class in org.gridgain.grid.kernal.processors.cache.distributed
-
Transaction completion message.
- GridDistributedTxFinishRequest() - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.GridDistributedTxFinishRequest
-
- GridDistributedTxFinishRequest(GridCacheVersion, GridUuid, GridCacheVersion, long, boolean, boolean, GridCacheVersion, Collection<GridCacheVersion>, Collection<GridCacheVersion>, int, Collection<GridCacheTxEntry<K, V>>, Collection<GridCacheTxEntry<K, V>>, boolean, Object) - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.GridDistributedTxFinishRequest
-
- GridDistributedTxFinishResponse<K,V> - Class in org.gridgain.grid.kernal.processors.cache.distributed
-
Transaction finish response.
- GridDistributedTxFinishResponse() - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.GridDistributedTxFinishResponse
-
- GridDistributedTxFinishResponse(GridCacheVersion, GridUuid) - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.GridDistributedTxFinishResponse
-
- GridDistributedTxMapping<K,V> - Class in org.gridgain.grid.kernal.processors.cache.distributed
-
Transaction node mapping.
- GridDistributedTxMapping() - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.GridDistributedTxMapping
-
- GridDistributedTxMapping(GridNode) - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.GridDistributedTxMapping
-
- GridDistributedTxPrepareRequest<K,V> - Class in org.gridgain.grid.kernal.processors.cache.distributed
-
Transaction prepare request for optimistic and eventually consistent
transactions.
- GridDistributedTxPrepareRequest() - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.GridDistributedTxPrepareRequest
-
- GridDistributedTxPrepareRequest(GridCacheTxEx<K, V>, Collection<GridCacheTxEntry<K, V>>, Collection<GridCacheTxEntry<K, V>>, Object, boolean, Map<UUID, Collection<UUID>>) - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.GridDistributedTxPrepareRequest
-
- GridDistributedTxPrepareResponse<K,V> - Class in org.gridgain.grid.kernal.processors.cache.distributed
-
Response to prepare request.
- GridDistributedTxPrepareResponse() - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.GridDistributedTxPrepareResponse
-
- GridDistributedTxPrepareResponse(GridCacheVersion) - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.GridDistributedTxPrepareResponse
-
- GridDistributedTxPrepareResponse(GridCacheVersion, Throwable) - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.GridDistributedTxPrepareResponse
-
- GridDistributedTxRemoteAdapter<K,V> - Class in org.gridgain.grid.kernal.processors.cache.distributed
-
Transaction created by system implicitly on remote nodes.
- GridDistributedTxRemoteAdapter() - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.GridDistributedTxRemoteAdapter
-
- GridDistributedTxRemoteAdapter(GridCacheContext<K, V>, UUID, long, GridCacheVersion, GridCacheVersion, GridCacheTxConcurrency, GridCacheTxIsolation, boolean, long, int, Object, UUID) - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.GridDistributedTxRemoteAdapter
-
- GridDistributedUnlockRequest<K,V> - Class in org.gridgain.grid.kernal.processors.cache.distributed
-
Lock request message.
- GridDistributedUnlockRequest() - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.GridDistributedUnlockRequest
-
- GridDistributedUnlockRequest(int) - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.GridDistributedUnlockRequest
-
- GridDr - Interface in org.gridgain.grid.dr
-
Data center replication (DR) interface.
- GridDrDataLoadCacheUpdater<K,V> - Class in org.gridgain.grid.kernal.processors.dr
-
Data center replication cache updater for data loader.
- GridDrDataLoadCacheUpdater() - Constructor for class org.gridgain.grid.kernal.processors.dr.GridDrDataLoadCacheUpdater
-
- GridDrEntry<K,V> - Interface in org.gridgain.grid.dr
-
Data center replication entry.
- GridDrExternalBatchRequest<K,V> - Class in org.gridgain.grid.kernal.processors.dr.messages.external
-
- GridDrExternalBatchRequest(GridUuid, String, byte, int, byte[]) - Constructor for class org.gridgain.grid.kernal.processors.dr.messages.external.GridDrExternalBatchRequest
-
- GridDrExternalBatchResponse - Class in org.gridgain.grid.kernal.processors.dr.messages.external
-
- GridDrExternalBatchResponse(GridUuid, String) - Constructor for class org.gridgain.grid.kernal.processors.dr.messages.external.GridDrExternalBatchResponse
-
- GridDrExternalHandshakeRequest - Class in org.gridgain.grid.kernal.processors.dr.messages.external
-
Request which is sent by sending receiving hub to sender hub on connection in order to
identify sender hub data center ID.
- GridDrExternalHandshakeRequest(byte, String, String, boolean) - Constructor for class org.gridgain.grid.kernal.processors.dr.messages.external.GridDrExternalHandshakeRequest
-
Standard constructor.
- GridDrExternalHandshakeResponse - Class in org.gridgain.grid.kernal.processors.dr.messages.external
-
- GridDrExternalHandshakeResponse(String) - Constructor for class org.gridgain.grid.kernal.processors.dr.messages.external.GridDrExternalHandshakeResponse
-
Constructor.
- GridDrExternalPingRequest - Class in org.gridgain.grid.kernal.processors.dr.messages.external
-
Ping request to replica.
- GridDrExternalPingRequest() - Constructor for class org.gridgain.grid.kernal.processors.dr.messages.external.GridDrExternalPingRequest
-
- GridDrExternalPingResponse - Class in org.gridgain.grid.kernal.processors.dr.messages.external
-
Ping response from replica.
- GridDrExternalPingResponse() - Constructor for class org.gridgain.grid.kernal.processors.dr.messages.external.GridDrExternalPingResponse
-
- GridDrInternalRequest - Class in org.gridgain.grid.kernal.processors.dr.messages.internal
-
Internal DR request.
- GridDrInternalRequest() - Constructor for class org.gridgain.grid.kernal.processors.dr.messages.internal.GridDrInternalRequest
-
- GridDrInternalRequest(long, String, Collection<Byte>, Collection<GridDrInternalRequestEntry>, int) - Constructor for class org.gridgain.grid.kernal.processors.dr.messages.internal.GridDrInternalRequest
-
Constructor.
- GridDrInternalRequestEntry - Class in org.gridgain.grid.kernal.processors.dr.messages.internal
-
Internal DR request entry.
- GridDrInternalRequestEntry() - Constructor for class org.gridgain.grid.kernal.processors.dr.messages.internal.GridDrInternalRequestEntry
-
- GridDrInternalRequestEntry(byte, int, byte[], int) - Constructor for class org.gridgain.grid.kernal.processors.dr.messages.internal.GridDrInternalRequestEntry
-
Constructor.
- GridDrInternalResponse - Class in org.gridgain.grid.kernal.processors.dr.messages.internal
-
Internal replication response.
- GridDrInternalResponse() - Constructor for class org.gridgain.grid.kernal.processors.dr.messages.internal.GridDrInternalResponse
-
- GridDrInternalResponse(long, Throwable, byte[]) - Constructor for class org.gridgain.grid.kernal.processors.dr.messages.internal.GridDrInternalResponse
-
- GridDrPauseReason - Enum in org.gridgain.grid.dr.cache.sender
-
Reason of data center replication pause.
- GridDrPlainEntry<K,V> - Class in org.gridgain.grid.kernal.processors.dr
-
Data center entry implementation containing only plain key and value.
- GridDrPlainEntry(K, V, long, long, GridCacheVersion) - Constructor for class org.gridgain.grid.kernal.processors.dr.GridDrPlainEntry
-
Constructor.
- GridDrProcessor<K,V> - Interface in org.gridgain.grid.kernal.processors.dr
-
Data center replication processor.
- GridDrRawEntry<K,V> - Class in org.gridgain.grid.kernal.processors.dr
-
Data center entry implementation containing plain and raw keys and values.
- GridDrRawEntry() - Constructor for class org.gridgain.grid.kernal.processors.dr.GridDrRawEntry
-
{@code Externalizable) support.
- GridDrRawEntry(K, byte[], V, byte[], long, long, GridCacheVersion) - Constructor for class org.gridgain.grid.kernal.processors.dr.GridDrRawEntry
-
Constructor.
- GridDrReceiverCacheConfiguration - Class in org.gridgain.grid.dr.cache.receiver
-
Data center replication receiver cache configuration.
- GridDrReceiverCacheConfiguration() - Constructor for class org.gridgain.grid.dr.cache.receiver.GridDrReceiverCacheConfiguration
-
Default constructor.
- GridDrReceiverCacheConfiguration(GridDrReceiverCacheConfiguration) - Constructor for class org.gridgain.grid.dr.cache.receiver.GridDrReceiverCacheConfiguration
-
Copying constructor.
- GridDrReceiverCacheConflictContext<K,V> - Interface in org.gridgain.grid.dr.cache.receiver
-
Data center replication receiver cache conflict context.
- GridDrReceiverCacheConflictResolver<K,V> - Interface in org.gridgain.grid.dr.cache.receiver
-
Data center replication receiver cache conflict resolver.
- GridDrReceiverCacheConflictResolverMode - Enum in org.gridgain.grid.dr.cache.receiver
-
Data center replication receiver cache conflict resolver mode.
- GridDrReceiverCacheMetrics - Interface in org.gridgain.grid.dr.cache.receiver
-
Metrics for data center replication receiver cache.
- GridDrReceiverCacheMetricsAdapter - Class in org.gridgain.grid.kernal.processors.cache.dr
-
Adapter for DR receive data node metrics.
- GridDrReceiverCacheMetricsAdapter() - Constructor for class org.gridgain.grid.kernal.processors.cache.dr.GridDrReceiverCacheMetricsAdapter
-
No-args constructor.
- GridDrReceiverConflictContextImpl<K,V> - Class in org.gridgain.grid.kernal.processors.dr
-
Data center replication conflict context implementation.
- GridDrReceiverConflictContextImpl(GridDrEntry<K, V>, GridDrEntry<K, V>) - Constructor for class org.gridgain.grid.kernal.processors.dr.GridDrReceiverConflictContextImpl
-
Constructor.
- GridDrReceiverHubConfiguration - Class in org.gridgain.grid.dr.hub.receiver
-
Data center replication receiver hub configuration.
- GridDrReceiverHubConfiguration() - Constructor for class org.gridgain.grid.dr.hub.receiver.GridDrReceiverHubConfiguration
-
Default constructor.
- GridDrReceiverHubConfiguration(GridDrReceiverHubConfiguration) - Constructor for class org.gridgain.grid.dr.hub.receiver.GridDrReceiverHubConfiguration
-
Copying constructor.
- GridDrReceiverHubInMetrics - Interface in org.gridgain.grid.dr.hub.receiver
-
Data center replication receiver hub metrics for incoming data, i.e.
- GridDrReceiverHubLoadBalancingMode - Enum in org.gridgain.grid.dr.hub.receiver
-
Data center replication receiver hub load balancing mode.
- GridDrReceiverHubMBean - Interface in org.gridgain.grid.dr.hub.receiver
-
This interface defines JMX view on data center replication receiver hub.
- GridDrReceiverHubOutMetrics - Interface in org.gridgain.grid.dr.hub.receiver
-
Data center replication receiver hub metrics for outgoing data, i.e.
- GridDrSenderCacheConfiguration - Class in org.gridgain.grid.dr.cache.sender
-
Data center replication sender cache configuration.
- GridDrSenderCacheConfiguration() - Constructor for class org.gridgain.grid.dr.cache.sender.GridDrSenderCacheConfiguration
-
Default constructor.
- GridDrSenderCacheConfiguration(GridDrSenderCacheConfiguration) - Constructor for class org.gridgain.grid.dr.cache.sender.GridDrSenderCacheConfiguration
-
Copying constructor.
- GridDrSenderCacheEntryFilter<K,V> - Interface in org.gridgain.grid.dr.cache.sender
-
Data center replication sender cache filter.
- GridDrSenderCacheMetrics - Interface in org.gridgain.grid.dr.cache.sender
-
Metrics for data center replication sender cache.
- GridDrSenderCacheMetricsAdapter - Class in org.gridgain.grid.kernal.processors.cache.dr
-
Adapter for DR send data node metrics.
- GridDrSenderCacheMetricsAdapter() - Constructor for class org.gridgain.grid.kernal.processors.cache.dr.GridDrSenderCacheMetricsAdapter
-
No-args constructor.
- GridDrSenderCacheMode - Enum in org.gridgain.grid.dr.cache.sender
-
Cache data center replication sender cache mode.
- GridDrSenderHubConfiguration - Class in org.gridgain.grid.dr.hub.sender
-
Data center replication sender hub configuration.
- GridDrSenderHubConfiguration() - Constructor for class org.gridgain.grid.dr.hub.sender.GridDrSenderHubConfiguration
-
Default constructor.
- GridDrSenderHubConfiguration(GridDrSenderHubConfiguration) - Constructor for class org.gridgain.grid.dr.hub.sender.GridDrSenderHubConfiguration
-
Copying constructor.
- GridDrSenderHubConnectionConfiguration - Class in org.gridgain.grid.dr.hub.sender
-
Data center replication sender hub connection configuration.
- GridDrSenderHubConnectionConfiguration() - Constructor for class org.gridgain.grid.dr.hub.sender.GridDrSenderHubConnectionConfiguration
-
Constructor.
- GridDrSenderHubConnectionConfiguration(GridDrSenderHubConnectionConfiguration) - Constructor for class org.gridgain.grid.dr.hub.sender.GridDrSenderHubConnectionConfiguration
-
Copying constructor.
- GridDrSenderHubFsStore - Class in org.gridgain.grid.dr.hub.sender.store.fs
-
Data center replication sender hub store implementation which persists data in file system.
- GridDrSenderHubFsStore() - Constructor for class org.gridgain.grid.dr.hub.sender.store.fs.GridDrSenderHubFsStore
-
- GridDrSenderHubInMemoryStore - Class in org.gridgain.grid.dr.hub.sender.store.memory
-
Data center replication sender hub store implementation which stores data in memory.
- GridDrSenderHubInMemoryStore() - Constructor for class org.gridgain.grid.dr.hub.sender.store.memory.GridDrSenderHubInMemoryStore
-
- GridDrSenderHubInMetrics - Interface in org.gridgain.grid.dr.hub.sender
-
Data center replication sender hub metrics for incoming data, i.e.
- GridDrSenderHubLoadBalancingMode - Enum in org.gridgain.grid.dr.hub.sender
-
Data center replication sender hub load balancing mode.
- GridDrSenderHubMBean - Interface in org.gridgain.grid.dr.hub.sender
-
This interface defines JMX view on data center replication sender hub.
- GridDrSenderHubOutMetrics - Interface in org.gridgain.grid.dr.hub.sender
-
Data center replication sender hub metrics for outgoing data, i.e.
- GridDrSenderHubStore - Interface in org.gridgain.grid.dr.hub.sender.store
-
Data center replication sender hub store.
- GridDrSenderHubStoreCorruptedException - Exception in org.gridgain.grid.dr.hub.sender.store
-
Exception thrown in case data center replication sender hub store was corrupted.
- GridDrSenderHubStoreCorruptedException(String) - Constructor for exception org.gridgain.grid.dr.hub.sender.store.GridDrSenderHubStoreCorruptedException
-
Constructor.
- GridDrSenderHubStoreCursor - Interface in org.gridgain.grid.dr.hub.sender.store
-
Data center replication sender hub store cursor.
- GridDrSenderHubStoreEntry - Interface in org.gridgain.grid.dr.hub.sender.store
-
Data center replication sender hub store entry.
- GridDrSenderHubStoreOverflowException - Exception in org.gridgain.grid.dr.hub.sender.store
-
Exception thrown when data center replication sender hub store cannot persist more entries.
- GridDrSenderHubStoreOverflowException() - Constructor for exception org.gridgain.grid.dr.hub.sender.store.GridDrSenderHubStoreOverflowException
-
Constructor.
- GridDrSenderHubStoreOverflowMode - Enum in org.gridgain.grid.dr.hub.sender.store
-
Data center replication sender hub store overflow mode.
- GridDrStateTransferDescriptor - Class in org.gridgain.grid.dr.cache.sender
-
Data center replication state transfer descriptor.
- GridDrStateTransferDescriptor() - Constructor for class org.gridgain.grid.dr.cache.sender.GridDrStateTransferDescriptor
-
- GridDrStateTransferDescriptor(GridUuid, Collection<Byte>) - Constructor for class org.gridgain.grid.dr.cache.sender.GridDrStateTransferDescriptor
-
Constructor.
- GridDrStatus - Class in org.gridgain.grid.dr.cache.sender
-
Data center replication status.
- GridDrStatus() - Constructor for class org.gridgain.grid.dr.cache.sender.GridDrStatus
-
- GridDrStatus(GridDrPauseReason, String) - Constructor for class org.gridgain.grid.dr.cache.sender.GridDrStatus
-
Constructor.
- GridDrType - Enum in org.gridgain.grid.kernal.processors.dr
-
Data center replication type.
- GridDrUtils - Class in org.gridgain.grid.kernal.processors.dr
-
DR utility methods.
- GridEmailProcessorAdapter - Class in org.gridgain.grid.kernal.processors.email
-
Email processor.
- GridEmailProcessorAdapter(GridKernalContext) - Constructor for class org.gridgain.grid.kernal.processors.email.GridEmailProcessorAdapter
-
- GridEmbeddedFuture<A,B> - Class in org.gridgain.grid.util.future
-
Future which waits for embedded future to complete and then asynchronously executes
provided closure with embedded future result.
- GridEmbeddedFuture() - Constructor for class org.gridgain.grid.util.future.GridEmbeddedFuture
-
- GridEmbeddedFuture(GridKernalContext, GridFuture<B>, GridBiClosure<B, Exception, A>) - Constructor for class org.gridgain.grid.util.future.GridEmbeddedFuture
-
- GridEmbeddedFuture(boolean, GridFuture<B>, GridBiClosure<B, Exception, GridFuture<A>>, GridKernalContext) - Constructor for class org.gridgain.grid.util.future.GridEmbeddedFuture
-
Embeds futures.
- GridEmbeddedFuture(GridFuture<B>, GridBiClosure<B, Exception, GridFuture<A>>, GridKernalContext) - Constructor for class org.gridgain.grid.util.future.GridEmbeddedFuture
-
Embeds futures.
- GridEmbeddedFuture(GridKernalContext, GridFuture<B>, GridBiClosure<B, Exception, GridFuture<A>>, GridBiClosure<A, Exception, A>) - Constructor for class org.gridgain.grid.util.future.GridEmbeddedFuture
-
Embeds futures.
- GridEmptyCloseableIterator<T> - Class in org.gridgain.grid.util
-
Empty closeable iterator.
- GridEmptyCloseableIterator() - Constructor for class org.gridgain.grid.util.GridEmptyCloseableIterator
-
- GridEmptyIterator<T> - Class in org.gridgain.grid.util
-
Empty iterator.
- GridEmptyIterator() - Constructor for class org.gridgain.grid.util.GridEmptyIterator
-
- GridEmptyProjectionException - Exception in org.gridgain.grid
-
This exception defines illegal call on empty projection.
- GridEmptyProjectionException() - Constructor for exception org.gridgain.grid.GridEmptyProjectionException
-
Creates new exception with default error message.
- 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.
- GridEvent - Interface in org.gridgain.grid.events
-
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(GridNode, String, int) - Constructor for class org.gridgain.grid.events.GridEventAdapter
-
Creates event based with given parameters.
- gridEventName(int) - Static method in class org.gridgain.grid.util.GridUtils
-
Gets name for given grid event type.
- GridEvents - Interface in org.gridgain.grid.events
-
- gridEvents() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheContext
-
- gridEvents(int...) - Static method in class org.gridgain.grid.util.GridUtils
-
Gets all event types.
- GridEventsImpl - Class in org.gridgain.grid.kernal
-
- GridEventsImpl(GridKernalContext, GridProjection) - Constructor for class org.gridgain.grid.kernal.GridEventsImpl
-
- GridEventStorageManager - Class in org.gridgain.grid.kernal.managers.eventstorage
-
Grid event storage SPI manager.
- GridEventStorageManager(GridKernalContext) - Constructor for class org.gridgain.grid.kernal.managers.eventstorage.GridEventStorageManager
-
- GridEventStorageMessage - Class in org.gridgain.grid.kernal.managers.eventstorage
-
Event storage message.
- GridEventStorageMessage() - Constructor for class org.gridgain.grid.kernal.managers.eventstorage.GridEventStorageMessage
-
- GridEventStorageSpi - Interface in org.gridgain.grid.spi.eventstorage
-
This SPI provides local node events storage.
- GridEventType - Interface in org.gridgain.grid.events
-
Contains event type constants.
- GridEx - Interface in org.gridgain.grid.kernal
-
Extended Grid interface which provides some additional methods required for kernal and Visor.
- 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 with 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.
- GridExecutionStatistics - Class in org.gridgain.grid.util
-
Accumulates execution statistics for named pieces of code.
- GridExecutionStatistics(String) - Constructor for class org.gridgain.grid.util.GridExecutionStatistics
-
- GridExecutorService - Class in org.gridgain.grid.kernal.executor
-
- GridExecutorService() - Constructor for class org.gridgain.grid.kernal.executor.GridExecutorService
-
No-arg constructor is required by externalization.
- GridExecutorService(GridProjection, GridLogger) - Constructor for class org.gridgain.grid.kernal.executor.GridExecutorService
-
Creates executor service.
- GridExecutorServiceMBean - Interface in org.gridgain.grid
-
MBean that provides access to information about executor service.
- GridExecutorServiceMBeanAdapter - Class in org.gridgain.grid.kernal
-
- GridExecutorServiceMBeanAdapter(ExecutorService) - Constructor for class org.gridgain.grid.kernal.GridExecutorServiceMBeanAdapter
-
Creates adapter.
- GridExecutorServiceResource - Annotation Type in org.gridgain.grid.resources
-
Annotates a field or a setter method for injection of
ExecutorService resource.
- GridFailoverContext - Interface in org.gridgain.grid.spi.failover
-
This interface defines a set of operations available to failover SPI
one a given failed job.
- GridFailoverContextImpl - Class in org.gridgain.grid.kernal.managers.failover
-
GridFailoverContext implementation.
- GridFailoverContextImpl(GridTaskSessionImpl, GridComputeJobResult, GridLoadBalancerManager) - Constructor for class org.gridgain.grid.kernal.managers.failover.GridFailoverContextImpl
-
Initializes failover context.
- GridFailoverManager - Class in org.gridgain.grid.kernal.managers.failover
-
Grid failover spi manager.
- GridFailoverManager(GridKernalContext) - Constructor for class org.gridgain.grid.kernal.managers.failover.GridFailoverManager
-
- 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.
- GridFilenameUtils - Class in org.gridgain.grid.util.io
-
General filename and filepath manipulation utilities.
- GridFileSwapSpaceSpi - Class in org.gridgain.grid.spi.swapspace.file
-
File-based swap space SPI implementation which holds keys in memory.
- GridFileSwapSpaceSpi() - Constructor for class org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpi
-
- GridFileSwapSpaceSpiMBean - Interface in org.gridgain.grid.spi.swapspace.file
-
- GridFilteredIterator<T> - Class in org.gridgain.grid.util.lang
-
Filtered iterator.
- GridFilteredIterator(Iterator<? extends T>) - Constructor for class org.gridgain.grid.util.lang.GridFilteredIterator
-
- GridFinishedFuture<T> - Class in org.gridgain.grid.util.future
-
Future that is completed at creation time.
- GridFinishedFuture() - Constructor for class org.gridgain.grid.util.future.GridFinishedFuture
-
- GridFinishedFuture(GridKernalContext) - Constructor for class org.gridgain.grid.util.future.GridFinishedFuture
-
Creates finished future with complete value.
- GridFinishedFuture(GridKernalContext, T) - Constructor for class org.gridgain.grid.util.future.GridFinishedFuture
-
Creates finished future with complete value.
- GridFinishedFuture(GridKernalContext, Throwable) - Constructor for class org.gridgain.grid.util.future.GridFinishedFuture
-
- GridFinishedFutureEx<T> - Class in org.gridgain.grid.util.future
-
Future that is completed at creation time.
- GridFinishedFutureEx() - Constructor for class org.gridgain.grid.util.future.GridFinishedFutureEx
-
Created finished future with null value.
- GridFinishedFutureEx(T) - Constructor for class org.gridgain.grid.util.future.GridFinishedFutureEx
-
Creates finished future with complete value.
- GridFinishedFutureEx(Throwable) - Constructor for class org.gridgain.grid.util.future.GridFinishedFutureEx
-
- GridFixedSizeInputStream - Class in org.gridgain.grid.util
-
Input stream wrapper which allows to read exactly expected number of bytes.
- GridFixedSizeInputStream(InputStream, long) - Constructor for class org.gridgain.grid.util.GridFixedSizeInputStream
-
- GridFunc - Class in org.gridgain.grid.util.lang
-
Contains factory and utility methods for closures, predicates, and tuples.
- GridFunc() - Constructor for class org.gridgain.grid.util.lang.GridFunc
-
- GridFuture<R> - Interface in org.gridgain.grid
-
Extension for standard
Future interface.
- GridFutureAdapter<R> - Class in org.gridgain.grid.util.future
-
Future adapter.
- GridFutureAdapter() - Constructor for class org.gridgain.grid.util.future.GridFutureAdapter
-
- GridFutureAdapter(GridKernalContext) - Constructor for class org.gridgain.grid.util.future.GridFutureAdapter
-
- GridFutureAdapter(GridKernalContext, boolean) - Constructor for class org.gridgain.grid.util.future.GridFutureAdapter
-
- GridFutureAdapterEx<R> - Class in org.gridgain.grid.util.future
-
Future adapter without kernal context.
- GridFutureAdapterEx() - Constructor for class org.gridgain.grid.util.future.GridFutureAdapterEx
-
- 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.
- GridFutureChainListener<T,R> - Class in org.gridgain.grid.util.future
-
Future listener to fill chained future with converted result of the source future.
- GridFutureChainListener(GridKernalContext, GridFutureAdapter<R>, GridClosure<? super GridFuture<T>, R>) - Constructor for class org.gridgain.grid.util.future.GridFutureChainListener
-
Constructs chain listener.
- 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.
- GridGain - Class in org.gridgain.grid
-
This class defines a factory for the main GridGain API.
- GridGain() - Constructor for class org.gridgain.grid.GridGain
-
Enforces singleton.
- GRIDGAIN_HANDSHAKE_FLAG - Static variable in class org.gridgain.grid.kernal.processors.rest.protocols.tcp.GridMemcachedMessage
-
Client handshake flag.
- GRIDGAIN_REQ_FLAG - Static variable in class org.gridgain.grid.kernal.processors.rest.protocols.tcp.GridMemcachedMessage
-
Custom client request flag.
- GridGainEx - Class in org.gridgain.grid.kernal
-
This class defines a factory for the main GridGain API.
- GridGainListener - Interface in org.gridgain.grid
-
Listener for gird state change notifications.
- GridGainMBean - Interface in org.gridgain.grid
-
This interface defines JMX view on
GridGain.
- GridGainMBeanAdapter - Class in org.gridgain.grid.kernal
-
Management bean that provides access to
GridGain.
- GridGainMBeanAdapter() - Constructor for class org.gridgain.grid.kernal.GridGainMBeanAdapter
-
- GridGainState - Enum in org.gridgain.grid
-
- GridGgfs - Interface in org.gridgain.grid.ggfs
-
GridGain File System API.
- GridGgfsBlockLocation - Interface in org.gridgain.grid.ggfs
-
GGFS file's data block location in the grid.
- GridGgfsByteDelimiterRecordResolver - Class in org.gridgain.grid.ggfs.mapreduce.records
-
Record resolver which adjusts records based on provided delimiters.
- GridGgfsByteDelimiterRecordResolver() - Constructor for class org.gridgain.grid.ggfs.mapreduce.records.GridGgfsByteDelimiterRecordResolver
-
- GridGgfsByteDelimiterRecordResolver(byte[]...) - Constructor for class org.gridgain.grid.ggfs.mapreduce.records.GridGgfsByteDelimiterRecordResolver
-
Creates delimiter-based record resolver.
- GridGgfsConcurrentModificationException - Exception in org.gridgain.grid.ggfs
-
GGFS exception indicating that file system structure was modified concurrently.
- GridGgfsConcurrentModificationException() - Constructor for exception org.gridgain.grid.ggfs.GridGgfsConcurrentModificationException
-
Creates new exception.
- GridGgfsConfiguration - Class in org.gridgain.grid.ggfs
-
GGFS configuration.
- GridGgfsConfiguration() - Constructor for class org.gridgain.grid.ggfs.GridGgfsConfiguration
-
Constructs default configuration.
- GridGgfsConfiguration(GridGgfsConfiguration) - Constructor for class org.gridgain.grid.ggfs.GridGgfsConfiguration
-
Constructs the copy of the configuration.
- GridGgfsCorruptedFileException - Exception in org.gridgain.grid.ggfs
-
Exception thrown when target file's block is not found in data cache.
- GridGgfsCorruptedFileException(String) - Constructor for exception org.gridgain.grid.ggfs.GridGgfsCorruptedFileException
-
- GridGgfsCorruptedFileException(Throwable) - Constructor for exception org.gridgain.grid.ggfs.GridGgfsCorruptedFileException
-
- GridGgfsCorruptedFileException(String, Throwable) - Constructor for exception org.gridgain.grid.ggfs.GridGgfsCorruptedFileException
-
- GridGgfsEvent - Class in org.gridgain.grid.events
-
GGFS event.
- GridGgfsEvent(GridGgfsPath, GridNode, int) - Constructor for class org.gridgain.grid.events.GridGgfsEvent
-
Constructs an event instance.
- GridGgfsEvent(GridGgfsPath, GridGgfsPath, GridNode, int) - Constructor for class org.gridgain.grid.events.GridGgfsEvent
-
- GridGgfsEvent(GridGgfsPath, GridNode, int, long) - Constructor for class org.gridgain.grid.events.GridGgfsEvent
-
- GridGgfsEvent(GridGgfsPath, GridNode, int, Map<String, String>) - Constructor for class org.gridgain.grid.events.GridGgfsEvent
-
- GridGgfsException - Exception in org.gridgain.grid.ggfs
-
GGFS exception thrown by file system components.
- GridGgfsException(String) - Constructor for exception org.gridgain.grid.ggfs.GridGgfsException
-
Creates an instance of GGFS exception with descriptive error message.
- GridGgfsException(Throwable) - Constructor for exception org.gridgain.grid.ggfs.GridGgfsException
-
Creates an instance of GGFS exception caused by nested exception.
- GridGgfsException(String, Throwable) - Constructor for exception org.gridgain.grid.ggfs.GridGgfsException
-
Creates an instance of GGFS exception with error message and underlying cause.
- GridGgfsFile - Interface in org.gridgain.grid.ggfs
-
GGFS file or directory descriptor.
- GridGgfsFileNotFoundException - Exception in org.gridgain.grid.ggfs
-
GGFS exception indicating that target resource is not found.
- GridGgfsFileNotFoundException(String) - Constructor for exception org.gridgain.grid.ggfs.GridGgfsFileNotFoundException
-
Creates exception with error message specified.
- GridGgfsFileRange - Class in org.gridgain.grid.ggfs.mapreduce
-
Entity representing part of GGFS file identified by file path, start position, and length.
- GridGgfsFileRange(GridGgfsPath, long, long) - Constructor for class org.gridgain.grid.ggfs.mapreduce.GridGgfsFileRange
-
Creates file range.
- GridGgfsFixedLengthRecordResolver - Class in org.gridgain.grid.ggfs.mapreduce.records
-
Record resolver which adjusts records to fixed length.
- GridGgfsFixedLengthRecordResolver() - Constructor for class org.gridgain.grid.ggfs.mapreduce.records.GridGgfsFixedLengthRecordResolver
-
- GridGgfsFixedLengthRecordResolver(long) - Constructor for class org.gridgain.grid.ggfs.mapreduce.records.GridGgfsFixedLengthRecordResolver
-
Creates fixed-length record resolver.
- GridGgfsHelper - Interface in org.gridgain.grid.kernal.processors.ggfs
-
GGFS utility processor adapter.
- GridGgfsInputStream - Class in org.gridgain.grid.ggfs
-
GGFS input stream to read data from the file system.
- GridGgfsInputStream() - Constructor for class org.gridgain.grid.ggfs.GridGgfsInputStream
-
- GridGgfsInputStreamJobAdapter - Class in org.gridgain.grid.ggfs.mapreduce
-
- GridGgfsInputStreamJobAdapter() - Constructor for class org.gridgain.grid.ggfs.mapreduce.GridGgfsInputStreamJobAdapter
-
- GridGgfsInvalidHdfsVersionException - Exception in org.gridgain.grid.ggfs
-
Exception thrown when GridGain detects that remote HDFS version differs from version of HDFS libraries
in GridGain classpath.
- GridGgfsInvalidHdfsVersionException(String) - Constructor for exception org.gridgain.grid.ggfs.GridGgfsInvalidHdfsVersionException
-
- GridGgfsInvalidHdfsVersionException(String, Throwable) - Constructor for exception org.gridgain.grid.ggfs.GridGgfsInvalidHdfsVersionException
-
- GridGgfsInvalidPathException - Exception in org.gridgain.grid.ggfs
-
GGFS exception indicating that operation target is invalid
(e.g.
- GridGgfsInvalidPathException(String) - Constructor for exception org.gridgain.grid.ggfs.GridGgfsInvalidPathException
-
Creates exception with given error message.
- GridGgfsInvalidPathException(Throwable) - Constructor for exception org.gridgain.grid.ggfs.GridGgfsInvalidPathException
-
Creates exception with given exception cause.
- GridGgfsInvalidPathException(String, Throwable) - Constructor for exception org.gridgain.grid.ggfs.GridGgfsInvalidPathException
-
Creates exception with given error message and exception cause.
- GridGgfsIoException - Exception in org.gridgain.grid.ggfs
-
- GridGgfsIoException(IOException) - Constructor for exception org.gridgain.grid.ggfs.GridGgfsIoException
-
Creates new exception with given throwable as a nested cause and
source of error message.
- GridGgfsIoException(String) - Constructor for exception org.gridgain.grid.ggfs.GridGgfsIoException
-
Creates a new exception with given error message and optional nested cause exception.
- GridGgfsJob - Interface in org.gridgain.grid.ggfs.mapreduce
-
- GridGgfsJobAdapter - Class in org.gridgain.grid.ggfs.mapreduce
-
- GridGgfsJobAdapter() - Constructor for class org.gridgain.grid.ggfs.mapreduce.GridGgfsJobAdapter
-
- GridGgfsMetrics - Interface in org.gridgain.grid.ggfs
-
GGFS metrics snapshot for the file system.
- GridGgfsMode - Enum in org.gridgain.grid.ggfs
-
GGFS mode defining interactions with underlying secondary Hadoop file system.
- GridGgfsNewLineRecordResolver - Class in org.gridgain.grid.ggfs.mapreduce.records
-
Record resolver based on new line detection.
- GridGgfsNewLineRecordResolver() - Constructor for class org.gridgain.grid.ggfs.mapreduce.records.GridGgfsNewLineRecordResolver
-
- GridGgfsOutOfSpaceException - Exception in org.gridgain.grid.ggfs
-
GGFS exception that is thrown when it detected out-of-space condition.
- GridGgfsOutOfSpaceException(String) - Constructor for exception org.gridgain.grid.ggfs.GridGgfsOutOfSpaceException
-
Creates exception with given error message.
- GridGgfsOutOfSpaceException(Throwable) - Constructor for exception org.gridgain.grid.ggfs.GridGgfsOutOfSpaceException
-
Creates an instance of exception with given exception cause.
- GridGgfsOutOfSpaceException(String, Throwable) - Constructor for exception org.gridgain.grid.ggfs.GridGgfsOutOfSpaceException
-
Creates an instance of GGFS exception with given error message and given exception cause.
- GridGgfsOutputStream - Class in org.gridgain.grid.ggfs
-
GGFS output stream to write data into the file system.
- GridGgfsOutputStream() - Constructor for class org.gridgain.grid.ggfs.GridGgfsOutputStream
-
- GridGgfsParentNotDirectoryException - Exception in org.gridgain.grid.ggfs
-
Exception thrown when parent supposed to be a directory is a file.
- GridGgfsParentNotDirectoryException(String) - Constructor for exception org.gridgain.grid.ggfs.GridGgfsParentNotDirectoryException
-
- GridGgfsParentNotDirectoryException(Throwable) - Constructor for exception org.gridgain.grid.ggfs.GridGgfsParentNotDirectoryException
-
- GridGgfsParentNotDirectoryException(String, Throwable) - Constructor for exception org.gridgain.grid.ggfs.GridGgfsParentNotDirectoryException
-
- GridGgfsPath - Class in org.gridgain.grid.ggfs
-
GGFS path to file in the file system.
- GridGgfsPath() - Constructor for class org.gridgain.grid.ggfs.GridGgfsPath
-
Constructs default root path.
- GridGgfsPath(URI) - Constructor for class org.gridgain.grid.ggfs.GridGgfsPath
-
Constructs a path from an URI
- GridGgfsPath(String) - Constructor for class org.gridgain.grid.ggfs.GridGgfsPath
-
Constructs a path from the URI string.
- GridGgfsPath(GridGgfsPath, String) - Constructor for class org.gridgain.grid.ggfs.GridGgfsPath
-
Resolve a child path against a parent path.
- GridGgfsPathAlreadyExistsException - Exception in org.gridgain.grid.ggfs
-
Exception thrown when target path supposed to be created already exists.
- GridGgfsPathAlreadyExistsException(String) - Constructor for exception org.gridgain.grid.ggfs.GridGgfsPathAlreadyExistsException
-
- GridGgfsPathAlreadyExistsException(Throwable) - Constructor for exception org.gridgain.grid.ggfs.GridGgfsPathAlreadyExistsException
-
- GridGgfsPathAlreadyExistsException(String, Throwable) - Constructor for exception org.gridgain.grid.ggfs.GridGgfsPathAlreadyExistsException
-
- GridGgfsPathSummary - Class in org.gridgain.grid.ggfs
-
Path summary: total files count, total directories count, total length.
- GridGgfsPathSummary() - Constructor for class org.gridgain.grid.ggfs.GridGgfsPathSummary
-
- GridGgfsPathSummary(GridGgfsPath) - Constructor for class org.gridgain.grid.ggfs.GridGgfsPathSummary
-
Construct empty path summary.
- GridGgfsProcessorAdapter - Class in org.gridgain.grid.kernal.processors.ggfs
-
GGFS processor adapter.
- GridGgfsProcessorAdapter(GridKernalContext) - Constructor for class org.gridgain.grid.kernal.processors.ggfs.GridGgfsProcessorAdapter
-
Constructor.
- GridGgfsRangeInputStream - Class in org.gridgain.grid.ggfs.mapreduce
-
- GridGgfsRangeInputStream(GridGgfsInputStream, long, long) - Constructor for class org.gridgain.grid.ggfs.mapreduce.GridGgfsRangeInputStream
-
Constructor.
- GridGgfsRangeInputStream(GridGgfsInputStream, GridGgfsFileRange) - Constructor for class org.gridgain.grid.ggfs.mapreduce.GridGgfsRangeInputStream
-
Constructor.
- GridGgfsRecordResolver - Interface in org.gridgain.grid.ggfs.mapreduce
-
GGFS record resolver.
- GridGgfsStringDelimiterRecordResolver - Class in org.gridgain.grid.ggfs.mapreduce.records
-
Record resolver based on delimiters represented as strings.
- GridGgfsStringDelimiterRecordResolver() - Constructor for class org.gridgain.grid.ggfs.mapreduce.records.GridGgfsStringDelimiterRecordResolver
-
- GridGgfsStringDelimiterRecordResolver(Charset, String...) - Constructor for class org.gridgain.grid.ggfs.mapreduce.records.GridGgfsStringDelimiterRecordResolver
-
Creates record resolver from given string and given charset.
- GridGgfsStringDelimiterRecordResolver(String...) - Constructor for class org.gridgain.grid.ggfs.mapreduce.records.GridGgfsStringDelimiterRecordResolver
-
Creates record resolver based on given string with default charset.
- GridGgfsTask<T,R> - Class in org.gridgain.grid.ggfs.mapreduce
-
GGFS task which can be executed on the grid using one of GridGgfs.execute() methods.
- GridGgfsTask() - Constructor for class org.gridgain.grid.ggfs.mapreduce.GridGgfsTask
-
- GridGgfsTaskArgs<T> - Interface in org.gridgain.grid.ggfs.mapreduce
-
GGFS task arguments.
- GridGgfsTaskNoReduceAdapter<T,R> - Class in org.gridgain.grid.ggfs.mapreduce
-
- GridGgfsTaskNoReduceAdapter() - Constructor for class org.gridgain.grid.ggfs.mapreduce.GridGgfsTaskNoReduceAdapter
-
- GridHashIdResolversValidationResult - Class in org.gridgain.grid.spi
-
Result of hash id resolvers validation.
- GridHashIdResolversValidationResult(String, String, UUID) - Constructor for class org.gridgain.grid.spi.GridHashIdResolversValidationResult
-
- 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.util
-
- GridIdentityHashSet() - Constructor for class org.gridgain.grid.util.GridIdentityHashSet
-
Creates default identity hash set.
- GridIdentityHashSet(int) - Constructor for class org.gridgain.grid.util.GridIdentityHashSet
-
Creates identity hash set of given size.
- GridIdentityHashSet(Collection<E>) - Constructor for class org.gridgain.grid.util.GridIdentityHashSet
-
Creates identity has set initialized given collection.
- gridIds(Collection<? extends Grid>) - Static method in class org.gridgain.grid.util.GridUtils
-
Converts collection of Grid instances to collection of node IDs.
- Gridify - Annotation Type in org.gridgain.grid.compute.gridify
-
Gridify annotation is the main way to grid-enable existing code.
- GridifyArgument - Interface in org.gridgain.grid.compute.gridify
-
Gridify task argument created by the system for task execution.
- GridifyArgumentAdapter - Class in org.gridgain.grid.compute.gridify.aop
-
- GridifyArgumentAdapter() - Constructor for class org.gridgain.grid.compute.gridify.aop.GridifyArgumentAdapter
-
Empty constructor.
- GridifyArgumentAdapter(GridifyArgument, Object...) - Constructor for class org.gridgain.grid.compute.gridify.aop.GridifyArgumentAdapter
-
Copy constructor.
- GridifyArgumentAdapter(Class<?>, String, Class<?>[], Object[], Object) - Constructor for class org.gridgain.grid.compute.gridify.aop.GridifyArgumentAdapter
-
Creates a fully initialized gridify argument.
- GridifyArgumentBuilder - Class in org.gridgain.grid.util.gridify
-
Argument builder used for creating arguments for tasks and jobs in gridified methods.
- GridifyArgumentBuilder() - Constructor for class org.gridgain.grid.util.gridify.GridifyArgumentBuilder
-
- GridifyDefaultRangeTask - Class in org.gridgain.grid.compute.gridify.aop
-
Default gridify task which simply executes a method on remote node.
- GridifyDefaultRangeTask(Class<?>, GridifyNodeFilter, int, int, boolean) - Constructor for class org.gridgain.grid.compute.gridify.aop.GridifyDefaultRangeTask
-
- GridifyDefaultTask - Class in org.gridgain.grid.compute.gridify.aop
-
Default gridify task which simply executes a method on remote node.
- GridifyDefaultTask(Class<?>) - Constructor for class org.gridgain.grid.compute.gridify.aop.GridifyDefaultTask
-
Creates gridify default task with given deployment class.
- GridifyInput - Annotation Type in org.gridgain.grid.compute.gridify
-
This annotation can be applied to method parameter for grid-enabled method.
- GridifyInterceptor - Interface in org.gridgain.grid.compute.gridify
-
This interface defines an interceptor apply for
Gridify annotation.
- GridifyJobAdapter - Class in org.gridgain.grid.util.gridify
-
Convenience adapter for custom gridify jobs.
- GridifyJobAdapter(GridifyArgument) - Constructor for class org.gridgain.grid.util.gridify.GridifyJobAdapter
-
Initializes job with argument.
- GridifyNodeFilter - Interface in org.gridgain.grid.compute.gridify
-
Predicate node filter.
- GridifyRangeArgument - Class in org.gridgain.grid.util.gridify
-
- GridifyRangeArgument() - Constructor for class org.gridgain.grid.util.gridify.GridifyRangeArgument
-
- GridifyRuntimeException - Exception in org.gridgain.grid.compute.gridify
-
This defines gridify exception.
- GridifyRuntimeException(String) - Constructor for exception org.gridgain.grid.compute.gridify.GridifyRuntimeException
-
Creates new gridify runtime exception with specified message.
- GridifyRuntimeException(Throwable) - Constructor for exception org.gridgain.grid.compute.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.compute.gridify.GridifyRuntimeException
-
Creates new gridify runtime exception with specified message and cause.
- GridifySetToSet - Annotation Type in org.gridgain.grid.compute.gridify
-
GridifySetToSet annotation allows to grid-enable existing code with specific semantics.
- GridifySetToSetAbstractAspect - Class in org.gridgain.grid.compute.gridify.aop
-
Convenience adapter with common methods for different aspect implementations
(AspectJ, JBoss AOP, Spring AOP).
- GridifySetToSetAbstractAspect() - Constructor for class org.gridgain.grid.compute.gridify.aop.GridifySetToSetAbstractAspect
-
- GridifySetToValue - Annotation Type in org.gridgain.grid.compute.gridify
-
GridifySetToValue annotation is the way to grid-enable existing code with specific semantics.
- GridifySetToValueAbstractAspect - Class in org.gridgain.grid.compute.gridify.aop
-
Convenience adapter with common methods for different aspect implementations
(AspectJ, JBoss AOP, Spring AOP).
- GridifySetToValueAbstractAspect() - Constructor for class org.gridgain.grid.compute.gridify.aop.GridifySetToValueAbstractAspect
-
- GridifyTaskAdapter<R> - Class in org.gridgain.grid.compute.gridify
-
Convenience adapter for tasks that work with
Gridify annotation
for grid-enabling methods.
- GridifyTaskAdapter() - Constructor for class org.gridgain.grid.compute.gridify.GridifyTaskAdapter
-
- GridifyTaskSplitAdapter<R> - Class in org.gridgain.grid.compute.gridify
-
Convenience adapter for tasks that work with
Gridify annotation
for grid-enabling methods.
- GridifyTaskSplitAdapter() - Constructor for class org.gridgain.grid.compute.gridify.GridifyTaskSplitAdapter
-
- GridifyUtils - Class in org.gridgain.grid.util.gridify
-
Utility class with common methods used in gridify annotations.
- GridIgnoreIfPeerClassLoadingDisabled - Annotation Type in org.gridgain.grid.spi.deployment
-
This annotation is for all implementations of
GridDeploymentSpi that may be
ignored if peer class loading is disabled.
- GridIllegalStateException - Exception in org.gridgain.grid
-
This exception indicates the grid access in invalid state.
- GridIllegalStateException(String, Throwable) - Constructor for exception org.gridgain.grid.GridIllegalStateException
-
Constructs exception with given message and cause.
- GridIllegalStateException(Throwable) - Constructor for exception org.gridgain.grid.GridIllegalStateException
-
Creates exception given throwable as a cause and
source of error message.
- GridIllegalStateException(String) - Constructor for exception org.gridgain.grid.GridIllegalStateException
-
Constructs exception with given message.
- GridInClosure<E> - Interface in org.gridgain.grid.lang
-
Closure with one in-parameter and void return type.
- GridInClosure2X<E1,E2> - Class in org.gridgain.grid.util.lang
-
Convenient in-closure subclass that allows for thrown grid exception.
- GridInClosure2X() - Constructor for class org.gridgain.grid.util.lang.GridInClosure2X
-
- GridInClosure3<E1,E2,E3> - Interface in org.gridgain.grid.util.lang
-
Defines a convenient side-effect only closure, i.e.
- GridInClosure3X<E1,E2,E3> - Class in org.gridgain.grid.util.lang
-
Convenient in-closure subclass that allows for thrown grid exception.
- GridInClosure3X() - Constructor for class org.gridgain.grid.util.lang.GridInClosure3X
-
- GridInClosureX<T> - Class in org.gridgain.grid.util.lang
-
Convenient in-closure subclass that allows for thrown grid exception.
- GridInClosureX() - Constructor for class org.gridgain.grid.util.lang.GridInClosureX
-
- GridIndexDescriptor - Interface in org.gridgain.grid.spi.indexing
-
Describes an index to be created for a certain type.
- GridIndexingEntity<T> - Interface in org.gridgain.grid.spi.indexing
-
Wrapper around indexed key or value which also may contain the value in
unmarshalled form.
- GridIndexingEntityAdapter<T> - Class in org.gridgain.grid.spi.indexing
-
- GridIndexingEntityAdapter(T, byte[]) - Constructor for class org.gridgain.grid.spi.indexing.GridIndexingEntityAdapter
-
- GridIndexingFieldMetadata - Interface in org.gridgain.grid.spi.indexing
-
Query field descriptor.
- GridIndexingFieldsResult - Interface in org.gridgain.grid.spi.indexing
-
Field query result.
- GridIndexingFieldsResultAdapter - Class in org.gridgain.grid.spi.indexing
-
- GridIndexingFieldsResultAdapter(List<GridIndexingFieldMetadata>, GridCloseableIterator<List<GridIndexingEntity<?>>>) - Constructor for class org.gridgain.grid.spi.indexing.GridIndexingFieldsResultAdapter
-
Creates query field result composed of field metadata and iterator
over queried fields.
- GridIndexingKeyValueRow<K,V> - Interface in org.gridgain.grid.spi.indexing
-
This class represents a single row returned by key-value query.
- GridIndexingKeyValueRowAdapter<K,V> - Class in org.gridgain.grid.spi.indexing
-
- GridIndexingKeyValueRowAdapter(K, V) - Constructor for class org.gridgain.grid.spi.indexing.GridIndexingKeyValueRowAdapter
-
Constructor.
- GridIndexingKeyValueRowAdapter(GridIndexingEntity<K>, GridIndexingEntity<V>, byte[]) - Constructor for class org.gridgain.grid.spi.indexing.GridIndexingKeyValueRowAdapter
-
Constructs query index row.
- GridIndexingManager - Class in org.gridgain.grid.kernal.managers.indexing
-
Manages cache indexing.
- GridIndexingManager(GridKernalContext) - Constructor for class org.gridgain.grid.kernal.managers.indexing.GridIndexingManager
-
- GridIndexingMarshaller - Interface in org.gridgain.grid.spi.indexing
-
Marshaller to be used in indexing SPI.
- GridIndexingQueryFilter<K,V> - Interface in org.gridgain.grid.spi.indexing
-
Space name and key filter.
- GridIndexingSpi - Interface in org.gridgain.grid.spi.indexing
-
Indexing SPI allows user to index cache content.
- GridIndexingTypeDescriptor - Interface in org.gridgain.grid.spi.indexing
-
Value descriptor which allows to extract fields from value object of given type.
- GridIndexType - Enum in org.gridgain.grid.spi.indexing
-
Index types.
- GridInstanceResource - Annotation Type in org.gridgain.grid.resources
-
Annotates a field or a setter method for injection of current
Grid instance.
- GridInternal - Annotation Type in org.gridgain.grid.kernal.processors.task
-
Indicates that annotated task should always be loaded with local deployment,
ignoring grid source node configuration.
- GridInternalException - Exception in org.gridgain.grid.kernal
-
When log debug mode is disabled this exception should be logged in short form - without stack trace.
- GridInternalException(String) - Constructor for exception org.gridgain.grid.kernal.GridInternalException
-
Creates new internal exception with given error message.
- GridInternalException(Throwable) - Constructor for exception org.gridgain.grid.kernal.GridInternalException
-
Creates new internal exception given throwable as a cause and
source of error message.
- GridInternalException(String, Throwable) - Constructor for exception org.gridgain.grid.kernal.GridInternalException
-
Creates new internal exception with given error message and
optional nested exception.
- GridInternalWrapper<T> - Interface in org.gridgain.grid.kernal
-
Internal wrapper interface for custom resource injection logic.
- GridInterruptedException - Exception in org.gridgain.grid
-
- 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.
- gridIO() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheContext
-
- GridIoManager - Class in org.gridgain.grid.kernal.managers.communication
-
Grid communication manager.
- GridIoManager(GridKernalContext) - Constructor for class org.gridgain.grid.kernal.managers.communication.GridIoManager
-
- GridIoMessage - Class in org.gridgain.grid.kernal.managers.communication
-
Wrapper for all grid messages.
- GridIoMessage() - Constructor for class org.gridgain.grid.kernal.managers.communication.GridIoMessage
-
- GridIoMessage(GridIoPolicy, Object, int, GridTcpCommunicationMessageAdapter, long, long, boolean) - Constructor for class org.gridgain.grid.kernal.managers.communication.GridIoMessage
-
- GridIoPolicy - Enum in org.gridgain.grid.kernal.managers.communication
-
This enumeration defines different types of communication
message processing by the communication manager.
- GridIoUserMessage - Class in org.gridgain.grid.kernal.managers.communication
-
User message wrapper.
- GridIoUserMessage() - Constructor for class org.gridgain.grid.kernal.managers.communication.GridIoUserMessage
-
- GridIpcClientTcpEndpoint - Class in org.gridgain.grid.util.ipc.loopback
-
Loopback IPC endpoint based on socket.
- GridIpcClientTcpEndpoint(Socket) - Constructor for class org.gridgain.grid.util.ipc.loopback.GridIpcClientTcpEndpoint
-
Creates connected client IPC endpoint.
- GridIpcClientTcpEndpoint(String, int) - Constructor for class org.gridgain.grid.util.ipc.loopback.GridIpcClientTcpEndpoint
-
Creates and connects client IPC endpoint.
- GridIpcEndpoint - Interface in org.gridgain.grid.util.ipc
-
GGFS IPC endpoint used for point-to-point communication.
- GridIpcEndpointBindException - Exception in org.gridgain.grid.util.ipc
-
Represents exception occurred during IPC endpoint binding.
- GridIpcEndpointBindException(String) - Constructor for exception org.gridgain.grid.util.ipc.GridIpcEndpointBindException
-
Constructor.
- GridIpcEndpointBindException(String, Throwable) - Constructor for exception org.gridgain.grid.util.ipc.GridIpcEndpointBindException
-
Constructor.
- GridIpcEndpointFactory - Class in org.gridgain.grid.util.ipc
-
Ggfs endpoint factory for inter-process communication.
- GridIpcEndpointFactory() - Constructor for class org.gridgain.grid.util.ipc.GridIpcEndpointFactory
-
- GridIpcEndpointType - Enum in org.gridgain.grid.util.ipc
-
IPC endpoint type.
- GridIpcOutOfSystemResourcesException - Exception in org.gridgain.grid.util.ipc.shmem
-
Thrown when IPC runs out of system resources (for example, no more free shared memory is
available in operating system).
- GridIpcOutOfSystemResourcesException(String) - Constructor for exception org.gridgain.grid.util.ipc.shmem.GridIpcOutOfSystemResourcesException
-
Creates new exception with given error message.
- GridIpcOutOfSystemResourcesException(Throwable) - Constructor for exception org.gridgain.grid.util.ipc.shmem.GridIpcOutOfSystemResourcesException
-
Creates new exception with given throwable as a cause and
source of error message.
- GridIpcOutOfSystemResourcesException(String, Throwable) - Constructor for exception org.gridgain.grid.util.ipc.shmem.GridIpcOutOfSystemResourcesException
-
Creates new exception with given error message and optional nested exception.
- GridIpcServerEndpoint - Interface in org.gridgain.grid.util.ipc
-
IPC server endpoint that is capable for client connections accepting.
- GridIpcServerTcpEndpoint - Class in org.gridgain.grid.util.ipc.loopback
-
Server loopback IPC endpoint.
- GridIpcServerTcpEndpoint() - Constructor for class org.gridgain.grid.util.ipc.loopback.GridIpcServerTcpEndpoint
-
- GridIpcSharedMemoryClientEndpoint - Class in org.gridgain.grid.util.ipc.shmem
-
IPC endpoint based on shared memory space.
- GridIpcSharedMemoryClientEndpoint(GridIpcSharedMemorySpace, GridIpcSharedMemorySpace, GridLogger) - Constructor for class org.gridgain.grid.util.ipc.shmem.GridIpcSharedMemoryClientEndpoint
-
Creates connected client IPC endpoint.
- GridIpcSharedMemoryClientEndpoint(int, GridLogger) - Constructor for class org.gridgain.grid.util.ipc.shmem.GridIpcSharedMemoryClientEndpoint
-
Creates and connects client IPC endpoint and starts background checker thread to avoid deadlocks on other party
crash.
- GridIpcSharedMemoryClientEndpoint(int, int, GridLogger) - Constructor for class org.gridgain.grid.util.ipc.shmem.GridIpcSharedMemoryClientEndpoint
-
Creates and connects client IPC endpoint and starts background checker thread to avoid deadlocks on other party
crash.
- GridIpcSharedMemoryInitRequest - Class in org.gridgain.grid.util.ipc.shmem
-
- GridIpcSharedMemoryInitRequest(int) - Constructor for class org.gridgain.grid.util.ipc.shmem.GridIpcSharedMemoryInitRequest
-
- GridIpcSharedMemoryInitRequest() - Constructor for class org.gridgain.grid.util.ipc.shmem.GridIpcSharedMemoryInitRequest
-
Required by Externalizable.
- GridIpcSharedMemoryInitResponse - Class in org.gridgain.grid.util.ipc.shmem
-
- GridIpcSharedMemoryInitResponse(String, int, String, int, int, int) - Constructor for class org.gridgain.grid.util.ipc.shmem.GridIpcSharedMemoryInitResponse
-
Constructs a successful response.
- GridIpcSharedMemoryInitResponse(Exception) - Constructor for class org.gridgain.grid.util.ipc.shmem.GridIpcSharedMemoryInitResponse
-
Constructs an error response.
- GridIpcSharedMemoryInitResponse() - Constructor for class org.gridgain.grid.util.ipc.shmem.GridIpcSharedMemoryInitResponse
-
Required by Externalizable.
- GridIpcSharedMemoryInputStream - Class in org.gridgain.grid.util.ipc.shmem
-
- GridIpcSharedMemoryInputStream(GridIpcSharedMemorySpace) - Constructor for class org.gridgain.grid.util.ipc.shmem.GridIpcSharedMemoryInputStream
-
- GridIpcSharedMemoryNativeLoader - Class in org.gridgain.grid.util.ipc.shmem
-
Shared memory native loader.
- GridIpcSharedMemoryNativeLoader() - Constructor for class org.gridgain.grid.util.ipc.shmem.GridIpcSharedMemoryNativeLoader
-
- GridIpcSharedMemoryOperationTimedoutException - Exception in org.gridgain.grid.util.ipc.shmem
-
- GridIpcSharedMemoryOperationTimedoutException(String) - Constructor for exception org.gridgain.grid.util.ipc.shmem.GridIpcSharedMemoryOperationTimedoutException
-
Creates new exception with given error message.
- GridIpcSharedMemoryOperationTimedoutException(Throwable) - Constructor for exception org.gridgain.grid.util.ipc.shmem.GridIpcSharedMemoryOperationTimedoutException
-
Creates new exception with given throwable as a cause and
source of error message.
- GridIpcSharedMemoryOperationTimedoutException(String, Throwable) - Constructor for exception org.gridgain.grid.util.ipc.shmem.GridIpcSharedMemoryOperationTimedoutException
-
Creates new exception with given error message and optional nested exception.
- GridIpcSharedMemoryOutputStream - Class in org.gridgain.grid.util.ipc.shmem
-
- GridIpcSharedMemoryOutputStream(GridIpcSharedMemorySpace) - Constructor for class org.gridgain.grid.util.ipc.shmem.GridIpcSharedMemoryOutputStream
-
- GridIpcSharedMemoryServerEndpoint - Class in org.gridgain.grid.util.ipc.shmem
-
Server shared memory IPC endpoint.
- GridIpcSharedMemoryServerEndpoint() - Constructor for class org.gridgain.grid.util.ipc.shmem.GridIpcSharedMemoryServerEndpoint
-
- GridIpcSharedMemoryServerEndpoint(GridLogger, UUID, String) - Constructor for class org.gridgain.grid.util.ipc.shmem.GridIpcSharedMemoryServerEndpoint
-
Constructor to set dependencies explicitly.
- GridIpcSharedMemorySpace - Class in org.gridgain.grid.util.ipc.shmem
-
- GridIpcSharedMemorySpace(String, int, int, int, boolean, GridLogger) - Constructor for class org.gridgain.grid.util.ipc.shmem.GridIpcSharedMemorySpace
-
This will allocate system resources for the space.
- GridIpcSharedMemorySpace(String, int, int, int, boolean, int, GridLogger) - Constructor for class org.gridgain.grid.util.ipc.shmem.GridIpcSharedMemorySpace
-
This should be called in order to attach to already allocated system resources.
- GridIpcSharedMemoryUtils - Class in org.gridgain.grid.util.ipc.shmem
-
NOTE: Native library should be loaded, before methods of this class are called.
- GridIpcSharedMemoryUtils() - Constructor for class org.gridgain.grid.util.ipc.shmem.GridIpcSharedMemoryUtils
-
- GridIpcToNioAdapter<T> - Class in org.gridgain.grid.util.ipc
-
Allows to re-use existing
GridNioFilters on IPC (specifically shared memory IPC)
communications.
- GridIpcToNioAdapter(GridNioMetricsListener, GridLogger, GridIpcEndpoint, GridNioMessageWriter, GridNioServerListener<T>, GridNioFilter...) - Constructor for class org.gridgain.grid.util.ipc.GridIpcToNioAdapter
-
- GridIterable<T> - Interface in org.gridgain.grid.util.lang
-
Defines "rich" iterable interface that is also acts as lambda function and iterator.
- GridIterableAdapter<T> - Class in org.gridgain.grid.util.lang
-
Convenient adapter for "rich" iterable interface.
- GridIterableAdapter(Iterator<T>) - Constructor for class org.gridgain.grid.util.lang.GridIterableAdapter
-
Creates adapter with given iterator implementation.
- GridIterator<T> - Interface in org.gridgain.grid.util.lang
-
Defines "rich" iterator interface that is also acts like lambda function and iterable.
- GridIteratorAdapter<T> - Class in org.gridgain.grid.util.lang
-
Convenient adapter for "rich" iterator interface.
- GridIteratorAdapter() - Constructor for class org.gridgain.grid.util.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(boolean) - 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.
- GridJavaProcess - Class in org.gridgain.grid.util
-
Wrapper class around the
Process suited to run any Java class as separate java process.
- 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.
- GridJdbcDriver - Class in org.gridgain.jdbc
-
JDBC driver implementation for In-Memory Data Grid.
- GridJdbcDriver() - Constructor for class org.gridgain.jdbc.GridJdbcDriver
-
- GridJdbcUtils - Class in org.gridgain.jdbc.util
-
Utility methods for JDBC driver.
- GridJdbcUtils() - Constructor for class org.gridgain.jdbc.util.GridJdbcUtils
-
- 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
-
- GridJmxPortFinder - Class in org.gridgain.grid.util.portscanner
-
GridGain port scanner.
- GridJobCancelRequest - Class in org.gridgain.grid.kernal
-
Job cancellation request.
- GridJobCancelRequest() - Constructor for class org.gridgain.grid.kernal.GridJobCancelRequest
-
- GridJobCancelRequest(GridUuid) - Constructor for class org.gridgain.grid.kernal.GridJobCancelRequest
-
- GridJobCancelRequest(GridUuid, GridUuid) - Constructor for class org.gridgain.grid.kernal.GridJobCancelRequest
-
- GridJobCancelRequest(GridUuid, GridUuid, boolean) - Constructor for class org.gridgain.grid.kernal.GridJobCancelRequest
-
- GridJobContextImpl - Class in org.gridgain.grid.kernal
-
Remote job context implementation.
- GridJobContextImpl() - Constructor for class org.gridgain.grid.kernal.GridJobContextImpl
-
- GridJobContextImpl(GridKernalContext, GridUuid) - Constructor for class org.gridgain.grid.kernal.GridJobContextImpl
-
- GridJobContextImpl(GridKernalContext, GridUuid, Map<? extends Serializable, ? extends Serializable>) - Constructor for class org.gridgain.grid.kernal.GridJobContextImpl
-
- GridJobContextResource - Annotation Type in org.gridgain.grid.resources
-
- GridJobEvent - Class in org.gridgain.grid.events
-
Grid job event.
- GridJobEvent() - Constructor for class org.gridgain.grid.events.GridJobEvent
-
No-arg constructor.
- GridJobEvent(GridNode, String, int) - Constructor for class org.gridgain.grid.events.GridJobEvent
-
Creates job event with given parameters.
- GridJobExecuteRequest - Class in org.gridgain.grid.kernal
-
Job execution request.
- GridJobExecuteRequest() - Constructor for class org.gridgain.grid.kernal.GridJobExecuteRequest
-
- GridJobExecuteRequest(GridUuid, GridUuid, String, String, String, byte[], GridComputeJob, long, long, Collection<UUID>, byte[], Collection<GridComputeJobSibling>, byte[], Map<Object, Object>, byte[], Map<? extends Serializable, ? extends Serializable>, String, GridUuid, GridDeploymentMode, boolean, Map<UUID, GridUuid>, boolean, boolean, boolean) - Constructor for class org.gridgain.grid.kernal.GridJobExecuteRequest
-
- GridJobExecuteResponse - Class in org.gridgain.grid.kernal
-
Job execution response.
- GridJobExecuteResponse() - Constructor for class org.gridgain.grid.kernal.GridJobExecuteResponse
-
- GridJobExecuteResponse(UUID, GridUuid, GridUuid, byte[], GridException, byte[], Object, byte[], Map<Object, Object>, boolean) - Constructor for class org.gridgain.grid.kernal.GridJobExecuteResponse
-
- GridJobMetrics - Class in org.gridgain.grid.kernal.processors.jobmetrics
-
Job metrics.
- GridJobMetrics() - Constructor for class org.gridgain.grid.kernal.processors.jobmetrics.GridJobMetrics
-
- GridJobMetricsProcessor - Class in org.gridgain.grid.kernal.processors.jobmetrics
-
Processes job metrics.
- GridJobMetricsProcessor(GridKernalContext) - Constructor for class org.gridgain.grid.kernal.processors.jobmetrics.GridJobMetricsProcessor
-
- GridJobMetricsSnapshot - Class in org.gridgain.grid.kernal.processors.jobmetrics
-
Job metrics snapshot.
- GridJobMetricsSnapshot() - Constructor for class org.gridgain.grid.kernal.processors.jobmetrics.GridJobMetricsSnapshot
-
- GridJobProcessor - Class in org.gridgain.grid.kernal.processors.job
-
Responsible for all grid job execution and communication.
- GridJobProcessor(GridKernalContext) - Constructor for class org.gridgain.grid.kernal.processors.job.GridJobProcessor
-
- GridJobResultImpl - Class in org.gridgain.grid.kernal
-
Class provides implementation for job result.
- GridJobResultImpl(GridComputeJob, GridUuid, GridNode, GridJobSiblingImpl) - Constructor for class org.gridgain.grid.kernal.GridJobResultImpl
-
- GridJobSessionImpl - Class in org.gridgain.grid.kernal
-
Job session implementation.
- GridJobSessionImpl(GridKernalContext, GridTaskSessionImpl, GridUuid) - Constructor for class org.gridgain.grid.kernal.GridJobSessionImpl
-
- GridJobSiblingImpl - Class in org.gridgain.grid.kernal
-
This class provides implementation for job sibling.
- GridJobSiblingImpl() - Constructor for class org.gridgain.grid.kernal.GridJobSiblingImpl
-
- GridJobSiblingImpl(GridUuid, GridUuid, UUID, GridKernalContext) - Constructor for class org.gridgain.grid.kernal.GridJobSiblingImpl
-
- GridJobSiblingsRequest - Class in org.gridgain.grid.kernal
-
Job siblings request.
- GridJobSiblingsRequest() - Constructor for class org.gridgain.grid.kernal.GridJobSiblingsRequest
-
- GridJobSiblingsRequest(GridUuid, Object, byte[]) - Constructor for class org.gridgain.grid.kernal.GridJobSiblingsRequest
-
- GridJobSiblingsResponse - Class in org.gridgain.grid.kernal
-
Job siblings response.
- GridJobSiblingsResponse() - Constructor for class org.gridgain.grid.kernal.GridJobSiblingsResponse
-
- GridJobSiblingsResponse(Collection<GridComputeJobSibling>, byte[]) - Constructor for class org.gridgain.grid.kernal.GridJobSiblingsResponse
-
- 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
-
- GridJobStealingFailoverSpi() - Constructor for class org.gridgain.grid.spi.failover.jobstealing.GridJobStealingFailoverSpi
-
- GridJobStealingFailoverSpiMBean - Interface in org.gridgain.grid.spi.failover.jobstealing
-
- GridJobStealingRequest - Class in org.gridgain.grid.spi.collision.jobstealing
-
Job stealing request.
- GridJobStealingRequest() - Constructor for class org.gridgain.grid.spi.collision.jobstealing.GridJobStealingRequest
-
- GridJobWorker - Class in org.gridgain.grid.kernal.processors.job
-
Job worker.
- GridJvmClockSource - Class in org.gridgain.grid.kernal.processors.clock
-
JVM time source.
- GridJvmClockSource() - Constructor for class org.gridgain.grid.kernal.processors.clock.GridJvmClockSource
-
- GridKernal - Class in org.gridgain.grid.kernal
-
GridGain kernal.
- GridKernal() - Constructor for class org.gridgain.grid.kernal.GridKernal
-
No-arg constructor is required by externalization.
- GridKernal(GridSpringResourceContext) - Constructor for class org.gridgain.grid.kernal.GridKernal
-
- GridKernalContext - Interface in org.gridgain.grid.kernal
-
- GridKernalContextImpl - Class in org.gridgain.grid.kernal
-
Implementation of kernal context.
- GridKernalContextImpl() - Constructor for class org.gridgain.grid.kernal.GridKernalContextImpl
-
No-arg constructor is required by externalization.
- GridKernalContextImpl(GridLoggerProxy, GridEx, GridConfiguration, GridKernalGateway, boolean) - Constructor for class org.gridgain.grid.kernal.GridKernalContextImpl
-
Creates new kernal context.
- GridKernalGateway - Interface in org.gridgain.grid.kernal
-
This interface guards access to implementations of public methods that access kernal
functionality from the following main API interfaces:
GridProjection
Note that this kernal gateway
should not be used to guard against method from
the following non-rich interfaces since their implementations are already managed
by their respective implementing classes:
Grid
GridNode
Kernal gateway is also responsible for notifying various futures about the change in
kernal state so that issued futures could properly interrupt themselves when kernal
becomes unavailable while future is held externally by the user.
- GridKernalGatewayImpl - Class in org.gridgain.grid.kernal
-
- GridKernalGatewayImpl(String) - Constructor for class org.gridgain.grid.kernal.GridKernalGatewayImpl
-
- GridKernalMBean - Interface in org.gridgain.grid
-
This interface defines JMX view on kernal.
- GridKeyLock - Class in org.gridgain.grid.util
-
This is an utility class for 'splitting' locking of some resources.
- GridKeyLock() - Constructor for class org.gridgain.grid.util.GridKeyLock
-
- GridLeanMap<K,V> - Class in org.gridgain.grid.util
-
Lean map implementation that keeps up to five entries in its fields.
- GridLeanMap() - Constructor for class org.gridgain.grid.util.GridLeanMap
-
Constructs lean map with initial size of 3.
- GridLeanMap(int) - Constructor for class org.gridgain.grid.util.GridLeanMap
-
Constructs lean map with initial size.
- GridLeanMap(Map<K, V>) - Constructor for class org.gridgain.grid.util.GridLeanMap
-
Constructs lean map.
- GridLeanSet<E> - Class in org.gridgain.grid.util
-
Lean set implementation.
- GridLeanSet() - Constructor for class org.gridgain.grid.util.GridLeanSet
-
Creates a new, empty set with a default initial capacity,
load factor, and concurrencyLevel.
- GridLeanSet(int) - Constructor for class org.gridgain.grid.util.GridLeanSet
-
Constructs lean set with initial size.
- GridLeanSet(Collection<E>) - Constructor for class org.gridgain.grid.util.GridLeanSet
-
Creates a new set with the same elements as the given collection.
- GridLicenseEvent - Class in org.gridgain.grid.events
-
Grid license event.
- GridLicenseEvent() - Constructor for class org.gridgain.grid.events.GridLicenseEvent
-
No-arg constructor.
- GridLicenseEvent(GridNode, String, int) - Constructor for class org.gridgain.grid.events.GridLicenseEvent
-
Creates license event with given parameters.
- GridLicenseProcessor - Interface in org.gridgain.grid.kernal.processors.license
-
License processor.
- GridLicenseUseRegistry - Class in org.gridgain.grid.kernal.processors.license
-
Usage registry.
- GridLifecycleAware - Interface in org.gridgain.grid
-
All components provided in GridGain configuration can implement this interface.
- GridLifecycleBean - Interface in org.gridgain.grid
-
- GridLifecycleEventType - Enum in org.gridgain.grid
-
Grid lifecycle event types.
- GridListSet<V> - Class in org.gridgain.grid.util
-
Implementation of
Set based on internal list rather than hash table.
- GridListSet() - Constructor for class org.gridgain.grid.util.GridListSet
-
Creates unsorted list set.
- GridListSet(Comparator<V>) - Constructor for class org.gridgain.grid.util.GridListSet
-
If comparator is not null, then sorted list set will be created.
- GridListSet(Comparator<V>, boolean) - Constructor for class org.gridgain.grid.util.GridListSet
-
If comparator is not null, then sorted list set will be created.
- GridListSet(GridListSet<V>) - Constructor for class org.gridgain.grid.util.GridListSet
-
Copy constructor.
- GridLoadBalancerAdapter - Class in org.gridgain.grid.kernal.managers.loadbalancer
-
This adapter allows for graceful exception when load balancer gets marshalled.
- GridLoadBalancerAdapter() - Constructor for class org.gridgain.grid.kernal.managers.loadbalancer.GridLoadBalancerAdapter
-
- GridLoadBalancerManager - Class in org.gridgain.grid.kernal.managers.loadbalancer
-
Load balancing manager.
- GridLoadBalancerManager(GridKernalContext) - Constructor for class org.gridgain.grid.kernal.managers.loadbalancer.GridLoadBalancerManager
-
- GridLoadBalancerResource - Annotation Type in org.gridgain.grid.resources
-
- GridLoadBalancingSpi - Interface in org.gridgain.grid.spi.loadbalancing
-
Load balancing SPI provides the next best balanced node for job
execution.
- GridLocalAtomicCache<K,V> - Class in org.gridgain.grid.kernal.processors.cache.local.atomic
-
Non-transactional local cache.
- GridLocalAtomicCache() - Constructor for class org.gridgain.grid.kernal.processors.cache.local.atomic.GridLocalAtomicCache
-
- GridLocalAtomicCache(GridCacheContext<K, V>) - Constructor for class org.gridgain.grid.kernal.processors.cache.local.atomic.GridLocalAtomicCache
-
- GridLocalCache<K,V> - Class in org.gridgain.grid.kernal.processors.cache.local
-
Local cache implementation.
- GridLocalCache() - Constructor for class org.gridgain.grid.kernal.processors.cache.local.GridLocalCache
-
- GridLocalCache(GridCacheContext<K, V>) - Constructor for class org.gridgain.grid.kernal.processors.cache.local.GridLocalCache
-
- GridLocalCacheEntry<K,V> - Class in org.gridgain.grid.kernal.processors.cache.local
-
Cache entry for local caches.
- GridLocalCacheEntry(GridCacheContext<K, V>, K, int, V, GridCacheMapEntry<K, V>, long, int) - Constructor for class org.gridgain.grid.kernal.processors.cache.local.GridLocalCacheEntry
-
- GridLocalDeploymentSpi - Class in org.gridgain.grid.spi.deployment.local
-
- GridLocalDeploymentSpi() - Constructor for class org.gridgain.grid.spi.deployment.local.GridLocalDeploymentSpi
-
- GridLocalDeploymentSpiMBean - Interface in org.gridgain.grid.spi.deployment.local
-
- GridLocalEventListener - Interface in org.gridgain.grid.kernal.managers.eventstorage
-
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.
- GridLocalLockFuture<K,V> - Class in org.gridgain.grid.kernal.processors.cache.local
-
Cache lock future.
- GridLocalLockFuture() - Constructor for class org.gridgain.grid.kernal.processors.cache.local.GridLocalLockFuture
-
- GridLocalMetrics - Interface in org.gridgain.grid.kernal.managers.discovery
-
This class represents runtime information available for current VM.
- GridLocalNodeIdResource - Annotation Type in org.gridgain.grid.resources
-
Annotates a field or a setter method for injection of local node
UUID resource.
- GridLocalNodeMetrics - Class in org.gridgain.grid.kernal
-
Local node metrics MBean.
- GridLocalNodeMetrics(GridNode) - Constructor for class org.gridgain.grid.kernal.GridLocalNodeMetrics
-
- GridLogCommandHandler - Class in org.gridgain.grid.kernal.processors.rest.handlers.log
-
- GridLogCommandHandler(GridKernalContext) - Constructor for class org.gridgain.grid.kernal.processors.rest.handlers.log.GridLogCommandHandler
-
- GridLogger - Interface in org.gridgain.grid.logger
-
This interface defines basic logging functionality used throughout the system.
- GridLoggerNodeIdAware - Interface in org.gridgain.grid.logger
-
Interface for GridGain file appenders to attach node ID to log file names.
- GridLoggerProxy - Class in org.gridgain.grid.kernal
-
- GridLoggerProxy() - Constructor for class org.gridgain.grid.kernal.GridLoggerProxy
-
No-arg constructor is required by externalization.
- GridLoggerProxy(GridLogger, Object, String, String) - Constructor for class org.gridgain.grid.kernal.GridLoggerProxy
-
- GridLoggerResource - Annotation Type in org.gridgain.grid.resources
-
Annotates a field or a setter method for injection of
GridLogger.
- GridLogThrottle - Class in org.gridgain.grid.util
-
Grid log throttle.
- GridLogThrottle() - Constructor for class org.gridgain.grid.util.GridLogThrottle
-
Ensure singleton.
- GridLongList - Class in org.gridgain.grid.util
-
Minimal list API to work with primitive longs.
- GridLongList() - Constructor for class org.gridgain.grid.util.GridLongList
-
- GridLongList(int) - Constructor for class org.gridgain.grid.util.GridLongList
-
- GridLongList(long[]) - Constructor for class org.gridgain.grid.util.GridLongList
-
- GridManager - Interface in org.gridgain.grid.kernal.managers
-
This interface defines life-cycle for kernal manager.
- GridManagerAdapter<T extends GridSpi> - Class in org.gridgain.grid.kernal.managers
-
Convenience adapter for grid managers.
- GridManagerAdapter(GridKernalContext, T...) - Constructor for class org.gridgain.grid.kernal.managers.GridManagerAdapter
-
- 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.
- GridMasterLeaveAwareComputeJobAdapter - Class in org.gridgain.grid.kernal.processors.closure
-
- GridMasterLeaveAwareComputeJobAdapter() - Constructor for class org.gridgain.grid.kernal.processors.closure.GridMasterLeaveAwareComputeJobAdapter
-
No-arg constructor.
- GridMBeanDescription - Annotation Type in org.gridgain.grid.util.mbean
-
Provides description for MBean classes and methods.
- GridMBeanParametersDescriptions - Annotation Type in org.gridgain.grid.util.mbean
-
Provides MBean method parameters description.
- GridMBeanParametersNames - Annotation Type in org.gridgain.grid.util.mbean
-
Provides MBean method parameters names.
- GridMBeanServerResource - Annotation Type in org.gridgain.grid.resources
-
Annotates a field or a setter method for injection of
MBeanServer resource.
- GridMemcachedMessage - Class in org.gridgain.grid.kernal.processors.rest.protocols.tcp
-
Memcached protocol request.
- GridMemcachedMessageWrapper - Class in org.gridgain.grid.kernal.processors.rest.protocols.tcp
-
Memcached message wrapper for direct marshalling.
- GridMemcachedMessageWrapper() - Constructor for class org.gridgain.grid.kernal.processors.rest.protocols.tcp.GridMemcachedMessageWrapper
-
- GridMemcachedMessageWrapper(GridMemcachedMessage, GridMarshaller) - Constructor for class org.gridgain.grid.kernal.processors.rest.protocols.tcp.GridMemcachedMessageWrapper
-
- GridMemoryEventStorageSpi - Class in org.gridgain.grid.spi.eventstorage.memory
-
- GridMemoryEventStorageSpi() - Constructor for class org.gridgain.grid.spi.eventstorage.memory.GridMemoryEventStorageSpi
-
- GridMemoryEventStorageSpiMBean - Interface in org.gridgain.grid.spi.eventstorage.memory
-
- GridMessageListener - Interface in org.gridgain.grid.kernal.managers.communication
-
Listener for messages received from remote nodes.
- GridMessageListenHandler - Class in org.gridgain.grid.kernal
-
Continuous handler for message subscription.
- GridMessageListenHandler() - Constructor for class org.gridgain.grid.kernal.GridMessageListenHandler
-
- GridMessageListenHandler(Object, GridBiPredicate<UUID, Object>) - Constructor for class org.gridgain.grid.kernal.GridMessageListenHandler
-
- GridMessaging - Interface in org.gridgain.grid.messaging
-
- GridMessagingImpl - Class in org.gridgain.grid.kernal
-
- GridMessagingImpl(GridKernalContext, GridProjection) - Constructor for class org.gridgain.grid.kernal.GridMessagingImpl
-
- GridMessagingListenActor<T> - Class in org.gridgain.grid.messaging
-
- GridMessagingListenActor() - Constructor for class org.gridgain.grid.messaging.GridMessagingListenActor
-
- GridMetadataAware - Interface in org.gridgain.grid
-
Allows to attach metadata attributes to any entity that implements
this interface.
- GridMetadataAwareAdapter - Class in org.gridgain.grid.util.lang
-
- GridMetadataAwareAdapter() - Constructor for class org.gridgain.grid.util.lang.GridMetadataAwareAdapter
-
Default constructor.
- GridMetadataAwareAdapter(Map<String, Object>) - Constructor for class org.gridgain.grid.util.lang.GridMetadataAwareAdapter
-
Creates adapter with predefined data.
- GridMutex - Class in org.gridgain.grid.util
-
Serializable mutex.
- GridMutex() - Constructor for class org.gridgain.grid.util.GridMutex
-
- gridName() - Method in interface org.gridgain.grid.GridNodeShadow
-
Gets grid name for the node.
- gridName() - Method in interface org.gridgain.grid.kernal.GridKernalContext
-
Gets grid name.
- gridName() - Method in class org.gridgain.grid.kernal.GridKernalContextImpl
-
Gets grid name.
- gridName() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheContext
-
- gridName() - Method in class org.gridgain.grid.kernal.visor.cmd.dto.node.VisorBasicConfig
-
- gridName(String) - Method in class org.gridgain.grid.kernal.visor.cmd.dto.node.VisorBasicConfig
-
- gridName(String) - Method in class org.gridgain.grid.util.nio.GridNioServer.Builder
-
- gridName() - Method in class org.gridgain.grid.util.worker.GridWorker
-
Gets name of the grid this runnable belongs to.
- GridNameResource - Annotation Type in org.gridgain.grid.resources
-
Annotates a field or a setter method for injection of GridGain grid name.
- GridNearAtomicCache<K,V> - Class in org.gridgain.grid.kernal.processors.cache.distributed.near
-
Near cache for atomic cache.
- GridNearAtomicCache() - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearAtomicCache
-
- GridNearAtomicCache(GridCacheContext<K, V>) - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearAtomicCache
-
- GridNearAtomicUpdateFuture<K,V> - Class in org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic
-
DHT atomic cache near update future.
- GridNearAtomicUpdateFuture() - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic.GridNearAtomicUpdateFuture
-
- GridNearAtomicUpdateFuture(GridCacheContext<K, V>, GridDhtAtomicCache<K, V>, GridCacheWriteSynchronizationMode, GridCacheOperation, Collection<? extends K>, Collection<?>, Collection<GridCacheDrInfo<V>>, Collection<GridCacheVersion>, boolean, boolean, GridCacheEntryEx<K, V>, long, GridPredicate<GridCacheEntry<K, V>>[], UUID) - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic.GridNearAtomicUpdateFuture
-
- GridNearAtomicUpdateRequest<K,V> - Class in org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic
-
Lite DHT cache update request sent from near node to primary node.
- GridNearAtomicUpdateRequest() - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic.GridNearAtomicUpdateRequest
-
- GridNearAtomicUpdateRequest(UUID, GridCacheVersion, boolean, GridCacheVersion, long, GridCacheWriteSynchronizationMode, GridCacheOperation, boolean, boolean, long, GridPredicate<GridCacheEntry<K, V>>[], UUID) - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic.GridNearAtomicUpdateRequest
-
Constructor.
- GridNearAtomicUpdateResponse<K,V> - Class in org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic
-
DHT atomic cache near update response.
- GridNearAtomicUpdateResponse() - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic.GridNearAtomicUpdateResponse
-
- GridNearAtomicUpdateResponse(UUID, GridCacheVersion) - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic.GridNearAtomicUpdateResponse
-
- GridNearCacheAdapter<K,V> - Class in org.gridgain.grid.kernal.processors.cache.distributed.near
-
Common logic for near caches.
- GridNearCacheAdapter() - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearCacheAdapter
-
- GridNearCacheAdapter(GridCacheContext<K, V>) - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearCacheAdapter
-
- GridNearCacheClearAllRunnable<K,V> - Class in org.gridgain.grid.kernal.processors.cache.distributed.near
-
- GridNearCacheClearAllRunnable(GridCacheAdapter<K, V>, GridCacheVersion, GridCacheClearAllRunnable<K, V>) - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearCacheClearAllRunnable
-
Constructor.
- GridNearCacheEntry<K,V> - Class in org.gridgain.grid.kernal.processors.cache.distributed.near
-
Near cache entry.
- GridNearCacheEntry(GridCacheContext<K, V>, K, int, V, GridCacheMapEntry<K, V>, long, int) - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearCacheEntry
-
- GridNearGetFuture<K,V> - Class in org.gridgain.grid.kernal.processors.cache.distributed.near
-
- GridNearGetFuture() - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearGetFuture
-
- GridNearGetFuture(GridCacheContext<K, V>, Collection<? extends K>, boolean, boolean, GridCacheTxLocalEx<K, V>, GridPredicate<GridCacheEntry<K, V>>[], UUID) - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearGetFuture
-
- GridNearGetRequest<K,V> - Class in org.gridgain.grid.kernal.processors.cache.distributed.near
-
Get request.
- GridNearGetRequest() - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearGetRequest
-
- GridNearGetRequest(GridUuid, GridUuid, GridCacheVersion, LinkedHashMap<K, Boolean>, boolean, long, GridPredicate<GridCacheEntry<K, V>>[], UUID) - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearGetRequest
-
- GridNearGetResponse<K,V> - Class in org.gridgain.grid.kernal.processors.cache.distributed.near
-
Get response.
- GridNearGetResponse() - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearGetResponse
-
- GridNearGetResponse(GridUuid, GridUuid, GridCacheVersion) - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearGetResponse
-
- GridNearLockFuture<K,V> - Class in org.gridgain.grid.kernal.processors.cache.distributed.near
-
Cache lock future.
- GridNearLockFuture() - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearLockFuture
-
- GridNearLockFuture(GridCacheContext<K, V>, Collection<? extends K>, GridNearTxLocal<K, V>, boolean, boolean, long, GridPredicate<GridCacheEntry<K, V>>[]) - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearLockFuture
-
- GridNearLockMapping<K,V> - Class in org.gridgain.grid.kernal.processors.cache.distributed.near
-
Key-to node mapping.
- GridNearLockMapping(GridNode, K) - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearLockMapping
-
Creates near lock mapping for specified node and key.
- GridNearLockRequest<K,V> - Class in org.gridgain.grid.kernal.processors.cache.distributed.near
-
Near cache lock request.
- GridNearLockRequest() - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearLockRequest
-
- GridNearLockRequest(long, UUID, long, GridUuid, GridCacheVersion, boolean, boolean, boolean, boolean, GridCacheTxIsolation, boolean, long, boolean, boolean, int, int, Object, boolean, UUID) - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearLockRequest
-
- GridNearLockResponse<K,V> - Class in org.gridgain.grid.kernal.processors.cache.distributed.near
-
Near cache lock response.
- GridNearLockResponse() - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearLockResponse
-
- GridNearLockResponse(GridCacheVersion, GridUuid, GridUuid, boolean, int, Throwable) - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearLockResponse
-
- GridNearTransactionalCache<K,V> - Class in org.gridgain.grid.kernal.processors.cache.distributed.near
-
Near cache for transactional cache.
- GridNearTransactionalCache() - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearTransactionalCache
-
- GridNearTransactionalCache(GridCacheContext<K, V>) - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearTransactionalCache
-
- GridNearTxFinishFuture<K,V> - Class in org.gridgain.grid.kernal.processors.cache.distributed.near
-
- GridNearTxFinishFuture() - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearTxFinishFuture
-
- GridNearTxFinishFuture(GridCacheContext<K, V>, GridNearTxLocal<K, V>, boolean) - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearTxFinishFuture
-
- GridNearTxFinishRequest<K,V> - Class in org.gridgain.grid.kernal.processors.cache.distributed.near
-
Near transaction finish request.
- GridNearTxFinishRequest() - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearTxFinishRequest
-
- GridNearTxFinishRequest(GridUuid, GridCacheVersion, long, boolean, boolean, boolean, long, GridCacheVersion, Collection<GridCacheVersion>, Collection<GridCacheVersion>, int, Collection<GridCacheTxEntry<K, V>>, Collection<GridCacheTxEntry<K, V>>, boolean, UUID) - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearTxFinishRequest
-
- GridNearTxFinishResponse<K,V> - Class in org.gridgain.grid.kernal.processors.cache.distributed.near
-
Reply for synchronous phase 2.
- GridNearTxFinishResponse() - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearTxFinishResponse
-
- GridNearTxFinishResponse(GridCacheVersion, long, GridUuid, GridUuid, Throwable) - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearTxFinishResponse
-
- GridNearTxPrepareFuture<K,V> - Class in org.gridgain.grid.kernal.processors.cache.distributed.near
-
- GridNearTxPrepareFuture() - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearTxPrepareFuture
-
- GridNearTxPrepareFuture(GridCacheContext<K, V>, GridNearTxLocal<K, V>) - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearTxPrepareFuture
-
- GridNearTxPrepareRequest<K,V> - Class in org.gridgain.grid.kernal.processors.cache.distributed.near
-
Near transaction prepare request.
- GridNearTxPrepareRequest() - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearTxPrepareRequest
-
- GridNearTxPrepareRequest(GridUuid, long, GridCacheTxEx<K, V>, Collection<GridCacheTxEntry<K, V>>, Collection<GridCacheTxEntry<K, V>>, Object, boolean, boolean, boolean, Map<UUID, Collection<UUID>>, boolean, Collection<UUID>, UUID) - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearTxPrepareRequest
-
- GridNearTxPrepareResponse<K,V> - Class in org.gridgain.grid.kernal.processors.cache.distributed.near
-
Near cache prepare response.
- GridNearTxPrepareResponse() - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearTxPrepareResponse
-
- GridNearTxPrepareResponse(GridCacheVersion, GridUuid, GridUuid, GridCacheVersion, Collection<Integer>, Throwable) - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearTxPrepareResponse
-
- GridNearTxRemote<K,V> - Class in org.gridgain.grid.kernal.processors.cache.distributed.near
-
Transaction created by system implicitly on remote nodes.
- GridNearTxRemote() - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearTxRemote
-
- GridNearTxRemote(ClassLoader, UUID, UUID, long, GridCacheVersion, GridCacheVersion, GridCacheTxConcurrency, GridCacheTxIsolation, boolean, long, Collection<GridCacheTxEntry<K, V>>, GridCacheContext<K, V>, int, Object, UUID) - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearTxRemote
-
This constructor is meant for optimistic transactions.
- GridNearTxRemote(UUID, UUID, GridCacheVersion, long, GridCacheVersion, GridCacheVersion, GridCacheTxConcurrency, GridCacheTxIsolation, boolean, long, K, byte[], V, byte[], GridCacheVersion, GridCacheContext<K, V>, int, Object, UUID) - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearTxRemote
-
This constructor is meant for pessimistic transactions.
- GridNearUnlockRequest<K,V> - Class in org.gridgain.grid.kernal.processors.cache.distributed.near
-
Near cache unlock request.
- GridNearUnlockRequest() - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearUnlockRequest
-
- GridNearUnlockRequest(int) - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearUnlockRequest
-
- 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
-
- GridNioAsyncNotifyFilter - Class in org.gridgain.grid.util.nio
-
Enables multithreaded notification of session opened, message received and session closed events.
- GridNioAsyncNotifyFilter(String, Executor, GridLogger) - Constructor for class org.gridgain.grid.util.nio.GridNioAsyncNotifyFilter
-
Assigns filter name to a filter.
- GridNioBackPressureControl - Class in org.gridgain.grid.util.nio
-
Utility class that allows to ignore back-pressure control for threads that are processing messages.
- GridNioBackPressureControl() - Constructor for class org.gridgain.grid.util.nio.GridNioBackPressureControl
-
- GridNioCodecFilter - Class in org.gridgain.grid.util.nio
-
Filter that transforms byte buffers to user-defined objects and vice-versa
with specified
GridNioParser.
- GridNioCodecFilter(GridNioParser, GridLogger, boolean) - Constructor for class org.gridgain.grid.util.nio.GridNioCodecFilter
-
Creates a codec filter.
- GridNioEmbeddedFuture<R> - Class in org.gridgain.grid.util.nio
-
Future that delegates to some other future.
- GridNioEmbeddedFuture() - Constructor for class org.gridgain.grid.util.nio.GridNioEmbeddedFuture
-
- GridNioException - Exception in org.gridgain.grid.util.nio
-
Nio specific exception.
- GridNioException(String) - Constructor for exception org.gridgain.grid.util.nio.GridNioException
-
Creates new exception with given error message.
- GridNioException(String, Throwable) - Constructor for exception org.gridgain.grid.util.nio.GridNioException
-
Creates new exception with given error message and optional nested exception.
- GridNioException(Throwable) - Constructor for exception org.gridgain.grid.util.nio.GridNioException
-
Creates new grid exception given throwable as a cause and
source of error message.
- GridNioFilter - Interface in org.gridgain.grid.util.nio
-
This interface defines the general element in transformation chain between the nio server and
application.
- GridNioFilterAdapter - Class in org.gridgain.grid.util.nio
-
Class that defines the piece for application-to-network and vice-versa data conversions
(protocol transformations, encryption, etc.)
- GridNioFilterAdapter(String) - Constructor for class org.gridgain.grid.util.nio.GridNioFilterAdapter
-
Assigns filter name to a filter.
- GridNioFilterChain<T> - Class in org.gridgain.grid.util.nio
-
Filter chain implementation for nio server filters.
- GridNioFilterChain(GridLogger, GridNioServerListener<T>, GridNioFilter, GridNioFilter...) - Constructor for class org.gridgain.grid.util.nio.GridNioFilterChain
-
Constructor.
- GridNioFinishedFuture<R> - Class in org.gridgain.grid.util.nio
-
Future that represents already completed result.
- GridNioFinishedFuture(R) - Constructor for class org.gridgain.grid.util.nio.GridNioFinishedFuture
-
- GridNioFinishedFuture(Throwable) - Constructor for class org.gridgain.grid.util.nio.GridNioFinishedFuture
-
- GridNioFuture<R> - Interface in org.gridgain.grid.util.nio
-
- GridNioFutureImpl<R> - Class in org.gridgain.grid.util.nio
-
Default future implementation.
- GridNioFutureImpl() - Constructor for class org.gridgain.grid.util.nio.GridNioFutureImpl
-
- GridNioMessageReader - Interface in org.gridgain.grid.util.nio
-
Message reader.
- GridNioMessageTracker - Class in org.gridgain.grid.util.nio
-
Message tracker.
- GridNioMessageTracker(GridNioSession, int) - Constructor for class org.gridgain.grid.util.nio.GridNioMessageTracker
-
- GridNioMessageWriter - Interface in org.gridgain.grid.util.nio
-
Message writer.
- GridNioMetricsListener - Interface in org.gridgain.grid.util.nio
-
Metrics listener for NIO communication.
- GridNioParser - Interface in org.gridgain.grid.util.nio
-
This interface declares a basic contract on message parsing and encoding to the underlying network layer.
- GridNioServer<T> - Class in org.gridgain.grid.util.nio
-
TCP NIO server.
- GridNioServer.Builder<T> - Class in org.gridgain.grid.util.nio
-
- GridNioServer.Builder() - Constructor for class org.gridgain.grid.util.nio.GridNioServer.Builder
-
- GridNioServerBuffer - Class in org.gridgain.grid.util.nio
-
NIO server buffer.
- GridNioServerBuffer() - Constructor for class org.gridgain.grid.util.nio.GridNioServerBuffer
-
- GridNioServerListener<T> - Interface in org.gridgain.grid.util.nio
-
Listener passed in to the
GridNioServer that will be notified on client events.
- GridNioServerListenerAdapter<T> - Class in org.gridgain.grid.util.nio
-
Server listener adapter providing empty methods implementation for rarely used methods.
- GridNioServerListenerAdapter() - Constructor for class org.gridgain.grid.util.nio.GridNioServerListenerAdapter
-
- GridNioSession - Interface in org.gridgain.grid.util.nio
-
This interface represents established or closed connection between nio server and remote client.
- GridNioSessionImpl - Class in org.gridgain.grid.util.nio
-
- GridNioSessionImpl(GridNioFilterChain, InetSocketAddress, InetSocketAddress, boolean) - Constructor for class org.gridgain.grid.util.nio.GridNioSessionImpl
-
- GridNioSessionMetaKey - Enum in org.gridgain.grid.util.nio
-
- GridNioSslFilter - Class in org.gridgain.grid.util.nio.ssl
-
- GridNioSslFilter(SSLContext, GridLogger) - Constructor for class org.gridgain.grid.util.nio.ssl.GridNioSslFilter
-
Creates SSL filter.
- GridNode - Interface in org.gridgain.grid
-
Interface representing a single grid node.
- GridNodeAttributes - Class in org.gridgain.grid.kernal
-
This class defines constants (NOT enums) for internally-used node attributes.
- GridNodeCallable - Interface in org.gridgain.grid.util.nodestart
-
SSH-based node starter, returns tuple which contains hostname, success flag and error message
if attempt was not successful.
- GridNodeLocalMap<K,V> - Interface in org.gridgain.grid
-
Defines interface for node-local storage.
- GridNodeLocalMapImpl<K,V> - Class in org.gridgain.grid.kernal
-
- GridNodeLocalMapImpl() - Constructor for class org.gridgain.grid.kernal.GridNodeLocalMapImpl
-
No-arg constructor is required by externalization.
- GridNodeMetrics - Interface in org.gridgain.grid
-
This class represents runtime information on a node.
- GridNodeMetricsMBean - Interface in org.gridgain.grid.kernal
-
MBean for local node metrics.
- GridNodeOrderComparator - Class in org.gridgain.grid.kernal
-
Node order comparator.
- GridNodeOrderComparator() - Constructor for class org.gridgain.grid.kernal.GridNodeOrderComparator
-
- GridNodePredicate - Class in org.gridgain.grid.util.lang
-
Convenient node predicate as a separate class.
- GridNodePredicate(Set<UUID>) - Constructor for class org.gridgain.grid.util.lang.GridNodePredicate
-
Creates node predicate that evaluates to true for all
provided node IDs.
- GridNodePredicate(Collection<UUID>) - Constructor for class org.gridgain.grid.util.lang.GridNodePredicate
-
Creates node predicate that evaluates to true for all
provided node IDs.
- GridNodePredicate(UUID...) - Constructor for class org.gridgain.grid.util.lang.GridNodePredicate
-
Creates node predicate that evaluates to true for all
provided node IDs.
- GridNodePredicate(GridNode...) - Constructor for class org.gridgain.grid.util.lang.GridNodePredicate
-
Creates node predicate that evaluates to true for all
provided nodes.
- GridNodeShadow - Interface in org.gridgain.grid
-
A node shadow is a read-only snapshot of last known node internal state.
- GridNodeStartUtils - Class in org.gridgain.grid.util.nodestart
-
Util methods for GridProjection.startNodes(..) methods.
- GridNodeValidationResult - Class in org.gridgain.grid.spi
-
Result of joining node validation.
- GridNodeValidationResult(UUID, String, String) - Constructor for class org.gridgain.grid.spi.GridNodeValidationResult
-
- GridNoopAuthenticationSpi - Class in org.gridgain.grid.spi.authentication.noop
-
Default implementation of the authentication SPI which permits any request.
- GridNoopAuthenticationSpi() - Constructor for class org.gridgain.grid.spi.authentication.noop.GridNoopAuthenticationSpi
-
- GridNoopAuthenticationSpiMBean - Interface in org.gridgain.grid.spi.authentication.noop
-
- GridNoopCheckpointSpi - Class in org.gridgain.grid.spi.checkpoint.noop
-
- GridNoopCheckpointSpi() - Constructor for class org.gridgain.grid.spi.checkpoint.noop.GridNoopCheckpointSpi
-
- GridNoopCollisionSpi - Class in org.gridgain.grid.spi.collision.noop
-
- GridNoopCollisionSpi() - Constructor for class org.gridgain.grid.spi.collision.noop.GridNoopCollisionSpi
-
- GridNoopEmailProcessor - Class in org.gridgain.grid.kernal.processors.email
-
No-op implementation of GridEmailProcessorAdapter.
- GridNoopEmailProcessor(GridKernalContext) - Constructor for class org.gridgain.grid.kernal.processors.email.GridNoopEmailProcessor
-
- GridNoopGgfsHelper - Class in org.gridgain.grid.kernal.processors.ggfs
-
No-op utils processor adapter.
- GridNoopGgfsHelper() - Constructor for class org.gridgain.grid.kernal.processors.ggfs.GridNoopGgfsHelper
-
- GridNoopGgfsProcessor - Class in org.gridgain.grid.kernal.processors.ggfs
-
Nop GGFS processor implementation.
- GridNoopGgfsProcessor(GridKernalContext) - Constructor for class org.gridgain.grid.kernal.processors.ggfs.GridNoopGgfsProcessor
-
Constructor.
- GridNoopIndexingSpi - Class in org.gridgain.grid.spi.indexing
-
No-op implementation of
GridIndexingSpi, throws exception on query attempt.
- GridNoopIndexingSpi() - Constructor for class org.gridgain.grid.spi.indexing.GridNoopIndexingSpi
-
- GridNoopManagerAdapter - Class in org.gridgain.grid.kernal.managers
-
- GridNoopManagerAdapter(GridKernalContext) - Constructor for class org.gridgain.grid.kernal.managers.GridNoopManagerAdapter
-
- GridNoopScheduleProcessor - Class in org.gridgain.grid.kernal.processors.schedule
-
- GridNoopScheduleProcessor(GridKernalContext) - Constructor for class org.gridgain.grid.kernal.processors.schedule.GridNoopScheduleProcessor
-
- GridNoopSecureSessionSpi - Class in org.gridgain.grid.spi.securesession.noop
-
Default no-op implementation of the secure session SPI which supports all subject types and denies any token.
- GridNoopSecureSessionSpi() - Constructor for class org.gridgain.grid.spi.securesession.noop.GridNoopSecureSessionSpi
-
- GridNoopSecureSessionSpiMBean - Interface in org.gridgain.grid.spi.securesession.noop
-
- GridNoopSwapSpaceSpi - Class in org.gridgain.grid.spi.swapspace.noop
-
- GridNoopSwapSpaceSpi() - Constructor for class org.gridgain.grid.spi.swapspace.noop.GridNoopSwapSpaceSpi
-
- GridNoStorageCacheMap<K,V> - Class in org.gridgain.grid.kernal.processors.cache.distributed.dht
-
Empty cache map that will never store any entries.
- GridNoStorageCacheMap(GridCacheContext<K, V>) - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridNoStorageCacheMap
-
- GridNotPeerDeployable - Annotation Type in org.gridgain.grid
-
This annotations should be used to mark any type that should not be
peer deployable.
- GridOffHeapEvent - Enum in org.gridgain.grid.util.offheap
-
Off-heap event types.
- GridOffHeapEventListener - Interface in org.gridgain.grid.util.offheap
-
Off-heap event listener.
- GridOffHeapEvictListener - Interface in org.gridgain.grid.util.offheap
-
Callback for whenever entries get evicted from off-heap store.
- GridOffHeapMap<K> - Interface in org.gridgain.grid.util.offheap
-
Off-heap map.
- GridOffHeapMapFactory - Class in org.gridgain.grid.util.offheap
-
Factory for off-heap maps.
- GridOffHeapMapFactory() - Constructor for class org.gridgain.grid.util.offheap.GridOffHeapMapFactory
-
- GridOffHeapOutOfMemoryException - Exception in org.gridgain.grid.util.offheap
-
Thrown when memory could not be allocated.
- GridOffHeapOutOfMemoryException(long) - Constructor for exception org.gridgain.grid.util.offheap.GridOffHeapOutOfMemoryException
-
Constructs out of memory exception.
- GridOffHeapOutOfMemoryException(long, long) - Constructor for exception org.gridgain.grid.util.offheap.GridOffHeapOutOfMemoryException
-
Constructs out of memory exception.
- GridOffHeapPartitionedMap - Interface in org.gridgain.grid.util.offheap
-
Off-heap map.
- GridOffHeapProcessor - Class in org.gridgain.grid.kernal.processors.offheap
-
Manages offheap memory caches.
- GridOffHeapProcessor(GridKernalContext) - Constructor for class org.gridgain.grid.kernal.processors.offheap.GridOffHeapProcessor
-
- GridOffHeapSmartPointer - Interface in org.gridgain.grid.util.offheap.unsafe
-
Smart pointer with reference counting.
- GridOffHeapSmartPointerFactory<T extends GridOffHeapSmartPointer> - Interface in org.gridgain.grid.util.offheap.unsafe
-
Factory to create smart pointer instances.
- GridOffHeapSnapTreeMap<K extends GridOffHeapSmartPointer,V extends GridOffHeapSmartPointer> - Class in org.gridgain.grid.util.offheap.unsafe
-
A concurrent AVL tree with fast cloning, based on the algorithm of Bronson,
Casper, Chafi, and Olukotun, "A Practical Concurrent Binary Search Tree"
published in PPoPP'10.
- GridOffHeapSnapTreeMap(GridOffHeapSmartPointerFactory, GridOffHeapSmartPointerFactory, GridUnsafeMemory) - Constructor for class org.gridgain.grid.util.offheap.unsafe.GridOffHeapSnapTreeMap
-
- GridOffHeapSnapTreeMap(GridOffHeapSmartPointerFactory, GridOffHeapSmartPointerFactory, GridUnsafeMemory, Comparator<? super K>) - Constructor for class org.gridgain.grid.util.offheap.unsafe.GridOffHeapSnapTreeMap
-
- GridOnlyAvailableIn - Annotation Type in org.gridgain.grid.product
-
Documentation annotation indicating that a feature is available only in specified
GridGain edition(s).
- GridOptimizedMarshallable - Interface in org.gridgain.grid.marshaller.optimized
-
Optional interface which helps make serialization even faster by removing internal
look-ups for classes.
- GridOptimizedMarshaller - Class in org.gridgain.grid.marshaller.optimized
-
- GridOptimizedMarshaller() - Constructor for class org.gridgain.grid.marshaller.optimized.GridOptimizedMarshaller
-
Initializes marshaller not to enforce
Serializable interface.
- GridOptimizedMarshaller(boolean) - Constructor for class org.gridgain.grid.marshaller.optimized.GridOptimizedMarshaller
-
Initializes marshaller with given serialization flag.
- GridOptimizedMarshaller(boolean, List<String>, String, int) - Constructor for class org.gridgain.grid.marshaller.optimized.GridOptimizedMarshaller
-
Initializes marshaller with given serialization flag.
- GridOsCacheDrManager<K,V> - Class in org.gridgain.grid.kernal.processors.cache.dr.os
-
- GridOsCacheDrManager() - Constructor for class org.gridgain.grid.kernal.processors.cache.dr.os.GridOsCacheDrManager
-
- GridOsDrProcessor - Class in org.gridgain.grid.kernal.processors.dr.os
-
- GridOsDrProcessor(GridKernalContext) - Constructor for class org.gridgain.grid.kernal.processors.dr.os.GridOsDrProcessor
-
- GridOsLicenseProcessor - Class in org.gridgain.grid.kernal.processors.license.os
-
- GridOsLicenseProcessor(GridKernalContext) - Constructor for class org.gridgain.grid.kernal.processors.license.os.GridOsLicenseProcessor
-
- GridOsSecureSessionManager - Class in org.gridgain.grid.kernal.managers.securesession.os
-
- GridOsSecureSessionManager(GridKernalContext) - Constructor for class org.gridgain.grid.kernal.managers.securesession.os.GridOsSecureSessionManager
-
- GridOsSecurityManager - Class in org.gridgain.grid.kernal.managers.security.os
-
- GridOsSecurityManager(GridKernalContext) - Constructor for class org.gridgain.grid.kernal.managers.security.os.GridOsSecurityManager
-
- GridOsSegmentationProcessor - Class in org.gridgain.grid.kernal.processors.segmentation.os
-
- GridOsSegmentationProcessor(GridKernalContext) - Constructor for class org.gridgain.grid.kernal.processors.segmentation.os.GridOsSegmentationProcessor
-
- GridOsVersionProcessor - Class in org.gridgain.grid.kernal.processors.version.os
-
- GridOsVersionProcessor(GridKernalContext) - Constructor for class org.gridgain.grid.kernal.processors.version.os.GridOsVersionProcessor
-
- GridOutClosure<T> - Interface in org.gridgain.grid.lang
-
Closure that does not take any parameters and returns a value.
- GridOutClosureX<T> - Class in org.gridgain.grid.util.lang
-
Convenient out-closure subclass that allows for thrown grid exception.
- GridOutClosureX() - Constructor for class org.gridgain.grid.util.lang.GridOutClosureX
-
- GridPair<T> - Class in org.gridgain.grid.util.lang
-
Simple extension over
GridBiTuple for pair of objects of the same type.
- GridPair() - Constructor for class org.gridgain.grid.util.lang.GridPair
-
- GridPair(T, T) - Constructor for class org.gridgain.grid.util.lang.GridPair
-
Creates pair with given objects.
- GridPartitionedCacheEntryImpl<K,V> - Class in org.gridgain.grid.kernal.processors.cache.distributed
-
Partitioned cache entry public API.
- GridPartitionedCacheEntryImpl() - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.GridPartitionedCacheEntryImpl
-
- GridPartitionedCacheEntryImpl(GridCacheProjectionImpl<K, V>, GridCacheContext<K, V>, K, GridCacheEntryEx<K, V>) - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.GridPartitionedCacheEntryImpl
-
- GridPartitionedGetFuture<K,V> - Class in org.gridgain.grid.kernal.processors.cache.distributed.dht
-
Colocated get future.
- GridPartitionedGetFuture() - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridPartitionedGetFuture
-
- GridPartitionedGetFuture(GridCacheContext<K, V>, Collection<? extends K>, boolean, boolean, GridPredicate<GridCacheEntry<K, V>>[], UUID) - Constructor for class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridPartitionedGetFuture
-
- GridPartitionLockKey - Class in org.gridgain.grid.kernal.processors.cache
-
Internal key that is guaranteed to be mapped on particular partition.
- GridPartitionLockKey() - Constructor for class org.gridgain.grid.kernal.processors.cache.GridPartitionLockKey
-
- GridPartitionLockKey(Object) - Constructor for class org.gridgain.grid.kernal.processors.cache.GridPartitionLockKey
-
- GridPeerDeployAware - Interface in org.gridgain.grid.util.lang
-
Represents any class that needs to maintain or carry on peer deployment information.
- GridPeerDeployAwareAdapter - Class in org.gridgain.grid.util.lang
-
Adapter for common interfaces in closures, reducers and predicates.
- GridPeerDeployAwareAdapter() - Constructor for class org.gridgain.grid.util.lang.GridPeerDeployAwareAdapter
-
- GridPeerDeployAwareTaskAdapter<T,R> - Class in org.gridgain.grid.kernal.processors.closure
-
Peer deployment aware task adapter.
- GridPeerDeployAwareTaskAdapter(GridPeerDeployAware) - Constructor for class org.gridgain.grid.kernal.processors.closure.GridPeerDeployAwareTaskAdapter
-
Constructor that receives deployment information for task.
- GridPerformanceSuggestions - Class in org.gridgain.grid.kernal
-
Grid performance suggestions.
- GridPerformanceSuggestions() - Constructor for class org.gridgain.grid.kernal.GridPerformanceSuggestions
-
- GridPlainAbsClosure - Interface in org.gridgain.grid.util.lang
-
Plain closure that does not accept any arguments, returns nothing and do not implement
peer deploy aware.
- GridPlainCallable<T> - Interface in org.gridgain.grid.util.lang
-
Callable instance that should never be deployed or injected.
- GridPlainClosure<T,R> - Interface in org.gridgain.grid.util.lang
-
Closure that takes argument, returns result and do not implement GridPeerDeployAware.
- GridPlainClosure2<T1,T2,R> - Interface in org.gridgain.grid.util.lang
-
Closure taking 2 arguments.
- GridPlainFuture<R> - Interface in org.gridgain.grid.util.lang
-
Future that does not depend on kernal context.
- GridPlainFutureAdapter<R> - Class in org.gridgain.grid.util.lang
-
Plain future adapter.
- GridPlainFutureAdapter() - Constructor for class org.gridgain.grid.util.lang.GridPlainFutureAdapter
-
Creates not-finished future without any result.
- GridPlainFutureAdapter(R) - Constructor for class org.gridgain.grid.util.lang.GridPlainFutureAdapter
-
Creates succeeded finished future with given result.
- GridPlainFutureAdapter(Throwable) - Constructor for class org.gridgain.grid.util.lang.GridPlainFutureAdapter
-
Creates failed finished future with given error.
- GridPlainInClosure<T> - Interface in org.gridgain.grid.util.lang
-
Plain closure that takes one input argument and does not implement GridPeerDeployAware.
- GridPlainOutClosure<R> - Interface in org.gridgain.grid.util.lang
-
Closure that takes no arguments, returns result and does not implement GridPeerDeployAware.
- GridPlainRunnable - Interface in org.gridgain.grid.util.lang
-
Runnable instance that should never be deployed or injected.
- GridPortListener - Interface in org.gridgain.grid.kernal.processors.port
-
Listener for port change events.
- GridPortProcessor - Class in org.gridgain.grid.kernal.processors.port
-
Registers and deregisters all ports used by SPI and Manager.
- GridPortProcessor(GridKernalContext) - Constructor for class org.gridgain.grid.kernal.processors.port.GridPortProcessor
-
- GridPortProtocol - Enum in org.gridgain.grid.spi
-
Protocols supported by port processor.
- GridPortRecord - Class in org.gridgain.grid.kernal.processors.port
-
This class defines record about port use.
- GridPredicate<E> - Interface in org.gridgain.grid.lang
-
Defines a predicate which accepts a parameter and returns true or false.
- GridPredicate2X<E1,E2> - Class in org.gridgain.grid.util.lang
-
Convenient predicate subclass that allows for thrown grid exception.
- GridPredicate2X() - Constructor for class org.gridgain.grid.util.lang.GridPredicate2X
-
- GridPredicate3<E1,E2,E3> - Interface in org.gridgain.grid.util.lang
-
Defines predicate construct.
- GridPredicate3X<E1,E2,E3> - Class in org.gridgain.grid.util.lang
-
Convenient predicate subclass that allows for thrown grid exception.
- GridPredicate3X() - Constructor for class org.gridgain.grid.util.lang.GridPredicate3X
-
- GridPredicateX<E1> - Class in org.gridgain.grid.util.lang
-
Convenient predicate subclass that allows for thrown grid exception.
- GridPredicateX() - Constructor for class org.gridgain.grid.util.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.
- GridProcessor - Interface in org.gridgain.grid.kernal.processors
-
Interface for all processors.
- GridProcessorAdapter - Class in org.gridgain.grid.kernal.processors
-
Advanced parent adapter for all processor.
- GridProcessorAdapter(GridKernalContext) - Constructor for class org.gridgain.grid.kernal.processors.GridProcessorAdapter
-
- GridProduct - Interface in org.gridgain.grid.product
-
Provides information about current release.
- GridProductEdition - Enum in org.gridgain.grid.product
-
Different GridGain editions.
- GridProductImpl - Class in org.gridgain.grid.kernal
-
- GridProductImpl(GridKernalContext, GridUpdateNotifier) - Constructor for class org.gridgain.grid.kernal.GridProductImpl
-
- GridProductLicense - Interface in org.gridgain.grid.product
-
GridGain license descriptor.
- GridProductLicenseException - Exception in org.gridgain.grid.product
-
This exception is thrown when license violation is detected.
- GridProductLicenseException(String, String) - Constructor for exception org.gridgain.grid.product.GridProductLicenseException
-
Creates new license exception with given error message.
- GridProductLicenseException(String, String, Throwable) - Constructor for exception org.gridgain.grid.product.GridProductLicenseException
-
Creates new license exception with given error message and optional nested exception.
- GridProductVersion - Class in org.gridgain.grid.product
-
Represents node version.
- GridProductVersion() - Constructor for class org.gridgain.grid.product.GridProductVersion
-
- GridProductVersion(byte, byte, byte, long, byte[]) - Constructor for class org.gridgain.grid.product.GridProductVersion
-
- gridProjection() - Method in interface org.gridgain.grid.cache.GridCacheProjection
-
Gets grid projection for this cache.
- GridProjection - Interface in org.gridgain.grid
-
Defines grid projection which represents a common functionality over a group of nodes.
- gridProjection() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
Gets grid projection for this cache.
- gridProjection() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProjectionImpl
-
Gets grid projection for this cache.
- gridProjection() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProxyImpl
-
Gets grid projection for this cache.
- GridProjectionAdapter - Class in org.gridgain.grid.kernal
-
- GridProjectionAdapter() - Constructor for class org.gridgain.grid.kernal.GridProjectionAdapter
-
- GridProjectionAdapter(GridProjection, GridKernalContext, UUID, GridPredicate<GridNode>) - Constructor for class org.gridgain.grid.kernal.GridProjectionAdapter
-
- GridProjectionAdapter(GridProjection, GridKernalContext, UUID, Set<UUID>) - Constructor for class org.gridgain.grid.kernal.GridProjectionAdapter
-
- GridProjectionEx - Interface in org.gridgain.grid.kernal
-
Internal projection interface.
- GridProjectionMetrics - Interface in org.gridgain.grid
-
This interface defines cumulative metrics for the projection.
- GridProtocolHandler - Class in org.gridgain.grid.kernal.managers.deployment.protocol.gg
-
Custom stream protocol handler implementation.
- GridProtocolHandler() - Constructor for class org.gridgain.grid.kernal.managers.deployment.protocol.gg.GridProtocolHandler
-
- GridProxyListener - Interface in org.gridgain.grid.kernal
-
Interception listener is notified about method apply.
- GridQueue<E> - Class in org.gridgain.grid.util
-
Queue which supports addition at tail and removing at head.
- GridQueue() - Constructor for class org.gridgain.grid.util.GridQueue
-
Creates empty queue.
- GridQueue.Node<E> - Class in org.gridgain.grid.util
-
Node for internal linked list.
- GridReducer<E,R> - Interface in org.gridgain.grid.lang
-
Defines generic reducer that collects multiple values and reduces them into one.
- GridReducer2<E1,E2,R> - Interface in org.gridgain.grid.util.lang
-
Defines generic for-all or reduce type of closure.
- GridReducer2X<E1,E2,R> - Class in org.gridgain.grid.util.lang
-
Convenient reducer subclass that allows for thrown grid exception.
- GridReducer2X() - Constructor for class org.gridgain.grid.util.lang.GridReducer2X
-
- GridReducer3<E1,E2,E3,R> - Interface in org.gridgain.grid.util.lang
-
Defines generic for-all or reduce type of closure.
- GridReducer3X<E1,E2,E3,R> - Class in org.gridgain.grid.util.lang
-
Convenient reducer subclass that allows for thrown grid exception.
- GridReducer3X() - Constructor for class org.gridgain.grid.util.lang.GridReducer3X
-
- GridReducerX<E1,R> - Class in org.gridgain.grid.util.lang
-
Convenient reducer subclass that allows for thrown grid exception.
- GridReducerX() - Constructor for class org.gridgain.grid.util.lang.GridReducerX
-
- GridReflectionCache - Class in org.gridgain.grid.util
-
Reflection field and method cache for classes.
- GridReflectionCache() - Constructor for class org.gridgain.grid.util.GridReflectionCache
-
Reflection cache without any method or field predicates.
- GridReflectionCache(GridPredicate<Field>, GridPredicate<Method>) - Constructor for class org.gridgain.grid.util.GridReflectionCache
-
Reflection cache with specified field and method predicates.
- GridRemoteStartSpecification - Class in org.gridgain.grid.util.nodestart
-
Host data.
- GridRemoteStartSpecification(String, int, String, String, File, int, String, String, String) - Constructor for class org.gridgain.grid.util.nodestart.GridRemoteStartSpecification
-
- GridRemoteStartSpecification(String, int, String, String, File, int, String, String, String, GridLogger) - Constructor for class org.gridgain.grid.util.nodestart.GridRemoteStartSpecification
-
- GridResourceJobContextInjector - Class in org.gridgain.grid.kernal.processors.resource
-
Simple injector which wraps GridComputeJobContext resource object.
- GridResourceLoggerInjector - Class in org.gridgain.grid.kernal.processors.resource
-
- GridResourceLoggerInjector(GridLogger) - Constructor for class org.gridgain.grid.kernal.processors.resource.GridResourceLoggerInjector
-
- GridResourceProcessor - Class in org.gridgain.grid.kernal.processors.resource
-
Processor for all Grid and task/job resources.
- GridResourceProcessor(GridKernalContext) - Constructor for class org.gridgain.grid.kernal.processors.resource.GridResourceProcessor
-
Creates resources processor.
- GridRestCacheRequest - Class in org.gridgain.grid.kernal.processors.rest.request
-
- GridRestCacheRequest() - Constructor for class org.gridgain.grid.kernal.processors.rest.request.GridRestCacheRequest
-
- GridRestCommand - Enum in org.gridgain.grid.kernal.processors.rest
-
Supported commands.
- GridRestCommandHandler - Interface in org.gridgain.grid.kernal.processors.rest.handlers
-
Command handler.
- GridRestCommandHandlerAdapter - Class in org.gridgain.grid.kernal.processors.rest.handlers
-
Abstract command handler.
- GridRestCommandHandlerAdapter(GridKernalContext) - Constructor for class org.gridgain.grid.kernal.processors.rest.handlers.GridRestCommandHandlerAdapter
-
- GridRestLogRequest - Class in org.gridgain.grid.kernal.processors.rest.request
-
Grid command request of log file.
- GridRestLogRequest() - Constructor for class org.gridgain.grid.kernal.processors.rest.request.GridRestLogRequest
-
- GridRestProcessor - Class in org.gridgain.grid.kernal.processors.rest
-
Rest processor implementation.
- GridRestProcessor(GridKernalContext) - Constructor for class org.gridgain.grid.kernal.processors.rest.GridRestProcessor
-
- GridRestProtocol - Interface in org.gridgain.grid.kernal.processors.rest
-
REST protocol.
- GridRestProtocolAdapter - Class in org.gridgain.grid.kernal.processors.rest.protocols
-
Abstract protocol adapter.
- GridRestProtocolAdapter(GridKernalContext) - Constructor for class org.gridgain.grid.kernal.processors.rest.protocols.GridRestProtocolAdapter
-
- GridRestProtocolHandler - Interface in org.gridgain.grid.kernal.processors.rest
-
Command protocol handler.
- GridRestRequest - Class in org.gridgain.grid.kernal.processors.rest.request
-
Grid command request.
- GridRestRequest() - Constructor for class org.gridgain.grid.kernal.processors.rest.request.GridRestRequest
-
- GridRestResponse - Class in org.gridgain.grid.kernal.processors.rest
-
JSON response.
- GridRestResponse() - Constructor for class org.gridgain.grid.kernal.processors.rest.GridRestResponse
-
- GridRestResponse(Object) - Constructor for class org.gridgain.grid.kernal.processors.rest.GridRestResponse
-
Constructs successful rest response.
- GridRestResponse(int, String) - Constructor for class org.gridgain.grid.kernal.processors.rest.GridRestResponse
-
Constructs failed rest response.
- GridRestTaskRequest - Class in org.gridgain.grid.kernal.processors.rest.request
-
Grid task command request.
- GridRestTaskRequest() - Constructor for class org.gridgain.grid.kernal.processors.rest.request.GridRestTaskRequest
-
- GridRestTopologyRequest - Class in org.gridgain.grid.kernal.processors.rest.request
-
Grid command topology request.
- GridRestTopologyRequest() - Constructor for class org.gridgain.grid.kernal.processors.rest.request.GridRestTopologyRequest
-
- GridReversedLinesFileReader - Class in org.gridgain.grid.util.io
-
Reads lines in a file reversely (similar to a BufferedReader, but starting at
the last line).
- GridReversedLinesFileReader(File) - Constructor for class org.gridgain.grid.util.io.GridReversedLinesFileReader
-
Creates a ReverseLineReader with default block size of 4KB and the
platform's default encoding.
- GridReversedLinesFileReader(File, int, Charset) - Constructor for class org.gridgain.grid.util.io.GridReversedLinesFileReader
-
Creates a ReverseLineReader with the given block size and encoding.
- GridReversedLinesFileReader(File, int, String) - Constructor for class org.gridgain.grid.util.io.GridReversedLinesFileReader
-
Creates a ReverseLineReader with the given block size and encoding.
- 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
-
- GridRouterCommandLineStartup - Class in org.gridgain.client.router.impl
-
Loader class for router.
- GridRouterCommandLineStartup() - Constructor for class org.gridgain.client.router.impl.GridRouterCommandLineStartup
-
- GridRouterFactory - Class in org.gridgain.client.router
-
This factory is responsible for router lifecycle management.
- GridRouterRequest - Class in org.gridgain.grid.kernal.processors.rest.client.message
-
Container for routed message information.
- GridRouterRequest(byte[], Long, UUID, UUID) - Constructor for class org.gridgain.grid.kernal.processors.rest.client.message.GridRouterRequest
-
- GridRouterResponse - Class in org.gridgain.grid.kernal.processors.rest.client.message
-
- GridRouterResponse(byte[], Long, UUID, UUID) - Constructor for class org.gridgain.grid.kernal.processors.rest.client.message.GridRouterResponse
-
- GridRunnable - Interface in org.gridgain.grid.lang
-
Grid-aware adapter for
Runnable implementations.
- 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.
- grids2names(Collection<? extends Grid>) - Static method in class org.gridgain.grid.util.GridUtils
-
Converts collection of Grid instances to collection of grid names.
- GridScheduleProcessorAdapter - Class in org.gridgain.grid.kernal.processors.schedule
-
Schedules cron-based execution of grid tasks and closures.
- GridScheduleProcessorAdapter(GridKernalContext) - Constructor for class org.gridgain.grid.kernal.processors.schedule.GridScheduleProcessorAdapter
-
- GridScheduler - Interface in org.gridgain.grid.scheduler
-
Provides functionality for scheduling jobs locally using UNIX cron-based syntax.
- GridSchedulerFuture<R> - Interface in org.gridgain.grid.scheduler
-
Future for cron-based scheduled execution.
- GridSchedulerImpl - Class in org.gridgain.grid.kernal
-
- GridSchedulerImpl(GridKernalContext) - Constructor for class org.gridgain.grid.kernal.GridSchedulerImpl
-
- GridSecureSession - Class in org.gridgain.grid.kernal.managers.securesession
-
Secure session object.
- GridSecureSession(GridSecurityContext, byte[]) - Constructor for class org.gridgain.grid.kernal.managers.securesession.GridSecureSession
-
- GridSecureSessionEvent - Class in org.gridgain.grid.events
-
Grid secure session validation event.
- GridSecureSessionEvent() - Constructor for class org.gridgain.grid.events.GridSecureSessionEvent
-
No-arg constructor.
- GridSecureSessionEvent(GridNode, String, int) - Constructor for class org.gridgain.grid.events.GridSecureSessionEvent
-
Creates secure session event with given parameters.
- GridSecureSessionEvent(GridNode, String, int, GridSecuritySubjectType, UUID) - Constructor for class org.gridgain.grid.events.GridSecureSessionEvent
-
Creates secure session event with given parameters.
- GridSecureSessionManager - Interface in org.gridgain.grid.kernal.managers.securesession
-
This interface defines a grid secure session manager.
- GridSecureSessionSpi - Interface in org.gridgain.grid.spi.securesession
-
Secure session SPI allows for session creation and validation, typically after authentication
has successfully happened.
- GridSecurity - Interface in org.gridgain.grid.security
-
Grid security facade.
- GridSecurityContext - Class in org.gridgain.grid.kernal.managers.security
-
Security context.
- GridSecurityContext() - Constructor for class org.gridgain.grid.kernal.managers.security.GridSecurityContext
-
- GridSecurityContext(GridSecuritySubject) - Constructor for class org.gridgain.grid.kernal.managers.security.GridSecurityContext
-
- GridSecurityCredentials - Class in org.gridgain.grid.security
-
Security credentials used for client or node authentication.
- GridSecurityCredentials() - Constructor for class org.gridgain.grid.security.GridSecurityCredentials
-
- GridSecurityCredentials(String, String) - Constructor for class org.gridgain.grid.security.GridSecurityCredentials
-
Constructs security credentials based on login and password.
- GridSecurityCredentials(String, String, Object) - Constructor for class org.gridgain.grid.security.GridSecurityCredentials
-
Constructs security credentials based on login, password,
and custom user object.
- GridSecurityCredentialsBasicProvider - Class in org.gridgain.grid.security
-
- GridSecurityCredentialsBasicProvider(GridSecurityCredentials) - Constructor for class org.gridgain.grid.security.GridSecurityCredentialsBasicProvider
-
Constructs security credentials provider based on security credentials passed in.
- GridSecurityCredentialsProvider - Interface in org.gridgain.grid.security
-
Security credentials provider for specifying security credentials.
- GridSecurityException - Exception in org.gridgain.grid.security
-
Common security exception for the grid.
- GridSecurityException(String, Throwable) - Constructor for exception org.gridgain.grid.security.GridSecurityException
-
Constructs security grid exception with given message and cause.
- GridSecurityException(Throwable) - Constructor for exception org.gridgain.grid.security.GridSecurityException
-
Creates new security grid exception given throwable as a cause and
source of error message.
- GridSecurityException(String) - Constructor for exception org.gridgain.grid.security.GridSecurityException
-
Constructs security grid exception with given message.
- GridSecurityImpl - Class in org.gridgain.grid.kernal.managers.security
-
Implementation of grid security interface.
- GridSecurityImpl(GridSecurityManager) - Constructor for class org.gridgain.grid.kernal.managers.security.GridSecurityImpl
-
- GridSecurityManager - Interface in org.gridgain.grid.kernal.managers.security
-
This interface defines a grid authentication manager.
- GridSecurityPermission - Enum in org.gridgain.grid.security
-
Supported security permissions within grid.
- GridSecurityPermissionSet - Interface in org.gridgain.grid.security
-
Security permission set for authorized security subjects.
- GridSecuritySubject - Interface in org.gridgain.grid.security
-
Security subject representing authenticated node or client with a set of permissions.
- GridSecuritySubjectAdapter - Class in org.gridgain.grid.kernal.managers.security
-
Authenticated security subject.
- GridSecuritySubjectAdapter(GridSecuritySubjectType, UUID) - Constructor for class org.gridgain.grid.kernal.managers.security.GridSecuritySubjectAdapter
-
- GridSecuritySubjectType - Enum in org.gridgain.grid.security
-
Supported security subject types.
- GridSegmentationPolicy - Enum in org.gridgain.grid.segmentation
-
Policy that defines how node will react on topology segmentation.
- GridSegmentationProcessor - Interface in org.gridgain.grid.kernal.processors.segmentation
-
Kernal processor responsible for checking network segmentation issues.
- GridSegmentationResolver - Interface in org.gridgain.grid.segmentation
-
This is interface for segmentation (a.k.a "split-brain" problem) resolvers.
- GridSerializableCollection<E> - Class in org.gridgain.grid.util
-
- GridSerializableCollection() - Constructor for class org.gridgain.grid.util.GridSerializableCollection
-
- GridSerializableFuture<T> - Interface in org.gridgain.grid.util
-
Adds serialization to the
Future interface.
- GridSerializableIterable<E> - Interface in org.gridgain.grid.util
-
- GridSerializableIterator<E> - Interface in org.gridgain.grid.util
-
- GridSerializableList<E> - Class in org.gridgain.grid.util
-
- GridSerializableList() - Constructor for class org.gridgain.grid.util.GridSerializableList
-
- GridSerializableMap<K,V> - Class in org.gridgain.grid.util
-
- GridSerializableMap() - Constructor for class org.gridgain.grid.util.GridSerializableMap
-
- GridSerializableSet<E> - Class in org.gridgain.grid.util
-
- GridSerializableSet() - Constructor for class org.gridgain.grid.util.GridSerializableSet
-
- GridServerUnreachableException - Exception in org.gridgain.client
-
Thrown when none of the servers from configuration can be connected within a timeout.
- GridServerUnreachableException(String) - Constructor for exception org.gridgain.client.GridServerUnreachableException
-
Creates exception with specified error message.
- GridServerUnreachableException(String, Throwable) - Constructor for exception org.gridgain.client.GridServerUnreachableException
-
Creates exception with specified error message and cause.
- GridSetQueryPredicate<K,V> - Class in org.gridgain.grid.kernal.processors.cache.datastructures
-
- GridSetQueryPredicate() - Constructor for class org.gridgain.grid.kernal.processors.cache.datastructures.GridSetQueryPredicate
-
- GridSetQueryPredicate(GridUuid, boolean) - Constructor for class org.gridgain.grid.kernal.processors.cache.datastructures.GridSetQueryPredicate
-
- GridSetWrapper<E> - Class in org.gridgain.grid.util
-
Set implementation that delegates to map.
- GridSetWrapper(Map<E, ?>) - Constructor for class org.gridgain.grid.util.GridSetWrapper
-
Creates new set based on the given map.
- GridSetWrapper(Map<E, ?>, Collection<? extends E>) - Constructor for class org.gridgain.grid.util.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.
- GridShmemCommunicationClient - Class in org.gridgain.grid.util.nio
-
- GridShmemCommunicationClient(GridNioMetricsListener, int, long, GridLogger, GridNioMessageWriter) - Constructor for class org.gridgain.grid.util.nio.GridShmemCommunicationClient
-
- GridSnapshotLock<X> - Class in org.gridgain.grid.util
-
Synchronization primitive allowing concurrent updates and taking consistent snapshots.
- GridSnapshotLock() - Constructor for class org.gridgain.grid.util.GridSnapshotLock
-
- 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.
- GridSpiCloseableIterator<T> - Interface in org.gridgain.grid.spi
-
Closeable iterator.
- GridSpiCloseableIteratorWrapper<T> - Class in org.gridgain.grid.util
-
- GridSpiCloseableIteratorWrapper(GridSpiCloseableIterator<T>) - Constructor for class org.gridgain.grid.util.GridSpiCloseableIteratorWrapper
-
- GridSpiConfiguration - Annotation Type in org.gridgain.grid.spi
-
Annotates SPI configuration setters on whether or not it is optional.
- GridSpiConsistencyChecked - Annotation Type in org.gridgain.grid.spi
-
SPIs that have this annotation present will be checked for consistency within grid.
- GridSpiContext - 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
-
Deprecated.
This annotation is ignored.
- GridSpiManagementMBean - Interface in org.gridgain.grid.spi
-
This interface defines basic MBean for all SPI implementations.
- GridSpiMultiException - Exception in org.gridgain.grid.spi
-
Grid SPI exception which may contain more than one failure.
- GridSpiMultiException(String) - Constructor for exception org.gridgain.grid.spi.GridSpiMultiException
-
Creates new exception with given error message.
- GridSpiMultiException(Throwable) - Constructor for exception org.gridgain.grid.spi.GridSpiMultiException
-
Creates new grid exception with given throwable as a cause and
source of error message.
- GridSpiMultiException(String, Throwable) - Constructor for exception org.gridgain.grid.spi.GridSpiMultiException
-
Creates new exception with given error message and optional nested exception.
- GridSpiMultiException(String, Throwable, Collection<Throwable>) - Constructor for exception org.gridgain.grid.spi.GridSpiMultiException
-
Creates new exception with given error message and optional nested exception.
- GridSpiMultipleInstancesSupport - Annotation Type in org.gridgain.grid.spi
-
Annotates whether or not multiple instances of this SPI can be
started in the same VM.
- GridSpinBusyLock - Class in org.gridgain.grid.util
-
Synchronization aid to track "busy" state of a subsystem that owns it.
- GridSpinBusyLock() - Constructor for class org.gridgain.grid.util.GridSpinBusyLock
-
- GridSpiNoop - Annotation Type in org.gridgain.grid.spi
-
Annotates NO-OP SPI implementations.
- GridSpinReadWriteLock - Class in org.gridgain.grid.util
-
- GridSpinReadWriteLock() - Constructor for class org.gridgain.grid.util.GridSpinReadWriteLock
-
- 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.
- GridSpringProcessor - Interface in org.gridgain.grid.kernal.processors.spring
-
Spring processor which can parse Spring configuration files, interface was introduced to avoid mandatory
runtime dependency on Spring framework.
- GridSpringResource - Annotation Type in org.gridgain.grid.resources
-
Annotates a field or a setter method for injection of resource
from Spring ApplicationContext.
- GridSpringResourceContext - Interface in org.gridgain.grid.kernal.processors.resource
-
Interface was introduced to avoid compile-time dependency on spring framework.
- GridSshProcessor - Interface in org.gridgain.grid.util.nodestart
-
SSH processor, interface was introduced to avoid mandatory runtime dependency on SSH library.
- GridSslBasicContextFactory - Class in org.gridgain.client.ssl
-
Basic ssl context factory that provides ssl context configuration with specified key
and trust stores.
- GridSslBasicContextFactory() - Constructor for class org.gridgain.client.ssl.GridSslBasicContextFactory
-
- GridSslContextFactory - Interface in org.gridgain.client.ssl
-
This interface provides creation of SSL context both for server and client use.
- GridStandardMBean - Class in org.gridgain.grid.util.mbean
-
Extension of standard Java MBean.
- GridStandardMBean(T, Class<T>) - Constructor for class org.gridgain.grid.util.mbean.GridStandardMBean
-
Make a DynamicMBean out of the object implementation, using the specified
mbeanInterface class.
- gridStartTime() - Method in class org.gridgain.grid.kernal.managers.discovery.GridDiscoveryManager
-
- gridStartTime() - Method in class org.gridgain.grid.spi.discovery.tcp.messages.GridTcpDiscoveryNodeAddedMessage
-
- GridStreamer - Interface in org.gridgain.grid.streamer
-
Streamer interface.
- GridStreamerAffinityEventRouter - Class in org.gridgain.grid.streamer.router
-
Router used to colocate identical streamer events or events with identical affinity
key on the same node.
- GridStreamerAffinityEventRouter() - Constructor for class org.gridgain.grid.streamer.router.GridStreamerAffinityEventRouter
-
- GridStreamerAffinityEventRouter.AffinityEvent - Interface in org.gridgain.grid.streamer.router
-
All events that implement this interface will be routed based on key affinity.
- GridStreamerAttributes - Class in org.gridgain.grid.kernal.processors.streamer
-
- GridStreamerAttributes() - Constructor for class org.gridgain.grid.kernal.processors.streamer.GridStreamerAttributes
-
- GridStreamerAttributes(GridStreamerConfiguration) - Constructor for class org.gridgain.grid.kernal.processors.streamer.GridStreamerAttributes
-
- GridStreamerBoundedSizeBatchWindow<E> - Class in org.gridgain.grid.streamer.window
-
Window that is bounded by size and accumulates events to batches.
- GridStreamerBoundedSizeBatchWindow() - Constructor for class org.gridgain.grid.streamer.window.GridStreamerBoundedSizeBatchWindow
-
- GridStreamerBoundedSizeSortedWindow<E> - Class in org.gridgain.grid.streamer.window
-
Size-bounded sorted window.
- GridStreamerBoundedSizeSortedWindow() - Constructor for class org.gridgain.grid.streamer.window.GridStreamerBoundedSizeSortedWindow
-
- GridStreamerBoundedSizeWindow<E> - Class in org.gridgain.grid.streamer.window
-
Queue window bounded by number of elements in queue.
- GridStreamerBoundedSizeWindow() - Constructor for class org.gridgain.grid.streamer.window.GridStreamerBoundedSizeWindow
-
- GridStreamerBoundedTimeBatchWindow<E> - Class in org.gridgain.grid.streamer.window
-
Window that accumulates events in batches, and is bounded by time and maximum number of batches.
- GridStreamerBoundedTimeBatchWindow() - Constructor for class org.gridgain.grid.streamer.window.GridStreamerBoundedTimeBatchWindow
-
- GridStreamerBoundedTimeWindow<E> - Class in org.gridgain.grid.streamer.window
-
Window which is bounded by size and time interval.
- GridStreamerBoundedTimeWindow() - Constructor for class org.gridgain.grid.streamer.window.GridStreamerBoundedTimeWindow
-
- GridStreamerBroadcastTask - Class in org.gridgain.grid.kernal.processors.streamer.task
-
Streamer broadcast task.
- GridStreamerBroadcastTask(GridInClosure<GridStreamerContext>, String) - Constructor for class org.gridgain.grid.kernal.processors.streamer.task.GridStreamerBroadcastTask
-
- GridStreamerCacheAffinityEventRouter - Class in org.gridgain.grid.streamer.router
-
Router used to colocate streamer events with data stored in a partitioned cache.
- GridStreamerCacheAffinityEventRouter() - Constructor for class org.gridgain.grid.streamer.router.GridStreamerCacheAffinityEventRouter
-
- GridStreamerCacheAffinityEventRouter.CacheAffinityEvent - Interface in org.gridgain.grid.streamer.router
-
All events that implement this interface will be routed based on key affinity.
- GridStreamerCancelRequest - Class in org.gridgain.grid.kernal.processors.streamer
-
Streamer cancel request.
- GridStreamerCancelRequest() - Constructor for class org.gridgain.grid.kernal.processors.streamer.GridStreamerCancelRequest
-
- GridStreamerCancelRequest(GridUuid) - Constructor for class org.gridgain.grid.kernal.processors.streamer.GridStreamerCancelRequest
-
- GridStreamerConfiguration - Class in org.gridgain.grid.streamer
-
Streamer configuration.
- GridStreamerConfiguration() - Constructor for class org.gridgain.grid.streamer.GridStreamerConfiguration
-
- GridStreamerConfiguration(GridStreamerConfiguration) - Constructor for class org.gridgain.grid.streamer.GridStreamerConfiguration
-
- GridStreamerContext - Interface in org.gridgain.grid.streamer
-
Streamer context.
- GridStreamerContextDelegate - Class in org.gridgain.grid.kernal.processors.streamer
-
Context delegate allowing to override next stage name.
- GridStreamerContextDelegate(GridStreamerContext, String) - Constructor for class org.gridgain.grid.kernal.processors.streamer.GridStreamerContextDelegate
-
- GridStreamerContextImpl - Class in org.gridgain.grid.kernal.processors.streamer
-
Streamer context implementation.
- GridStreamerContextImpl(GridKernalContext, GridStreamerConfiguration, GridStreamerEx) - Constructor for class org.gridgain.grid.kernal.processors.streamer.GridStreamerContextImpl
-
- GridStreamerEventRouter - Interface in org.gridgain.grid.streamer
-
Streamer event router.
- GridStreamerEventRouterAdapter - Class in org.gridgain.grid.streamer
-
Streamer adapter for event routers.
- GridStreamerEventRouterAdapter() - Constructor for class org.gridgain.grid.streamer.GridStreamerEventRouterAdapter
-
- GridStreamerEx - Interface in org.gridgain.grid.kernal.processors.streamer
-
Extended streamer context with methods intended for internal use.
- GridStreamerExecutionBatch - Class in org.gridgain.grid.kernal.processors.streamer
-
Streamer execution batch which should be processed on one node.
- GridStreamerExecutionBatch() - Constructor for class org.gridgain.grid.kernal.processors.streamer.GridStreamerExecutionBatch
-
Empty constructor required by
- GridStreamerExecutionBatch(GridUuid, long, GridUuid, Collection<UUID>, String, Collection<Object>) - Constructor for class org.gridgain.grid.kernal.processors.streamer.GridStreamerExecutionBatch
-
Execution batch.
- GridStreamerExecutionRequest - Class in org.gridgain.grid.kernal.processors.streamer
-
- GridStreamerExecutionRequest() - Constructor for class org.gridgain.grid.kernal.processors.streamer.GridStreamerExecutionRequest
-
- GridStreamerExecutionRequest(boolean, byte[], GridDeploymentMode, String, String, Map<UUID, GridUuid>, GridUuid) - Constructor for class org.gridgain.grid.kernal.processors.streamer.GridStreamerExecutionRequest
-
- GridStreamerFailureListener - Interface in org.gridgain.grid.streamer
-
Streamer failure listener.
- GridStreamerHashIndexProvider<E,K,V> - Class in org.gridgain.grid.streamer.index.hash
-
- GridStreamerHashIndexProvider() - Constructor for class org.gridgain.grid.streamer.index.hash.GridStreamerHashIndexProvider
-
- GridStreamerImpl - Class in org.gridgain.grid.kernal.processors.streamer
-
- GridStreamerImpl() - Constructor for class org.gridgain.grid.kernal.processors.streamer.GridStreamerImpl
-
- GridStreamerImpl(GridKernalContext, GridStreamerConfiguration) - Constructor for class org.gridgain.grid.kernal.processors.streamer.GridStreamerImpl
-
- GridStreamerIndex<E,K,V> - Interface in org.gridgain.grid.streamer.index
-
User view on streamer index.
- GridStreamerIndexEntry<E,K,V> - Interface in org.gridgain.grid.streamer.index
-
Streamer index entry.
- GridStreamerIndexPolicy - Enum in org.gridgain.grid.streamer.index
-
Streamer index policy, which defines how events
are tracked within an index.
- GridStreamerIndexProvider<E,K,V> - Interface in org.gridgain.grid.streamer.index
-
Represents an actual instance of an index.
- GridStreamerIndexProviderAdapter<E,K,V> - Class in org.gridgain.grid.streamer.index
-
- GridStreamerIndexProviderAdapter() - Constructor for class org.gridgain.grid.streamer.index.GridStreamerIndexProviderAdapter
-
- GridStreamerIndexProviderAdapter.DedupTrackingEntry<E,K,V> - Class in org.gridgain.grid.streamer.index
-
- GridStreamerIndexProviderAdapter.DedupTrackingEntry(Map<E, Integer>, K, V, GridStreamerIndexProviderAdapter.IndexKey<V>) - Constructor for class org.gridgain.grid.streamer.index.GridStreamerIndexProviderAdapter.DedupTrackingEntry
-
- GridStreamerIndexProviderAdapter.Entry<E,K,V> - Class in org.gridgain.grid.streamer.index
-
Streamer window index entry.
- GridStreamerIndexProviderAdapter.EventTrackingEntry<E,K,V> - Class in org.gridgain.grid.streamer.index
-
- GridStreamerIndexProviderAdapter.EventTrackingEntry(Collection<E>, K, V, GridStreamerIndexProviderAdapter.IndexKey<V>) - Constructor for class org.gridgain.grid.streamer.index.GridStreamerIndexProviderAdapter.EventTrackingEntry
-
- GridStreamerIndexProviderAdapter.IndexKey<V> - Interface in org.gridgain.grid.streamer.index
-
Streamer window index key.
- GridStreamerIndexProviderAdapter.NonTrackingEntry<E,K,V> - Class in org.gridgain.grid.streamer.index
-
- GridStreamerIndexProviderAdapter.NonTrackingEntry(K, V, GridStreamerIndexProviderAdapter.IndexKey<V>) - Constructor for class org.gridgain.grid.streamer.index.GridStreamerIndexProviderAdapter.NonTrackingEntry
-
- GridStreamerIndexProviderMBean - Interface in org.gridgain.grid.streamer.index
-
Streamer window index provider MBean.
- GridStreamerIndexUpdater<E,K,V> - Interface in org.gridgain.grid.streamer.index
-
Index updater.
- GridStreamerIndexUpdateSync - Class in org.gridgain.grid.streamer.index
-
Streamer index update synchronizer.
- GridStreamerIndexUpdateSync() - Constructor for class org.gridgain.grid.streamer.index.GridStreamerIndexUpdateSync
-
- GridStreamerLocalEventRouter - Class in org.gridgain.grid.streamer.router
-
Local router.
- GridStreamerLocalEventRouter() - Constructor for class org.gridgain.grid.streamer.router.GridStreamerLocalEventRouter
-
- GridStreamerMBean - Interface in org.gridgain.grid.streamer
-
Streamer MBean interface.
- GridStreamerMBeanAdapter - Class in org.gridgain.grid.kernal.processors.streamer
-
Streamer MBean implementation.
- GridStreamerMBeanAdapter(GridStreamerImpl) - Constructor for class org.gridgain.grid.kernal.processors.streamer.GridStreamerMBeanAdapter
-
- GridStreamerMetrics - Interface in org.gridgain.grid.streamer
-
Streamer metrics.
- GridStreamerMetricsAdapter - Class in org.gridgain.grid.kernal.processors.streamer
-
Streamer metrics adapter.
- GridStreamerMetricsAdapter() - Constructor for class org.gridgain.grid.kernal.processors.streamer.GridStreamerMetricsAdapter
-
Empty constructor.
- GridStreamerMetricsAdapter(GridStreamerMetrics) - Constructor for class org.gridgain.grid.kernal.processors.streamer.GridStreamerMetricsAdapter
-
- GridStreamerMetricsHolder - Class in org.gridgain.grid.kernal.processors.streamer
-
Metrics holder.
- GridStreamerMetricsHolder(GridStreamerStageMetricsHolder[], GridStreamerWindowMetricsHolder[], int) - Constructor for class org.gridgain.grid.kernal.processors.streamer.GridStreamerMetricsHolder
-
- GridStreamerQueryTask<R> - Class in org.gridgain.grid.kernal.processors.streamer.task
-
Streamer query task.
- GridStreamerQueryTask(GridClosure<GridStreamerContext, R>, String) - Constructor for class org.gridgain.grid.kernal.processors.streamer.task.GridStreamerQueryTask
-
- GridStreamerRandomEventRouter - Class in org.gridgain.grid.streamer.router
-
Random router.
- GridStreamerRandomEventRouter() - Constructor for class org.gridgain.grid.streamer.router.GridStreamerRandomEventRouter
-
Empty constructor for spring.
- GridStreamerRandomEventRouter(GridPredicate<GridNode>...) - Constructor for class org.gridgain.grid.streamer.router.GridStreamerRandomEventRouter
-
Constructs random event router with optional set of filters to apply to streamer projection.
- GridStreamerRandomEventRouter(Collection<GridPredicate<GridNode>>) - Constructor for class org.gridgain.grid.streamer.router.GridStreamerRandomEventRouter
-
Constructs random event router with optional set of filters to apply to streamer projection.
- GridStreamerReduceTask<R1,R2> - Class in org.gridgain.grid.kernal.processors.streamer.task
-
Streamer query task.
- GridStreamerReduceTask(GridClosure<GridStreamerContext, R1>, GridReducer<R1, R2>, String) - Constructor for class org.gridgain.grid.kernal.processors.streamer.task.GridStreamerReduceTask
-
- GridStreamerResponse - Class in org.gridgain.grid.kernal.processors.streamer
-
- GridStreamerResponse() - Constructor for class org.gridgain.grid.kernal.processors.streamer.GridStreamerResponse
-
- GridStreamerResponse(GridUuid, byte[]) - Constructor for class org.gridgain.grid.kernal.processors.streamer.GridStreamerResponse
-
- GridStreamerRoundRobinEventRouter - Class in org.gridgain.grid.streamer.router
-
Round robin router.
- GridStreamerRoundRobinEventRouter() - Constructor for class org.gridgain.grid.streamer.router.GridStreamerRoundRobinEventRouter
-
- GridStreamerRouteFailedException - Exception in org.gridgain.grid.kernal.processors.streamer
-
Exception thrown when router did not return route map.
- GridStreamerRouteFailedException(String) - Constructor for exception org.gridgain.grid.kernal.processors.streamer.GridStreamerRouteFailedException
-
- GridStreamerStage<IN> - Interface in org.gridgain.grid.streamer
-
Streamer stage is a component that determines event processing flow.
- GridStreamerStageExecutionFuture - Class in org.gridgain.grid.kernal.processors.streamer
-
Streamer execution future.
- GridStreamerStageExecutionFuture() - Constructor for class org.gridgain.grid.kernal.processors.streamer.GridStreamerStageExecutionFuture
-
- GridStreamerStageExecutionFuture(GridStreamerEx, GridUuid, int, long, GridUuid, Collection<UUID>, String, Collection<?>) - Constructor for class org.gridgain.grid.kernal.processors.streamer.GridStreamerStageExecutionFuture
-
- GridStreamerStageMBean - Interface in org.gridgain.grid.streamer
-
Streamer stage MBean.
- GridStreamerStageMBeanAdapter - Class in org.gridgain.grid.kernal.processors.streamer
-
Streamer stage MBean adapter.
- GridStreamerStageMBeanAdapter(String, String, GridStreamerImpl) - Constructor for class org.gridgain.grid.kernal.processors.streamer.GridStreamerStageMBeanAdapter
-
- GridStreamerStageMetrics - Interface in org.gridgain.grid.streamer
-
Streamer stage metrics.
- GridStreamerStageMetricsAdapter - Class in org.gridgain.grid.kernal.processors.streamer
-
Streamer stage metrics adapter.
- GridStreamerStageMetricsAdapter() - Constructor for class org.gridgain.grid.kernal.processors.streamer.GridStreamerStageMetricsAdapter
-
Empty constructor.
- GridStreamerStageMetricsAdapter(GridStreamerStageMetrics) - Constructor for class org.gridgain.grid.kernal.processors.streamer.GridStreamerStageMetricsAdapter
-
- GridStreamerStageMetricsHolder - Class in org.gridgain.grid.kernal.processors.streamer
-
Streamer stage metrics holder.
- GridStreamerStageMetricsHolder(String) - Constructor for class org.gridgain.grid.kernal.processors.streamer.GridStreamerStageMetricsHolder
-
- GridStreamerStageWrapper - Class in org.gridgain.grid.kernal.processors.streamer
-
Stage wrapper that handles metrics calculation and time measurement.
- GridStreamerStageWrapper(GridStreamerStage<Object>, int) - Constructor for class org.gridgain.grid.kernal.processors.streamer.GridStreamerStageWrapper
-
- GridStreamerTreeIndexProvider<E,K,V> - Class in org.gridgain.grid.streamer.index.tree
-
- GridStreamerTreeIndexProvider() - Constructor for class org.gridgain.grid.streamer.index.tree.GridStreamerTreeIndexProvider
-
- GridStreamerUnboundedWindow<E> - Class in org.gridgain.grid.streamer.window
-
Unbounded window which holds all events.
- GridStreamerUnboundedWindow() - Constructor for class org.gridgain.grid.streamer.window.GridStreamerUnboundedWindow
-
- GridStreamerWindow<E> - Interface in org.gridgain.grid.streamer
-
Streamer rolling window.
- GridStreamerWindowAdapter<E> - Class in org.gridgain.grid.streamer.window
-
Streamer window adapter.
- GridStreamerWindowAdapter() - Constructor for class org.gridgain.grid.streamer.window.GridStreamerWindowAdapter
-
- GridStreamerWindowIterator<T> - Class in org.gridgain.grid.kernal.processors.streamer
-
Helper iterator extension which prevents regular element remove and adds removex() method tracking which element
was actually removed.
- GridStreamerWindowIterator() - Constructor for class org.gridgain.grid.kernal.processors.streamer.GridStreamerWindowIterator
-
- GridStreamerWindowMBean - Interface in org.gridgain.grid.streamer
-
Streamer window MBean.
- GridStreamerWindowMetrics - Interface in org.gridgain.grid.streamer
-
Streamer window metrics.
- GridStreamerWindowMetricsAdapter - Class in org.gridgain.grid.kernal.processors.streamer
-
Streamer window metrics adapter.
- GridStreamerWindowMetricsAdapter(GridStreamerWindowMetrics) - Constructor for class org.gridgain.grid.kernal.processors.streamer.GridStreamerWindowMetricsAdapter
-
- GridStreamerWindowMetricsHolder - Class in org.gridgain.grid.kernal.processors.streamer
-
Streamer window metrics holder.
- GridStreamerWindowMetricsHolder(GridStreamerWindow) - Constructor for class org.gridgain.grid.kernal.processors.streamer.GridStreamerWindowMetricsHolder
-
- GridStreamProcessor - Class in org.gridgain.grid.kernal.processors.streamer
-
- GridStreamProcessor(GridKernalContext) - Constructor for class org.gridgain.grid.kernal.processors.streamer.GridStreamProcessor
-
- GridStringBuilder - Class in org.gridgain.grid.util
-
Optimized string builder with better API.
- GridStringBuilder() - Constructor for class org.gridgain.grid.util.GridStringBuilder
-
- GridStringBuilder(int) - Constructor for class org.gridgain.grid.util.GridStringBuilder
-
- GridStringBuilder(String) - Constructor for class org.gridgain.grid.util.GridStringBuilder
-
- GridStringBuilder(CharSequence) - Constructor for class org.gridgain.grid.util.GridStringBuilder
-
- GridStringBuilderFactory - Class in org.gridgain.grid.util
-
- GridStripedLock - Class in org.gridgain.grid.util
-
This is an utility class for 'splitting' locking of some
int- or long-keyed resources.
- GridStripedLock(int) - Constructor for class org.gridgain.grid.util.GridStripedLock
-
Creates new instance with the given concurrency level (number of locks).
- GridStripedReadWriteLock - Class in org.gridgain.grid.util
-
This is an utility class for 'splitting' locking of some
int- or long-keyed resources.
- GridStripedReadWriteLock(int) - Constructor for class org.gridgain.grid.util.GridStripedReadWriteLock
-
Creates new instance with the given concurrency level (number of locks).
- GridStripedThreadPoolExecutor - Class in org.gridgain.grid.thread
-
An
ExecutorService that executes submitted tasks using pooled grid threads.
- GridStripedThreadPoolExecutor() - Constructor for class org.gridgain.grid.thread.GridStripedThreadPoolExecutor
-
- gridSwap() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheContext
-
- 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(GridNode, String, int, String) - Constructor for class org.gridgain.grid.events.GridSwapSpaceEvent
-
Creates swap space event.
- GridSwapSpaceManager - Class in org.gridgain.grid.kernal.managers.swapspace
-
- GridSwapSpaceManager(GridKernalContext) - Constructor for class org.gridgain.grid.kernal.managers.swapspace.GridSwapSpaceManager
-
- GridSwapSpaceSpi - Interface in org.gridgain.grid.spi.swapspace
-
Provides a mechanism in grid for storing data on disk.
- GridSwapSpaceSpiListener - Interface in org.gridgain.grid.spi.swapspace
-
Swap space SPI eviction listener.
- GridSynchronizedMap<K,V> - Class in org.gridgain.grid.util
-
Synchronized map for cache values that is safe to update in-place.
- GridSynchronizedMap() - Constructor for class org.gridgain.grid.util.GridSynchronizedMap
-
- GridSystemProperties - Class in org.gridgain.grid
-
Contains constants for all system properties and environmental variables in GridGain.
- GridTaskCancelRequest - Class in org.gridgain.grid.kernal
-
Request for cancelling tasks.
- GridTaskCancelRequest() - Constructor for class org.gridgain.grid.kernal.GridTaskCancelRequest
-
- GridTaskCancelRequest(GridUuid) - Constructor for class org.gridgain.grid.kernal.GridTaskCancelRequest
-
- GridTaskCommandHandler - Class in org.gridgain.grid.kernal.processors.rest.handlers.task
-
Command handler for API requests.
- GridTaskCommandHandler(GridKernalContext) - Constructor for class org.gridgain.grid.kernal.processors.rest.handlers.task.GridTaskCommandHandler
-
- GridTaskContinuousMapperResource - Annotation Type in org.gridgain.grid.resources
-
- GridTaskEvent - Class in org.gridgain.grid.events
-
Grid task event.
- GridTaskEvent(GridNode, String, int, GridUuid, String, String, boolean, UUID) - Constructor for class org.gridgain.grid.events.GridTaskEvent
-
Creates task event with given parameters.
- GridTaskFutureImpl<R> - Class in org.gridgain.grid.kernal
-
This class provide implementation for task future.
- GridTaskFutureImpl() - Constructor for class org.gridgain.grid.kernal.GridTaskFutureImpl
-
- GridTaskFutureImpl(GridComputeTaskSession, GridKernalContext) - Constructor for class org.gridgain.grid.kernal.GridTaskFutureImpl
-
- GridTaskMessage - Interface in org.gridgain.grid.kernal
-
Grid task related message.
- GridTaskProcessor - Class in org.gridgain.grid.kernal.processors.task
-
This class defines task processor.
- GridTaskProcessor(GridKernalContext) - Constructor for class org.gridgain.grid.kernal.processors.task.GridTaskProcessor
-
- GridTaskResultRequest - Class in org.gridgain.grid.kernal.processors.rest.handlers.task
-
Task result request.
- GridTaskResultRequest() - Constructor for class org.gridgain.grid.kernal.processors.rest.handlers.task.GridTaskResultRequest
-
- GridTaskResultResponse - Class in org.gridgain.grid.kernal.processors.rest.handlers.task
-
Task result response.
- GridTaskResultResponse() - Constructor for class org.gridgain.grid.kernal.processors.rest.handlers.task.GridTaskResultResponse
-
- GridTaskSessionImpl - Class in org.gridgain.grid.kernal
-
Task session.
- GridTaskSessionImpl(UUID, String, GridDeployment, String, GridUuid, Collection<UUID>, long, long, Collection<GridComputeJobSibling>, Map<Object, Object>, GridKernalContext, boolean) - Constructor for class org.gridgain.grid.kernal.GridTaskSessionImpl
-
- GridTaskSessionInternal - Interface in org.gridgain.grid.kernal
-
Internal task session interface.
- GridTaskSessionProcessor - Class in org.gridgain.grid.kernal.processors.session
-
- GridTaskSessionProcessor(GridKernalContext) - Constructor for class org.gridgain.grid.kernal.processors.session.GridTaskSessionProcessor
-
- GridTaskSessionRequest - Class in org.gridgain.grid.kernal
-
Task session request.
- GridTaskSessionRequest() - Constructor for class org.gridgain.grid.kernal.GridTaskSessionRequest
-
- GridTaskSessionRequest(GridUuid, GridUuid, byte[], Map<?, ?>) - Constructor for class org.gridgain.grid.kernal.GridTaskSessionRequest
-
- GridTaskSessionResource - Annotation Type in org.gridgain.grid.resources
-
- GridTaskThreadContextKey - Enum in org.gridgain.grid.kernal.processors.task
-
Defines keys for thread-local context in task processor.
- GridTcpCommunicationClient - Class in org.gridgain.grid.util.nio
-
Grid client for NIO server.
- GridTcpCommunicationClient(GridNioMetricsListener, GridNioMessageWriter, InetSocketAddress, InetAddress, long, boolean, int, int, int, int, double) - Constructor for class org.gridgain.grid.util.nio.GridTcpCommunicationClient
-
- GridTcpCommunicationMessageAdapter - Class in org.gridgain.grid.util.direct
-
Communication message adapter.
- GridTcpCommunicationMessageAdapter() - Constructor for class org.gridgain.grid.util.direct.GridTcpCommunicationMessageAdapter
-
- GridTcpCommunicationMessageFactory - Class in org.gridgain.grid.util.direct
-
Communication message factory.
- GridTcpCommunicationMessageFactory() - Constructor for class org.gridgain.grid.util.direct.GridTcpCommunicationMessageFactory
-
- GridTcpCommunicationMessageProducer - Interface in org.gridgain.grid.util.direct
-
Message producer.
- GridTcpCommunicationMessageState - Class in org.gridgain.grid.util.direct
-
Communication message state.
- GridTcpCommunicationMessageState() - Constructor for class org.gridgain.grid.util.direct.GridTcpCommunicationMessageState
-
- 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
-
- GridTcpCommunicationSpi.NodeIdMessage - Class in org.gridgain.grid.spi.communication.tcp
-
Node ID message.
- GridTcpCommunicationSpi.NodeIdMessage() - Constructor for class org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpi.NodeIdMessage
-
- GridTcpCommunicationSpiMBean - Interface in org.gridgain.grid.spi.communication.tcp
-
MBean provide access to TCP-based communication SPI.
- GridTcpDiscoveryAbstractMessage - Class in org.gridgain.grid.spi.discovery.tcp.messages
-
Base class to implement discovery messages.
- GridTcpDiscoveryAbstractMessage() - Constructor for class org.gridgain.grid.spi.discovery.tcp.messages.GridTcpDiscoveryAbstractMessage
-
- GridTcpDiscoveryAbstractMessage(UUID) - Constructor for class org.gridgain.grid.spi.discovery.tcp.messages.GridTcpDiscoveryAbstractMessage
-
Constructor.
- GridTcpDiscoveryAuthFailedMessage - Class in org.gridgain.grid.spi.discovery.tcp.messages
-
Message telling joining node that its authentication failed on coordinator.
- GridTcpDiscoveryAuthFailedMessage() - Constructor for class org.gridgain.grid.spi.discovery.tcp.messages.GridTcpDiscoveryAuthFailedMessage
-
- GridTcpDiscoveryAuthFailedMessage(UUID, InetAddress) - Constructor for class org.gridgain.grid.spi.discovery.tcp.messages.GridTcpDiscoveryAuthFailedMessage
-
Constructor.
- GridTcpDiscoveryCheckFailedMessage - Class in org.gridgain.grid.spi.discovery.tcp.messages
-
Message telling joining node that it failed coordinator's validation check.
- GridTcpDiscoveryCheckFailedMessage() - Constructor for class org.gridgain.grid.spi.discovery.tcp.messages.GridTcpDiscoveryCheckFailedMessage
-
- GridTcpDiscoveryCheckFailedMessage(UUID, String) - Constructor for class org.gridgain.grid.spi.discovery.tcp.messages.GridTcpDiscoveryCheckFailedMessage
-
Constructor.
- GridTcpDiscoveryDiscardMessage - Class in org.gridgain.grid.spi.discovery.tcp.messages
-
Message sent by coordinator when some operation handling is over.
- GridTcpDiscoveryDiscardMessage() - Constructor for class org.gridgain.grid.spi.discovery.tcp.messages.GridTcpDiscoveryDiscardMessage
-
- GridTcpDiscoveryDiscardMessage(UUID, GridUuid) - Constructor for class org.gridgain.grid.spi.discovery.tcp.messages.GridTcpDiscoveryDiscardMessage
-
Constructor.
- GridTcpDiscoveryDuplicateIdMessage - Class in org.gridgain.grid.spi.discovery.tcp.messages
-
Message telling joining node that new topology already contain
different node with same ID.
- GridTcpDiscoveryDuplicateIdMessage() - Constructor for class org.gridgain.grid.spi.discovery.tcp.messages.GridTcpDiscoveryDuplicateIdMessage
-
- GridTcpDiscoveryDuplicateIdMessage(UUID, GridTcpDiscoveryNode) - Constructor for class org.gridgain.grid.spi.discovery.tcp.messages.GridTcpDiscoveryDuplicateIdMessage
-
Constructor.
- GridTcpDiscoveryEnsureDelivery - Annotation Type in org.gridgain.grid.spi.discovery.tcp.messages
-
Message classes with this annotation attached are processed in a special way to
ensure messages delivery.
- GridTcpDiscoveryHandshakeRequest - Class in org.gridgain.grid.spi.discovery.tcp.messages
-
Handshake request.
- GridTcpDiscoveryHandshakeRequest() - Constructor for class org.gridgain.grid.spi.discovery.tcp.messages.GridTcpDiscoveryHandshakeRequest
-
- GridTcpDiscoveryHandshakeRequest(UUID) - Constructor for class org.gridgain.grid.spi.discovery.tcp.messages.GridTcpDiscoveryHandshakeRequest
-
Constructor.
- GridTcpDiscoveryHandshakeResponse - Class in org.gridgain.grid.spi.discovery.tcp.messages
-
Handshake response.
- GridTcpDiscoveryHandshakeResponse() - Constructor for class org.gridgain.grid.spi.discovery.tcp.messages.GridTcpDiscoveryHandshakeResponse
-
- GridTcpDiscoveryHandshakeResponse(UUID, long) - Constructor for class org.gridgain.grid.spi.discovery.tcp.messages.GridTcpDiscoveryHandshakeResponse
-
Constructor.
- GridTcpDiscoveryHeartbeatMessage - Class in org.gridgain.grid.spi.discovery.tcp.messages
-
Heartbeat message.
- GridTcpDiscoveryHeartbeatMessage() - Constructor for class org.gridgain.grid.spi.discovery.tcp.messages.GridTcpDiscoveryHeartbeatMessage
-
- GridTcpDiscoveryHeartbeatMessage(UUID) - Constructor for class org.gridgain.grid.spi.discovery.tcp.messages.GridTcpDiscoveryHeartbeatMessage
-
Constructor.
- GridTcpDiscoveryIpFinder - Interface in org.gridgain.grid.spi.discovery.tcp.ipfinder
-
- 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
-
- GridTcpDiscoveryJoinRequestMessage - Class in org.gridgain.grid.spi.discovery.tcp.messages
-
Initial message sent by a node that wants to enter topology.
- GridTcpDiscoveryJoinRequestMessage() - Constructor for class org.gridgain.grid.spi.discovery.tcp.messages.GridTcpDiscoveryJoinRequestMessage
-
- GridTcpDiscoveryJoinRequestMessage(GridTcpDiscoveryNode, List<Object>) - Constructor for class org.gridgain.grid.spi.discovery.tcp.messages.GridTcpDiscoveryJoinRequestMessage
-
Constructor.
- GridTcpDiscoveryLoopbackProblemMessage - Class in org.gridgain.grid.spi.discovery.tcp.messages
-
Message telling joining node that it has loopback problem (misconfiguration).
- GridTcpDiscoveryLoopbackProblemMessage() - Constructor for class org.gridgain.grid.spi.discovery.tcp.messages.GridTcpDiscoveryLoopbackProblemMessage
-
- GridTcpDiscoveryLoopbackProblemMessage(UUID, Collection<String>, Collection<String>) - Constructor for class org.gridgain.grid.spi.discovery.tcp.messages.GridTcpDiscoveryLoopbackProblemMessage
-
Constructor.
- GridTcpDiscoveryMetricsStore - Interface in org.gridgain.grid.spi.discovery.tcp.metricsstore
-
- 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
-
- GridTcpDiscoveryMulticastIpFinder - Class in org.gridgain.grid.spi.discovery.tcp.ipfinder.multicast
-
Multicast-based IP finder.
- GridTcpDiscoveryMulticastIpFinder() - Constructor for class org.gridgain.grid.spi.discovery.tcp.ipfinder.multicast.GridTcpDiscoveryMulticastIpFinder
-
Constructs new IP finder.
- GridTcpDiscoveryNode - Class in org.gridgain.grid.spi.discovery.tcp.internal
-
- GridTcpDiscoveryNode() - Constructor for class org.gridgain.grid.spi.discovery.tcp.internal.GridTcpDiscoveryNode
-
- GridTcpDiscoveryNode(UUID, Collection<String>, Collection<String>, int, GridDiscoveryMetricsProvider, GridProductVersion) - Constructor for class org.gridgain.grid.spi.discovery.tcp.internal.GridTcpDiscoveryNode
-
Constructor.
- GridTcpDiscoveryNodeAddedMessage - Class in org.gridgain.grid.spi.discovery.tcp.messages
-
Message telling nodes that new node should be added to topology.
- GridTcpDiscoveryNodeAddedMessage() - Constructor for class org.gridgain.grid.spi.discovery.tcp.messages.GridTcpDiscoveryNodeAddedMessage
-
- GridTcpDiscoveryNodeAddedMessage(UUID, GridTcpDiscoveryNode, List<Object>, long) - Constructor for class org.gridgain.grid.spi.discovery.tcp.messages.GridTcpDiscoveryNodeAddedMessage
-
Constructor.
- GridTcpDiscoveryNodeAddFinishedMessage - Class in org.gridgain.grid.spi.discovery.tcp.messages
-
Sent by coordinator across the ring to finish node add process.
- GridTcpDiscoveryNodeAddFinishedMessage() - Constructor for class org.gridgain.grid.spi.discovery.tcp.messages.GridTcpDiscoveryNodeAddFinishedMessage
-
- GridTcpDiscoveryNodeAddFinishedMessage(UUID, UUID) - Constructor for class org.gridgain.grid.spi.discovery.tcp.messages.GridTcpDiscoveryNodeAddFinishedMessage
-
Constructor.
- GridTcpDiscoveryNodeFailedMessage - Class in org.gridgain.grid.spi.discovery.tcp.messages
-
Sent by node that has detected node failure to coordinator across the ring,
then sent by coordinator across the ring.
- GridTcpDiscoveryNodeFailedMessage() - Constructor for class org.gridgain.grid.spi.discovery.tcp.messages.GridTcpDiscoveryNodeFailedMessage
-
- GridTcpDiscoveryNodeFailedMessage(UUID, UUID, long) - Constructor for class org.gridgain.grid.spi.discovery.tcp.messages.GridTcpDiscoveryNodeFailedMessage
-
Constructor.
- GridTcpDiscoveryNodeLeftMessage - Class in org.gridgain.grid.spi.discovery.tcp.messages
-
Sent by node that is stopping to coordinator across the ring,
then sent by coordinator across the ring.
- GridTcpDiscoveryNodeLeftMessage() - Constructor for class org.gridgain.grid.spi.discovery.tcp.messages.GridTcpDiscoveryNodeLeftMessage
-
- GridTcpDiscoveryNodeLeftMessage(UUID) - Constructor for class org.gridgain.grid.spi.discovery.tcp.messages.GridTcpDiscoveryNodeLeftMessage
-
Constructor.
- GridTcpDiscoveryNodesRing - Class in org.gridgain.grid.spi.discovery.tcp.internal
-
- GridTcpDiscoveryNodesRing() - Constructor for class org.gridgain.grid.spi.discovery.tcp.internal.GridTcpDiscoveryNodesRing
-
- 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
-
- 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
-
- GridTcpDiscoverySpiState - Enum in org.gridgain.grid.spi.discovery.tcp.internal
-
- GridTcpDiscoveryStatistics - Class in org.gridgain.grid.spi.discovery.tcp.internal
-
- GridTcpDiscoveryStatistics() - Constructor for class org.gridgain.grid.spi.discovery.tcp.internal.GridTcpDiscoveryStatistics
-
- GridTcpDiscoveryStatusCheckMessage - Class in org.gridgain.grid.spi.discovery.tcp.messages
-
Message sent by node to its next to ensure that next node and
connection to it are alive.
- GridTcpDiscoveryStatusCheckMessage() - Constructor for class org.gridgain.grid.spi.discovery.tcp.messages.GridTcpDiscoveryStatusCheckMessage
-
- GridTcpDiscoveryStatusCheckMessage(GridTcpDiscoveryNode, UUID) - Constructor for class org.gridgain.grid.spi.discovery.tcp.messages.GridTcpDiscoveryStatusCheckMessage
-
Constructor.
- GridTcpDiscoveryVmIpFinder - Class in org.gridgain.grid.spi.discovery.tcp.ipfinder.vm
-
- 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
-
- GridTcpMemcachedNioListener - Class in org.gridgain.grid.kernal.processors.rest.protocols.tcp
-
Handles memcache requests.
- GridTcpMemcachedNioListener(GridLogger, GridRestProtocolHandler, GridKernalContext) - Constructor for class org.gridgain.grid.kernal.processors.rest.protocols.tcp.GridTcpMemcachedNioListener
-
Creates listener which will convert incoming tcp packets to rest requests and forward them to
a given rest handler.
- GridTcpNioCommunicationClient - Class in org.gridgain.grid.util.nio
-
Grid client for NIO server.
- GridTcpNioCommunicationClient() - Constructor for class org.gridgain.grid.util.nio.GridTcpNioCommunicationClient
-
Constructor for test purposes only.
- GridTcpNioCommunicationClient(GridNioSession) - Constructor for class org.gridgain.grid.util.nio.GridTcpNioCommunicationClient
-
- GridTcpRestDirectParser - Class in org.gridgain.grid.kernal.processors.rest.protocols.tcp
-
- GridTcpRestDirectParser(GridTcpRestProtocol, GridNioMessageReader) - Constructor for class org.gridgain.grid.kernal.processors.rest.protocols.tcp.GridTcpRestDirectParser
-
- GridTcpRestDirectParser.HeaderData - Class in org.gridgain.grid.kernal.processors.rest.protocols.tcp
-
Header.
- GridTcpRestDirectParser.ParserState - Class in org.gridgain.grid.kernal.processors.rest.protocols.tcp
-
Holder for parser state and temporary buffer.
- GridTcpRestDirectParser.ParserState() - Constructor for class org.gridgain.grid.kernal.processors.rest.protocols.tcp.GridTcpRestDirectParser.ParserState
-
- GridTcpRestNioListener - Class in org.gridgain.grid.kernal.processors.rest.protocols.tcp
-
Listener for nio server that handles incoming tcp rest packets.
- GridTcpRestNioListener(GridLogger, GridTcpRestProtocol, GridRestProtocolHandler, GridKernalContext, GridClientMarshaller) - Constructor for class org.gridgain.grid.kernal.processors.rest.protocols.tcp.GridTcpRestNioListener
-
Creates listener which will convert incoming tcp packets to rest requests and forward them to
a given rest handler.
- GridTcpRestParser - Class in org.gridgain.grid.kernal.processors.rest.protocols.tcp
-
Parser for extended memcache protocol.
- GridTcpRestParser(GridLogger) - Constructor for class org.gridgain.grid.kernal.processors.rest.protocols.tcp.GridTcpRestParser
-
- GridTcpRestParser.HeaderData - Class in org.gridgain.grid.kernal.processors.rest.protocols.tcp
-
Header.
- GridTcpRestParser.ParserState - Class in org.gridgain.grid.kernal.processors.rest.protocols.tcp
-
Holder for parser state and temporary buffer.
- GridTcpRestParser.ParserState() - Constructor for class org.gridgain.grid.kernal.processors.rest.protocols.tcp.GridTcpRestParser.ParserState
-
- GridTcpRestProtocol - Class in org.gridgain.grid.kernal.processors.rest.protocols.tcp
-
TCP binary protocol implementation.
- GridTcpRestProtocol(GridKernalContext) - Constructor for class org.gridgain.grid.kernal.processors.rest.protocols.tcp.GridTcpRestProtocol
-
- GridTcpRouter - Interface in org.gridgain.client.router
-
TCP router interface.
- GridTcpRouterConfiguration - Class in org.gridgain.client.router
-
This class defines runtime configuration for TCP router.
- GridTcpRouterConfiguration() - Constructor for class org.gridgain.client.router.GridTcpRouterConfiguration
-
- GridTcpRouterImpl - Class in org.gridgain.client.router.impl
-
Wrapper class for router process.
- GridTcpRouterImpl(GridTcpRouterConfiguration) - Constructor for class org.gridgain.client.router.impl.GridTcpRouterImpl
-
Creates new router instance.
- GridTcpRouterMBean - Interface in org.gridgain.client.router
-
MBean interface for TCP router.
- GridTestPrintStream - Class in org.gridgain.grid.util.test
-
Print stream that prints each thread group into a separate buffer.
- GridTestPrintStream(PrintStream) - Constructor for class org.gridgain.grid.util.test.GridTestPrintStream
-
Creates test print stream around the base stream passed in.
- GridTestPrintStream(PrintStream, ThreadGroup) - Constructor for class org.gridgain.grid.util.test.GridTestPrintStream
-
Creates test print stream around the base stream passed in also
specifying root thread group.
- GridTestPrintStreamFactory - Class in org.gridgain.grid.util.test
-
Factory that allow to acquire/release Print Stream for test logging.
- 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.
- GridThreadFactory(String, String) - Constructor for class org.gridgain.grid.thread.GridThreadFactory
-
Constructs new thread factory for given grid.
- GridThreadLocal<T> - Class in org.gridgain.grid.util
-
Thread local that auto resets upon leaving thread context.
- GridThreadLocal() - Constructor for class org.gridgain.grid.util.GridThreadLocal
-
- GridThreadLocal(GridOutClosure<T>) - Constructor for class org.gridgain.grid.util.GridThreadLocal
-
- GridThreadLocalEx<T> - Class in org.gridgain.grid.util
-
Thread local that auto resets upon leaving thread context.
- GridThreadLocalEx() - Constructor for class org.gridgain.grid.util.GridThreadLocalEx
-
- GridThreadLocalEx(GridOutClosure<T>) - Constructor for class org.gridgain.grid.util.GridThreadLocalEx
-
- 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.
- GridTimeoutObject - Interface in org.gridgain.grid.kernal.processors.timeout
-
All objects that can timeout should implement this interface.
- GridTimeoutObjectAdapter - Class in org.gridgain.grid.kernal.processors.timeout
-
- GridTimeoutObjectAdapter(long) - Constructor for class org.gridgain.grid.kernal.processors.timeout.GridTimeoutObjectAdapter
-
- GridTimeoutObjectAdapter(GridUuid, long) - Constructor for class org.gridgain.grid.kernal.processors.timeout.GridTimeoutObjectAdapter
-
- GridTimeoutProcessor - Class in org.gridgain.grid.kernal.processors.timeout
-
Detects timeout events and processes them.
- GridTimeoutProcessor(GridKernalContext) - Constructor for class org.gridgain.grid.kernal.processors.timeout.GridTimeoutProcessor
-
- GridTimer - Class in org.gridgain.grid.util
-
Timer to use mostly for debugging purposes.
- GridTimer(String) - Constructor for class org.gridgain.grid.util.GridTimer
-
- GridTimer(String, long) - Constructor for class org.gridgain.grid.util.GridTimer
-
- GridTimerTask - Class in org.gridgain.grid.util
-
- GridTimerTask() - Constructor for class org.gridgain.grid.util.GridTimerTask
-
- GridTopic - Enum in org.gridgain.grid.kernal
-
Communication topic.
- GridTopologyCommandHandler - Class in org.gridgain.grid.kernal.processors.rest.handlers.top
-
Command handler for API requests.
- GridTopologyCommandHandler(GridKernalContext) - Constructor for class org.gridgain.grid.kernal.processors.rest.handlers.top.GridTopologyCommandHandler
-
- 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.
- GridToStringBuilder - Class in org.gridgain.grid.util.tostring
-
Provides auto-generation framework for toString() output.
- GridToStringBuilder() - Constructor for class org.gridgain.grid.util.tostring.GridToStringBuilder
-
- GridToStringExclude - Annotation Type in org.gridgain.grid.util.tostring
-
Attach this annotation to a field or a class to indicate that this field or fields of this
class should not be included in toString() output.
- GridToStringInclude - Annotation Type in org.gridgain.grid.util.tostring
-
Attach this annotation to a field or a class to indicate that this field or fields of this
class should be included in toString() output.
- GridToStringOrder - Annotation Type in org.gridgain.grid.util.tostring
-
Attach this annotation to a field to provide its order in
toString() output.
- GridTransactionalCacheQueueImpl<T> - Class in org.gridgain.grid.kernal.processors.cache.datastructures
-
- GridTransactionalCacheQueueImpl(String, GridCacheQueueHeader, GridCacheContext<?, ?>) - Constructor for class org.gridgain.grid.kernal.processors.cache.datastructures.GridTransactionalCacheQueueImpl
-
- GridTriple<T> - Class in org.gridgain.grid.util.lang
-
Simple extension over
GridTuple3 for three objects of the same type.
- GridTriple() - Constructor for class org.gridgain.grid.util.lang.GridTriple
-
- GridTriple(T, T, T) - Constructor for class org.gridgain.grid.util.lang.GridTriple
-
Creates triple with given objects.
- GridTuple<V> - Class in org.gridgain.grid.util.lang
-
Convenience class representing mutable tuple of a single value.
- GridTuple() - Constructor for class org.gridgain.grid.util.lang.GridTuple
-
- GridTuple(V) - Constructor for class org.gridgain.grid.util.lang.GridTuple
-
Constructs mutable object with given value.
- GridTuple3<V1,V2,V3> - Class in org.gridgain.grid.util.lang
-
Convenience class representing mutable tuple of three values.
- GridTuple3() - Constructor for class org.gridgain.grid.util.lang.GridTuple3
-
- GridTuple3(V1, V2, V3) - Constructor for class org.gridgain.grid.util.lang.GridTuple3
-
Fully initializes this tuple.
- GridTuple4<V1,V2,V3,V4> - Class in org.gridgain.grid.util.lang
-
Convenience class representing mutable tuple of four values.
- GridTuple4() - Constructor for class org.gridgain.grid.util.lang.GridTuple4
-
- GridTuple4(V1, V2, V3, V4) - Constructor for class org.gridgain.grid.util.lang.GridTuple4
-
Fully initializes this tuple.
- GridTuple5<V1,V2,V3,V4,V5> - Class in org.gridgain.grid.util.lang
-
Convenience class representing mutable tuple of five values.
- GridTuple5() - Constructor for class org.gridgain.grid.util.lang.GridTuple5
-
- GridTuple5(V1, V2, V3, V4, V5) - Constructor for class org.gridgain.grid.util.lang.GridTuple5
-
Fully initializes this tuple.
- GridTuple6<V1,V2,V3,V4,V5,V6> - Class in org.gridgain.grid.util.lang
-
Convenience class representing mutable tuple of six values.
- GridTuple6() - Constructor for class org.gridgain.grid.util.lang.GridTuple6
-
- GridTuple6(V1, V2, V3, V4, V5, V6) - Constructor for class org.gridgain.grid.util.lang.GridTuple6
-
Fully initializes this tuple.
- GridTupleV - Class in org.gridgain.grid.util.lang
-
Constructs a tuple over a given array.
- GridTupleV() - Constructor for class org.gridgain.grid.util.lang.GridTupleV
-
- GridTupleV(int) - Constructor for class org.gridgain.grid.util.lang.GridTupleV
-
Initializes tuple with given object count.
- GridTupleV(Object...) - Constructor for class org.gridgain.grid.util.lang.GridTupleV
-
Constructs tuple around passed in array.
- GridUnsafe - Class in org.gridgain.grid.util
-
Provides handle on Unsafe class from SUN which cannot be instantiated directly.
- GridUnsafeCompoundMemory - Interface in org.gridgain.grid.util.offheap.unsafe
-
Compound memory object.
- GridUnsafeDataInput - Class in org.gridgain.grid.util.io
-
Data input based on Unsafe operations.
- GridUnsafeDataInput() - Constructor for class org.gridgain.grid.util.io.GridUnsafeDataInput
-
- GridUnsafeDataOutput - Class in org.gridgain.grid.util.io
-
Data output based on Unsafe operations.
- GridUnsafeDataOutput() - Constructor for class org.gridgain.grid.util.io.GridUnsafeDataOutput
-
- GridUnsafeDataOutput(int) - Constructor for class org.gridgain.grid.util.io.GridUnsafeDataOutput
-
- GridUnsafeMap<K> - Class in org.gridgain.grid.util.offheap.unsafe
-
Off-heap map based on Unsafe implementation.
- GridUnsafeMap(int, float, long, long, short, GridOffHeapEvictListener) - Constructor for class org.gridgain.grid.util.offheap.unsafe.GridUnsafeMap
-
- GridUnsafeMemory - Class in org.gridgain.grid.util.offheap.unsafe
-
Unsafe memory.
- GridUnsafeMemory(long) - Constructor for class org.gridgain.grid.util.offheap.unsafe.GridUnsafeMemory
-
- GridUnsafeMemory.Operation - Class in org.gridgain.grid.util.offheap.unsafe
-
Memory operation which can be executed in parallel with other memory operations.
- GridUnsafePartitionedMap - Class in org.gridgain.grid.util.offheap.unsafe
-
Off-heap map based on Unsafe implementation.
- GridUnsafePartitionedMap(int, int, float, long, long, short, GridOffHeapEvictListener) - Constructor for class org.gridgain.grid.util.offheap.unsafe.GridUnsafePartitionedMap
-
- GridUrlConnection - Class in org.gridgain.grid.kernal.managers.deployment.protocol.gg
-
Connection implementation for custom protocol.
- GridUrlConnection(URL, GridDeploymentManager) - Constructor for class org.gridgain.grid.kernal.managers.deployment.protocol.gg.GridUrlConnection
-
Creates connection.
- 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.
- GridUtils - Class in org.gridgain.grid.util
-
Collection of utility methods used throughout the system.
- GridUtils() - Constructor for class org.gridgain.grid.util.GridUtils
-
- GridUuid - Class in org.gridgain.grid
-
This is a faster performing version of
UUID.
- GridUuid() - Constructor for class org.gridgain.grid.GridUuid
-
- GridUuid(UUID, long) - Constructor for class org.gridgain.grid.GridUuid
-
Constructs GridUuid from a global and local identifiers.
- GridUuidCache - Class in org.gridgain.grid.util
-
- gridUuidToBytes(GridUuid, byte[], int) - Static method in class org.gridgain.grid.util.GridUtils
-
Converts GridUuid to bytes.
- GridVersionCommandHandler - Class in org.gridgain.grid.kernal.processors.rest.handlers.version
-
- GridVersionCommandHandler(GridKernalContext) - Constructor for class org.gridgain.grid.kernal.processors.rest.handlers.version.GridVersionCommandHandler
-
- GridVersionConverter - Class in org.gridgain.grid.kernal.processors.version
-
Version converter.
- GridVersionConverter() - Constructor for class org.gridgain.grid.kernal.processors.version.GridVersionConverter
-
- GridVersionProcessor - Interface in org.gridgain.grid.kernal.processors.version
-
Version converter processor.
- GridWeakIterator<T> - Class in org.gridgain.grid.util
-
Weak iterator.
- GridWeakIterator(Iterator<T>, GridCloseableIterator<T>, ReferenceQueue<Iterator<T>>) - Constructor for class org.gridgain.grid.util.GridWeakIterator
-
- 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
-
- GridWorker - Class in org.gridgain.grid.util.worker
-
Extension to standard
Runnable interface.
- GridWorker(String, String, GridLogger, GridWorkerListener) - Constructor for class org.gridgain.grid.util.worker.GridWorker
-
Creates new grid worker with given parameters.
- GridWorker(String, String, GridLogger) - Constructor for class org.gridgain.grid.util.worker.GridWorker
-
Creates new grid worker with given parameters.
- GridWorkerFuture<T> - Class in org.gridgain.grid.util.worker
-
Future for locally executed closure that defines cancellation logic.
- GridWorkerFuture(GridKernalContext) - Constructor for class org.gridgain.grid.util.worker.GridWorkerFuture
-
- GridWorkerFuture() - Constructor for class org.gridgain.grid.util.worker.GridWorkerFuture
-
- GridWorkerListener - Interface in org.gridgain.grid.util.worker
-
This interface defines worker listener.
- GridWorkerListenerAdapter - Class in org.gridgain.grid.util.worker
-
- GridWorkerListenerAdapter() - Constructor for class org.gridgain.grid.util.worker.GridWorkerListenerAdapter
-
- GridWorkerPool - Class in org.gridgain.grid.util.worker
-
Pool of runnable workers.
- GridWorkerPool(Executor, GridLogger) - Constructor for class org.gridgain.grid.util.worker.GridWorkerPool
-
- gridx(String) - Static method in class org.gridgain.grid.kernal.GridGainEx
-
Gets grid instance without waiting its initialization.
- groupBlockSize() - Method in interface org.gridgain.grid.ggfs.GridGgfsFile
-
Gets file group block size (i.e.
- groupLock() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridDistributedLockRequest
-
- groupLock() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridDistributedTxFinishRequest
-
- groupLock() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearTxRemote
- groupLock() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxAdapter
- groupLock() - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheTxEx
-
- groupLockAsync(Collection<K>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxLocalAdapter
-
Performs keys locking for affinity-based group lock transactions.
- groupLockAsync(Collection<K>) - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheTxLocalEx
-
Performs keys locking for affinity-based group lock transactions.
- groupLocked() - Static method in class org.gridgain.grid.kernal.processors.dataload.GridDataLoadCacheUpdaters
-
- groupLockEntry() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxAdapter
-
This method uses unchecked assignment to cast group lock key entry to transaction generic signature.
- groupLockEntry() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxEntry
-
- groupLockEntry(boolean) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxEntry
-
- groupLockEntry() - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheTxLocalEx
-
- groupLockKey() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridDistributedLockRequest
-
- groupLockKey() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridDistributedTxFinishRequest
-
- groupLockKey() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridDistributedTxPrepareRequest
-
- groupLockKey(Object) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridDistributedTxRemoteAdapter
-
Adds group lock key to remote transaction.
- groupLockKey() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxAdapter
- groupLockKey() - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheTxEx
-
- grpLockKey - Variable in class org.gridgain.grid.kernal.processors.cache.GridCacheTxAdapter
-
Group lock key, if any.
- guard() - Method in class org.gridgain.grid.kernal.GridProjectionAdapter
-
ctx.gateway().readLock()
- objectConstructor() - Static method in class org.gridgain.grid.util.GridUtils
-
- objectsReducer() - Static method in class org.gridgain.grid.kernal.processors.cache.GridCacheUtils
-
Gets reducer that aggregates items into collection.
- obsolete() - Method in class org.gridgain.grid.kernal.managers.deployment.GridDeployment
-
Checks if deployment is obsolete, i.e.
- obsolete() - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheEntryEx
-
- obsolete(GridCacheVersion) - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheEntryEx
-
- obsolete() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMapEntry
- obsolete(GridCacheVersion) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMapEntry
- obsoleteOrDeleted() - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheEntryEx
-
- obsoleteOrDeleted() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMapEntry
- obsoleteVer - Variable in class org.gridgain.grid.kernal.processors.cache.GridCacheClearAllRunnable
-
Obsolete version.
- obsoleteVersion(GridCacheVersion) - Method in class org.gridgain.grid.kernal.processors.cache.extras.GridCacheAttributesEntryExtras
- obsoleteVersion(GridCacheVersion) - Method in class org.gridgain.grid.kernal.processors.cache.extras.GridCacheAttributesMvccEntryExtras
- obsoleteVersion() - Method in class org.gridgain.grid.kernal.processors.cache.extras.GridCacheAttributesMvccObsoleteEntryExtras
- obsoleteVersion(GridCacheVersion) - Method in class org.gridgain.grid.kernal.processors.cache.extras.GridCacheAttributesMvccObsoleteEntryExtras
- obsoleteVersion() - Method in class org.gridgain.grid.kernal.processors.cache.extras.GridCacheAttributesMvccObsoleteTtlEntryExtras
- obsoleteVersion(GridCacheVersion) - Method in class org.gridgain.grid.kernal.processors.cache.extras.GridCacheAttributesMvccObsoleteTtlEntryExtras
- obsoleteVersion(GridCacheVersion) - Method in class org.gridgain.grid.kernal.processors.cache.extras.GridCacheAttributesMvccTtlEntryExtras
- obsoleteVersion() - Method in class org.gridgain.grid.kernal.processors.cache.extras.GridCacheAttributesObsoleteEntryExtras
- obsoleteVersion(GridCacheVersion) - Method in class org.gridgain.grid.kernal.processors.cache.extras.GridCacheAttributesObsoleteEntryExtras
- obsoleteVersion() - Method in class org.gridgain.grid.kernal.processors.cache.extras.GridCacheAttributesObsoleteTtlEntryExtras
- obsoleteVersion(GridCacheVersion) - Method in class org.gridgain.grid.kernal.processors.cache.extras.GridCacheAttributesObsoleteTtlEntryExtras
- obsoleteVersion(GridCacheVersion) - Method in class org.gridgain.grid.kernal.processors.cache.extras.GridCacheAttributesTtlEntryExtras
- obsoleteVersion() - Method in interface org.gridgain.grid.kernal.processors.cache.extras.GridCacheEntryExtras
-
- obsoleteVersion(GridCacheVersion) - Method in interface org.gridgain.grid.kernal.processors.cache.extras.GridCacheEntryExtras
-
- obsoleteVersion() - Method in class org.gridgain.grid.kernal.processors.cache.extras.GridCacheEntryExtrasAdapter
- obsoleteVersion(GridCacheVersion) - Method in class org.gridgain.grid.kernal.processors.cache.extras.GridCacheMvccEntryExtras
- obsoleteVersion() - Method in class org.gridgain.grid.kernal.processors.cache.extras.GridCacheMvccObsoleteEntryExtras
- obsoleteVersion(GridCacheVersion) - Method in class org.gridgain.grid.kernal.processors.cache.extras.GridCacheMvccObsoleteEntryExtras
- obsoleteVersion() - Method in class org.gridgain.grid.kernal.processors.cache.extras.GridCacheMvccObsoleteTtlEntryExtras
- obsoleteVersion(GridCacheVersion) - Method in class org.gridgain.grid.kernal.processors.cache.extras.GridCacheMvccObsoleteTtlEntryExtras
- obsoleteVersion(GridCacheVersion) - Method in class org.gridgain.grid.kernal.processors.cache.extras.GridCacheMvccTtlEntryExtras
- obsoleteVersion() - Method in class org.gridgain.grid.kernal.processors.cache.extras.GridCacheObsoleteEntryExtras
- obsoleteVersion(GridCacheVersion) - Method in class org.gridgain.grid.kernal.processors.cache.extras.GridCacheObsoleteEntryExtras
- obsoleteVersion() - Method in class org.gridgain.grid.kernal.processors.cache.extras.GridCacheObsoleteTtlEntryExtras
- obsoleteVersion(GridCacheVersion) - Method in class org.gridgain.grid.kernal.processors.cache.extras.GridCacheObsoleteTtlEntryExtras
- obsoleteVersion(GridCacheVersion) - Method in class org.gridgain.grid.kernal.processors.cache.extras.GridCacheTtlEntryExtras
- obsoleteVersion() - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheEntryEx
-
- obsoleteVersion() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMapEntry
- obsoleteVersionExtras() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMapEntry
-
- obsoleteVersionExtras(GridCacheVersion) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMapEntry
-
- offer(T) - Method in interface org.gridgain.grid.cache.datastructures.GridCacheQueue
- offer(T, long, TimeUnit) - Method in interface org.gridgain.grid.cache.datastructures.GridCacheQueue
- offer(T) - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridAtomicCacheQueueImpl
- offer(T, long, TimeUnit) - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheQueueAdapter
- offer(T) - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheQueueProxy
- offer(T, long, TimeUnit) - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheQueueProxy
- offer(T) - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridTransactionalCacheQueueImpl
- offer(E) - Method in class org.gridgain.grid.util.GridQueue
- offer(E) - Method in class org.pcollections.AmortizedPQueue
-
- offer(E) - Method in interface org.pcollections.PQueue
-
Deprecated.
- offerx(E) - Method in class org.gridgain.grid.util.GridQueue
-
- offheap() - Method in interface org.gridgain.grid.kernal.GridKernalContext
-
Gets offheap processor.
- offheap() - Method in class org.gridgain.grid.kernal.GridKernalContextImpl
-
Gets offheap processor.
- offheap() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheContext
-
- offHeapAllocatedSize() - Method in interface org.gridgain.grid.cache.GridCache
-
Gets memory size allocated in off-heap.
- offHeapAllocatedSize() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearCacheAdapter
-
Gets memory size allocated in off-heap.
- offHeapAllocatedSize() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
Gets memory size allocated in off-heap.
- offHeapAllocatedSize() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProxyImpl
-
Gets memory size allocated in off-heap.
- offHeapAllocatedSize() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheSwapManager
-
Gets memory size allocated in off-heap.
- offHeapEnabled() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheSwapManager
-
- offHeapEntriesCount() - Method in interface org.gridgain.grid.cache.GridCache
-
Gets number of cache entries stored in off-heap memory.
- offHeapEntriesCount() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearCacheAdapter
-
Gets number of cache entries stored in off-heap memory.
- offHeapEntriesCount() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
Gets number of cache entries stored in off-heap memory.
- offHeapEntriesCount() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProxyImpl
-
Gets number of cache entries stored in off-heap memory.
- offHeapEntriesCount() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheSwapManager
-
Gets number of elements in off-heap
- offHeapIterator() - Method in interface org.gridgain.grid.cache.GridCache
-
Gets iterator over keys and values belonging to this cache off-heap memory on local node.
- offHeapIterator() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearCacheAdapter
-
Gets iterator over keys and values belonging to this cache off-heap memory on local node.
- offHeapIterator() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
Gets iterator over keys and values belonging to this cache off-heap memory on local node.
- offHeapIterator() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProxyImpl
-
Gets iterator over keys and values belonging to this cache off-heap memory on local node.
- offHeapIterator(int) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheSwapManager
-
Gets offheap iterator over partition.
- offset() - Method in interface org.gridgain.grid.util.io.GridDataOutput
-
- offset(int) - Method in interface org.gridgain.grid.util.io.GridDataOutput
-
- offset() - Method in class org.gridgain.grid.util.io.GridUnsafeDataOutput
- offset(int) - Method in class org.gridgain.grid.util.io.GridUnsafeDataOutput
- offsetHeapMaxMemory() - Method in class org.gridgain.grid.kernal.visor.cmd.dto.cache.VisorCacheConfig
-
- offsetHeapMaxMemory(long) - Method in class org.gridgain.grid.kernal.visor.cmd.dto.cache.VisorCacheConfig
-
- OK - Static variable in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientHandshakeResponse
-
Response, indicating successful handshake.
- oldEntry() - Method in interface org.gridgain.grid.dr.cache.receiver.GridDrReceiverCacheConflictContext
-
Gets old (existing) cache entry.
- oldEntry() - Method in class org.gridgain.grid.kernal.processors.dr.GridDrReceiverConflictContextImpl
-
Gets old (existing) cache entry.
- oldest(GridCacheContext) - Static method in class org.gridgain.grid.kernal.processors.cache.GridCacheUtils
-
Gets oldest alive node for specified topology version.
- oldest(GridCacheContext, long) - Static method in class org.gridgain.grid.kernal.processors.cache.GridCacheUtils
-
Gets oldest alive node for specified topology version.
- oldNodesDiscoveryData() - Method in class org.gridgain.grid.spi.discovery.tcp.messages.GridTcpDiscoveryNodeAddedMessage
-
- oldValue() - Method in class org.gridgain.grid.events.GridCacheEvent
-
Gets old value associated with this event.
- oldValue() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheUpdateAtomicResult
-
- oldValue() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheUpdateTxResult
-
- omitOutOfResourcesWarning(boolean) - Method in class org.gridgain.grid.util.ipc.shmem.GridIpcSharedMemoryServerEndpoint
-
- onAckReceived(UUID, long) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridCacheTxFinishSync
-
Callback invoked when finish response is received from remote node.
- onAckTimeout() - Method in class org.gridgain.grid.spi.discovery.tcp.internal.GridTcpDiscoveryStatistics
-
Increments ack timeouts count.
- onAdded(long, GridDhtCacheEntry<K, V>) - Method in interface org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtPartitionTopology
-
- onAdded(GridStreamerIndexEntry<E, K, V>, E) - Method in interface org.gridgain.grid.streamer.index.GridStreamerIndexUpdater
-
Callback invoked whenever an event is being added to the window.
- onAfterPut(K, V) - Method in interface org.gridgain.grid.cache.GridCacheInterceptor
-
This method is called after new value has been stored.
- onAfterPut(K, V) - Method in class org.gridgain.grid.cache.GridCacheInterceptorAdapter
-
This method is called after new value has been stored.
- onAfterRemove(K, V) - Method in interface org.gridgain.grid.cache.GridCacheInterceptor
-
This method is called after value has been removed.
- onAfterRemove(K, V) - Method in class org.gridgain.grid.cache.GridCacheInterceptorAdapter
-
This method is called after value has been removed.
- onAttributeSet(Object, Object) - Method in interface org.gridgain.grid.compute.GridComputeTaskSessionAttributeListener
-
Called on attribute change (set or update).
- onBatchAcked(int) - Method in class org.gridgain.grid.kernal.processors.cache.dr.GridDrSenderCacheMetricsAdapter
-
Callback for received successful batch acknowledgement by sender hub.
- onBatchFailed(int) - Method in class org.gridgain.grid.kernal.processors.cache.dr.GridDrSenderCacheMetricsAdapter
-
Callback for received batch error by sender hub.
- onBatchSent(int) - Method in class org.gridgain.grid.kernal.processors.cache.dr.GridDrSenderCacheMetricsAdapter
-
Callback for sent batch on sender cache side.
- onBecomingCoordinator() - Method in class org.gridgain.grid.spi.discovery.tcp.internal.GridTcpDiscoveryStatistics
-
Initializes coordinator since date (if needed).
- onBeforePut(K, V, V) - Method in interface org.gridgain.grid.cache.GridCacheInterceptor
-
- onBeforePut(K, V, V) - Method in class org.gridgain.grid.cache.GridCacheInterceptorAdapter
-
- onBeforeRemove(K, V) - Method in interface org.gridgain.grid.cache.GridCacheInterceptor
-
- onBeforeRemove(K, V) - Method in class org.gridgain.grid.cache.GridCacheInterceptorAdapter
-
- onBytesReceived(int) - Method in interface org.gridgain.grid.util.nio.GridNioMetricsListener
-
- onBytesSent(int) - Method in interface org.gridgain.grid.util.nio.GridNioMetricsListener
-
- onCancelled() - Method in class org.gridgain.grid.kernal.GridTaskFutureImpl
-
Callback to notify that future is cancelled.
- onCancelled() - Method in class org.gridgain.grid.kernal.processors.cache.query.GridCacheDistributedFieldsQueryFuture
-
Callback to notify that future is cancelled.
- onCancelled() - Method in class org.gridgain.grid.kernal.processors.cache.query.GridCacheDistributedQueryFuture
-
Callback to notify that future is cancelled.
- onCancelled(GridUuid) - Method in class org.gridgain.grid.kernal.processors.task.GridTaskProcessor
-
Handles user cancellation.
- onCancelled() - Method in class org.gridgain.grid.util.future.GridFutureAdapter
-
Callback to notify that future is cancelled.
- onCancelled() - Method in class org.gridgain.grid.util.future.GridFutureAdapterEx
-
Callback to notify that future is cancelled.
- onCancelled() - Method in class org.gridgain.grid.util.nio.GridNioFutureImpl
-
Callback to notify that future is cancelled.
- onCheckpointRemoved(String) - Method in interface org.gridgain.grid.spi.checkpoint.GridCheckpointListener
-
Notification for removed checkpoint.
- onClassError(Exception) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMessage
-
- onClientSocketInitialized(long) - Method in class org.gridgain.grid.spi.discovery.tcp.internal.GridTcpDiscoveryStatistics
-
- onClose() - Method in class org.gridgain.grid.util.GridCloseableIteratorAdapter
-
Invoked on iterator close.
- onClose() - Method in class org.gridgain.grid.util.GridCloseableIteratorAdapterEx
-
Invoked on iterator close.
- onClose() - Method in class org.gridgain.grid.util.GridSpiCloseableIteratorWrapper
-
Invoked on iterator close.
- onClosed() - Method in class org.gridgain.grid.kernal.GridJobSessionImpl
-
Closes session.
- onClosed() - Method in class org.gridgain.grid.kernal.GridTaskSessionImpl
-
Closes session.
- onClosed() - Method in interface org.gridgain.grid.kernal.GridTaskSessionInternal
-
Closes session.
- onClosed(int) - Method in class org.gridgain.grid.util.snaptree.Epoch
-
Override this method to provide user-defined behavior.
- onCollision(Collection<GridCollisionJobContext>, Collection<GridCollisionJobContext>, Collection<GridCollisionJobContext>) - Method in class org.gridgain.grid.kernal.managers.collision.GridCollisionManager
-
- 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.noop.GridNoopCollisionSpi
-
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.
- onComplete(GridClientFuture<R>) - Method in interface org.gridgain.client.impl.GridClientFutureCallback
-
Future callback to executed when listened future finishes.
- onConnected(GridNioSession) - Method in class org.gridgain.grid.kernal.processors.rest.protocols.tcp.GridTcpMemcachedNioListener
-
This method is called whenever a new client is connected and session is created.
- onConnected(GridNioSession) - Method in class org.gridgain.grid.kernal.processors.rest.protocols.tcp.GridTcpRestNioListener
-
This method is called whenever a new client is connected and session is created.
- onConnected(GridNioSession) - Method in interface org.gridgain.grid.util.nio.GridNioServerListener
-
This method is called whenever a new client is connected and session is created.
- 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.
- onContextDestroyed0() - Method in class org.gridgain.grid.spi.checkpoint.cache.GridCacheCheckpointSpi
-
Method to be called in the beginning of onContextDestroyed() method.
- onContextDestroyed0() - Method in class org.gridgain.grid.spi.checkpoint.jdbc.GridJdbcCheckpointSpi
-
Method to be called in the beginning of onContextDestroyed() method.
- onContextDestroyed0() - Method in class org.gridgain.grid.spi.collision.jobstealing.GridJobStealingCollisionSpi
-
Method to be called in the beginning of onContextDestroyed() method.
- onContextDestroyed0() - Method in class org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpi
-
Method to be called in the beginning of onContextDestroyed() method.
- onContextDestroyed0() - Method in class org.gridgain.grid.spi.discovery.tcp.GridTcpDiscoverySpi
-
Method to be called in the beginning of onContextDestroyed() method.
- onContextDestroyed0() - Method in class org.gridgain.grid.spi.GridSpiAdapter
-
Method to be called in the beginning of onContextDestroyed() method.
- onContextDestroyed0() - Method in class org.gridgain.grid.spi.loadbalancing.adaptive.GridAdaptiveLoadBalancingSpi
-
Method to be called in the beginning of onContextDestroyed() method.
- onContextDestroyed0() - Method in class org.gridgain.grid.spi.loadbalancing.roundrobin.GridRoundRobinLoadBalancingSpi
-
Method to be called in the beginning of onContextDestroyed() method.
- onContextDestroyed0() - Method in class org.gridgain.grid.spi.loadbalancing.weightedrandom.GridWeightedRandomLoadBalancingSpi
-
Method to be called in the beginning of onContextDestroyed() method.
- 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.
- onContextInitialized0(GridSpiContext) - Method in class org.gridgain.grid.spi.checkpoint.cache.GridCacheCheckpointSpi
-
Method to be called in the end of onContextInitialized method.
- onContextInitialized0(GridSpiContext) - Method in class org.gridgain.grid.spi.collision.jobstealing.GridJobStealingCollisionSpi
-
Method to be called in the end of onContextInitialized method.
- onContextInitialized0(GridSpiContext) - Method in class org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpi
-
Method to be called in the end of onContextInitialized method.
- onContextInitialized0(GridSpiContext) - Method in class org.gridgain.grid.spi.discovery.tcp.GridTcpDiscoverySpi
-
Method to be called in the end of onContextInitialized method.
- onContextInitialized0(GridSpiContext) - Method in class org.gridgain.grid.spi.GridSpiAdapter
-
Method to be called in the end of onContextInitialized method.
- onContextInitialized0(GridSpiContext) - Method in class org.gridgain.grid.spi.loadbalancing.adaptive.GridAdaptiveLoadBalancingSpi
-
Method to be called in the end of onContextInitialized method.
- onContextInitialized0(GridSpiContext) - Method in class org.gridgain.grid.spi.loadbalancing.roundrobin.GridRoundRobinLoadBalancingSpi
-
Method to be called in the end of onContextInitialized method.
- onContextInitialized0(GridSpiContext) - Method in class org.gridgain.grid.spi.loadbalancing.weightedrandom.GridWeightedRandomLoadBalancingSpi
-
Method to be called in the end of onContextInitialized method.
- onCreated(T) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxManager
-
- onDeferredDelete(GridCacheEntryEx<K, V>, GridCacheVersion) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtCacheAdapter
- onDeferredDelete(K, GridCacheVersion) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtLocalPartition
-
- onDeferredDelete(GridCacheEntryEx<K, V>, GridCacheVersion) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearAtomicCache
- onDeferredDelete(GridCacheEntryEx<K, V>, GridCacheVersion) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearTransactionalCache
- onDeferredDelete(GridCacheEntryEx<K, V>, GridCacheVersion) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
- onDeferredDelete(GridCacheEntryEx<K, V>, GridCacheVersion) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheContext
-
- onDeferredDelete(GridCacheEntryEx<K, V>, GridCacheVersion) - Method in class org.gridgain.grid.kernal.processors.cache.local.atomic.GridLocalAtomicCache
- onDeferredDelete(GridCacheEntryEx<K, V>, GridCacheVersion) - Method in class org.gridgain.grid.kernal.processors.cache.local.GridLocalCache
- onDeltaReceived(UUID, long) - Method in class org.gridgain.grid.kernal.processors.clock.GridClockDeltaSnapshot
-
Callback invoked when time delta is received from remote node.
- onDeployed(Class<?>) - Method in class org.gridgain.grid.kernal.managers.deployment.GridDeployment
-
Deployment callback.
- onDisconnected(GridNioSession, Exception) - Method in class org.gridgain.grid.kernal.processors.rest.protocols.tcp.GridTcpMemcachedNioListener
-
This method is called whenever client is disconnected due to correct connection close
or due to IOException during network operations.
- onDisconnected(GridNioSession, Exception) - Method in class org.gridgain.grid.kernal.processors.rest.protocols.tcp.GridTcpRestNioListener
-
This method is called whenever client is disconnected due to correct connection close
or due to IOException during network operations.
- onDisconnected(GridNioSession, Exception) - Method in interface org.gridgain.grid.util.nio.GridNioServerListener
-
This method is called whenever client is disconnected due to correct connection close
or due to IOException during network operations.
- onDiscovery(int, long, GridNode, Collection<GridNode>, Map<Long, Collection<GridNode>>) - Method in interface org.gridgain.grid.spi.discovery.GridDiscoverySpiListener
-
Notification for grid node discovery events.
- onDiscoveryDataReceived(Object) - Method in interface org.gridgain.grid.kernal.GridComponent
-
Receives discovery data object from remote nodes (called
on new node during discovery process).
- onDiscoveryDataReceived(Object) - Method in class org.gridgain.grid.kernal.managers.GridManagerAdapter
-
Receives discovery data object from remote nodes (called
on new node during discovery process).
- onDiscoveryDataReceived(Object) - Method in class org.gridgain.grid.kernal.managers.GridNoopManagerAdapter
-
Receives discovery data object from remote nodes (called
on new node during discovery process).
- onDiscoveryDataReceived(Object) - Method in class org.gridgain.grid.kernal.processors.continuous.GridContinuousProcessor
-
Receives discovery data object from remote nodes (called
on new node during discovery process).
- onDiscoveryDataReceived(Object) - Method in class org.gridgain.grid.kernal.processors.GridProcessorAdapter
-
Receives discovery data object from remote nodes (called
on new node during discovery process).
- onDiscoveryEvent(GridDiscoveryEvent) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.preloader.GridDhtForceKeysFuture
-
- onDone(GridClientFuture<R>) - Method in interface org.gridgain.client.GridClientFutureListener
-
This method will be called when the future completes.
- onDone(R) - Method in class org.gridgain.client.impl.GridClientFutureAdapter
-
Callback to notify that future is finished successfully.
- onDone(Throwable) - Method in class org.gridgain.client.impl.GridClientFutureAdapter
-
Callback to notify that future is finished with error.
- onDone(R, Throwable) - Method in class org.gridgain.grid.kernal.GridTaskFutureImpl
-
Callback to notify that future is finished.
- onDone(Void, Throwable) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic.GridDhtAtomicUpdateFuture
-
Callback to notify that future is finished.
- onDone(Object, Throwable) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic.GridNearAtomicUpdateFuture
-
Callback to notify that future is finished.
- onDone(Boolean, Throwable) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.colocated.GridDhtColocatedLockFuture
-
Callback to notify that future is finished.
- onDone(GridCacheTx, Throwable) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.colocated.GridDhtColocatedTxFinishFuture
-
Callback to notify that future is finished.
- onDone(GridCacheTxEx<K, V>, Throwable) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.colocated.GridDhtColocatedTxPrepareFuture
-
Callback to notify that future is finished.
- onDone(List<List<GridNode>>, Throwable) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtAssignmentFetchFuture
-
Callback to notify that future is finished.
- onDone(Collection<GridCacheEntryInfo<K, V>>, Throwable) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtGetFuture
-
Callback to notify that future is finished.
- onDone(Boolean, Throwable) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtLockFuture
-
Callback to notify that future is finished.
- onDone(GridCacheTx, Throwable) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtTxFinishFuture
-
Callback to notify that future is finished.
- onDone(GridCacheTxEx<K, V>, Throwable) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtTxPrepareFuture
-
Callback to notify that future is finished.
- onDone(Map<K, V>, Throwable) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridPartitionedGetFuture
-
Callback to notify that future is finished.
- onDone(Collection<K>, Throwable) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.preloader.GridDhtForceKeysFuture
-
Callback to notify that future is finished.
- onDone(Long, Throwable) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.preloader.GridDhtPartitionsExchangeFuture
-
Callback to notify that future is finished.
- onDone(Boolean, Throwable) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridCacheOptimisticCheckPreparedTxFuture
-
Callback to notify that future is finished.
- onDone(GridCacheCommittedTxInfo<K, V>, Throwable) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridCachePessimisticCheckCommittedTxFuture
-
Callback to notify that future is finished.
- onDone(Map<K, V>, Throwable) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearGetFuture
-
Callback to notify that future is finished.
- onDone(Boolean, Throwable) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearLockFuture
-
Callback to notify that future is finished.
- onDone(GridCacheTx, Throwable) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearTxFinishFuture
-
Callback to notify that future is finished.
- onDone(GridCacheTxEx<K, V>, Throwable) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearTxPrepareFuture
-
Callback to notify that future is finished.
- onDone(Collection<List<Object>>, Throwable) - Method in class org.gridgain.grid.kernal.processors.cache.query.GridCacheDistributedFieldsQueryFuture
-
Callback to notify that future is finished.
- onDone(Collection<R>, Throwable) - Method in class org.gridgain.grid.kernal.processors.cache.query.GridCacheDistributedQueryFuture
-
Callback to notify that future is finished.
- onDone(Collection<R>, Throwable) - Method in class org.gridgain.grid.kernal.processors.cache.query.GridCacheQueryFutureAdapter
-
Callback to notify that future is finished.
- onDone(Object, Throwable) - Method in class org.gridgain.grid.kernal.processors.streamer.GridStreamerStageExecutionFuture
-
Callback to notify that future is finished.
- onDone() - Method in class org.gridgain.grid.util.future.GridFutureAdapter
-
Callback to notify that future is finished with null result.
- onDone(R) - Method in class org.gridgain.grid.util.future.GridFutureAdapter
-
Callback to notify that future is finished.
- onDone(Throwable) - Method in class org.gridgain.grid.util.future.GridFutureAdapter
-
Callback to notify that future is finished.
- onDone(R, Throwable) - Method in class org.gridgain.grid.util.future.GridFutureAdapter
-
Callback to notify that future is finished.
- onDone() - Method in class org.gridgain.grid.util.future.GridFutureAdapterEx
-
Callback to notify that future is finished with null result.
- onDone(R) - Method in class org.gridgain.grid.util.future.GridFutureAdapterEx
-
Callback to notify that future is finished.
- onDone(Throwable) - Method in class org.gridgain.grid.util.future.GridFutureAdapterEx
-
Callback to notify that future is finished.
- onDone(R, Throwable) - Method in class org.gridgain.grid.util.future.GridFutureAdapterEx
-
Callback to notify that future is finished.
- onDone(R) - Method in class org.gridgain.grid.util.lang.GridPlainFutureAdapter
-
Callback to notify that future is finished successfully.
- onDone(Throwable) - Method in class org.gridgain.grid.util.lang.GridPlainFutureAdapter
-
Callback to notify that future is finished with error.
- onDone(GridNioFuture<R>) - Method in class org.gridgain.grid.util.nio.GridNioEmbeddedFuture
-
Callback to notify that future is finished.
- onDone(GridNioFuture<R>, Throwable) - Method in class org.gridgain.grid.util.nio.GridNioEmbeddedFuture
-
Callback to notify that future is finished.
- onDone() - Method in class org.gridgain.grid.util.nio.GridNioFutureImpl
-
Callback to notify that future is finished with null result.
- onDone(R) - Method in class org.gridgain.grid.util.nio.GridNioFutureImpl
-
Callback to notify that future is finished.
- onDone(Throwable) - Method in class org.gridgain.grid.util.nio.GridNioFutureImpl
-
Callback to notify that future is finished.
- onDone(R, Throwable) - Method in class org.gridgain.grid.util.nio.GridNioFutureImpl
-
Callback to notify that future is finished.
- onEnter() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheDeploymentManager
-
Callback on method enter.
- 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.lru.GridCacheLruEvictionPolicy
-
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.
- onEntryEvicted(K, GridCacheVersion) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtLocalPartition
-
- onEntryFiltered() - Method in class org.gridgain.grid.kernal.processors.cache.dr.GridDrSenderCacheMetricsAdapter
-
Callback for filtered entries on sender cache side.
- onEntryUnswapped(int, K, byte[], V, byte[], GridCacheVersion, long, long) - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheSwapListener
-
- onEntryUpdate(GridCacheEntryEx<K, V>, K, V, GridCacheValueBytes, boolean) - Method in class org.gridgain.grid.kernal.processors.cache.query.continuous.GridCacheContinuousQueryManager
-
- onEntryUpdated(K, boolean) - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheDataStructuresManager
-
Entry update callback.
- onePhaseCommit() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtTxFinishRequest
-
- onePhaseCommit() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearLockRequest
-
- onePhaseCommit(boolean) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearLockRequest
-
- onePhaseCommit - Variable in class org.gridgain.grid.kernal.processors.cache.GridCacheTxAdapter
-
- onePhaseCommit(boolean) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxAdapter
-
- onePhaseCommit() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxAdapter
-
- onePhaseCommit() - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheTxEx
-
- onError(GridDistributedLockCancelledException) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtLockFuture
-
- onError(Throwable) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtLockFuture
-
- onError(Throwable) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtTxFinishFuture
-
- onError(Throwable) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtTxPrepareFuture
-
- onError(Throwable) - Method in class org.gridgain.grid.messaging.GridMessagingListenActor
-
- onEvent(GridEvent) - Method in interface org.gridgain.grid.kernal.managers.eventstorage.GridLocalEventListener
-
Local event callback.
- onEvent(GridOffHeapEvent) - Method in interface org.gridgain.grid.util.offheap.GridOffHeapEventListener
-
Event notification.
- onEvict(int, int, byte[], byte[]) - Method in interface org.gridgain.grid.util.offheap.GridOffHeapEvictListener
-
Eviction callback.
- onEvicted(GridDhtLocalPartition<K, V>, boolean) - Method in interface org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtPartitionTopology
-
- onEvictFromSwap(String, byte[]) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProcessor
-
- onExceptionCaught(GridNioSession, GridException) - Method in class org.gridgain.grid.util.nio.GridConnectionBytesVerifyFilter
-
Invoked when exception is caught in filter processing.
- onExceptionCaught(GridNioSession, GridException) - Method in class org.gridgain.grid.util.nio.GridNioAsyncNotifyFilter
-
Invoked when exception is caught in filter processing.
- onExceptionCaught(GridNioSession, GridException) - Method in class org.gridgain.grid.util.nio.GridNioCodecFilter
-
Invoked when exception is caught in filter processing.
- onExceptionCaught(GridNioSession, GridException) - Method in interface org.gridgain.grid.util.nio.GridNioFilter
-
Invoked when exception is caught in filter processing.
- onExceptionCaught(GridNioSession, GridException) - Method in class org.gridgain.grid.util.nio.GridNioFilterChain
-
Starts chain notification from head to tail.
- onExceptionCaught(GridNioSession, GridException) - Method in class org.gridgain.grid.util.nio.ssl.GridNioSslFilter
-
Invoked when exception is caught in filter processing.
- onExchange(List<Object>) - Method in interface org.gridgain.grid.spi.discovery.GridDiscoverySpiDataExchange
-
Notifies discovery manager about data received from remote node.
- onExecuted(Object, Throwable, long, long) - Method in class org.gridgain.grid.kernal.processors.cache.query.GridCacheQueryAdapter
-
- onExecutionCompleted(UUID, Throwable) - Method in class org.gridgain.grid.kernal.processors.streamer.GridStreamerStageExecutionFuture
-
Callback invoked when child node reports execution is completed (successfully or not).
- onExecutionFinished(long) - Method in class org.gridgain.grid.kernal.processors.streamer.GridStreamerStageMetricsHolder
-
Execution finished callback.
- onExecutionStarted(long) - Method in class org.gridgain.grid.kernal.processors.streamer.GridStreamerStageMetricsHolder
-
Execution started callback.
- onExternalCollision() - Method in interface org.gridgain.grid.spi.collision.GridCollisionExternalListener
-
Callback invoked by Collision SPI whenever an external collision
event occurs.
- onFailure() - Method in class org.gridgain.grid.kernal.processors.streamer.GridStreamerStageMetricsHolder
-
Failure callback.
- onFailure(String, Collection<Object>, Throwable) - Method in interface org.gridgain.grid.streamer.GridStreamerFailureListener
-
Callback invoked when unrecoverable failure is detected by streamer.
- onFieldsPageReady(boolean, GridCacheQueryInfo, List<GridIndexingFieldMetadata>, Collection<List<GridIndexingEntity<?>>>, Collection<?>, boolean, Throwable) - Method in class org.gridgain.grid.kernal.processors.cache.query.GridCacheDistributedQueryManager
- onFieldsPageReady(boolean, GridCacheQueryInfo, List<GridIndexingFieldMetadata>, Collection<List<GridIndexingEntity<?>>>, Collection<?>, boolean, Throwable) - Method in class org.gridgain.grid.kernal.processors.cache.query.GridCacheLocalQueryManager
- onFieldsPageReady(boolean, GridCacheQueryInfo, List<GridIndexingFieldMetadata>, Collection<List<GridIndexingEntity<?>>>, Collection<?>, boolean, Throwable) - Method in class org.gridgain.grid.kernal.processors.cache.query.GridCacheQueryManager
-
- onFinishedRemote(UUID, long) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxManager
-
Callback invoked when near finish response is received from remote node.
- onFinishSend(UUID, long) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridCacheTxFinishSync
-
Callback invoked before finish request is sent to remote node.
- onFreed(GridDistributedCacheEntry<K, V>) - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheMvccCallback
-
Called when entry has no more candidates.
- onFutureCompleted(GridStreamerStageExecutionFuture) - Method in interface org.gridgain.grid.kernal.processors.streamer.GridStreamerEx
-
Called when future is completed and parent should be notified, if any.
- onFutureCompleted(GridStreamerStageExecutionFuture) - Method in class org.gridgain.grid.kernal.processors.streamer.GridStreamerImpl
-
Called when future is completed and parent should be notified, if any.
- onFutureMapped(GridStreamerStageExecutionFuture) - Method in interface org.gridgain.grid.kernal.processors.streamer.GridStreamerEx
-
Called before execution requests are sent to remote nodes or scheduled for local execution.
- onFutureMapped(GridStreamerStageExecutionFuture) - Method in class org.gridgain.grid.kernal.processors.streamer.GridStreamerImpl
-
Called before execution requests are sent to remote nodes or scheduled for local execution.
- onGc(E) - Method in class org.gridgain.grid.util.GridConcurrentPhantomHashSet
-
This method is called on every element when it gets GC-ed.
- onGc(E) - Method in class org.gridgain.grid.util.GridConcurrentWeakHashSet
-
This method is called on every element when it gets GC-ed.
- onGet(K, V) - Method in interface org.gridgain.grid.cache.GridCacheInterceptor
-
- onGet(K, V) - Method in class org.gridgain.grid.cache.GridCacheInterceptorAdapter
-
- onGgfsDataSizeChanged(long) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearCacheAdapter
-
Callback invoked when data is added to GGFS cache.
- onGgfsDataSizeChanged(long) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
Callback invoked when data is added to GGFS cache.
- onGridUuidRead(UUID) - Static method in class org.gridgain.grid.util.GridUuidCache
-
Gets cached UUID to preserve memory.
- onHasNext() - Method in class org.gridgain.grid.util.GridCloseableIteratorAdapter
-
- onHasNext() - Method in class org.gridgain.grid.util.GridCloseableIteratorAdapterEx
-
- onHasNext() - Method in class org.gridgain.grid.util.GridSpiCloseableIteratorWrapper
- onInvalid(Exception) - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheAtomicLongImpl
- onInvalid(Exception) - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheAtomicReferenceImpl
- onInvalid(Exception) - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheAtomicSequenceImpl
- onInvalid(Exception) - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheAtomicStampedImpl
- onInvalid(Exception) - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheCountDownLatchImpl
- onInvalid(Exception) - Method in interface org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheRemovable
-
- onInvalidate() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearCacheEntry
-
Called when entry invalidated.
- onInvalidate() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMapEntry
-
Called when entry invalidated.
- onJobDone() - Method in class org.gridgain.grid.kernal.GridJobSiblingImpl
-
- onJoinFinished() - Method in class org.gridgain.grid.spi.discovery.tcp.internal.GridTcpDiscoveryStatistics
-
Initializes join finished timestamp.
- onJoinStarted() - Method in class org.gridgain.grid.spi.discovery.tcp.internal.GridTcpDiscoveryStatistics
-
Initializes join started timestamp.
- onKernalStart() - Method in interface org.gridgain.grid.kernal.GridComponent
-
Callback that notifies that kernal has successfully started,
including all managers and processors.
- onKernalStart() - Method in class org.gridgain.grid.kernal.managers.deployment.GridDeploymentPerLoaderStore
-
Kernal started callback.
- onKernalStart() - Method in class org.gridgain.grid.kernal.managers.deployment.GridDeploymentPerVersionStore
-
Kernal started callback.
- onKernalStart() - Method in interface org.gridgain.grid.kernal.managers.deployment.GridDeploymentStore
-
Kernal started callback.
- onKernalStart() - Method in class org.gridgain.grid.kernal.managers.GridManagerAdapter
-
Callback that notifies that kernal has successfully started,
including all managers and processors.
- onKernalStart() - Method in class org.gridgain.grid.kernal.managers.GridNoopManagerAdapter
-
Callback that notifies that kernal has successfully started,
including all managers and processors.
- onKernalStart() - Method in class org.gridgain.grid.kernal.processors.affinity.GridAffinityProcessor
-
Callback that notifies that kernal has successfully started,
including all managers and processors.
- onKernalStart() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtCacheAdapter
-
Kernal start callback.
- onKernalStart() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.preloader.GridDhtPreloader
-
Kernal start callback.
- onKernalStart() - Method in class org.gridgain.grid.kernal.processors.cache.dr.os.GridOsCacheDrManager
- onKernalStart() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
Kernal start callback.
- onKernalStart() - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheManager
-
- onKernalStart() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheManagerAdapter
- onKernalStart() - Method in interface org.gridgain.grid.kernal.processors.cache.GridCachePreloader
-
Kernal start callback.
- onKernalStart() - Method in class org.gridgain.grid.kernal.processors.cache.GridCachePreloaderAdapter
-
Kernal start callback.
- onKernalStart() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProcessor
-
Callback that notifies that kernal has successfully started,
including all managers and processors.
- onKernalStart() - Method in class org.gridgain.grid.kernal.processors.clock.GridClockSyncProcessor
-
Callback that notifies that kernal has successfully started,
including all managers and processors.
- onKernalStart() - Method in class org.gridgain.grid.kernal.processors.GridProcessorAdapter
-
Callback that notifies that kernal has successfully started,
including all managers and processors.
- onKernalStart() - Method in class org.gridgain.grid.kernal.processors.rest.GridRestProcessor
-
Callback that notifies that kernal has successfully started,
including all managers and processors.
- onKernalStart() - Method in class org.gridgain.grid.kernal.processors.streamer.GridStreamProcessor
-
Callback that notifies that kernal has successfully started,
including all managers and processors.
- onKernalStart0() - Method in class org.gridgain.grid.kernal.managers.communication.GridIoManager
- onKernalStart0() - Method in class org.gridgain.grid.kernal.managers.deployment.GridDeploymentManager
- onKernalStart0() - Method in class org.gridgain.grid.kernal.managers.GridManagerAdapter
-
- onKernalStart0() - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheDataStructuresManager
- onKernalStart0() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAffinityManager
- onKernalStart0() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheDgcManager
- onKernalStart0() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheEvictionManager
- onKernalStart0() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheManagerAdapter
-
- onKernalStart0() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMvccManager
- onKernalStart0() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTtlManager
- onKernalStart0() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxManager
- onKernalStart0() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheVersionManager
- onKernalStop(boolean) - Method in interface org.gridgain.grid.kernal.GridComponent
-
Callback to notify that kernal is about to stop.
- onKernalStop() - Method in class org.gridgain.grid.kernal.managers.deployment.GridDeploymentPerLoaderStore
-
Kernel stopping callback.
- onKernalStop() - Method in class org.gridgain.grid.kernal.managers.deployment.GridDeploymentPerVersionStore
-
Kernel stopping callback.
- onKernalStop() - Method in interface org.gridgain.grid.kernal.managers.deployment.GridDeploymentStore
-
Kernel stopping callback.
- onKernalStop(boolean) - Method in class org.gridgain.grid.kernal.managers.GridManagerAdapter
-
Callback to notify that kernal is about to stop.
- onKernalStop(boolean) - Method in class org.gridgain.grid.kernal.managers.GridNoopManagerAdapter
-
Callback to notify that kernal is about to stop.
- onKernalStop(boolean) - Method in class org.gridgain.grid.kernal.processors.affinity.GridAffinityProcessor
-
Callback to notify that kernal is about to stop.
- onKernalStop() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtCacheAdapter
-
Kernal stop callback.
- onKernalStop() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.preloader.GridDhtPreloader
-
Kernal stop callback.
- onKernalStop(boolean) - Method in class org.gridgain.grid.kernal.processors.cache.dr.os.GridOsCacheDrManager
- onKernalStop() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
Kernal stop callback.
- onKernalStop(boolean) - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheManager
-
- onKernalStop(boolean) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheManagerAdapter
- onKernalStop() - Method in interface org.gridgain.grid.kernal.processors.cache.GridCachePreloader
-
Kernal stop callback.
- onKernalStop() - Method in class org.gridgain.grid.kernal.processors.cache.GridCachePreloaderAdapter
-
Kernal stop callback.
- onKernalStop(boolean) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProcessor
-
Callback to notify that kernal is about to stop.
- onKernalStop(boolean) - Method in class org.gridgain.grid.kernal.processors.clock.GridClockSyncProcessor
-
Callback to notify that kernal is about to stop.
- onKernalStop(boolean) - Method in class org.gridgain.grid.kernal.processors.closure.GridClosureProcessor
-
Callback to notify that kernal is about to stop.
- onKernalStop(boolean) - Method in class org.gridgain.grid.kernal.processors.dataload.GridDataLoaderProcessor
-
Callback to notify that kernal is about to stop.
- onKernalStop(boolean) - Method in class org.gridgain.grid.kernal.processors.GridProcessorAdapter
-
Callback to notify that kernal is about to stop.
- onKernalStop(boolean) - Method in class org.gridgain.grid.kernal.processors.job.GridJobProcessor
-
Callback to notify that kernal is about to stop.
- onKernalStop(boolean) - Method in class org.gridgain.grid.kernal.processors.rest.GridRestProcessor
-
Callback to notify that kernal is about to stop.
- onKernalStop(boolean) - Method in class org.gridgain.grid.kernal.processors.streamer.GridStreamerImpl
-
On kernal stop callback.
- onKernalStop(boolean) - Method in class org.gridgain.grid.kernal.processors.streamer.GridStreamProcessor
-
Callback to notify that kernal is about to stop.
- onKernalStop(boolean) - Method in class org.gridgain.grid.kernal.processors.task.GridTaskProcessor
-
Callback to notify that kernal is about to stop.
- onKernalStop0(boolean) - Method in class org.gridgain.grid.kernal.managers.communication.GridIoManager
- onKernalStop0(boolean) - Method in class org.gridgain.grid.kernal.managers.deployment.GridDeploymentManager
- onKernalStop0(boolean) - Method in class org.gridgain.grid.kernal.managers.discovery.GridDiscoveryManager
- onKernalStop0(boolean) - Method in class org.gridgain.grid.kernal.managers.eventstorage.GridEventStorageManager
- onKernalStop0(boolean) - Method in class org.gridgain.grid.kernal.managers.GridManagerAdapter
-
- onKernalStop0(boolean) - Method in class org.gridgain.grid.kernal.managers.indexing.GridIndexingManager
- onKernalStop0(boolean) - Method in class org.gridgain.grid.kernal.managers.swapspace.GridSwapSpaceManager
- onKernalStop0(boolean) - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheDataStructuresManager
- onKernalStop0(boolean) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheDgcManager
- onKernalStop0(boolean) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheEvictionManager
- onKernalStop0(boolean) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheIoManager
- onKernalStop0(boolean) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheManagerAdapter
-
- onKernalStop0(boolean) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMvccManager
- onKernalStop0(boolean) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTtlManager
- onKernalStop0(boolean) - Method in class org.gridgain.grid.kernal.processors.cache.query.GridCacheQueryManager
- onLifecycleEvent(GridLifecycleEventType) - Method in interface org.gridgain.grid.GridLifecycleBean
-
This method is called when lifecycle event occurs.
- onListenerRegistered(UUID, GridKernalContext) - Method in class org.gridgain.grid.kernal.GridMessageListenHandler
-
Callback called after listener is registered and acknowledgement is sent.
- onListenerRegistered(UUID, GridKernalContext) - Method in interface org.gridgain.grid.kernal.processors.continuous.GridContinuousHandler
-
Callback called after listener is registered and acknowledgement is sent.
- onLocked(GridDistributedCacheEntry<K, V>) - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheMvccCallback
-
Called when entry gets a first candidate.
- onMapped() - Method in class org.gridgain.grid.kernal.GridTaskFutureImpl
-
Callback for completion of task mapping stage.
- onMarkedObsolete() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtCacheEntry
-
- onMarkedObsolete() - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheEntryEx
-
- onMarkedObsolete() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMapEntry
-
- onMasterNodeLeft(GridComputeTaskSession) - Method in interface org.gridgain.grid.compute.GridComputeJobMasterLeaveAware
-
A method which is executed in case master node has left topology during job execution.
- onMessage(UUID, Object) - Method in interface org.gridgain.grid.kernal.managers.communication.GridMessageListener
-
Notification for received messages.
- onMessage(GridNioSession, GridMemcachedMessage) - Method in class org.gridgain.grid.kernal.processors.rest.protocols.tcp.GridTcpMemcachedNioListener
-
This method is called whenever a
GridNioParser returns non-null value.
- onMessage(GridNioSession, GridClientMessage) - Method in class org.gridgain.grid.kernal.processors.rest.protocols.tcp.GridTcpRestNioListener
-
This method is called whenever a
GridNioParser returns non-null value.
- onMessage(UUID, T, GridRunnable) - Method in interface org.gridgain.grid.spi.communication.GridCommunicationListener
-
NOTE: GridCommunicationSpi should ignore very first 4 bytes received from
sender node and pass the rest of the received message to the listener.
- onMessage(GridNioSession, T) - Method in interface org.gridgain.grid.util.nio.GridNioServerListener
-
This method is called whenever a
GridNioParser returns non-null value.
- onMessageProcessingFinished(GridTcpDiscoveryAbstractMessage) - Method in class org.gridgain.grid.spi.discovery.tcp.internal.GridTcpDiscoveryStatistics
-
Collects necessary stats for message processed by SPI.
- onMessageProcessingStarted(GridTcpDiscoveryAbstractMessage) - Method in class org.gridgain.grid.spi.discovery.tcp.internal.GridTcpDiscoveryStatistics
-
Collects necessary stats for message processed by SPI.
- onMessageReceived(GridClockMessage, InetAddress, int) - Method in class org.gridgain.grid.kernal.processors.clock.GridClockSyncProcessor
-
Callback from server for message receiving.
- onMessageReceived(GridTcpDiscoveryAbstractMessage) - Method in class org.gridgain.grid.spi.discovery.tcp.internal.GridTcpDiscoveryStatistics
-
Collects necessary stats for message received by SPI.
- onMessageReceived(GridNioSession, Object) - Method in class org.gridgain.grid.util.nio.GridConnectionBytesVerifyFilter
-
Invoked when a new messages received.
- onMessageReceived(GridNioSession, Object) - Method in class org.gridgain.grid.util.nio.GridNioAsyncNotifyFilter
-
Invoked when a new messages received.
- onMessageReceived(GridNioSession, Object) - Method in class org.gridgain.grid.util.nio.GridNioCodecFilter
-
Invoked when a new messages received.
- onMessageReceived(GridNioSession, Object) - Method in interface org.gridgain.grid.util.nio.GridNioFilter
-
Invoked when a new messages received.
- onMessageReceived(GridNioSession, Object) - Method in class org.gridgain.grid.util.nio.GridNioFilterChain
-
Starts chain notification from head to tail.
- onMessageReceived() - Method in class org.gridgain.grid.util.nio.GridNioMessageTracker
-
- onMessageReceived(GridNioSession, Object) - Method in class org.gridgain.grid.util.nio.ssl.GridNioSslFilter
-
Invoked when a new messages received.
- onMessageSent(GridTcpDiscoveryAbstractMessage, long) - Method in class org.gridgain.grid.spi.discovery.tcp.internal.GridTcpDiscoveryStatistics
-
Called by coordinator when ring message is sent.
- onMetricsUpdate(long, boolean) - Method in class org.gridgain.grid.kernal.processors.cache.query.GridCacheQueryManager
-
- onNext() - Method in class org.gridgain.grid.util.GridCloseableIteratorAdapter
-
- onNext() - Method in class org.gridgain.grid.util.GridCloseableIteratorAdapterEx
-
- onNext() - Method in class org.gridgain.grid.util.GridSpiCloseableIteratorWrapper
- onNodeAdded(GridClientNode) - Method in class org.gridgain.client.balancer.GridClientRoundRobinBalancer
-
Callback for new nodes joining the remote grid.
- onNodeAdded(GridClientNode) - Method in class org.gridgain.client.GridClientPartitionAffinity
-
Callback for new nodes joining the remote grid.
- onNodeAdded(GridClientNode) - Method in interface org.gridgain.client.GridClientTopologyListener
-
Callback for new nodes joining the remote grid.
- onNodeFailed() - Method in class org.gridgain.grid.spi.discovery.tcp.internal.GridTcpDiscoveryStatistics
-
Increments failed nodes count.
- onNodeJoined(GridNode) - Method in interface org.gridgain.grid.kernal.processors.version.GridVersionProcessor
-
Handles node joined event.
- onNodeJoined(GridNode) - Method in class org.gridgain.grid.kernal.processors.version.os.GridOsVersionProcessor
-
Handles node joined event.
- onNodeJoined() - Method in class org.gridgain.grid.spi.discovery.tcp.internal.GridTcpDiscoveryStatistics
-
Increments joined nodes count.
- onNodeLeft(UUID) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic.GridDhtAtomicUpdateFuture
-
Callback for when node left.
- onNodeLeft(UUID) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic.GridNearAtomicUpdateFuture
-
Callback for when node left.
- onNodeLeft(UUID) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.colocated.GridDhtColocatedLockFuture
-
- onNodeLeft(UUID) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.colocated.GridDhtColocatedTxFinishFuture
-
Callback for when node left.
- onNodeLeft(UUID) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.colocated.GridDhtColocatedTxPrepareFuture
-
Callback for when node left.
- onNodeLeft(UUID) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtAssignmentFetchFuture
-
- onNodeLeft(UUID) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtLockFuture
-
- onNodeLeft(UUID) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtTxFinishFuture
-
Callback for when node left.
- onNodeLeft(UUID) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtTxPrepareFuture
-
Callback for when node left.
- onNodeLeft(UUID) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridPartitionedGetFuture
-
Callback for when node left.
- onNodeLeft(UUID) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.preloader.GridDhtPartitionsExchangeFuture
-
- onNodeLeft(UUID) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridCacheOptimisticCheckPreparedTxFuture
-
Callback for when node left.
- onNodeLeft(UUID) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridCachePerThreadTxCommitBuffer
-
- onNodeLeft(UUID) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridCachePessimisticCheckCommittedTxFuture
-
Callback for when node left.
- onNodeLeft(UUID) - Method in interface org.gridgain.grid.kernal.processors.cache.distributed.GridCacheTxCommitBuffer
-
Callback called when lode left grid.
- onNodeLeft(UUID) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridCacheTxFinishSync
-
Callback invoked when node leaves grid.
- onNodeLeft(UUID) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearGetFuture
-
Callback for when node left.
- onNodeLeft(UUID) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearLockFuture
-
- onNodeLeft(UUID) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearTxFinishFuture
-
Callback for when node left.
- onNodeLeft(UUID) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearTxPrepareFuture
-
Callback for when node left.
- onNodeLeft(UUID) - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheFuture
-
Callback for when node left.
- onNodeLeft(UUID) - Method in class org.gridgain.grid.kernal.processors.cache.local.GridLocalLockFuture
-
Callback for when node left.
- onNodeLeft(UUID) - Method in class org.gridgain.grid.kernal.processors.cache.query.GridCacheDistributedQueryFuture
- onNodeLeft(UUID) - Method in class org.gridgain.grid.kernal.processors.cache.query.GridCacheQueryFutureAdapter
-
- onNodeLeft(UUID) - Method in class org.gridgain.grid.kernal.processors.clock.GridClockDeltaSnapshot
-
Callback invoked when node left.
- onNodeLeft(UUID) - Method in class org.gridgain.grid.kernal.processors.streamer.GridStreamerStageExecutionFuture
-
Callback invoked when node leaves the grid.
- onNodeLeft(GridNode) - Method in interface org.gridgain.grid.kernal.processors.version.GridVersionProcessor
-
Handles node left event.
- onNodeLeft(GridNode) - Method in class org.gridgain.grid.kernal.processors.version.os.GridOsVersionProcessor
-
Handles node left event.
- onNodeLeft() - Method in class org.gridgain.grid.spi.discovery.tcp.internal.GridTcpDiscoveryStatistics
-
Increments left nodes count.
- onNodeRemoved(GridClientNode) - Method in class org.gridgain.client.balancer.GridClientRoundRobinBalancer
-
Callback for nodes leaving the remote grid.
- onNodeRemoved(GridClientNode) - Method in class org.gridgain.client.GridClientPartitionAffinity
-
Callback for nodes leaving the remote grid.
- onNodeRemoved(GridClientNode) - Method in interface org.gridgain.client.GridClientTopologyListener
-
Callback for nodes leaving the remote grid.
- onOwnerChanged(GridCacheEntryEx<K, V>, GridCacheMvccCandidate<K>) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtLockFuture
-
Callback for whenever entry lock ownership changes.
- onOwnerChanged(GridCacheEntryEx<K, V>, GridCacheMvccCandidate<K>) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtTxPrepareFuture
- onOwnerChanged(GridCacheEntryEx<K, V>, GridCacheMvccCandidate<K>) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridDistributedTxRemoteAdapter
-
Callback invoked whenever there is a lock that has been acquired
by this transaction for any of the participating entries.
- onOwnerChanged(GridCacheEntryEx<K, V>, GridCacheMvccCandidate<K>) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearLockFuture
-
Callback for whenever entry lock ownership changes.
- onOwnerChanged(GridCacheEntryEx<K, V>, GridCacheMvccCandidate<K>) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearTxPrepareFuture
- onOwnerChanged(GridCacheEntryEx<K, V>, GridCacheMvccCandidate<K>, GridCacheMvccCandidate<K>) - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheMvccCallback
-
Called when entry lock ownership changes.
- onOwnerChanged(GridCacheEntryEx<K, V>, GridCacheMvccCandidate<K>) - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheMvccFuture
-
- onOwnerChanged(GridCacheEntryEx<K, V>, GridCacheMvccCandidate<K>) - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheTxEx
-
Callback invoked whenever there is a lock that has been acquired
by this transaction for any of the participating entries.
- onOwnerChanged(GridCacheEntryEx<K, V>, GridCacheMvccCandidate<K>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxLocalAdapter
-
Callback invoked whenever there is a lock that has been acquired
by this transaction for any of the participating entries.
- onOwnerChanged(GridCacheEntryEx<K, V>, GridCacheMvccCandidate<K>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxManager
-
Callback invoked whenever a member of a transaction acquires
lock ownership.
- onOwnerChanged(GridCacheEntryEx<K, V>, GridCacheMvccCandidate<K>) - Method in class org.gridgain.grid.kernal.processors.cache.local.GridLocalLockFuture
- onPage(UUID, List<GridIndexingFieldMetadata>, Collection<Map<String, Object>>, Throwable, boolean) - Method in class org.gridgain.grid.kernal.processors.cache.query.GridCacheDistributedFieldsQueryFuture
-
- onPage(UUID, boolean) - Method in class org.gridgain.grid.kernal.processors.cache.query.GridCacheDistributedQueryFuture
- onPage(UUID, List<GridIndexingFieldMetadata>, Collection<?>, Throwable, boolean) - Method in class org.gridgain.grid.kernal.processors.cache.query.GridCacheLocalFieldsQueryFuture
-
- onPage(UUID, boolean) - Method in class org.gridgain.grid.kernal.processors.cache.query.GridCacheLocalQueryFuture
- onPage(UUID, Collection<?>, Throwable, boolean) - Method in class org.gridgain.grid.kernal.processors.cache.query.GridCacheQueryFutureAdapter
-
- onPage(UUID, boolean) - Method in class org.gridgain.grid.kernal.processors.cache.query.GridCacheQueryFutureAdapter
-
- onPageReady(boolean, GridCacheQueryInfo, Collection<?>, boolean, Throwable) - Method in class org.gridgain.grid.kernal.processors.cache.query.GridCacheDistributedQueryManager
-
Called when data for page is ready.
- onPageReady(boolean, GridCacheQueryInfo, Collection<?>, boolean, Throwable) - Method in class org.gridgain.grid.kernal.processors.cache.query.GridCacheLocalQueryManager
-
Called when data for page is ready.
- onPageReady(boolean, GridCacheQueryInfo, Collection<?>, boolean, Throwable) - Method in class org.gridgain.grid.kernal.processors.cache.query.GridCacheQueryManager
-
Called when data for page is ready.
- onPartitionEvicted(int) - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheDataStructuresManager
-
Partition evicted callback.
- onPartitionEvicted(GridDhtLocalPartition<K, V>, boolean) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.preloader.GridDhtPreloader
-
Resends partitions on partition evict within configured timeout.
- onPauseReads(GridNioSession) - Method in interface org.gridgain.grid.util.nio.GridNioFilter
-
Pauses reads for session.
- onPauseReads(GridNioSession) - Method in class org.gridgain.grid.util.nio.GridNioFilterAdapter
-
Pauses reads for session.
- onPauseReads(GridNioSession) - Method in class org.gridgain.grid.util.nio.GridNioFilterChain
-
Starts chain notification from tail to head.
- onPauseStateChanged(GridDrPauseReason, String) - Method in class org.gridgain.grid.kernal.processors.cache.dr.GridDrSenderCacheMetricsAdapter
-
Callback for replication pause state changed.
- onPauseStateChanged(GridDrPauseReason, String) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMetricsAdapter
-
Callback for replication pause state changed.
- onPendingMessageDiscarded() - Method in class org.gridgain.grid.spi.discovery.tcp.internal.GridTcpDiscoveryStatistics
-
Increments pending messages discarded count.
- onPendingMessageRegistered() - Method in class org.gridgain.grid.spi.discovery.tcp.internal.GridTcpDiscoveryStatistics
-
Increments pending messages registered count.
- onPipelineCompleted(long, int) - Method in class org.gridgain.grid.kernal.processors.streamer.GridStreamerMetricsHolder
-
Pipeline completed callback.
- onPortChange() - Method in interface org.gridgain.grid.kernal.processors.port.GridPortListener
-
- onQueryCompleted(long, int) - Method in interface org.gridgain.grid.kernal.processors.streamer.GridStreamerEx
-
Callback executed when streamer query completes.
- onQueryCompleted(long, int) - Method in class org.gridgain.grid.kernal.processors.streamer.GridStreamerImpl
-
Callback executed when streamer query completes.
- onQueryCompleted(long, int) - Method in class org.gridgain.grid.kernal.processors.streamer.GridStreamerMetricsHolder
-
Query completed callback.
- onQueryExecute(long, boolean) - Method in class org.gridgain.grid.kernal.processors.cache.query.GridCacheQueryMetricsAdapter
-
Callback for query execution.
- onRead(boolean) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMetricsAdapter
-
Cache read callback.
- onReceive(Object) - Method in interface org.gridgain.grid.GridClientMessageInterceptor
-
Intercepts received objects.
- onReceiveCacheConflictResolved(boolean, boolean, boolean) - Method in class org.gridgain.grid.kernal.processors.cache.dr.GridDrReceiverCacheMetricsAdapter
-
Callback for conflict resolver on receiver cache side.
- onReceiveCacheConflictResolved(boolean, boolean, boolean) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMetricsAdapter
-
Callback for conflict resolver on receiver cache side.
- onReceiveCacheEntriesReceived(int) - Method in class org.gridgain.grid.kernal.processors.cache.dr.GridDrReceiverCacheMetricsAdapter
-
Callback for received entries from receiver hub.
- onReceiveCacheEntriesReceived(int) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMetricsAdapter
-
Callback for received entries from receiver hub.
- onReceived(UUID, GridCacheVersion) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheVersionManager
-
- onReceived(UUID, long) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheVersionManager
-
- onReceivedAndNext(UUID, GridCacheVersion) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheVersionManager
-
- onRemove() - Method in class org.gridgain.grid.util.GridCloseableIteratorAdapter
-
Called on remove from iterator.
- onRemove() - Method in class org.gridgain.grid.util.GridCloseableIteratorAdapterEx
-
Called on remove from iterator.
- onRemoved() - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheAtomicLongImpl
-
Set status of data structure as removed.
- onRemoved() - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheAtomicReferenceImpl
-
Set status of data structure as removed.
- onRemoved() - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheAtomicSequenceImpl
-
Set status of data structure as removed.
- onRemoved() - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheAtomicStampedImpl
-
Set status of data structure as removed.
- onRemoved() - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheCountDownLatchImpl
-
Set status of data structure as removed.
- onRemoved() - Method in interface org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheRemovable
-
Set status of data structure as removed.
- onRemoved(GridDhtCacheEntry<K, V>) - Method in interface org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtPartitionTopology
-
- onRemoved(GridStreamerIndexEntry<E, K, V>, E) - Method in interface org.gridgain.grid.streamer.index.GridStreamerIndexUpdater
-
Callback invoked whenever an event is being removed from the window and has
index entry for given key.
- onResponse(Object, GridException, Map<Object, Object>, boolean) - Method in class org.gridgain.grid.kernal.GridJobResultImpl
-
- onResponse(GridNode, GridDhtAffinityAssignmentResponse<K, V>) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtAssignmentFetchFuture
-
- onResult(UUID, GridDhtAtomicUpdateResponse<K, V>) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic.GridDhtAtomicUpdateFuture
-
Callback for backup update response.
- onResult(UUID) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic.GridDhtAtomicUpdateFuture
-
Deferred update response.
- onResult(UUID, GridNearAtomicUpdateResponse<K, V>) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic.GridNearAtomicUpdateFuture
-
Response callback.
- onResult(UUID, GridNearGetResponse<K, V>) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridPartitionedGetFuture
-
- onResult(UUID, GridDhtForceKeysResponse<K, V>) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.preloader.GridDhtForceKeysFuture
-
- onResult(UUID, GridCacheOptimisticCheckPreparedTxResponse<K, V>) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridCacheOptimisticCheckPreparedTxFuture
-
- onResult(UUID, GridCachePessimisticCheckCommittedTxResponse<K, V>) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridCachePessimisticCheckCommittedTxFuture
-
- onResumeReads(GridNioSession) - Method in interface org.gridgain.grid.util.nio.GridNioFilter
-
Resumes reads for session.
- onResumeReads(GridNioSession) - Method in class org.gridgain.grid.util.nio.GridNioFilterAdapter
-
Resumes reads for session.
- onResumeReads(GridNioSession) - Method in class org.gridgain.grid.util.nio.GridNioFilterChain
-
Starts chain notification from tail to head.
- onRingMessageReceived(GridTcpDiscoveryAbstractMessage) - Method in class org.gridgain.grid.spi.discovery.tcp.internal.GridTcpDiscoveryStatistics
-
Called by coordinator when ring message makes full pass.
- onSend(Object) - Method in interface org.gridgain.grid.GridClientMessageInterceptor
-
Intercepts received objects.
- onSenderCacheBatchAcknowledged(int) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMetricsAdapter
-
Callback for received acknowledgement by sender hub.
- onSenderCacheBatchFailed(int) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMetricsAdapter
-
Callback for received batch error by sender hub.
- onSenderCacheBatchSent(int) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMetricsAdapter
-
Callback for sent batch on sender cache side.
- onSenderCacheEntryFiltered() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMetricsAdapter
-
Callback for filtered entries on sender cache side.
- onServerSocketInitialized(long) - Method in class org.gridgain.grid.spi.discovery.tcp.internal.GridTcpDiscoveryStatistics
-
- onSessionClose(GridNioSession) - Method in class org.gridgain.grid.util.nio.GridConnectionBytesVerifyFilter
-
Invoked when a session close request is performed on session.
- onSessionClose(GridNioSession) - Method in class org.gridgain.grid.util.nio.GridNioAsyncNotifyFilter
-
Invoked when a session close request is performed on session.
- onSessionClose(GridNioSession) - Method in class org.gridgain.grid.util.nio.GridNioCodecFilter
-
Invoked when a session close request is performed on session.
- onSessionClose(GridNioSession) - Method in interface org.gridgain.grid.util.nio.GridNioFilter
-
Invoked when a session close request is performed on session.
- onSessionClose(GridNioSession) - Method in class org.gridgain.grid.util.nio.GridNioFilterChain
-
Starts chain notification from tail to head.
- onSessionClose(GridNioSession) - Method in class org.gridgain.grid.util.nio.ssl.GridNioSslFilter
-
Invoked when a session close request is performed on session.
- onSessionClosed(GridNioSession) - Method in class org.gridgain.grid.util.nio.GridConnectionBytesVerifyFilter
-
Invoked after session get closed.
- onSessionClosed(GridNioSession) - Method in class org.gridgain.grid.util.nio.GridNioAsyncNotifyFilter
-
Invoked after session get closed.
- onSessionClosed(GridNioSession) - Method in class org.gridgain.grid.util.nio.GridNioCodecFilter
-
Invoked after session get closed.
- onSessionClosed(GridNioSession) - Method in interface org.gridgain.grid.util.nio.GridNioFilter
-
Invoked after session get closed.
- onSessionClosed(GridNioSession) - Method in class org.gridgain.grid.util.nio.GridNioFilterChain
-
Starts chain notification from head to tail.
- onSessionClosed(GridNioSession) - Method in class org.gridgain.grid.util.nio.ssl.GridNioSslFilter
-
Invoked after session get closed.
- onSessionEnd(GridTaskSessionInternal, boolean) - Method in class org.gridgain.grid.kernal.managers.checkpoint.GridCheckpointManager
-
- onSessionExpired(UUID) - Method in interface org.gridgain.grid.kernal.managers.security.GridSecurityManager
-
Callback invoked when subject session got expired.
- onSessionExpired(UUID) - Method in class org.gridgain.grid.kernal.managers.security.os.GridOsSecurityManager
-
Callback invoked when subject session got expired.
- onSessionFailed() - Method in class org.gridgain.grid.kernal.processors.streamer.GridStreamerMetricsHolder
-
Session failed callback.
- onSessionFinished() - Method in class org.gridgain.grid.kernal.processors.streamer.GridStreamerMetricsHolder
-
Session finished callback.
- onSessionIdleTimeout(GridNioSession) - Method in class org.gridgain.grid.kernal.processors.rest.protocols.tcp.GridTcpRestNioListener
-
Closes the session by timeout (i.e.
- onSessionIdleTimeout(GridNioSession) - Method in class org.gridgain.grid.util.nio.GridConnectionBytesVerifyFilter
-
Called when session is idle for longer time that is
allowed by NIO server.
- onSessionIdleTimeout(GridNioSession) - Method in class org.gridgain.grid.util.nio.GridNioAsyncNotifyFilter
-
Called when session is idle for longer time that is
allowed by NIO server.
- onSessionIdleTimeout(GridNioSession) - Method in class org.gridgain.grid.util.nio.GridNioCodecFilter
-
Called when session is idle for longer time that is
allowed by NIO server.
- onSessionIdleTimeout(GridNioSession) - Method in interface org.gridgain.grid.util.nio.GridNioFilter
-
Called when session is idle for longer time that is
allowed by NIO server.
- onSessionIdleTimeout(GridNioSession) - Method in class org.gridgain.grid.util.nio.GridNioFilterChain
-
Called when session is idle for longer time that is
allowed by NIO server.
- onSessionIdleTimeout(GridNioSession) - Method in interface org.gridgain.grid.util.nio.GridNioServerListener
-
Called when session did not receive any activity within timeout interval.
- onSessionIdleTimeout(GridNioSession) - Method in class org.gridgain.grid.util.nio.GridNioServerListenerAdapter
-
Called when session did not receive any activity within timeout interval.
- onSessionIdleTimeout(GridNioSession) - Method in class org.gridgain.grid.util.nio.ssl.GridNioSslFilter
-
Called when session is idle for longer time that is
allowed by NIO server.
- onSessionOpened(GridNioSession) - Method in class org.gridgain.grid.util.nio.GridConnectionBytesVerifyFilter
-
Invoked when a new session was created.
- onSessionOpened(GridNioSession) - Method in class org.gridgain.grid.util.nio.GridNioAsyncNotifyFilter
-
Invoked when a new session was created.
- onSessionOpened(GridNioSession) - Method in class org.gridgain.grid.util.nio.GridNioCodecFilter
-
Invoked when a new session was created.
- onSessionOpened(GridNioSession) - Method in interface org.gridgain.grid.util.nio.GridNioFilter
-
Invoked when a new session was created.
- onSessionOpened(GridNioSession) - Method in class org.gridgain.grid.util.nio.GridNioFilterChain
-
Starts chain notification from head to tail.
- onSessionOpened(GridNioSession) - Method in class org.gridgain.grid.util.nio.ssl.GridNioSslFilter
-
Invoked when a new session was created.
- onSessionStarted() - Method in class org.gridgain.grid.kernal.processors.streamer.GridStreamerMetricsHolder
-
Session started callback.
- onSessionWrite(GridNioSession, Object) - Method in class org.gridgain.grid.util.nio.GridConnectionBytesVerifyFilter
-
Invoked when a write request is performed on a session.
- onSessionWrite(GridNioSession, Object) - Method in class org.gridgain.grid.util.nio.GridNioAsyncNotifyFilter
-
Invoked when a write request is performed on a session.
- onSessionWrite(GridNioSession, Object) - Method in class org.gridgain.grid.util.nio.GridNioCodecFilter
-
Invoked when a write request is performed on a session.
- onSessionWrite(GridNioSession, Object) - Method in interface org.gridgain.grid.util.nio.GridNioFilter
-
Invoked when a write request is performed on a session.
- onSessionWrite(GridNioSession, Object) - Method in class org.gridgain.grid.util.nio.GridNioFilterChain
-
Starts chain notification from tail to head.
- onSessionWrite(GridNioSession, Object) - Method in class org.gridgain.grid.util.nio.ssl.GridNioSslFilter
-
Invoked when a write request is performed on a session.
- onSessionWriteTimeout(GridNioSession) - Method in class org.gridgain.grid.util.nio.GridConnectionBytesVerifyFilter
-
Called when session has not empty write buffer that has not been fully
flushed during max timeout allowed by NIO server.
- onSessionWriteTimeout(GridNioSession) - Method in class org.gridgain.grid.util.nio.GridNioAsyncNotifyFilter
-
Called when session has not empty write buffer that has not been fully
flushed during max timeout allowed by NIO server.
- onSessionWriteTimeout(GridNioSession) - Method in class org.gridgain.grid.util.nio.GridNioCodecFilter
-
Called when session has not empty write buffer that has not been fully
flushed during max timeout allowed by NIO server.
- onSessionWriteTimeout(GridNioSession) - Method in interface org.gridgain.grid.util.nio.GridNioFilter
-
Called when session has not empty write buffer that has not been fully
flushed during max timeout allowed by NIO server.
- onSessionWriteTimeout(GridNioSession) - Method in class org.gridgain.grid.util.nio.GridNioFilterChain
-
Called when session has not empty write buffer that has not been fully
flushed during max timeout allowed by NIO server.
- onSessionWriteTimeout(GridNioSession) - Method in interface org.gridgain.grid.util.nio.GridNioServerListener
-
Called when session has non-empty write queue and server did not send any data
within timeout interval.
- onSessionWriteTimeout(GridNioSession) - Method in class org.gridgain.grid.util.nio.GridNioServerListenerAdapter
-
Called when session has non-empty write queue and server did not send any data
within timeout interval.
- onSessionWriteTimeout(GridNioSession) - Method in class org.gridgain.grid.util.nio.ssl.GridNioSslFilter
-
Called when session has not empty write buffer that has not been fully
flushed during max timeout allowed by NIO server.
- onSocketReaderCreated() - Method in class org.gridgain.grid.spi.discovery.tcp.internal.GridTcpDiscoveryStatistics
-
Increments socket readers created count.
- onSocketReaderRemoved() - Method in class org.gridgain.grid.spi.discovery.tcp.internal.GridTcpDiscoveryStatistics
-
Increments socket readers removed count.
- onSocketTimeout() - Method in class org.gridgain.grid.spi.discovery.tcp.internal.GridTcpDiscoveryStatistics
-
Increments socket timeouts count.
- onSpiContextDestroyed() - Method in interface org.gridgain.grid.spi.discovery.tcp.ipfinder.GridTcpDiscoveryIpFinder
-
Callback invoked prior to stopping grid before SPI context is destroyed.
- onSpiContextDestroyed() - Method in class org.gridgain.grid.spi.discovery.tcp.ipfinder.GridTcpDiscoveryIpFinderAdapter
-
Callback invoked prior to stopping grid before SPI context is destroyed.
- onSpiContextDestroyed() - Method in interface org.gridgain.grid.spi.discovery.tcp.metricsstore.GridTcpDiscoveryMetricsStore
-
Callback invoked prior to stopping grid before SPI context is destroyed.
- onSpiContextDestroyed() - Method in class org.gridgain.grid.spi.discovery.tcp.metricsstore.GridTcpDiscoveryMetricsStoreAdapter
-
Callback invoked prior to stopping grid before SPI context is destroyed.
- onSpiContextInitialized(GridSpiContext) - Method in interface org.gridgain.grid.spi.discovery.tcp.ipfinder.GridTcpDiscoveryIpFinder
-
- onSpiContextInitialized(GridSpiContext) - Method in class org.gridgain.grid.spi.discovery.tcp.ipfinder.GridTcpDiscoveryIpFinderAdapter
-
- onSpiContextInitialized(GridSpiContext) - Method in class org.gridgain.grid.spi.discovery.tcp.ipfinder.multicast.GridTcpDiscoveryMulticastIpFinder
-
- onSpiContextInitialized(GridSpiContext) - Method in interface org.gridgain.grid.spi.discovery.tcp.metricsstore.GridTcpDiscoveryMetricsStore
-
- onSpiContextInitialized(GridSpiContext) - Method in class org.gridgain.grid.spi.discovery.tcp.metricsstore.GridTcpDiscoveryMetricsStoreAdapter
-
- onStageExecutionFinished(int, long) - Method in class org.gridgain.grid.kernal.processors.streamer.GridStreamerMetricsHolder
-
Stage execution finished callback.
- onStageExecutionStarted(int, long) - Method in class org.gridgain.grid.kernal.processors.streamer.GridStreamerMetricsHolder
-
Stage execution started callback.
- onStageFailure(int) - Method in class org.gridgain.grid.kernal.processors.streamer.GridStreamerMetricsHolder
-
Stage failure callback.
- onStageScheduled() - Method in class org.gridgain.grid.kernal.processors.streamer.GridStreamerMetricsHolder
-
Stage scheduled callback.
- onStart(Collection<GridNode>) - Method in interface org.gridgain.grid.kernal.processors.version.GridVersionProcessor
-
Handles node start.
- onStart(Collection<GridNode>) - Method in class org.gridgain.grid.kernal.processors.version.os.GridOsVersionProcessor
-
Handles node start.
- onStarted(GridCacheTxEx<K, V>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxManager
-
Transaction start callback (has to do with when any operation was
performed on this transaction).
- onStarted(GridWorker) - Method in interface org.gridgain.grid.util.worker.GridWorkerListener
-
- onStarted(GridWorker) - Method in class org.gridgain.grid.util.worker.GridWorkerListenerAdapter
- onStateChange(String, GridGainState) - Method in interface org.gridgain.grid.GridGainListener
-
Listener for grid factory state change notifications.
- onStateChanged(GridCacheTxState, GridCacheTxState, GridCacheTx) - Method in interface org.gridgain.grid.cache.GridCacheTxSynchronization
-
State change callback for transaction.
- onStopped(GridWorker) - Method in interface org.gridgain.grid.util.worker.GridWorkerListener
-
- onStopped(GridWorker) - Method in class org.gridgain.grid.util.worker.GridWorkerListenerAdapter
- onStopping() - Method in class org.gridgain.grid.kernal.processors.job.GridJobWorker
-
Callback for whenever grid is stopping.
- onSwap(String, String, String, Object) - Method in class org.gridgain.grid.kernal.managers.indexing.GridIndexingManager
-
Will be called when entry for key will be swapped.
- onSwap(String, K) - Method in class org.gridgain.grid.kernal.processors.cache.query.GridCacheQueryManager
-
Entry for given key unswapped.
- onSwap(String, String, K) - Method in interface org.gridgain.grid.spi.indexing.GridIndexingSpi
-
Will be called when entry with given key is swapped.
- onSwap(String, String, K) - Method in class org.gridgain.grid.spi.indexing.GridNoopIndexingSpi
-
Will be called when entry with given key is swapped.
- onSwapEvent(int, String, byte[]) - Method in interface org.gridgain.grid.spi.swapspace.GridSwapSpaceSpiListener
-
Notification for swap space events.
- onTimeout() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxAdapter
-
Timeout callback.
- onTimeout() - Method in class org.gridgain.grid.kernal.processors.cache.query.GridCacheDistributedQueryFuture
-
Timeout callback.
- onTimeout() - Method in class org.gridgain.grid.kernal.processors.cache.query.GridCacheQueryFutureAdapter
-
Timeout callback.
- onTimeout() - Method in class org.gridgain.grid.kernal.processors.job.GridJobWorker
-
Timeout callback.
- onTimeout() - Method in interface org.gridgain.grid.kernal.processors.timeout.GridTimeoutObject
-
Timeout callback.
- onTtlExpired(GridCacheVersion) - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheEntryEx
-
Callback from ttl processor to cache entry indicating that entry is expired.
- onTtlExpired(GridCacheVersion) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMapEntry
-
Callback from ttl processor to cache entry indicating that entry is expired.
- onTxCommit() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMetricsAdapter
-
Transaction commit callback.
- onTxCommitted(GridCacheTxEx<K, V>) - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheDataStructuresManager
-
Transaction committed callback for transaction manager.
- onTxRollback() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMetricsAdapter
-
Transaction rollback callback.
- onTxStateChange(GridCacheTxState, GridCacheTxState, GridCacheTx) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxManager
-
- onUndeploy(String, ClassLoader) - Method in class org.gridgain.grid.kernal.managers.indexing.GridIndexingManager
-
Removes index tables for all classes belonging to given class loader.
- onUndeploy(UUID, ClassLoader) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
Undeploys and removes all entries for class loader.
- onUndeploy(UUID, ClassLoader) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheDeploymentManager
-
Undeploys given class loader.
- onUndeploy(UUID, ClassLoader) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheSwapManager
-
- onUndeploy(ClassLoader) - Method in class org.gridgain.grid.kernal.processors.cache.query.GridCacheQueryManager
-
Undeploys given class loader.
- onUndeploy(UUID, ClassLoader) - Method in interface org.gridgain.grid.kernal.processors.streamer.GridStreamerEx
-
Callback for undeployed class loaders.
- onUndeploy(UUID, ClassLoader) - Method in class org.gridgain.grid.kernal.processors.streamer.GridStreamerImpl
-
Callback for undeployed class loaders.
- onUndeploy(ClassLoader) - Static method in class org.gridgain.grid.marshaller.optimized.GridOptimizedMarshaller
-
Undeployment callback invoked when class loader is being undeployed.
- onUndeployed(UUID, ClassLoader) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProcessor
-
Callback invoked by deployment manager for whenever a class loader
gets undeployed.
- onUndeployed(GridDeployment) - Method in class org.gridgain.grid.kernal.processors.resource.GridResourceProcessor
-
Callback to be called when class loader is undeployed.
- onUndeployed(UUID, ClassLoader) - Method in class org.gridgain.grid.kernal.processors.streamer.GridStreamProcessor
-
Callback for undeployed class loaders.
- onUndeployed(ClassLoader) - Static method in class org.gridgain.grid.util.GridAnnotationsCache
-
- onUndeployed(ClassLoader) - Static method in class org.gridgain.grid.util.GridClassLoaderCache
-
- onUndeployScheduled() - Method in class org.gridgain.grid.kernal.managers.deployment.GridDeployment
-
Invoked whenever this deployment is scheduled to be undeployed.
- onUnlock() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtCacheEntry
-
- onUnregistered(ClassLoader) - Method in interface org.gridgain.grid.spi.deployment.GridDeploymentListener
-
Called when a deployment has been unregistered..
- onUnswap(String, String, Object, Object, byte[]) - Method in class org.gridgain.grid.kernal.managers.indexing.GridIndexingManager
-
Will be called when entry for key will be unswapped.
- onUnswap(K, V, byte[]) - Method in class org.gridgain.grid.kernal.processors.cache.query.GridCacheQueryManager
-
Entry for given key unswapped.
- onUnswap(String, K, V, byte[]) - Method in interface org.gridgain.grid.spi.indexing.GridIndexingSpi
-
Will be called when entry with given key is unswapped.
- onUnswap(String, K, V, byte[]) - Method in class org.gridgain.grid.spi.indexing.GridNoopIndexingSpi
-
Will be called when entry with given key is unswapped.
- onUpdate(int) - Method in interface org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheCountDownLatchEx
-
Callback to notify latch on changes.
- onUpdate(int) - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheCountDownLatchImpl
-
Callback to notify latch on changes.
- onUsage(GridProductEdition, Class<?>) - Static method in class org.gridgain.grid.kernal.processors.license.GridLicenseUseRegistry
-
Callback for whenever component gets used.
- onWrite() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMetricsAdapter
-
Cache write callback.
- op(GridCacheTxLocalAdapter<K, V>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter.AsyncOp
-
- op() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxEntry
-
- op(GridCacheOperation) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxEntry
-
- opaque() - Method in class org.gridgain.grid.kernal.processors.rest.protocols.tcp.GridMemcachedMessage
-
- opaque(byte[]) - Method in class org.gridgain.grid.kernal.processors.rest.protocols.tcp.GridMemcachedMessage
-
- open(GridGgfsPath) - Method in interface org.gridgain.grid.ggfs.GridGgfs
-
Opens a file for reading.
- open(GridGgfsPath, int) - Method in interface org.gridgain.grid.ggfs.GridGgfs
-
Opens a file for reading.
- open(GridGgfsPath, int, int) - Method in interface org.gridgain.grid.ggfs.GridGgfs
-
Opens a file for reading.
- openConnection(URL) - Method in class org.gridgain.grid.kernal.managers.deployment.protocol.gg.GridProtocolHandler
- openFileInputStream(String) - Method in class org.gridgain.client.ssl.GridSslBasicContextFactory
-
By default, this method simply opens a raw file input stream.
- operation() - Method in class org.gridgain.grid.events.GridAuthorizationEvent
-
Gets requested operation.
- operation(GridSecurityPermission) - Method in class org.gridgain.grid.events.GridAuthorizationEvent
-
Sets requested operation.
- operation() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic.GridNearAtomicUpdateRequest
-
- operation() - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientCacheRequest
-
- operationCode() - Method in class org.gridgain.grid.kernal.processors.rest.protocols.tcp.GridMemcachedMessage
-
- operationCode(byte) - Method in class org.gridgain.grid.kernal.processors.rest.protocols.tcp.GridMemcachedMessage
-
- optimistic() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxAdapter
- optimistic() - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheTxEx
-
- optimisticLockEntries() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.colocated.GridDhtColocatedTxLocal
-
Gets a list of entries that needs to be locked on the next step of prepare stage of
optimistic transaction.
- optimisticLockEntries() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxAdapter
-
Gets a list of entries that needs to be locked on the next step of prepare stage of
optimistic transaction.
- optimisticLockEntries() - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheTxEx
-
Gets a list of entries that needs to be locked on the next step of prepare stage of
optimistic transaction.
- OPTIMIZED_CLIENT_PROTO_ID - Static variable in class org.gridgain.grid.util.GridUtils
-
Optimized client marshaller ID.
- Option<V> - Class in com.romix.scala
-
Mimic Option in Scala
- Option() - Constructor for class com.romix.scala.Option
-
- or(Collection<? extends GridPredicate<? super T>>) - Static method in class org.gridgain.grid.util.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.util.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.util.lang.GridFunc
-
Get a predicate that evaluates to true if any of its component predicates
evaluates to true.
- order() - Method in interface org.gridgain.grid.dr.GridDrEntry
-
Gets entry's order in initiator data center.
- 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.
- order() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheVersion
-
- order() - Method in class org.gridgain.grid.kernal.processors.dr.GridDrPlainEntry
-
Gets entry's order in initiator data center.
- order() - Method in class org.gridgain.grid.kernal.processors.dr.GridDrRawEntry
-
Gets entry's order in initiator data center.
- order() - Method in class org.gridgain.grid.spi.discovery.tcp.internal.GridTcpDiscoveryNode
-
- order(long) - Method in class org.gridgain.grid.spi.discovery.tcp.internal.GridTcpDiscoveryNode
-
- order() - Method in class org.gridgain.grid.spi.discovery.tcp.messages.GridTcpDiscoveryHandshakeResponse
-
Gets order of the node sent the response.
- order(long) - Method in class org.gridgain.grid.spi.discovery.tcp.messages.GridTcpDiscoveryHandshakeResponse
-
Sets order of the node sent the response.
- order() - Method in class org.gridgain.grid.spi.discovery.tcp.messages.GridTcpDiscoveryNodeFailedMessage
-
- orderCompleted(GridCacheVersion, Collection<GridCacheVersion>, Collection<GridCacheVersion>) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridDistributedCacheEntry
-
Reorders completed versions.
- orderCompleted(GridCacheVersion, Collection<GridCacheVersion>, Collection<GridCacheVersion>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMvcc
-
Moves completed candidates right before the base one.
- orderedPreloadFuture(int) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProcessor
-
Gets preload finish future for preload-ordered cache with given order.
- OrderedPSet<E> - Class in org.pcollections
-
- orderedSet() - Static method in class org.pcollections.Empty
-
- orderedTopic() - Method in class org.gridgain.grid.kernal.GridMessageListenHandler
- orderedTopic() - Method in interface org.gridgain.grid.kernal.processors.continuous.GridContinuousHandler
-
- org.gridgain.client - package org.gridgain.client
-
Public Java client messages APIs.
- org.gridgain.client.balancer - package org.gridgain.client.balancer
-
Provides API and implementations of simple load balancers.
- org.gridgain.client.impl - package org.gridgain.client.impl
-
GridGain Java client implementation.
- org.gridgain.client.impl.connection - package org.gridgain.client.impl.connection
-
- org.gridgain.client.marshaller - package org.gridgain.client.marshaller
-
Defines marshaller interface for client transport messages serialization and de-serialization.
- org.gridgain.client.marshaller.jdk - package org.gridgain.client.marshaller.jdk
-
Contains marshaller implementation based on JDK serialization routines.
- org.gridgain.client.marshaller.optimized - package org.gridgain.client.marshaller.optimized
-
Contains GridGain Optimized marshaller implementation.
- org.gridgain.client.router - package org.gridgain.client.router
-
Public API for rest protocol router.
- org.gridgain.client.router.impl - package org.gridgain.client.router.impl
-
Rest protocol router implementation.
- org.gridgain.client.ssl - package org.gridgain.client.ssl
-
Contains SSL utilities shared both by GridGain nodes and clients.
- org.gridgain.client.util - package org.gridgain.client.util
-
Client utility classes.
- org.gridgain.grid - package org.gridgain.grid
-
Contains entry-point GridGain & HPC APIs.
- org.gridgain.grid.cache - package org.gridgain.grid.cache
-
Contains main Data Grid APIs.
- org.gridgain.grid.cache.affinity - package org.gridgain.grid.cache.affinity
-
Contains cache node affinity implementations.
- org.gridgain.grid.cache.affinity.consistenthash - package org.gridgain.grid.cache.affinity.consistenthash
-
Contains consistent hash based cache affinity for partitioned cache.
- org.gridgain.grid.cache.affinity.fair - package org.gridgain.grid.cache.affinity.fair
-
Contains fair cache affinity for partitioned cache.
- org.gridgain.grid.cache.affinity.rendezvous - package org.gridgain.grid.cache.affinity.rendezvous
-
Contains HRW-based cache affinity for partitioned cache.
- org.gridgain.grid.cache.cloner - package org.gridgain.grid.cache.cloner
-
Contains cache cloner implementations.
- org.gridgain.grid.cache.datastructures - package org.gridgain.grid.cache.datastructures
-
Contains distributed data structures that work on top of in-memory data grid.
- org.gridgain.grid.cache.eviction - package org.gridgain.grid.cache.eviction
-
Contains cache eviction policy implementations.
- org.gridgain.grid.cache.eviction.fifo - package org.gridgain.grid.cache.eviction.fifo
-
Contains cache FIFO eviction policy implementations.
- org.gridgain.grid.cache.eviction.lru - package org.gridgain.grid.cache.eviction.lru
-
Contains cache LRU eviction policy implementations.
- org.gridgain.grid.cache.eviction.random - package org.gridgain.grid.cache.eviction.random
-
Contains cache randomized eviction policy implementations.
- org.gridgain.grid.cache.query - package org.gridgain.grid.cache.query
-
Contains APIs for creating and executing cache queries.
- org.gridgain.grid.cache.store - package org.gridgain.grid.cache.store
-
Contains cache store interfaces.
- org.gridgain.grid.cache.store.jdbc - package org.gridgain.grid.cache.store.jdbc
-
Contains reference JDBC-based cache store implementation.
- org.gridgain.grid.compute - package org.gridgain.grid.compute
-
Contains Compute Grid functionality.
- org.gridgain.grid.compute.gridify - package org.gridgain.grid.compute.gridify
-
Contains APIs utilized for AOP-based grid-enabling.
- org.gridgain.grid.compute.gridify.aop - package org.gridgain.grid.compute.gridify.aop
-
Contains common classes for different AOP providers.
- org.gridgain.grid.dataload - package org.gridgain.grid.dataload
-
Contains Data loader API.
- org.gridgain.grid.dr - package org.gridgain.grid.dr
-

Data center replication-related interfaces and classes for sender and receiver caches and hubs.
- org.gridgain.grid.dr.cache.receiver - package org.gridgain.grid.dr.cache.receiver
-

Data center replication-related interfaces and classes for receiver caches.
- org.gridgain.grid.dr.cache.sender - package org.gridgain.grid.dr.cache.sender
-

Data center replication-related interfaces and classes for sender caches.
- org.gridgain.grid.dr.hub.receiver - package org.gridgain.grid.dr.hub.receiver
-

Data center replication-related interfaces and classes for receiver hubs.
- org.gridgain.grid.dr.hub.sender - package org.gridgain.grid.dr.hub.sender
-

Data center replication-related interfaces and classes for sender hubs.
- org.gridgain.grid.dr.hub.sender.store - package org.gridgain.grid.dr.hub.sender.store
-

Contains API for sender hub store.
- org.gridgain.grid.dr.hub.sender.store.fs - package org.gridgain.grid.dr.hub.sender.store.fs
-

Contains implementation of sender hub store storing data in file system .
- org.gridgain.grid.dr.hub.sender.store.memory - package org.gridgain.grid.dr.hub.sender.store.memory
-

Contains in-memory implementation of sender hub store.
- org.gridgain.grid.events - package org.gridgain.grid.events
-
Contains Event Subscription functionality together with various events emitted by GridGain.
- org.gridgain.grid.ggfs - package org.gridgain.grid.ggfs
-
Contains GridGain File System APIs.
- org.gridgain.grid.ggfs.mapreduce - package org.gridgain.grid.ggfs.mapreduce
-
Contains APIs for In-Memory MapReduce over GGFS.
- org.gridgain.grid.ggfs.mapreduce.records - package org.gridgain.grid.ggfs.mapreduce.records
-
Contains record resolvers for In-Memory MapReduce over GGFS.
- org.gridgain.grid.kernal - package org.gridgain.grid.kernal
-
Contains main implementation.
- org.gridgain.grid.kernal.executor - package org.gridgain.grid.kernal.executor
-
Contains grid executor service implementation.
- org.gridgain.grid.kernal.managers - package org.gridgain.grid.kernal.managers
-
TODO.
- org.gridgain.grid.kernal.managers.checkpoint - package org.gridgain.grid.kernal.managers.checkpoint
-
TODO.
- org.gridgain.grid.kernal.managers.collision - package org.gridgain.grid.kernal.managers.collision
-
TODO.
- org.gridgain.grid.kernal.managers.communication - package org.gridgain.grid.kernal.managers.communication
-
TODO.
- org.gridgain.grid.kernal.managers.deployment - package org.gridgain.grid.kernal.managers.deployment
-
TODO.
- org.gridgain.grid.kernal.managers.deployment.protocol.gg - package org.gridgain.grid.kernal.managers.deployment.protocol.gg
-
Grid stream protocol implementation.
- org.gridgain.grid.kernal.managers.discovery - package org.gridgain.grid.kernal.managers.discovery
-
TODO.
- org.gridgain.grid.kernal.managers.eventstorage - package org.gridgain.grid.kernal.managers.eventstorage
-
TODO.
- org.gridgain.grid.kernal.managers.failover - package org.gridgain.grid.kernal.managers.failover
-
TODO.
- org.gridgain.grid.kernal.managers.indexing - package org.gridgain.grid.kernal.managers.indexing
-
Indexing manager classes.
- org.gridgain.grid.kernal.managers.loadbalancer - package org.gridgain.grid.kernal.managers.loadbalancer
-
TODO.
- org.gridgain.grid.kernal.managers.securesession - package org.gridgain.grid.kernal.managers.securesession
-
TODO.
- org.gridgain.grid.kernal.managers.securesession.os - package org.gridgain.grid.kernal.managers.securesession.os
-
No-op implementation of GridSecureSessionManager.
- org.gridgain.grid.kernal.managers.security - package org.gridgain.grid.kernal.managers.security
-
GridSecurityManager package.
- org.gridgain.grid.kernal.managers.security.os - package org.gridgain.grid.kernal.managers.security.os
-
No-op implementation of GridSecurityManager.
- org.gridgain.grid.kernal.managers.swapspace - package org.gridgain.grid.kernal.managers.swapspace
-
TODO.
- org.gridgain.grid.kernal.processors - package org.gridgain.grid.kernal.processors
-
TODO.
- org.gridgain.grid.kernal.processors.affinity - package org.gridgain.grid.kernal.processors.affinity
-
Data affinity processor.
- org.gridgain.grid.kernal.processors.cache - package org.gridgain.grid.kernal.processors.cache
-
- org.gridgain.grid.kernal.processors.cache.affinity - package org.gridgain.grid.kernal.processors.cache.affinity
-
- org.gridgain.grid.kernal.processors.cache.datastructures - package org.gridgain.grid.kernal.processors.cache.datastructures
-
- org.gridgain.grid.kernal.processors.cache.distributed - package org.gridgain.grid.kernal.processors.cache.distributed
-
- org.gridgain.grid.kernal.processors.cache.distributed.dht - package org.gridgain.grid.kernal.processors.cache.distributed.dht
-
- org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic - package org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic
-
- org.gridgain.grid.kernal.processors.cache.distributed.dht.colocated - package org.gridgain.grid.kernal.processors.cache.distributed.dht.colocated
-
- org.gridgain.grid.kernal.processors.cache.distributed.dht.preloader - package org.gridgain.grid.kernal.processors.cache.distributed.dht.preloader
-
- org.gridgain.grid.kernal.processors.cache.distributed.near - package org.gridgain.grid.kernal.processors.cache.distributed.near
-
- org.gridgain.grid.kernal.processors.cache.dr - package org.gridgain.grid.kernal.processors.cache.dr
-
- org.gridgain.grid.kernal.processors.cache.dr.os - package org.gridgain.grid.kernal.processors.cache.dr.os
-
- org.gridgain.grid.kernal.processors.cache.extras - package org.gridgain.grid.kernal.processors.cache.extras
-
- org.gridgain.grid.kernal.processors.cache.jta - package org.gridgain.grid.kernal.processors.cache.jta
-
- org.gridgain.grid.kernal.processors.cache.local - package org.gridgain.grid.kernal.processors.cache.local
-
- org.gridgain.grid.kernal.processors.cache.local.atomic - package org.gridgain.grid.kernal.processors.cache.local.atomic
-
- org.gridgain.grid.kernal.processors.cache.query - package org.gridgain.grid.kernal.processors.cache.query
-
- org.gridgain.grid.kernal.processors.cache.query.continuous - package org.gridgain.grid.kernal.processors.cache.query.continuous
-
- org.gridgain.grid.kernal.processors.cache.query.jdbc - package org.gridgain.grid.kernal.processors.cache.query.jdbc
-
- org.gridgain.grid.kernal.processors.clock - package org.gridgain.grid.kernal.processors.clock
-
- org.gridgain.grid.kernal.processors.closure - package org.gridgain.grid.kernal.processors.closure
-
TODO.
- org.gridgain.grid.kernal.processors.continuous - package org.gridgain.grid.kernal.processors.continuous
-
- org.gridgain.grid.kernal.processors.dataload - package org.gridgain.grid.kernal.processors.dataload
-
Data loader processor.
- org.gridgain.grid.kernal.processors.dr - package org.gridgain.grid.kernal.processors.dr
-

Data center replication processor.
- org.gridgain.grid.kernal.processors.dr.messages.external - package org.gridgain.grid.kernal.processors.dr.messages.external
-

External replication messages, i.e.
- org.gridgain.grid.kernal.processors.dr.messages.internal - package org.gridgain.grid.kernal.processors.dr.messages.internal
-

Internal replication messages, i.e.
- org.gridgain.grid.kernal.processors.dr.os - package org.gridgain.grid.kernal.processors.dr.os
-

No-op implementation of data center replication processor.
- org.gridgain.grid.kernal.processors.email - package org.gridgain.grid.kernal.processors.email
-
TODO.
- org.gridgain.grid.kernal.processors.ggfs - package org.gridgain.grid.kernal.processors.ggfs
-
Contains high performance file system processer.
- org.gridgain.grid.kernal.processors.job - package org.gridgain.grid.kernal.processors.job
-
TODO.
- org.gridgain.grid.kernal.processors.jobmetrics - package org.gridgain.grid.kernal.processors.jobmetrics
-
TODO.
- org.gridgain.grid.kernal.processors.license - package org.gridgain.grid.kernal.processors.license
-
License processor.
- org.gridgain.grid.kernal.processors.license.os - package org.gridgain.grid.kernal.processors.license.os
-
No-op implementation of license processor.
- org.gridgain.grid.kernal.processors.offheap - package org.gridgain.grid.kernal.processors.offheap
-
- org.gridgain.grid.kernal.processors.port - package org.gridgain.grid.kernal.processors.port
-
TODO.
- org.gridgain.grid.kernal.processors.resource - package org.gridgain.grid.kernal.processors.resource
-
TODO.
- org.gridgain.grid.kernal.processors.rest - package org.gridgain.grid.kernal.processors.rest
-
REST processor.
- org.gridgain.grid.kernal.processors.rest.client.message - package org.gridgain.grid.kernal.processors.rest.client.message
-
Defines messages that are used in binary TCP communication between GridGain clients and nodes.
- org.gridgain.grid.kernal.processors.rest.handlers - package org.gridgain.grid.kernal.processors.rest.handlers
-
REST commands handlers.
- org.gridgain.grid.kernal.processors.rest.handlers.cache - package org.gridgain.grid.kernal.processors.rest.handlers.cache
-
REST in-memory data grid commands.
- org.gridgain.grid.kernal.processors.rest.handlers.log - package org.gridgain.grid.kernal.processors.rest.handlers.log
-
REST log commands.
- org.gridgain.grid.kernal.processors.rest.handlers.task - package org.gridgain.grid.kernal.processors.rest.handlers.task
-
- org.gridgain.grid.kernal.processors.rest.handlers.top - package org.gridgain.grid.kernal.processors.rest.handlers.top
-
REST topology commands.
- org.gridgain.grid.kernal.processors.rest.handlers.version - package org.gridgain.grid.kernal.processors.rest.handlers.version
-
REST version command.
- org.gridgain.grid.kernal.processors.rest.protocols - package org.gridgain.grid.kernal.processors.rest.protocols
-
REST protocol handlers.
- org.gridgain.grid.kernal.processors.rest.protocols.tcp - package org.gridgain.grid.kernal.processors.rest.protocols.tcp
-
Adapters for TCP-based REST protocols.
- org.gridgain.grid.kernal.processors.rest.request - package org.gridgain.grid.kernal.processors.rest.request
-
REST requests.
- org.gridgain.grid.kernal.processors.schedule - package org.gridgain.grid.kernal.processors.schedule
-
TODO.
- org.gridgain.grid.kernal.processors.segmentation - package org.gridgain.grid.kernal.processors.segmentation
-
Segmentation processor.
- org.gridgain.grid.kernal.processors.segmentation.os - package org.gridgain.grid.kernal.processors.segmentation.os
-
- org.gridgain.grid.kernal.processors.session - package org.gridgain.grid.kernal.processors.session
-
Session processing package to guarantee reuse of same session
object on the same node.
- org.gridgain.grid.kernal.processors.spring - package org.gridgain.grid.kernal.processors.spring
-
- org.gridgain.grid.kernal.processors.streamer - package org.gridgain.grid.kernal.processors.streamer
-

TODO.
- org.gridgain.grid.kernal.processors.streamer.task - package org.gridgain.grid.kernal.processors.streamer.task
-
- org.gridgain.grid.kernal.processors.task - package org.gridgain.grid.kernal.processors.task
-
TODO.
- org.gridgain.grid.kernal.processors.timeout - package org.gridgain.grid.kernal.processors.timeout
-
TODO.
- org.gridgain.grid.kernal.processors.version - package org.gridgain.grid.kernal.processors.version
-
- org.gridgain.grid.kernal.processors.version.os - package org.gridgain.grid.kernal.processors.version.os
-
- org.gridgain.grid.kernal.visor.cmd - package org.gridgain.grid.kernal.visor.cmd
-
- org.gridgain.grid.kernal.visor.cmd.dto - package org.gridgain.grid.kernal.visor.cmd.dto
-
- org.gridgain.grid.kernal.visor.cmd.dto.cache - package org.gridgain.grid.kernal.visor.cmd.dto.cache
-
- org.gridgain.grid.kernal.visor.cmd.dto.event - package org.gridgain.grid.kernal.visor.cmd.dto.event
-
- org.gridgain.grid.kernal.visor.cmd.dto.node - package org.gridgain.grid.kernal.visor.cmd.dto.node
-
- org.gridgain.grid.kernal.visor.cmd.tasks - package org.gridgain.grid.kernal.visor.cmd.tasks
-
- org.gridgain.grid.lang - package org.gridgain.grid.lang
-
Contains general language constructs and functional APIs for distributed computations.
- org.gridgain.grid.logger - package org.gridgain.grid.logger
-
Contains logging functionality used throughout the system.
- org.gridgain.grid.logger.java - package org.gridgain.grid.logger.java
-
Contains Java logging implementation for logging.
- org.gridgain.grid.marshaller - package org.gridgain.grid.marshaller
-
Contains various supported marshallers.
- org.gridgain.grid.marshaller.jdk - package org.gridgain.grid.marshaller.jdk
-
Contains JDK java.io based marshaller.
- org.gridgain.grid.marshaller.optimized - package org.gridgain.grid.marshaller.optimized
-
Contains default Optimized marshaller.
- org.gridgain.grid.messaging - package org.gridgain.grid.messaging
-
Contains Topic-based Messaging functionality.
- org.gridgain.grid.product - package org.gridgain.grid.product
-
Contains Product and License related functionality.
- org.gridgain.grid.resources - package org.gridgain.grid.resources
-
Contains resource injection annotations.
- org.gridgain.grid.scheduler - package org.gridgain.grid.scheduler
-
Contains Job Scheduling functionality.
- org.gridgain.grid.security - package org.gridgain.grid.security
-
Contains APIs for security, authentication, and authorization.
- org.gridgain.grid.segmentation - package org.gridgain.grid.segmentation
-
Contains segmentation "split-brain" related classes.
- org.gridgain.grid.spi - package org.gridgain.grid.spi
-
Contains common classes and interfaces for SPI implementations.
- org.gridgain.grid.spi.authentication - package org.gridgain.grid.spi.authentication
-
Contains APIs for authentication SPI.
- org.gridgain.grid.spi.authentication.noop - package org.gridgain.grid.spi.authentication.noop
-
Contains default no-op implementation for authentication SPI.
- org.gridgain.grid.spi.checkpoint - package org.gridgain.grid.spi.checkpoint
-
Contains APIs for checkpoint SPI.
- org.gridgain.grid.spi.checkpoint.cache - package org.gridgain.grid.spi.checkpoint.cache
-
Contains cache-based implementation for checkpoint SPI.
- org.gridgain.grid.spi.checkpoint.jdbc - package org.gridgain.grid.spi.checkpoint.jdbc
-
Contains JDBC implementation for checkpoint SPI.
- org.gridgain.grid.spi.checkpoint.noop - package org.gridgain.grid.spi.checkpoint.noop
-
Contains default no-op checkpoint SPI implementation.
- org.gridgain.grid.spi.checkpoint.sharedfs - package org.gridgain.grid.spi.checkpoint.sharedfs
-
Contains shared file system implementation for checkpoint SPI.
- org.gridgain.grid.spi.collision - package org.gridgain.grid.spi.collision
-
Contains APIs for collision SPI.
- org.gridgain.grid.spi.collision.fifoqueue - package org.gridgain.grid.spi.collision.fifoqueue
-
Contains FIFO based collision SPI implementation.
- org.gridgain.grid.spi.collision.jobstealing - package org.gridgain.grid.spi.collision.jobstealing
-
Contains job stealing collision SPI implementation.
- org.gridgain.grid.spi.collision.noop - package org.gridgain.grid.spi.collision.noop
-
Contains default no-op collision SPI implementation.
- org.gridgain.grid.spi.collision.priorityqueue - package org.gridgain.grid.spi.collision.priorityqueue
-
Contains priority based collision SPI implementation.
- org.gridgain.grid.spi.communication - package org.gridgain.grid.spi.communication
-
Contains APIs for grid communication SPI.
- org.gridgain.grid.spi.communication.tcp - package org.gridgain.grid.spi.communication.tcp
-
Contains default TCP/IP-based implementation for communication SPI.
- org.gridgain.grid.spi.deployment - package org.gridgain.grid.spi.deployment
-
Contains APIs for deployment SPI.
- org.gridgain.grid.spi.deployment.local - package org.gridgain.grid.spi.deployment.local
-
Contains default local deployment SPI implementation.
- org.gridgain.grid.spi.discovery - package org.gridgain.grid.spi.discovery
-
Contains APIs for topology manager SPI.
- org.gridgain.grid.spi.discovery.tcp - package org.gridgain.grid.spi.discovery.tcp
-
Contains default TCP/IP implementation for discovery SPI.
- org.gridgain.grid.spi.discovery.tcp.internal - package org.gridgain.grid.spi.discovery.tcp.internal
-
Contains internal implementation.
- org.gridgain.grid.spi.discovery.tcp.ipfinder - package org.gridgain.grid.spi.discovery.tcp.ipfinder
-
Contains IP finder interface and adapter.
- org.gridgain.grid.spi.discovery.tcp.ipfinder.jdbc - package org.gridgain.grid.spi.discovery.tcp.ipfinder.jdbc
-
Contains JDBC IP finder implementation.
- org.gridgain.grid.spi.discovery.tcp.ipfinder.multicast - package org.gridgain.grid.spi.discovery.tcp.ipfinder.multicast
-
Contains multicast-based IP finder.
- org.gridgain.grid.spi.discovery.tcp.ipfinder.sharedfs - package org.gridgain.grid.spi.discovery.tcp.ipfinder.sharedfs
-
Contains shared filesystem-based IP finder.
- org.gridgain.grid.spi.discovery.tcp.ipfinder.vm - package org.gridgain.grid.spi.discovery.tcp.ipfinder.vm
-
Contains local JVM-based IP finder.
- org.gridgain.grid.spi.discovery.tcp.messages - package org.gridgain.grid.spi.discovery.tcp.messages
-
Contains implementation messages.
- org.gridgain.grid.spi.discovery.tcp.metricsstore - package org.gridgain.grid.spi.discovery.tcp.metricsstore
-
Contains metrics store interface.
- org.gridgain.grid.spi.discovery.tcp.metricsstore.jdbc - package org.gridgain.grid.spi.discovery.tcp.metricsstore.jdbc
-
Contains JDBC implementation of metrics store.
- org.gridgain.grid.spi.discovery.tcp.metricsstore.sharedfs - package org.gridgain.grid.spi.discovery.tcp.metricsstore.sharedfs
-
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
-
Contains local VM metrics store implementation.
- org.gridgain.grid.spi.eventstorage - package org.gridgain.grid.spi.eventstorage
-
Contains APIs for event storage SPI.
- org.gridgain.grid.spi.eventstorage.memory - package org.gridgain.grid.spi.eventstorage.memory
-
Contains default in-memory implementation for event storage SPI.
- org.gridgain.grid.spi.failover - package org.gridgain.grid.spi.failover
-
Contains APIs for failover SPI.
- org.gridgain.grid.spi.failover.always - package org.gridgain.grid.spi.failover.always
-
Contains default "always" failover SPI.
- org.gridgain.grid.spi.failover.jobstealing - package org.gridgain.grid.spi.failover.jobstealing
-
Contains job stealing failover SPI.
- org.gridgain.grid.spi.failover.never - package org.gridgain.grid.spi.failover.never
-
Contains "never" failover SPI.
- org.gridgain.grid.spi.indexing - package org.gridgain.grid.spi.indexing
-
Contains APIs for indexing SPI.
- org.gridgain.grid.spi.loadbalancing - package org.gridgain.grid.spi.loadbalancing
-
Contains APIs for load balancing SPI.
- org.gridgain.grid.spi.loadbalancing.adaptive - package org.gridgain.grid.spi.loadbalancing.adaptive
-
Contains adaptive load balancing SPI.
- org.gridgain.grid.spi.loadbalancing.roundrobin - package org.gridgain.grid.spi.loadbalancing.roundrobin
-
Contains default round-robin implementation for load balancing SPI.
- org.gridgain.grid.spi.loadbalancing.weightedrandom - package org.gridgain.grid.spi.loadbalancing.weightedrandom
-
Contains weighted random-base implementation for load balancing SPI.
- org.gridgain.grid.spi.securesession - package org.gridgain.grid.spi.securesession
-
Contains APIs for secure session SPI.
- org.gridgain.grid.spi.securesession.noop - package org.gridgain.grid.spi.securesession.noop
-
Contains default no-op implementation for secure session SPI.
- org.gridgain.grid.spi.swapspace - package org.gridgain.grid.spi.swapspace
-
Contains APIs for swap space SPI.
- org.gridgain.grid.spi.swapspace.file - package org.gridgain.grid.spi.swapspace.file
-
Contains file-based swap space SPI.
- org.gridgain.grid.spi.swapspace.noop - package org.gridgain.grid.spi.swapspace.noop
-
Contains default no-op swap space SPI implementation.
- org.gridgain.grid.startup - package org.gridgain.grid.startup
-
Contains GridGain runtime startup classes.
- org.gridgain.grid.startup.cmdline - package org.gridgain.grid.startup.cmdline
-
Contains default command line startup.
- org.gridgain.grid.streamer - package org.gridgain.grid.streamer
-
Contains main Streaming APIs.
- org.gridgain.grid.streamer.index - package org.gridgain.grid.streamer.index
-
Contains APIs for indexing of streamer windows.
- org.gridgain.grid.streamer.index.hash - package org.gridgain.grid.streamer.index.hash
-
Contains hash-based streamer index implementation.
- org.gridgain.grid.streamer.index.tree - package org.gridgain.grid.streamer.index.tree
-
Contains tree-based streamer index implementation.
- org.gridgain.grid.streamer.router - package org.gridgain.grid.streamer.router
-
Contains streamer event router implementations.
- org.gridgain.grid.streamer.window - package org.gridgain.grid.streamer.window
-
Contains streamer window implementations.
- org.gridgain.grid.thread - package org.gridgain.grid.thread
-
Contains threads-related utility classes.
- org.gridgain.grid.util - package org.gridgain.grid.util
-
System-wide utility routine and helper classes.
- org.gridgain.grid.util.direct - package org.gridgain.grid.util.direct
-
- org.gridgain.grid.util.future - package org.gridgain.grid.util.future
-
Future related classes.
- org.gridgain.grid.util.gridify - package org.gridgain.grid.util.gridify
-
Utility classes for gridify annotations.
- org.gridgain.grid.util.io - package org.gridgain.grid.util.io
-
- org.gridgain.grid.util.ipc - package org.gridgain.grid.util.ipc
-
IPC utility classes.
- org.gridgain.grid.util.ipc.loopback - package org.gridgain.grid.util.ipc.loopback
-
Loopback IPC utility classes.
- org.gridgain.grid.util.ipc.shmem - package org.gridgain.grid.util.ipc.shmem
-
Shared memory IPC utility classes.
- org.gridgain.grid.util.lang - package org.gridgain.grid.util.lang
-
- org.gridgain.grid.util.mbean - package org.gridgain.grid.util.mbean
-
Contains annotations for Dynamic MBeans.
- org.gridgain.grid.util.nio - package org.gridgain.grid.util.nio
-
NIO server interfaces and common utility classes for NIO.
- org.gridgain.grid.util.nio.ssl - package org.gridgain.grid.util.nio.ssl
-
Implementation of Secure Socket Layer filter for NIO server based on SSLEngine class.
- org.gridgain.grid.util.nodestart - package org.gridgain.grid.util.nodestart
-
- org.gridgain.grid.util.offheap - package org.gridgain.grid.util.offheap
-
- org.gridgain.grid.util.offheap.unsafe - package org.gridgain.grid.util.offheap.unsafe
-
- org.gridgain.grid.util.portscanner - package org.gridgain.grid.util.portscanner
-
Contains utility port scanner.
- org.gridgain.grid.util.scala - package org.gridgain.grid.util.scala
-
Scala supporting classes.
- org.gridgain.grid.util.snaptree - package org.gridgain.grid.util.snaptree
-
Snaptree and related classes.
- org.gridgain.grid.util.test - package org.gridgain.grid.util.test
-
Contains common utility classes for JUnit integration.
- org.gridgain.grid.util.tostring - package org.gridgain.grid.util.tostring
-
Common utility classes for threads.
- org.gridgain.grid.util.typedef - package org.gridgain.grid.util.typedef
-
Contains typedefs definitions for frequently used classes.
- org.gridgain.grid.util.typedef.internal - package org.gridgain.grid.util.typedef.internal
-
Contains internal typedefs.
- org.gridgain.grid.util.worker - package org.gridgain.grid.util.worker
-
Common utility classes for threads.
- org.gridgain.jdbc - package org.gridgain.jdbc
-
Contains JDBC driver for In-Memory Data Grid.
- org.gridgain.jdbc.typedef - package org.gridgain.jdbc.typedef
-
JDBC typedefs.
- org.gridgain.jdbc.util - package org.gridgain.jdbc.util
-
JDBC utility classes.
- org.jetbrains.annotations - package org.jetbrains.annotations
-
- org.pcollections - package org.pcollections
-
- originatingNodeId() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtTxLocal
-
Gets node ID which directly started this transaction.
- originatingNodeId() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridCacheCommittedTxInfo
-
- originatingNodeId() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridCachePessimisticCheckCommittedTxRequest
-
- originatingNodeId() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridDistributedTxRemoteAdapter
-
Gets node ID which directly started this transaction.
- originatingNodeId() - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheTxEx
-
Gets node ID which directly started this transaction.
- originatingNodeId() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxLocalAdapter
-
Gets node ID which directly started this transaction.
- originatingNodeId() - Method in class org.gridgain.grid.kernal.processors.clock.GridClockMessage
-
- originatingNodeId(UUID) - Method in class org.gridgain.grid.kernal.processors.clock.GridClockMessage
-
- originatingThreadId() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridCachePessimisticCheckCommittedTxRequest
-
- originatingTimestamp() - Method in class org.gridgain.grid.kernal.processors.clock.GridClockMessage
-
- originatingTimestamp(long) - Method in class org.gridgain.grid.kernal.processors.clock.GridClockMessage
-
- originatingTxId() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridCacheCommittedTxInfo
-
- osArchitecture() - Static method in class org.gridgain.grid.util.GridUtils
-
Gets OS CPU-architecture.
- osJdkString() - Static method in class org.gridgain.grid.util.GridUtils
-
Gets OS JDK string.
- osName() - Static method in class org.gridgain.grid.util.GridUtils
-
Gets underlying OS name.
- osString() - Static method in class org.gridgain.grid.util.GridUtils
-
Gets OS string.
- osVersion() - Static method in class org.gridgain.grid.util.GridUtils
-
Gets underlying OS version.
- otherNodeId() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtTxLocal
-
Gets ID of additional node involved.
- otherNodeId() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtTxRemote
-
Gets ID of additional node involved.
- otherNodeId() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMvccCandidate
-
- otherNodeId(UUID) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMvccCandidate
-
- otherNodeId() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxAdapter
-
Gets ID of additional node involved.
- otherNodeId() - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheTxEx
-
Gets ID of additional node involved.
- otherPartyPid() - Method in class org.gridgain.grid.util.ipc.shmem.GridIpcSharedMemorySpace
-
- otherVersion() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMvccCandidate
-
- otherVersion(GridCacheVersion) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMvccCandidate
-
Sets mapped version for candidate.
- OUT_OF_RESOURCES_MSG - Static variable in class org.gridgain.grid.util.ipc.shmem.GridIpcSharedMemoryServerEndpoint
-
IPC error message.
- OUT_OF_RESOURCES_TCP_MSG - Static variable in class org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpi
-
IPC error message.
- outboundMessagesQueueSize() - Method in class org.gridgain.grid.util.nio.GridNioServer
-
Gets outbound messages queue size.
- outputStream() - Method in class org.gridgain.grid.util.GridByteArrayList
-
- outputStream(OutputStream) - Method in interface org.gridgain.grid.util.io.GridDataOutput
-
- outputStream(OutputStream) - Method in class org.gridgain.grid.util.io.GridUnsafeDataOutput
-
- outputStream() - Method in interface org.gridgain.grid.util.ipc.GridIpcEndpoint
-
Gets output stream associated with this IPC endpoint.
- outputStream() - Method in class org.gridgain.grid.util.ipc.loopback.GridIpcClientTcpEndpoint
-
Gets output stream associated with this IPC endpoint.
- outputStream() - Method in class org.gridgain.grid.util.ipc.shmem.GridIpcSharedMemoryClientEndpoint
-
Gets output stream associated with this IPC endpoint.
- outSharedMemoryId() - Method in class org.gridgain.grid.util.ipc.shmem.GridIpcSharedMemoryInitResponse
-
- outTokenFileName() - Method in class org.gridgain.grid.util.ipc.shmem.GridIpcSharedMemoryInitResponse
-
- outTx(Callable<T>, GridCacheContext) - Static method in class org.gridgain.grid.kernal.processors.cache.GridCacheUtils
-
Method executes any Callable out of scope of transaction.
- overflowSize() - Method in interface org.gridgain.grid.cache.GridCache
-
Gets size (in bytes) of all entries swapped to disk.
- overflowSize() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
Gets size (in bytes) of all entries swapped to disk.
- overflowSize() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProxyImpl
-
Gets size (in bytes) of all entries swapped to disk.
- overridesEqualsAndHashCode(Object) - Static method in class org.gridgain.grid.util.GridUtils
-
- own(GridDhtLocalPartition<K, V>) - Method in interface org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtPartitionTopology
-
- owned(K, byte[], GridCacheVersion) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtLockRequest
-
Sets owner and its mapped version.
- owned(K) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtLockRequest
-
- owned(K, GridCacheVersion) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtTxPrepareRequest
-
Sets owner and its mapped version.
- owned() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtTxPrepareRequest
-
- ownedValues() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearTxPrepareResponse
-
- ownedVersion(K) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearTxRemote
-
Gets owned version for near remote transaction.
- ownedVersion(K) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxAdapter
-
Gets owned version for near remote transaction.
- ownedVersion(K) - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheTxEx
-
Gets owned version for near remote transaction.
- ownedVersions(Map<K, GridCacheVersion>) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearTxRemote
-
Adds owned versions to map.
- owner() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMvccCandidate
-
- owners(int) - Method in interface org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtPartitionTopology
-
- owners(int, long) - Method in interface org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtPartitionTopology
-
- ownerVersion(GridCacheVersion) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMvccCandidate
-
Sets owned version for proper lock ordering when remote candidate is added.
- ownerVersion() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMvccCandidate
-
- owns(K) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheClearAllRunnable
-
Check whether this worker owns particular key.
- ownsLock(GridCacheEntryEx<K, V>) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.colocated.GridDhtColocatedTxLocal
- ownsLock(GridCacheEntryEx<K, V>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxAdapter
- ownsLock(GridCacheEntryEx<K, V>) - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheTxEx
-
- ownsLockUnsafe(GridCacheEntryEx<K, V>) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.colocated.GridDhtColocatedTxLocal
- ownsLockUnsafe(GridCacheEntryEx<K, V>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxAdapter
- ownsLockUnsafe(GridCacheEntryEx<K, V>) - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheTxEx
-
- P1<E1> - Interface in org.gridgain.grid.util.typedef
-
- P2<T1,T2> - Interface in org.gridgain.grid.util.typedef
-
- p2p() - Method in class org.gridgain.grid.kernal.visor.cmd.dto.VisorGridConfig
-
- p2p(VisorPeerToPeerConfig) - Method in class org.gridgain.grid.kernal.visor.cmd.dto.VisorGridConfig
-
- p2pContext(UUID, GridUuid, String, GridDeploymentMode, Map<UUID, GridUuid>, boolean) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheDeploymentManager
-
- p2pEnabled() - Method in class org.gridgain.grid.kernal.visor.cmd.dto.node.VisorPeerToPeerConfig
-
- p2pEnabled(boolean) - Method in class org.gridgain.grid.kernal.visor.cmd.dto.node.VisorPeerToPeerConfig
-
- p2pExecutorService() - Method in class org.gridgain.grid.kernal.visor.cmd.dto.node.VisorExecutorServiceConfig
-
- p2pExecutorService(String) - Method in class org.gridgain.grid.kernal.visor.cmd.dto.node.VisorExecutorServiceConfig
-
- p2pExecutorServiceShutdown() - Method in class org.gridgain.grid.kernal.visor.cmd.dto.node.VisorExecutorServiceConfig
-
- p2pExecutorServiceShutdown(boolean) - Method in class org.gridgain.grid.kernal.visor.cmd.dto.node.VisorExecutorServiceConfig
-
- p2pLoader(Object) - Static method in class org.gridgain.grid.util.GridUtils
-
Checks if class loader is an internal P2P class loader.
- p2pLoader(ClassLoader) - Static method in class org.gridgain.grid.util.GridUtils
-
Checks if class loader is an internal P2P class loader.
- p2pLocalClassPathExclude() - Method in class org.gridgain.grid.kernal.visor.cmd.dto.node.VisorPeerToPeerConfig
-
- p2pLocalClassPathExclude(String) - Method in class org.gridgain.grid.kernal.visor.cmd.dto.node.VisorPeerToPeerConfig
-
- p2pMarshal(GridKernalContext) - Method in class org.gridgain.grid.kernal.GridMessageListenHandler
-
Deploys and marshals inner objects (called only if peer deployment is enabled).
- p2pMarshal(GridKernalContext) - Method in interface org.gridgain.grid.kernal.processors.continuous.GridContinuousHandler
-
Deploys and marshals inner objects (called only if peer deployment is enabled).
- p2pMissedResponseCacheSize() - Method in class org.gridgain.grid.kernal.visor.cmd.dto.node.VisorPeerToPeerConfig
-
- p2pMissedResponseCacheSize(int) - Method in class org.gridgain.grid.kernal.visor.cmd.dto.node.VisorPeerToPeerConfig
-
- p2pUnmarshal(UUID, GridKernalContext) - Method in class org.gridgain.grid.kernal.GridMessageListenHandler
-
Unmarshals inner objects (called only if peer deployment is enabled).
- p2pUnmarshal(UUID, GridKernalContext) - Method in interface org.gridgain.grid.kernal.processors.continuous.GridContinuousHandler
-
Unmarshals inner objects (called only if peer deployment is enabled).
- P3<T1,T2,T3> - Interface in org.gridgain.grid.util.typedef
-
- PA - Interface in org.gridgain.grid.util.typedef
-
- packet() - Method in class org.gridgain.grid.kernal.processors.rest.protocols.tcp.GridTcpRestDirectParser.ParserState
-
- packet(GridClientMessage) - Method in class org.gridgain.grid.kernal.processors.rest.protocols.tcp.GridTcpRestDirectParser.ParserState
-
- packet() - Method in class org.gridgain.grid.kernal.processors.rest.protocols.tcp.GridTcpRestParser.ParserState
-
- packet(GridClientMessage) - Method in class org.gridgain.grid.kernal.processors.rest.protocols.tcp.GridTcpRestParser.ParserState
-
- PACKET_SIZE - Static variable in class org.gridgain.grid.kernal.processors.clock.GridClockMessage
-
Packet size.
- packetType() - Method in class org.gridgain.grid.kernal.processors.rest.protocols.tcp.GridTcpRestDirectParser.ParserState
-
- packetType(GridClientPacketType) - Method in class org.gridgain.grid.kernal.processors.rest.protocols.tcp.GridTcpRestDirectParser.ParserState
-
- packetType() - Method in class org.gridgain.grid.kernal.processors.rest.protocols.tcp.GridTcpRestParser.ParserState
-
- packetType(GridClientPacketType) - Method in class org.gridgain.grid.kernal.processors.rest.protocols.tcp.GridTcpRestParser.ParserState
-
- pad(int) - Static method in class org.gridgain.grid.util.GridUtils
-
Creates space filled string of given length.
- pageSize(int) - Method in interface org.gridgain.grid.cache.query.GridCacheQuery
-
Sets result page size.
- pageSize(int) - Method in class org.gridgain.grid.kernal.processors.cache.query.GridCacheQueryAdapter
-
Sets result page size.
- pageSize() - Method in class org.gridgain.grid.kernal.processors.cache.query.GridCacheQueryAdapter
-
- pageSize() - Method in class org.gridgain.grid.kernal.processors.cache.query.GridCacheQueryRequest
-
- pageSize() - Method in class org.gridgain.grid.kernal.visor.cmd.tasks.VisorQueryTask.VisorQueryArg
-
- Pair<K,V> - Class in com.romix.scala.collection.concurrent
-
Helper class simulating a tuple of 2 elements in Scala
- pair(T, T) - Static method in class org.gridgain.grid.util.lang.GridFunc
-
Creates pair out of given two objects.
- parameterToCollection(Object) - Static method in class org.gridgain.grid.util.gridify.GridifyUtils
-
- params() - Method in class org.gridgain.grid.kernal.processors.rest.request.GridRestTaskRequest
-
- params(List<Object>) - Method in class org.gridgain.grid.kernal.processors.rest.request.GridRestTaskRequest
-
- parent() - Method in class org.gridgain.grid.ggfs.GridGgfsPath
-
Returns the parent of a path or null if at root.
- parent() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMvccCandidate
-
- parent(GridCacheEntryEx<K, ?>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMvccCandidate
-
- parent() - Method in class org.gridgain.grid.util.worker.GridWorker
-
- parentFutureId() - Method in class org.gridgain.grid.kernal.processors.streamer.GridStreamerStageExecutionFuture
-
If not root future, will return parent future ID.
- parse(I, Object...) - Method in class org.gridgain.grid.cache.store.GridCacheLoadOnlyStoreAdapter
-
This method should transform raw data records into valid key-value pairs
to be stored into cache.
- parse(String, String) - Static method in class org.gridgain.grid.util.GridUtils
-
Parses passed string with specified date.
- parseCacheFlags(int) - Static method in class org.gridgain.grid.kernal.processors.rest.handlers.cache.GridCacheCommandHandler
-
Retrieves cache flags from corresponding bits.
- parseClientMessage(GridNioSession, GridTcpRestParser.ParserState) - Method in class org.gridgain.grid.kernal.processors.rest.protocols.tcp.GridTcpRestParser
-
- parseDouble(String, double) - Static method in class org.gridgain.grid.util.typedef.X
-
Parses double from possibly null or invalid string.
- parseFile(File) - Static method in class org.gridgain.grid.util.nodestart.GridNodeStartUtils
-
Parses INI file.
- parseIsoDate(String) - Static method in class org.gridgain.grid.util.GridUtils
-
- part2state() - Static method in class org.gridgain.grid.kernal.processors.cache.GridCacheUtils
-
- participants() - Method in class org.gridgain.grid.kernal.managers.deployment.GridDeployment
-
- participants() - Method in interface org.gridgain.grid.kernal.managers.deployment.GridDeploymentInfo
-
- participants() - Method in class org.gridgain.grid.kernal.managers.deployment.GridDeploymentInfoBean
- participants() - Method in class org.gridgain.grid.kernal.processors.dataload.GridDataLoadRequest
-
- partition(Object) - Method in class org.gridgain.grid.cache.affinity.consistenthash.GridCacheConsistentHashAffinityFunction
-
Gets partition number for a given key starting from 0.
- partition(Object) - Method in class org.gridgain.grid.cache.affinity.fair.GridCachePartitionFairAffinity
-
Gets partition number for a given key starting from 0.
- partition(K) - Method in interface org.gridgain.grid.cache.affinity.GridCacheAffinity
-
Gets partition id for the given key.
- partition(Object) - Method in interface org.gridgain.grid.cache.affinity.GridCacheAffinityFunction
-
Gets partition number for a given key starting from 0.
- partition(Object) - Method in class org.gridgain.grid.cache.affinity.rendezvous.GridCacheRendezvousAffinityFunction
-
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() - 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.GridCachePreloadingEvent
-
Gets partition for the event.
- partition(Object) - Method in class org.gridgain.grid.kernal.processors.affinity.GridAffinityAssignmentCache
-
NOTE: Use this method always when you need to calculate partition id for
a key provided by user.
- partition(K) - Method in class org.gridgain.grid.kernal.processors.cache.affinity.GridCacheAffinityImpl
-
Gets partition id for the given key.
- partition(K) - Method in class org.gridgain.grid.kernal.processors.cache.affinity.GridCacheAffinityProxy
-
Gets partition id for the given key.
- partition() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtCacheEntry
- partition() - Method in exception org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtInvalidPartitionException
-
- partition() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearCacheEntry
- partition(T) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAffinityManager
-
NOTE: Use this method always when you need to calculate partition id for
a key provided by user.
- partition() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheBatchSwapEntry
-
- partition() - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheEntryEx
-
- partition() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheEntryImpl
-
Gets affinity partition id for this entry.
- partition() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheEvictionEntry
-
Gets affinity partition id for this entry.
- partition() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheFilterEvaluationEntry
-
Gets affinity partition id for this entry.
- partition() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMapEntry
- partition(String, Object) - Method in interface org.gridgain.grid.spi.GridSpiContext
-
Calculates partition number for given key.
- partition() - Method in class org.gridgain.grid.spi.swapspace.GridSwapKey
-
- partition(Iterable<? extends V>, GridPredicate<? super V>) - Static method in class org.gridgain.grid.util.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.util.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>, GridBiPredicate<? super K, ? super V>) - Static method in class org.gridgain.grid.util.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 interface org.gridgain.grid.util.offheap.GridOffHeapMap
-
Gets partition this map belongs to.
- partition() - Method in class org.gridgain.grid.util.offheap.unsafe.GridUnsafeMap
-
Gets partition this map belongs to.
- partitionAffinityKey(int) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAffinityManager
-
Gets partition affinity key for given partition id.
- partitionedBackups() - Method in class org.gridgain.grid.kernal.visor.cmd.dto.cache.VisorAffinityConfig
-
- partitionedBackups(int) - Method in class org.gridgain.grid.kernal.visor.cmd.dto.cache.VisorAffinityConfig
-
- partitionedDelay() - Method in class org.gridgain.grid.kernal.visor.cmd.dto.cache.VisorPreloadConfig
-
- partitionedDelay(long) - Method in class org.gridgain.grid.kernal.visor.cmd.dto.cache.VisorPreloadConfig
-
- partitionedTaxonomy() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAttributes
-
- partitionEvicted(int) - Method in interface org.gridgain.grid.kernal.processors.cache.dr.GridCacheDrManager
-
In case some partition is evicted, we remove entries of this partition from backup queue.
- partitionEvicted(int) - Method in class org.gridgain.grid.kernal.processors.cache.dr.os.GridOsCacheDrManager
-
In case some partition is evicted, we remove entries of this partition from backup queue.
- partitionId(int) - Method in class org.gridgain.grid.kernal.processors.cache.GridPartitionLockKey
-
- partitionId() - Method in class org.gridgain.grid.kernal.processors.cache.GridPartitionLockKey
-
- partitionLock() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridDistributedLockRequest
-
- partitionLock() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridDistributedTxPrepareRequest
-
- partitionLock() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxLocalAdapter
- partitionLock() - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheTxLocalEx
-
- partitionMap(boolean) - Method in interface org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtPartitionTopology
-
- partitionReleaseFuture(Collection<Integer>, long) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheContext
-
Waits for partition locks and transactions release.
- partitions() - Method in class org.gridgain.grid.cache.affinity.consistenthash.GridCacheConsistentHashAffinityFunction
-
Gets total number of partitions available.
- partitions() - Method in class org.gridgain.grid.cache.affinity.fair.GridCachePartitionFairAffinity
-
Gets total number of partitions available.
- partitions() - Method in interface org.gridgain.grid.cache.affinity.GridCacheAffinity
-
Gets number of partitions in cache according to configured affinity function.
- partitions() - Method in interface org.gridgain.grid.cache.affinity.GridCacheAffinityFunction
-
Gets total number of partitions available.
- partitions() - Method in class org.gridgain.grid.cache.affinity.rendezvous.GridCacheRendezvousAffinityFunction
-
Gets total number of partitions available.
- partitions() - Method in class org.gridgain.grid.kernal.processors.affinity.GridAffinityAssignmentCache
-
- partitions() - Method in class org.gridgain.grid.kernal.processors.cache.affinity.GridCacheAffinityImpl
-
Gets number of partitions in cache according to configured affinity function.
- partitions() - Method in class org.gridgain.grid.kernal.processors.cache.affinity.GridCacheAffinityProxy
-
Gets number of partitions in cache according to configured affinity function.
- partitions(UUID) - Method in interface org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtPartitionTopology
-
- partitions() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.preloader.GridDhtPartitionsFullMessage
-
- partitions() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.preloader.GridDhtPartitionsSingleMessage
-
- partitions() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAffinityManager
-
- partitions() - Method in class org.gridgain.grid.kernal.visor.cmd.dto.cache.VisorAffinityConfig
-
- partitions(Integer) - Method in class org.gridgain.grid.kernal.visor.cmd.dto.cache.VisorAffinityConfig
-
- 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.
- partitions(String) - Method in class org.gridgain.grid.spi.swapspace.noop.GridNoopSwapSpaceSpi
-
Gets partitions IDs that are stored in the passed in space.
- partitions() - Method in interface org.gridgain.grid.util.offheap.GridOffHeapPartitionedMap
-
Gets number of partitions.
- partitions() - Method in class org.gridgain.grid.util.offheap.unsafe.GridUnsafePartitionedMap
-
Gets number of partitions.
- partitionValid() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtCacheEntry
- partitionValid() - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheEntryEx
-
- partitionValid() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMapEntry
- passRequired() - Method in class org.gridgain.grid.kernal.visor.cmd.dto.node.VisorSegmentationConfig
-
- passRequired(boolean) - Method in class org.gridgain.grid.kernal.visor.cmd.dto.node.VisorSegmentationConfig
-
- PASSWD - Static variable in class org.gridgain.grid.util.nodestart.GridNodeStartUtils
-
Key for password.
- password() - Method in class org.gridgain.grid.util.nodestart.GridRemoteStartSpecification
-
- path() - Method in class org.gridgain.grid.events.GridGgfsEvent
-
Path of the file or directory, on which event has occurred.
- path() - Method in interface org.gridgain.grid.ggfs.GridGgfsFile
-
Gets path to file.
- path() - Method in class org.gridgain.grid.ggfs.GridGgfsPathSummary
-
- path(GridGgfsPath) - Method in class org.gridgain.grid.ggfs.GridGgfsPathSummary
-
- path() - Method in class org.gridgain.grid.ggfs.mapreduce.GridGgfsFileRange
-
Gets file path.
- path() - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientLogRequest
-
- path(String) - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientLogRequest
-
- path() - Method in class org.gridgain.grid.kernal.processors.rest.request.GridRestLogRequest
-
- path(String) - Method in class org.gridgain.grid.kernal.processors.rest.request.GridRestLogRequest
-
- pathModes() - Method in class org.gridgain.grid.kernal.visor.cmd.dto.node.VisorGgfsConfig
-
- pathModes(Map<String, GridGgfsMode>) - Method in class org.gridgain.grid.kernal.visor.cmd.dto.node.VisorGgfsConfig
-
- paths() - Method in interface org.gridgain.grid.ggfs.mapreduce.GridGgfsTaskArgs
-
Gets file paths to process.
- pattern() - Method in interface org.gridgain.grid.scheduler.GridSchedulerFuture
-
Gets scheduling pattern.
- pause() - Method in interface org.gridgain.grid.kernal.processors.cache.dr.GridCacheDrManager
-
Pauses data center replication.
- pause() - Method in class org.gridgain.grid.kernal.processors.cache.dr.os.GridOsCacheDrManager
-
Pauses data center replication.
- paused() - Method in class org.gridgain.grid.dr.cache.sender.GridDrStatus
-
Gets pause flag.
- pauseReads() - Method in interface org.gridgain.grid.util.nio.GridNioSession
-
Pauses reads.
- pauseReads() - Method in class org.gridgain.grid.util.nio.GridNioSessionImpl
-
Pauses reads.
- PAX - Class in org.gridgain.grid.util.typedef
-
- PAX() - Constructor for class org.gridgain.grid.util.typedef.PAX
-
- PBag<E> - Interface in org.pcollections
-
An unordered collection allowing duplicate elements.
- PCE<K,V> - Interface in org.gridgain.grid.util.typedef
-
Defines
alias for
GridPredicate<GridCacheEntry<K, V>> by extending
GridPredicate.
- PCollection<E> - Interface in org.pcollections
-
An immutable, persistent collection of non-null elements of type E.
- pda - Variable in class org.gridgain.grid.util.lang.GridPeerDeployAwareAdapter
-
Peer deploy aware class.
- PE - Interface in org.gridgain.grid.util.typedef
-
Defines
alias for
GridPredicate<GridEvent> by extending
GridPredicate.
- peek() - Method in interface org.gridgain.grid.cache.datastructures.GridCacheQueue
- peek() - Method in interface org.gridgain.grid.cache.GridCacheEntry
-
- peek(Collection<GridCachePeekMode>) - Method in interface org.gridgain.grid.cache.GridCacheEntry
-
- peek(K) - Method in interface org.gridgain.grid.cache.GridCacheProjection
-
- 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.kernal.processors.cache.datastructures.GridCacheQueueAdapter
- peek() - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheQueueProxy
- peek(K, Collection<GridCachePeekMode>) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache
-
Peeks at cached value using optional set of peek modes.
- peek(K, Collection<GridCachePeekMode>) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.colocated.GridDhtColocatedCache
-
Peeks at cached value using optional set of peek modes.
- peek(Collection<GridCachePeekMode>) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtCacheEntryImpl
-
- peek(boolean, K, GridPredicate<GridCacheEntry<K, V>>[]) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridDistributedTxRemoteAdapter
- peek(Collection<GridCachePeekMode>) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridPartitionedCacheEntryImpl
-
- peek(K, GridPredicate<GridCacheEntry<K, V>>) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearCacheAdapter
- peek(K, Collection<GridCachePeekMode>) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearCacheAdapter
-
Peeks at cached value using optional set of peek modes.
- peek(K) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
- peek(K, Collection<GridCachePeekMode>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
Peeks at cached value using optional set of peek modes.
- peek(K, GridPredicate<GridCacheEntry<K, V>>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
- peek(GridCachePeekMode, GridPredicate<GridCacheEntry<K, V>>...) - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheEntryEx
-
Peeks into entry without loading value or updating statistics.
- peek(Collection<GridCachePeekMode>, GridPredicate<GridCacheEntry<K, V>>...) - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheEntryEx
-
Peeks into entry without loading value or updating statistics.
- peek() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheEntryImpl
-
- peek(Collection<GridCachePeekMode>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheEntryImpl
-
- peek() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheEvictionEntry
-
- peek(Collection<GridCachePeekMode>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheEvictionEntry
-
- peek() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheFilterEvaluationEntry
-
- peek(Collection<GridCachePeekMode>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheFilterEvaluationEntry
-
- peek(GridCachePeekMode, GridPredicate<GridCacheEntry<K, V>>[]) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMapEntry
-
Peeks into entry without loading value or updating statistics.
- peek(Collection<GridCachePeekMode>, GridPredicate<GridCacheEntry<K, V>>[]) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMapEntry
-
Peeks into entry without loading value or updating statistics.
- peek(K) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProjectionImpl
-
- peek(K, Collection<GridCachePeekMode>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProjectionImpl
-
Peeks at cached value using optional set of peek modes.
- peek(K) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProxyImpl
-
- peek(K, Collection<GridCachePeekMode>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProxyImpl
-
Peeks at cached value using optional set of peek modes.
- peek(boolean, K, GridPredicate<GridCacheEntry<K, V>>[]) - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheTxEx
-
- peek(boolean, K, GridPredicate<GridCacheEntry<K, V>>[]) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxLocalAdapter
- peek() - Method in class org.gridgain.grid.util.GridQueue
- peek() - Method in class org.pcollections.AmortizedPQueue
-
- peek0(boolean, K, GridCachePeekMode, GridPredicate<GridCacheEntry<K, V>>...) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
- peek0(K, Collection<GridCachePeekMode>, GridCacheTxEx<K, V>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
- peek0(boolean, K, Collection<GridCachePeekMode>, GridCacheTxEx<K, V>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
- peek0(boolean, GridCachePeekMode, GridPredicate<GridCacheEntry<K, V>>[], GridCacheTxEx<K, V>) - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheEntryEx
-
- peek0(boolean, GridCachePeekMode, GridPredicate<GridCacheEntry<K, V>>[], GridCacheTxEx<K, V>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMapEntry
-
- peekAll(Collection<? extends K>, GridPredicate<GridCacheEntry<K, V>>...) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearCacheAdapter
- peekAll(Collection<? extends K>, GridPredicate<GridCacheEntry<K, V>>...) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
- peekAll0(Collection<? extends K>, GridPredicate<GridCacheEntry<K, V>>[], Collection<K>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
- peekAll0(Collection<? extends K>, Collection<GridCachePeekMode>, GridCacheTxEx<K, V>, Collection<K>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
- peekDht(GridPredicate<GridCacheEntry<K, V>>[]) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridPartitionedCacheEntryImpl
-
- peekEx(long) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridPartitionedCacheEntryImpl
- peekEx(K) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
- peekEx(long) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheEntryImpl
- peekExx(K) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtCacheAdapter
-
- peekExx(K) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearCacheAdapter
-
- peekFailFast(GridCachePeekMode, GridPredicate<GridCacheEntry<K, V>>...) - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheEntryEx
-
Peeks into entry without loading value or updating statistics.
- peekFailFast(GridCachePeekMode, GridPredicate<GridCacheEntry<K, V>>[]) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMapEntry
-
Peeks into entry without loading value or updating statistics.
- peekFlags() - Static method in class org.gridgain.grid.kernal.processors.cache.GridCacheUtils
-
- peekModeExcluded(GridCachePeekMode) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheContext
-
- peekModeExcludes() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheContext
-
- peekNearOnly(K) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearCacheAdapter
-
Peeks only near cache without looking into DHT cache.
- peekx() - Method in class org.gridgain.grid.util.GridQueue
-
- peerDeployAware(Object) - Static method in class org.gridgain.grid.util.GridUtils
-
- peerDeployAware0(Iterable<?>) - Static method in class org.gridgain.grid.util.GridUtils
-
Gets the peer deploy aware instance for the object with the widest class loader.
- peerDeployAware0(Object...) - Static method in class org.gridgain.grid.util.GridUtils
-
Gets the peer deploy aware instance for the object with the widest class loader.
- peerDeployAware0(Object) - Static method in class org.gridgain.grid.util.GridUtils
-
- peerDeployLike(Object) - Method in class org.gridgain.grid.util.lang.GridPeerDeployAwareAdapter
-
Sets object that from which peer deployment information
will be copied, i.e.
- pending() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearLockResponse
-
- pending(Collection<GridCacheVersion>) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearLockResponse
-
- pending() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearTxPrepareResponse
-
- pending(Collection<GridCacheVersion>) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearTxPrepareResponse
-
- pending() - Method in class org.gridgain.grid.util.future.GridCompoundFuture
-
Gets pending (unfinished) futures.
- pendingMessagesDiscarded() - Method in class org.gridgain.grid.spi.discovery.tcp.internal.GridTcpDiscoveryStatistics
-
Gets pending messages discarded count.
- pendingMessagesRegistered() - Method in class org.gridgain.grid.spi.discovery.tcp.internal.GridTcpDiscoveryStatistics
-
Gets pending messages registered count.
- pendingNodeIds() - Method in class org.gridgain.grid.kernal.processors.clock.GridClockDeltaSnapshot
-
- pendingUndeploy() - Method in class org.gridgain.grid.kernal.managers.deployment.GridDeployment
-
Gets property pendingUndeploy.
- pendingVersions() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtTxFinishRequest
-
Gets versions of not acquired locks with version less then one of transaction being committed.
- pendingVersions() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtTxLocalAdapter
-
- pendingVersions(Collection<GridCacheVersion>) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtTxLocalAdapter
-
- performance() - Method in interface org.gridgain.grid.kernal.GridKernalContext
-
- performance() - Method in class org.gridgain.grid.kernal.GridKernalContextImpl
- permissions() - Method in class org.gridgain.grid.kernal.managers.security.GridSecuritySubjectAdapter
-
Gets security permissions.
- permissions(GridSecurityPermissionSet) - Method in class org.gridgain.grid.kernal.managers.security.GridSecuritySubjectAdapter
-
Sets security permissions.
- permissions() - Method in interface org.gridgain.grid.security.GridSecuritySubject
-
Authorized permission set for the subject.
- perNodeBatchSize() - Method in class org.gridgain.grid.kernal.visor.cmd.dto.node.VisorGgfsConfig
-
- perNodeBatchSize(int) - Method in class org.gridgain.grid.kernal.visor.cmd.dto.node.VisorGgfsConfig
-
- perNodeBufferSize() - Method in interface org.gridgain.grid.dataload.GridDataLoader
-
Gets size of per node key-value pairs buffer.
- perNodeBufferSize(int) - Method in interface org.gridgain.grid.dataload.GridDataLoader
-
Sets size of per node key-value pairs buffer.
- perNodeBufferSize() - Method in class org.gridgain.grid.kernal.processors.dataload.GridDataLoaderImpl
-
Gets size of per node key-value pairs buffer.
- perNodeBufferSize(int) - Method in class org.gridgain.grid.kernal.processors.dataload.GridDataLoaderImpl
-
Sets size of per node key-value pairs buffer.
- perNodeBufferSize() - Method in class org.gridgain.grid.kernal.visor.cmd.dto.node.VisorDrReceiverHubConfig
-
- perNodeBufferSize(int) - Method in class org.gridgain.grid.kernal.visor.cmd.dto.node.VisorDrReceiverHubConfig
-
- perNodeParallelBatchCount() - Method in class org.gridgain.grid.kernal.visor.cmd.dto.node.VisorGgfsConfig
-
- perNodeParallelBatchCount(int) - Method in class org.gridgain.grid.kernal.visor.cmd.dto.node.VisorGgfsConfig
-
- perNodeParallelLoadOperations() - Method in interface org.gridgain.grid.dataload.GridDataLoader
-
Gets maximum number of parallel load operations for a single node.
- perNodeParallelLoadOperations(int) - Method in interface org.gridgain.grid.dataload.GridDataLoader
-
Sets maximum number of parallel load operations for a single node.
- perNodeParallelLoadOperations() - Method in class org.gridgain.grid.kernal.processors.dataload.GridDataLoaderImpl
-
Gets maximum number of parallel load operations for a single node.
- perNodeParallelLoadOperations(int) - Method in class org.gridgain.grid.kernal.processors.dataload.GridDataLoaderImpl
-
Sets maximum number of parallel load operations for a single node.
- perNodeParallelLoadOperations() - Method in class org.gridgain.grid.kernal.visor.cmd.dto.node.VisorDrReceiverHubConfig
-
- perNodeParallelLoadOperations(int) - Method in class org.gridgain.grid.kernal.visor.cmd.dto.node.VisorDrReceiverHubConfig
-
- pessimistic() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxAdapter
- pessimistic() - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheTxEx
-
- pessimisticTxLoggerLinger() - Method in class org.gridgain.grid.kernal.visor.cmd.dto.cache.VisorCacheConfig
-
- pessimisticTxLoggerLinger(int) - Method in class org.gridgain.grid.kernal.visor.cmd.dto.cache.VisorCacheConfig
-
- pessimisticTxLoggerSize() - Method in class org.gridgain.grid.kernal.visor.cmd.dto.cache.VisorCacheConfig
-
- pessimisticTxLoggerSize(int) - Method in class org.gridgain.grid.kernal.visor.cmd.dto.cache.VisorCacheConfig
-
- pid() - Method in class org.gridgain.grid.util.ipc.shmem.GridIpcSharedMemoryInitRequest
-
- pid() - Method in class org.gridgain.grid.util.ipc.shmem.GridIpcSharedMemoryInitResponse
-
- pid() - Static method in class org.gridgain.grid.util.ipc.shmem.GridIpcSharedMemoryUtils
-
- PID_MSG_PREFIX - Static variable in class org.gridgain.grid.util.GridJavaProcess
-
Internal protocol message prefix saying that the next text in the outputted line is pid.
- PING_MESSAGE - Static variable in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientPingPacket
-
Ping message.
- PING_PACKET - Static variable in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientPingPacket
-
Ping packet.
- PING_REQ_BYTES - Static variable in class org.gridgain.grid.kernal.processors.dr.GridDrUtils
-
Cached external ping request bytes.
- PING_RESP_BYTES - Static variable in class org.gridgain.grid.kernal.processors.dr.GridDrUtils
-
Cached external ping response bytes.
- 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(String) - Method in class org.gridgain.grid.kernal.GridKernal
-
Pings node with given node ID to see whether it is alive.
- pingNode(UUID) - Method in class org.gridgain.grid.kernal.GridKernal
-
Pings a remote node.
- pingNode(UUID) - Method in class org.gridgain.grid.kernal.managers.discovery.GridDiscoveryManager
-
- 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.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.
- pingNodeByAddress(String) - Method in interface org.gridgain.grid.GridKernalMBean
-
Pings node with given host name to see if it is alive.
- pingNodeByAddress(String) - Method in class org.gridgain.grid.kernal.GridKernal
-
Pings node with given host name to see if it is alive.
- pinnedNodes() - Method in interface org.gridgain.client.GridClientData
-
Gets pinned node or null if no nodes were pinned.
- pinnedNodes() - Method in class org.gridgain.client.impl.GridClientDataImpl
-
Gets pinned node or null if no nodes were pinned.
- pinNodes(GridClientNode, GridClientNode...) - Method in interface org.gridgain.client.GridClientData
-
Gets client data projection which will only contact specified remote grid node.
- pinNodes(GridClientNode, GridClientNode...) - Method in class org.gridgain.client.impl.GridClientDataImpl
-
Gets client data projection which will only contact specified remote grid node.
- pipelineAverageExecutionNodes() - Method in class org.gridgain.grid.kernal.processors.streamer.GridStreamerMetricsAdapter
-
Gets average number of unique nodes participated in pipeline execution.
- pipelineAverageExecutionNodes() - Method in class org.gridgain.grid.kernal.processors.streamer.GridStreamerMetricsHolder
-
Gets average number of unique nodes participated in pipeline execution.
- pipelineAverageExecutionNodes() - Method in interface org.gridgain.grid.streamer.GridStreamerMetrics
-
Gets average number of unique nodes participated in pipeline execution.
- pipelineAverageExecutionTime() - Method in class org.gridgain.grid.kernal.processors.streamer.GridStreamerMetricsAdapter
-
Gets pipeline average execution time, i.e.
- pipelineAverageExecutionTime() - Method in class org.gridgain.grid.kernal.processors.streamer.GridStreamerMetricsHolder
-
Gets pipeline average execution time, i.e.
- pipelineAverageExecutionTime() - Method in interface org.gridgain.grid.streamer.GridStreamerMetrics
-
Gets pipeline average execution time, i.e.
- pipelineMaximumExecutionNodes() - Method in class org.gridgain.grid.kernal.processors.streamer.GridStreamerMetricsAdapter
-
Gets maximum number of unique nodes participated in pipeline execution.
- pipelineMaximumExecutionNodes() - Method in class org.gridgain.grid.kernal.processors.streamer.GridStreamerMetricsHolder
-
Gets maximum number of unique nodes participated in pipeline execution.
- pipelineMaximumExecutionNodes() - Method in interface org.gridgain.grid.streamer.GridStreamerMetrics
-
Gets maximum number of unique nodes participated in pipeline execution.
- pipelineMaximumExecutionTime() - Method in class org.gridgain.grid.kernal.processors.streamer.GridStreamerMetricsAdapter
-
Gets pipeline maximum execution time, i.e.
- pipelineMaximumExecutionTime() - Method in class org.gridgain.grid.kernal.processors.streamer.GridStreamerMetricsHolder
-
Gets pipeline maximum execution time, i.e.
- pipelineMaximumExecutionTime() - Method in interface org.gridgain.grid.streamer.GridStreamerMetrics
-
Gets pipeline maximum execution time, i.e.
- pipelineMinimumExecutionNodes() - Method in class org.gridgain.grid.kernal.processors.streamer.GridStreamerMetricsAdapter
-
Gets minimum number of unique nodes participated in pipeline execution.
- pipelineMinimumExecutionNodes() - Method in class org.gridgain.grid.kernal.processors.streamer.GridStreamerMetricsHolder
-
Gets minimum number of unique nodes participated in pipeline execution.
- pipelineMinimumExecutionNodes() - Method in interface org.gridgain.grid.streamer.GridStreamerMetrics
-
Gets minimum number of unique nodes participated in pipeline execution.
- pipelineMinimumExecutionTime() - Method in class org.gridgain.grid.kernal.processors.streamer.GridStreamerMetricsAdapter
-
Gets pipeline minimum execution time, i.e.
- pipelineMinimumExecutionTime() - Method in class org.gridgain.grid.kernal.processors.streamer.GridStreamerMetricsHolder
-
Gets pipeline minimum execution time, i.e.
- pipelineMinimumExecutionTime() - Method in interface org.gridgain.grid.streamer.GridStreamerMetrics
-
Gets pipeline minimum execution time, i.e.
- PKV<K,V> - Interface in org.gridgain.grid.util.typedef
-
Defines
alias for
GridPredicate2<K, V> by extending
GridPredicate.
- plain(Object) - Static method in class org.gridgain.grid.kernal.processors.cache.GridCacheValueBytes
-
- plus(E) - Method in class org.pcollections.AmortizedPQueue
-
- plus(E) - Method in class org.pcollections.ConsPStack
-
- plus(int, E) - Method in class org.pcollections.ConsPStack
-
- plus(K, V) - Method in class org.pcollections.HashPMap
-
- plus(Integer, V) - Method in class org.pcollections.IntTreePMap
-
- plus(E) - Method in class org.pcollections.MapPBag
-
- plus(E) - Method in class org.pcollections.MapPSet
-
- plus(E) - Method in class org.pcollections.OrderedPSet
-
- plus(E) - Method in interface org.pcollections.PBag
-
- plus(E) - Method in interface org.pcollections.PCollection
-
- plus(K, V) - Method in interface org.pcollections.PMap
-
- plus(E) - Method in interface org.pcollections.POrderedSet
-
- plus(E) - Method in interface org.pcollections.PQueue
-
- plus(E) - Method in interface org.pcollections.PSequence
-
- plus(int, E) - Method in interface org.pcollections.PSequence
-
- plus(E) - Method in interface org.pcollections.PSet
-
- plus(E) - Method in interface org.pcollections.PStack
-
Returns a stack consisting of the elements of this with e prepended.
- plus(int, E) - Method in interface org.pcollections.PStack
-
- plus(E) - Method in interface org.pcollections.PVector
-
Returns a vector consisting of the elements of this with e appended.
- plus(int, E) - Method in interface org.pcollections.PVector
-
- plus(E) - Method in class org.pcollections.TreePVector
-
- plus(int, E) - Method in class org.pcollections.TreePVector
-
- plusAll(Collection<? extends E>) - Method in class org.pcollections.AmortizedPQueue
-
- plusAll(Collection<? extends E>) - Method in class org.pcollections.ConsPStack
-
- plusAll(int, Collection<? extends E>) - Method in class org.pcollections.ConsPStack
-
- plusAll(Map<? extends K, ? extends V>) - Method in class org.pcollections.HashPMap
-
- plusAll(Map<? extends Integer, ? extends V>) - Method in class org.pcollections.IntTreePMap
-
- plusAll(Collection<? extends E>) - Method in class org.pcollections.MapPBag
-
- plusAll(Collection<? extends E>) - Method in class org.pcollections.MapPSet
-
- plusAll(Collection<? extends E>) - Method in class org.pcollections.OrderedPSet
-
- plusAll(Collection<? extends E>) - Method in interface org.pcollections.PBag
-
- plusAll(Collection<? extends E>) - Method in interface org.pcollections.PCollection
-
- plusAll(Map<? extends K, ? extends V>) - Method in interface org.pcollections.PMap
-
- plusAll(Collection<? extends E>) - Method in interface org.pcollections.POrderedSet
-
- plusAll(Collection<? extends E>) - Method in interface org.pcollections.PQueue
-
- plusAll(Collection<? extends E>) - Method in interface org.pcollections.PSequence
-
- plusAll(int, Collection<? extends E>) - Method in interface org.pcollections.PSequence
-
- plusAll(Collection<? extends E>) - Method in interface org.pcollections.PSet
-
- plusAll(Collection<? extends E>) - Method in interface org.pcollections.PStack
-
Returns a stack consisting of the elements of this with list prepended in reverse.
- plusAll(int, Collection<? extends E>) - Method in interface org.pcollections.PStack
-
- plusAll(Collection<? extends E>) - Method in interface org.pcollections.PVector
-
Returns a vector consisting of the elements of this with list appended.
- plusAll(int, Collection<? extends E>) - Method in interface org.pcollections.PVector
-
- plusAll(Collection<? extends E>) - Method in class org.pcollections.TreePVector
-
- plusAll(int, Collection<? extends E>) - Method in class org.pcollections.TreePVector
-
- PMap<K,V> - Interface in org.pcollections
-
An immutable, persistent map from non-null keys of type K to non-null values of type V.
- PN - Interface in org.gridgain.grid.util.typedef
-
Defines
alias for
GridPredicate<GridNode> by extending
GridPredicate.
- pointer() - Method in interface org.gridgain.grid.util.offheap.unsafe.GridOffHeapSmartPointer
-
- poke(V) - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheEntryEx
-
This method overwrites current in-memory value with new value.
- poke(V) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMapEntry
-
This method overwrites current in-memory value with new value.
- policy() - Method in class org.gridgain.grid.kernal.visor.cmd.dto.cache.VisorEvictionConfig
-
- policy(String) - Method in class org.gridgain.grid.kernal.visor.cmd.dto.cache.VisorEvictionConfig
-
- policy() - Method in class org.gridgain.grid.kernal.visor.cmd.dto.node.VisorSegmentationConfig
-
- policy(GridSegmentationPolicy) - Method in class org.gridgain.grid.kernal.visor.cmd.dto.node.VisorSegmentationConfig
-
- policy() - Method in interface org.gridgain.grid.streamer.index.GridStreamerIndex
-
Gets index policy.
- policy() - Method in class org.gridgain.grid.streamer.index.GridStreamerIndexProviderAdapter
-
Gets index policy.
- policy() - Method in interface org.gridgain.grid.streamer.index.GridStreamerIndexProviderMBean
-
Gets index policy.
- policyMaxSize() - Method in class org.gridgain.grid.kernal.visor.cmd.dto.cache.VisorEvictionConfig
-
- policyMaxSize(Integer) - Method in class org.gridgain.grid.kernal.visor.cmd.dto.cache.VisorEvictionConfig
-
- poll() - Method in interface org.gridgain.grid.cache.datastructures.GridCacheQueue
- poll(long, TimeUnit) - Method in interface org.gridgain.grid.cache.datastructures.GridCacheQueue
- poll() - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridAtomicCacheQueueImpl
- poll(long, TimeUnit) - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheQueueAdapter
- poll() - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheQueueProxy
- poll(long, TimeUnit) - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheQueueProxy
- poll() - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridTransactionalCacheQueueImpl
- poll() - Method in class org.gridgain.grid.util.GridQueue
-
Polls element from head of the queue.
- poll() - Method in class org.pcollections.AmortizedPQueue
-
- poll() - Method in interface org.pcollections.PQueue
-
Deprecated.
- pollEvicted() - Method in interface org.gridgain.grid.streamer.GridStreamerWindow
-
If window supports eviction, this method will return next evicted element.
- pollEvicted(int) - Method in interface org.gridgain.grid.streamer.GridStreamerWindow
-
If window supports eviction, this method will return up to cnt evicted elements.
- pollEvicted() - Method in class org.gridgain.grid.streamer.window.GridStreamerWindowAdapter
-
If window supports eviction, this method will return next evicted element.
- pollEvicted(int) - Method in class org.gridgain.grid.streamer.window.GridStreamerWindowAdapter
-
If window supports eviction, this method will return up to cnt evicted elements.
- pollEvicted0(int) - Method in class org.gridgain.grid.streamer.window.GridStreamerBoundedSizeBatchWindow
-
If window supports eviction, this method will return up to cnt evicted elements.
- pollEvicted0(int) - Method in class org.gridgain.grid.streamer.window.GridStreamerBoundedTimeBatchWindow
-
If window supports eviction, this method will return up to cnt evicted elements.
- pollEvicted0(int) - Method in class org.gridgain.grid.streamer.window.GridStreamerBoundedTimeWindow
-
If window supports eviction, this method will return up to cnt evicted elements.
- pollEvicted0(int) - Method in class org.gridgain.grid.streamer.window.GridStreamerUnboundedWindow
-
If window supports eviction, this method will return up to cnt evicted elements.
- pollEvicted0(int) - Method in class org.gridgain.grid.streamer.window.GridStreamerWindowAdapter
-
If window supports eviction, this method will return up to cnt evicted elements.
- pollEvictedAll() - Method in interface org.gridgain.grid.streamer.GridStreamerWindow
-
If window supports eviction, this method will return all available evicted elements.
- pollEvictedAll() - Method in class org.gridgain.grid.streamer.window.GridStreamerWindowAdapter
-
If window supports eviction, this method will return all available evicted elements.
- pollEvictedBatch() - Method in interface org.gridgain.grid.streamer.GridStreamerWindow
-
If window supports batch eviction, this method will poll next evicted batch from window.
- pollEvictedBatch() - Method in class org.gridgain.grid.streamer.window.GridStreamerWindowAdapter
-
If window supports batch eviction, this method will poll next evicted batch from window.
- pollEvictedBatch0() - Method in class org.gridgain.grid.streamer.window.GridStreamerBoundedSizeBatchWindow
-
If window supports batch eviction, this method will poll next evicted batch from window.
- pollEvictedBatch0() - Method in class org.gridgain.grid.streamer.window.GridStreamerBoundedTimeBatchWindow
-
If window supports batch eviction, this method will poll next evicted batch from window.
- pollEvictedBatch0() - Method in class org.gridgain.grid.streamer.window.GridStreamerBoundedTimeWindow
-
If window supports batch eviction, this method will poll next evicted batch from window.
- pollEvictedBatch0() - Method in class org.gridgain.grid.streamer.window.GridStreamerUnboundedWindow
-
If window supports batch eviction, this method will poll next evicted batch from window.
- pollEvictedBatch0() - Method in class org.gridgain.grid.streamer.window.GridStreamerWindowAdapter
-
If window supports batch eviction, this method will poll next evicted batch from window.
- pollFirst() - Method in class org.gridgain.grid.util.GridConcurrentSkipListSet
- pollFirstEntry() - Method in class org.gridgain.grid.util.offheap.unsafe.GridOffHeapSnapTreeMap
- pollFirstEntry() - Method in class org.gridgain.grid.util.snaptree.SnapTreeMap
-
- pollInternal(Collection<GridStreamerBoundedSizeSortedWindow.Holder<E>>, Set<E>) - Method in class org.gridgain.grid.streamer.window.GridStreamerBoundedSizeSortedWindow
- pollInternal(Collection<E>, Set<E>) - Method in class org.gridgain.grid.streamer.window.GridStreamerBoundedSizeWindow
- pollLast() - Method in class org.gridgain.grid.util.GridConcurrentSkipListSet
- pollLastEntry() - Method in class org.gridgain.grid.util.offheap.unsafe.GridOffHeapSnapTreeMap
- pollLastEntry() - Method in class org.gridgain.grid.util.snaptree.SnapTreeMap
-
- POrderedSet<E> - Interface in org.pcollections
-
Like
PSet but preserves insertion order.
- port() - Method in class org.gridgain.grid.kernal.processors.clock.GridClockServer
-
- port() - Method in class org.gridgain.grid.kernal.processors.port.GridPortRecord
-
- port - Variable in class org.gridgain.grid.kernal.processors.rest.protocols.GridRestProtocolAdapter
-
Port used by this protocol.
- port(int) - Method in class org.gridgain.grid.util.nio.GridNioServer.Builder
-
- PORT - Static variable in class org.gridgain.grid.util.nodestart.GridNodeStartUtils
-
Key for port number.
- port() - Method in class org.gridgain.grid.util.nodestart.GridRemoteStartSpecification
-
- ports() - Method in interface org.gridgain.grid.kernal.GridKernalContext
-
Gets port processor.
- ports() - Method in class org.gridgain.grid.kernal.GridKernalContextImpl
-
Gets port processor.
- position() - Method in class org.gridgain.grid.ggfs.GridGgfsInputStream
-
Get the current position in the input stream.
- position() - Method in class org.gridgain.grid.ggfs.mapreduce.GridGgfsRangeInputStream
-
Get the current position in the input stream.
- postLock(T) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxLocalAdapter.PostLockClosure1
-
Post lock callback.
- postLock() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxLocalAdapter.PostLockClosure2
-
Post lock callback.
- postLockWrite(Iterable<? extends K>, Set<K>, Map<K, V>, Map<? extends K, ? extends GridClosure<V, V>>, GridCacheReturn<V>, boolean, boolean, GridPredicate<GridCacheEntry<K, V>>[]) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxLocalAdapter
-
Post lock processing for put or remove.
- postMiss(T) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxLocalAdapter.PostMissClosure
-
Post lock callback.
- PQueue<E> - Interface in org.pcollections
-
A persistent queue.
- predicate() - Method in interface org.gridgain.grid.GridProjection
-
Gets predicate that defines a subset of nodes for this projection.
- predicate() - Method in class org.gridgain.grid.kernal.GridProjectionAdapter
-
Gets predicate that defines a subset of nodes for this projection.
- predicate() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
Gets predicate on which this projection is based on or null
if predicate is not defined.
- predicate() - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheProjectionEx
-
Gets predicate on which this projection is based on or null
if predicate is not defined.
- predicate() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProjectionImpl
-
Gets predicate on which this projection is based on or null
if predicate is not defined.
- predicate() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProxyImpl
-
Gets predicate on which this projection is based on or null
if predicate is not defined.
- predicate() - Static method in class org.gridgain.grid.util.lang.GridFunc
-
Gets closure that transform a grid projection into its predicate.
- prefetchBlocks() - Method in class org.gridgain.grid.kernal.visor.cmd.dto.node.VisorGgfsConfig
-
- prefetchBlocks(int) - Method in class org.gridgain.grid.kernal.visor.cmd.dto.node.VisorGgfsConfig
-
- preldr - Variable in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtCacheAdapter
-
Preloader.
- preloadBatchSize() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAttributes
-
- preloadConfig() - Method in class org.gridgain.grid.kernal.visor.cmd.dto.cache.VisorCacheConfig
-
- preloadConfig(VisorPreloadConfig) - Method in class org.gridgain.grid.kernal.visor.cmd.dto.cache.VisorCacheConfig
-
- preloadEnabled() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheContext
-
- preloader() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtCacheAdapter
- preloader() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearCacheAdapter
- preloader() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
- preloader() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheContext
-
- preloader() - Method in class org.gridgain.grid.kernal.processors.cache.local.atomic.GridLocalAtomicCache
- preloader() - Method in class org.gridgain.grid.kernal.processors.cache.local.GridLocalCache
- preloadExchangeTimeout() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheContext
-
- preloadingPermitted(K, GridCacheVersion) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtLocalPartition
-
Cache preloader should call this method within partition lock.
- preloadPred - Variable in class org.gridgain.grid.kernal.processors.cache.GridCachePreloaderAdapter
-
Preload predicate.
- preloadPredicate(GridPredicate<GridCacheEntryInfo<K, V>>) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.preloader.GridDhtPreloader
- preloadPredicate(GridPredicate<GridCacheEntryInfo<K, V>>) - Method in interface org.gridgain.grid.kernal.processors.cache.GridCachePreloader
-
- preloadPredicate() - Method in interface org.gridgain.grid.kernal.processors.cache.GridCachePreloader
-
- preloadPredicate(GridPredicate<GridCacheEntryInfo<K, V>>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCachePreloaderAdapter
- preloadPredicate() - Method in class org.gridgain.grid.kernal.processors.cache.GridCachePreloaderAdapter
- prepare(Iterable<GridCacheTxEntry<K, V>>, Iterable<GridCacheTxEntry<K, V>>, Map<UUID, Collection<UUID>>) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtTxPrepareFuture
-
Initializes future.
- prepare() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridCacheOptimisticCheckPreparedTxFuture
-
Initializes future.
- prepare() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridCachePessimisticCheckCommittedTxFuture
-
Initializes future.
- prepare() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridDistributedTxRemoteAdapter
-
Prepare phase.
- prepare(GridDeploymentInfo) - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheDeployable
-
Prepare deployment information.
- prepare(GridCacheDeployable) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheDeploymentManager
-
Prepares deployable object.
- prepare(GridDeploymentInfo) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMessage
-
- prepare() - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheTxEx
-
Prepare state.
- prepare() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxLocalAdapter
-
Prepare state.
- prepare() - Method in class org.gridgain.grid.kernal.processors.dr.messages.external.GridDrExternalBatchRequest
-
- prepareAsync() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.colocated.GridDhtColocatedTxLocal
-
Prepare stage.
- prepareAsync() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtTxLocal
-
Prepare stage.
- prepareAsync(Iterable<GridCacheTxEntry<K, V>>, Iterable<GridCacheTxEntry<K, V>>, Map<K, GridCacheVersion>, long, GridUuid, Map<UUID, Collection<UUID>>, boolean, Collection<UUID>) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtTxLocal
-
Prepares next batch of entries in dht transaction.
- prepareAsync() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridDistributedTxRemoteAdapter
-
Prepare stage.
- prepareAsync() - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheTxEx
-
Prepare stage.
- prepareAsyncLocal(Collection<GridCacheTxEntry<K, V>>, Collection<GridCacheTxEntry<K, V>>, Map<UUID, Collection<UUID>>, boolean, Collection<UUID>) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.colocated.GridDhtColocatedTxLocal
-
Prepares next batch of entries in dht transaction.
- prepareFilter(GridPredicate<GridCacheEntry<K, V>>[], GridCacheContext<K, V>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMessage
-
- prepareMarshal(GridCacheContext<K, V>) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic.GridDhtAtomicUpdateRequest
-
This method is called before the whole message is serialized
and is responsible for pre-marshalling state.
- prepareMarshal(GridCacheContext<K, V>) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic.GridDhtAtomicUpdateResponse
-
This method is called before the whole message is serialized
and is responsible for pre-marshalling state.
- prepareMarshal(GridCacheContext<K, V>) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic.GridNearAtomicUpdateRequest
-
This method is called before the whole message is serialized
and is responsible for pre-marshalling state.
- prepareMarshal(GridCacheContext<K, V>) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic.GridNearAtomicUpdateResponse
-
This method is called before the whole message is serialized
and is responsible for pre-marshalling state.
- prepareMarshal(GridCacheContext<K, V>) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtAffinityAssignmentResponse
-
This method is called before the whole message is serialized
and is responsible for pre-marshalling state.
- prepareMarshal(GridCacheContext<K, V>) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtLockRequest
-
This method is called before the whole message is serialized
and is responsible for pre-marshalling state.
- prepareMarshal(GridCacheContext<K, V>) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtLockResponse
-
This method is called before the whole message is serialized
and is responsible for pre-marshalling state.
- prepareMarshal(GridCacheContext<K, V>) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtTxFinishRequest
-
This method is called before the whole message is serialized
and is responsible for pre-marshalling state.
- prepareMarshal(GridCacheContext<K, V>) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtTxPrepareRequest
-
This method is called before the whole message is serialized
and is responsible for pre-marshalling state.
- prepareMarshal(GridCacheContext<K, V>) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtTxPrepareResponse
-
This method is called before the whole message is serialized
and is responsible for pre-marshalling state.
- prepareMarshal(GridCacheContext<K, V>) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.preloader.GridDhtForceKeysRequest
-
This method is called before the whole message is serialized
and is responsible for pre-marshalling state.
- prepareMarshal(GridCacheContext<K, V>) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.preloader.GridDhtForceKeysResponse
-
This method is called before the whole message is serialized
and is responsible for pre-marshalling state.
- prepareMarshal(GridCacheContext<K, V>) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.preloader.GridDhtPartitionDemandMessage
-
This method is called before the whole message is serialized
and is responsible for pre-marshalling state.
- prepareMarshal(GridCacheContext<K, V>) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.preloader.GridDhtPartitionsFullMessage
-
This method is called before the whole message is serialized
and is responsible for pre-marshalling state.
- prepareMarshal(GridCacheContext<K, V>) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.preloader.GridDhtPartitionsSingleMessage
-
This method is called before the whole message is serialized
and is responsible for pre-marshalling state.
- prepareMarshal(GridCacheContext<K, V>) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.preloader.GridDhtPartitionSupplyMessage
-
This method is called before the whole message is serialized
and is responsible for pre-marshalling state.
- prepareMarshal(GridCacheContext<K, V>) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridCachePessimisticCheckCommittedTxResponse
-
This method is called before the whole message is serialized
and is responsible for pre-marshalling state.
- prepareMarshal(GridCacheContext<K, V>) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridDistributedBaseMessage
-
This method is called before the whole message is serialized
and is responsible for pre-marshalling state.
- prepareMarshal(GridCacheContext<K, V>) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridDistributedLockRequest
-
This method is called before the whole message is serialized
and is responsible for pre-marshalling state.
- prepareMarshal(GridCacheContext<K, V>) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridDistributedLockResponse
-
This method is called before the whole message is serialized
and is responsible for pre-marshalling state.
- prepareMarshal(GridCacheContext<K, V>) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridDistributedTxFinishRequest
-
This method is called before the whole message is serialized
and is responsible for pre-marshalling state.
- prepareMarshal(GridCacheContext<K, V>) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridDistributedTxPrepareRequest
-
This method is called before the whole message is serialized
and is responsible for pre-marshalling state.
- prepareMarshal(GridCacheContext<K, V>) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridDistributedTxPrepareResponse
-
This method is called before the whole message is serialized
and is responsible for pre-marshalling state.
- prepareMarshal(GridCacheContext<K, V>) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridDistributedUnlockRequest
-
This method is called before the whole message is serialized
and is responsible for pre-marshalling state.
- prepareMarshal(GridCacheContext<K, V>) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearGetRequest
-
- prepareMarshal(GridCacheContext<K, V>) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearGetResponse
-
This method is called before the whole message is serialized
and is responsible for pre-marshalling state.
- prepareMarshal(GridCacheContext<K, V>) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearLockRequest
-
This method is called before the whole message is serialized
and is responsible for pre-marshalling state.
- prepareMarshal(GridCacheContext<K, V>) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearTxFinishResponse
-
This method is called before the whole message is serialized
and is responsible for pre-marshalling state.
- prepareMarshal(GridCacheContext<K, V>) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearTxPrepareResponse
-
This method is called before the whole message is serialized
and is responsible for pre-marshalling state.
- prepareMarshal(GridCacheContext<K, V>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheDgcRequest
-
This method is called before the whole message is serialized
and is responsible for pre-marshalling state.
- prepareMarshal(GridCacheContext<K, V>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheDgcResponse
-
This method is called before the whole message is serialized
and is responsible for pre-marshalling state.
- prepareMarshal(GridCacheContext<K, V>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheEvictionRequest
-
This method is called before the whole message is serialized
and is responsible for pre-marshalling state.
- prepareMarshal(GridCacheContext<K, V>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheEvictionResponse
-
This method is called before the whole message is serialized
and is responsible for pre-marshalling state.
- prepareMarshal(GridCacheContext<K, V>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMessage
-
This method is called before the whole message is serialized
and is responsible for pre-marshalling state.
- prepareMarshal(GridCacheContext<K, V>) - Method in class org.gridgain.grid.kernal.processors.cache.query.GridCacheQueryRequest
-
This method is called before the whole message is serialized
and is responsible for pre-marshalling state.
- prepareMarshal(GridCacheContext<K, V>) - Method in class org.gridgain.grid.kernal.processors.cache.query.GridCacheQueryResponse
-
This method is called before the whole message is serialized
and is responsible for pre-marshalling state.
- prepareObject(Object, GridCacheContext<K, V>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMessage
-
- prepareObjects(Iterable<?>, GridCacheContext<K, V>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMessage
-
- prepareQueueSize() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxManager
-
- prepareTx(GridNode, GridNearTxPrepareRequest<K, V>) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtTransactionalCacheAdapter
-
- prepareTx(GridCacheTxEx<K, V>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxManager
-
Handles prepare stage of 2PC.
- prepareTxLocally(GridDhtColocatedTxLocal<K, V>, Collection<GridCacheTxEntry<K, V>>, Collection<GridCacheTxEntry<K, V>>, Map<UUID, Collection<UUID>>, boolean, Collection<UUID>) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.colocated.GridDhtColocatedCache
-
- prepend(K, V) - Method in interface org.gridgain.client.GridClientData
-
Prepend requested value to already cached one.
- prepend(K, V) - Method in class org.gridgain.client.impl.GridClientDataImpl
-
Prepend requested value to already cached one.
- prependAsync(K, V) - Method in interface org.gridgain.client.GridClientData
-
Prepend requested value to already cached one.
- prependAsync(K, V) - Method in class org.gridgain.client.impl.GridClientDataImpl
-
Prepend requested value to already cached one.
- preProcessCacheConfiguration(GridCacheConfiguration) - Method in interface org.gridgain.grid.kernal.processors.ggfs.GridGgfsHelper
-
Pre-process cache configuration.
- preProcessCacheConfiguration(GridCacheConfiguration) - Method in class org.gridgain.grid.kernal.processors.ggfs.GridNoopGgfsHelper
-
Pre-process cache configuration.
- prevFilter - Variable in class org.gridgain.grid.util.nio.GridNioFilterAdapter
-
Previous filter in filter chain.
- previous() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMvccCandidate
-
- previous(GridCacheMvccCandidate<K>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMvccCandidate
-
- previousAssignment(int) - Method in interface org.gridgain.grid.cache.affinity.GridCacheAffinityFunctionContext
-
Gets affinity assignment for given partition on previous topology version.
- previousAssignment(int) - Method in class org.gridgain.grid.kernal.processors.affinity.GridCacheAffinityFunctionContextImpl
-
Gets affinity assignment for given partition on previous topology version.
- previousFilter() - Method in interface org.gridgain.grid.util.nio.GridNioFilter
-
Gets previous filter in filter chain.
- previousFilter(GridNioFilter) - Method in interface org.gridgain.grid.util.nio.GridNioFilter
-
Sets previous filter in filter chain.
- previousFilter() - Method in class org.gridgain.grid.util.nio.GridNioFilterAdapter
-
Gets previous filter in filter chain.
- previousFilter(GridNioFilter) - Method in class org.gridgain.grid.util.nio.GridNioFilterAdapter
-
Sets previous filter in filter chain.
- previousNode() - Method in class org.gridgain.grid.spi.discovery.tcp.internal.GridTcpDiscoveryNodesRing
-
Finds previous node in the topology.
- previousNode(Collection<GridTcpDiscoveryNode>) - Method in class org.gridgain.grid.spi.discovery.tcp.internal.GridTcpDiscoveryNodesRing
-
Finds previous node in the topology filtering excluded nodes from search.
- previousOperation() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxEntry
-
- previousValue() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxEntry
-
- primary() - Method in interface org.gridgain.grid.cache.GridCacheEntry
-
Gets the flag indicating current node's primary ownership for this entry.
- primary(long) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtLocalPartition
-
- primary(K, long) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAffinityManager
-
- primary(int, long) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAffinityManager
-
- primary(GridNode, K, long) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAffinityManager
-
- primary(GridNode, int, long) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAffinityManager
-
- primary() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheEntryImpl
-
Gets the flag indicating current node's primary ownership for this entry.
- primary() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheEvictionEntry
-
Gets the flag indicating current node's primary ownership for this entry.
- primary() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheFilterEvaluationEntry
-
Gets the flag indicating current node's primary ownership for this entry.
- primary(Iterable<? extends GridNode>) - Static method in class org.gridgain.grid.kernal.processors.cache.GridCacheUtils
-
- primaryEntrySet() - Method in interface org.gridgain.grid.cache.GridCacheProjection
-
Gets set containing cache entries for which local node is the primary node.
- primaryEntrySet(GridPredicate<GridCacheEntry<K, V>>...) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearCacheAdapter
- primaryEntrySet() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
Gets set containing cache entries for which local node is the primary node.
- primaryEntrySet(GridPredicate<GridCacheEntry<K, V>>...) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
- primaryEntrySet() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProjectionImpl
-
Gets set containing cache entries for which local node is the primary node.
- primaryEntrySet() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProxyImpl
-
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<GridCacheEntry<K, V>>...) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearCacheAdapter
- primaryKeySet() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
Set of cached primary keys for which local node is the primary node.
- primaryKeySet(GridPredicate<GridCacheEntry<K, V>>...) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
- primaryKeySet() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProjectionImpl
-
Set of cached primary keys for which local node is the primary node.
- primaryKeySet() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProxyImpl
-
Set of cached primary keys for which local node is the primary node.
- primaryNode(GridCacheContext, Object) - Static method in class org.gridgain.grid.kernal.processors.cache.GridCacheUtils
-
Gets primary node on which given key is cached.
- primaryPartitions(GridNode) - Method in interface org.gridgain.grid.cache.affinity.GridCacheAffinity
-
Gets partition ids for which nodes of the given projection has primary
ownership.
- primaryPartitions(UUID, long) - Method in class org.gridgain.grid.kernal.processors.affinity.GridAffinityAssignmentCache
-
Get primary partitions for specified node ID.
- primaryPartitions(GridNode) - Method in class org.gridgain.grid.kernal.processors.cache.affinity.GridCacheAffinityImpl
-
Gets partition ids for which nodes of the given projection has primary
ownership.
- primaryPartitions(GridNode) - Method in class org.gridgain.grid.kernal.processors.cache.affinity.GridCacheAffinityProxy
-
Gets partition ids for which nodes of the given projection has primary
ownership.
- primaryPartitions(UUID, long) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAffinityManager
-
- primarySize() - Method in interface org.gridgain.grid.cache.GridCacheProjection
-
Gets size of all primary keys for this cache.
- primarySize() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtCacheAdapter
-
Gets size of all primary keys for this cache.
- primarySize() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearCacheAdapter
-
Gets size of all primary keys for this cache.
- primarySize() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
Gets size of all primary keys for this cache.
- primarySize() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProjectionImpl
-
Gets size of all primary keys for this cache.
- primarySize() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProxyImpl
-
Gets size of all primary keys for this cache.
- primaryValues() - Method in interface org.gridgain.grid.cache.GridCacheProjection
-
Collection of primary cached values.for which local node is the primary node.
- primaryValues(GridPredicate<GridCacheEntry<K, V>>...) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearCacheAdapter
- primaryValues() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
Collection of primary cached values.for which local node is the primary node.
- primaryValues(GridPredicate<GridCacheEntry<K, V>>...) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
- primaryValues() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProjectionImpl
-
Collection of primary cached values.for which local node is the primary node.
- primaryValues() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProxyImpl
-
Collection of primary cached values.for which local node is the primary node.
- print() - Method in class org.gridgain.grid.util.GridExecutionStatistics
-
Prints statistics.
- print(String) - Static method in class org.gridgain.grid.util.lang.GridFunc
-
Creates absolute closure that does System.out.print(msg).
- print() - Static method in class org.gridgain.grid.util.lang.GridFunc
-
Gets closure that prints out its bound variable
- print(String, String) - Static method in class org.gridgain.grid.util.lang.GridFunc
-
Gets closure that prints out its bound variable.
- print(char) - Method in class org.gridgain.grid.util.test.GridTestPrintStream
- print(double) - Method in class org.gridgain.grid.util.test.GridTestPrintStream
- print(float) - Method in class org.gridgain.grid.util.test.GridTestPrintStream
- print(int) - Method in class org.gridgain.grid.util.test.GridTestPrintStream
- print(long) - Method in class org.gridgain.grid.util.test.GridTestPrintStream
- print(boolean) - Method in class org.gridgain.grid.util.test.GridTestPrintStream
- print(char[]) - Method in class org.gridgain.grid.util.test.GridTestPrintStream
- print(Object) - Method in class org.gridgain.grid.util.test.GridTestPrintStream
- print(String) - Method in class org.gridgain.grid.util.test.GridTestPrintStream
- print(String, Object...) - Static method in class org.gridgain.grid.util.typedef.X
-
Alias for System.out.print.
- printConcurrentHashMapInfo(ConcurrentHashMap<K, V>) - Static method in class org.gridgain.grid.util.GridUtils
-
- printerr(String, Object...) - Static method in class org.gridgain.grid.util.typedef.X
-
Alias for System.err.print.
- printerrln() - Static method in class org.gridgain.grid.util.typedef.X
-
Alias for System.err.println().
- printerrln(String, Object...) - Static method in class org.gridgain.grid.util.typedef.X
-
Alias for System.err.println.
- printf(String) - Static method in class org.gridgain.grid.util.lang.GridFunc
-
Gets closure that prints out its bound variable.
- printf(String, Object...) - Method in class org.gridgain.grid.util.test.GridTestPrintStream
- printf(Locale, String, Object...) - Method in class org.gridgain.grid.util.test.GridTestPrintStream
- println() - Static method in class org.gridgain.grid.util.lang.GridFunc
-
Gets closure that calls System.out.println() on its bound variable.
- println(String) - Static method in class org.gridgain.grid.util.lang.GridFunc
-
Creates absolute closure that does System.out.println(msg).
- println(String, String) - Static method in class org.gridgain.grid.util.lang.GridFunc
-
Gets closure that prints out its bound variable.
- println() - Method in class org.gridgain.grid.util.test.GridTestPrintStream
- println(char) - Method in class org.gridgain.grid.util.test.GridTestPrintStream
- println(double) - Method in class org.gridgain.grid.util.test.GridTestPrintStream
- println(float) - Method in class org.gridgain.grid.util.test.GridTestPrintStream
- println(int) - Method in class org.gridgain.grid.util.test.GridTestPrintStream
- println(long) - Method in class org.gridgain.grid.util.test.GridTestPrintStream
- println(boolean) - Method in class org.gridgain.grid.util.test.GridTestPrintStream
- println(char[]) - Method in class org.gridgain.grid.util.test.GridTestPrintStream
- println(Object) - Method in class org.gridgain.grid.util.test.GridTestPrintStream
- println(String) - Method in class org.gridgain.grid.util.test.GridTestPrintStream
- println() - Static method in class org.gridgain.grid.util.typedef.X
-
Alias for System.out.println().
- println(String, Object...) - Static method in class org.gridgain.grid.util.typedef.X
-
Alias for System.out.println.
- printMemoryStats() - Method in interface org.gridgain.grid.kernal.GridComponent
-
Prints memory statistics (sizes of internal structures, etc.).
- printMemoryStats() - Method in interface org.gridgain.grid.kernal.GridKernalContext
-
Print grid kernal memory stats (sizes of internal structures, etc.).
- printMemoryStats() - Method in class org.gridgain.grid.kernal.GridKernalContextImpl
-
Print grid kernal memory stats (sizes of internal structures, etc.).
- printMemoryStats() - Method in class org.gridgain.grid.kernal.managers.checkpoint.GridCheckpointManager
-
Prints memory statistics (sizes of internal structures, etc.).
- printMemoryStats() - Method in class org.gridgain.grid.kernal.managers.communication.GridIoManager
-
Prints memory statistics (sizes of internal structures, etc.).
- printMemoryStats() - Method in class org.gridgain.grid.kernal.managers.eventstorage.GridEventStorageManager
-
Prints memory statistics (sizes of internal structures, etc.).
- printMemoryStats() - Method in class org.gridgain.grid.kernal.managers.GridManagerAdapter
-
Prints memory statistics (sizes of internal structures, etc.).
- printMemoryStats() - Method in class org.gridgain.grid.kernal.managers.GridNoopManagerAdapter
-
Prints memory statistics (sizes of internal structures, etc.).
- printMemoryStats() - Method in class org.gridgain.grid.kernal.processors.affinity.GridAffinityProcessor
-
Prints memory statistics (sizes of internal structures, etc.).
- printMemoryStats() - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheDataStructuresManager
-
Prints memory statistics (sizes of internal data structures, etc.).
- printMemoryStats() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtCacheAdapter
-
Prints memory stats.
- printMemoryStats(int) - Method in interface org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtPartitionTopology
-
Prints memory stats.
- printMemoryStats() - Method in class org.gridgain.grid.kernal.processors.cache.dr.os.GridOsCacheDrManager
-
Prints memory statistics (sizes of internal data structures, etc.).
- printMemoryStats() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
Prints memory stats.
- printMemoryStats() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheContext
-
Print memory statistics of all cache managers.
- printMemoryStats() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheDeploymentManager
-
Prints memory statistics (sizes of internal data structures, etc.).
- printMemoryStats() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheEventManager
-
Prints memory statistics (sizes of internal data structures, etc.).
- printMemoryStats() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheEvictionManager
-
Prints memory statistics (sizes of internal data structures, etc.).
- printMemoryStats() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheIoManager
-
Prints memory statistics (sizes of internal data structures, etc.).
- printMemoryStats() - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheManager
-
Prints memory statistics (sizes of internal data structures, etc.).
- printMemoryStats() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheManagerAdapter
-
Prints memory statistics (sizes of internal data structures, etc.).
- printMemoryStats() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMvccManager
-
Prints memory statistics (sizes of internal data structures, etc.).
- printMemoryStats() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProcessor
-
Prints memory statistics (sizes of internal structures, etc.).
- printMemoryStats() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTtlManager
-
Prints memory statistics (sizes of internal data structures, etc.).
- printMemoryStats() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxManager
-
Prints out memory stats to standard out.
- printMemoryStats() - Method in class org.gridgain.grid.kernal.processors.cache.query.GridCacheDistributedQueryManager
-
Prints memory statistics for debugging purposes.
- printMemoryStats() - Method in class org.gridgain.grid.kernal.processors.cache.query.GridCacheQueryFutureAdapter
-
- printMemoryStats() - Method in class org.gridgain.grid.kernal.processors.cache.query.GridCacheQueryManager
-
Prints memory statistics for debugging purposes.
- printMemoryStats() - Method in class org.gridgain.grid.kernal.processors.dataload.GridDataLoaderProcessor
-
Prints memory statistics (sizes of internal structures, etc.).
- printMemoryStats() - Method in class org.gridgain.grid.kernal.processors.ggfs.GridNoopGgfsProcessor
-
Prints memory statistics (sizes of internal structures, etc.).
- printMemoryStats() - Method in class org.gridgain.grid.kernal.processors.GridProcessorAdapter
-
Prints memory statistics (sizes of internal structures, etc.).
- printMemoryStats() - Method in class org.gridgain.grid.kernal.processors.job.GridJobProcessor
-
Prints memory statistics (sizes of internal structures, etc.).
- printMemoryStats() - Method in class org.gridgain.grid.kernal.processors.jobmetrics.GridJobMetricsProcessor
-
Prints memory statistics (sizes of internal structures, etc.).
- printMemoryStats() - Method in class org.gridgain.grid.kernal.processors.port.GridPortProcessor
-
Prints memory statistics (sizes of internal structures, etc.).
- printMemoryStats() - Method in class org.gridgain.grid.kernal.processors.resource.GridResourceProcessor
-
Prints memory statistics (sizes of internal structures, etc.).
- printMemoryStats() - Method in class org.gridgain.grid.kernal.processors.rest.GridRestProcessor
-
Prints memory statistics (sizes of internal structures, etc.).
- printMemoryStats() - Method in class org.gridgain.grid.kernal.processors.session.GridTaskSessionProcessor
-
Prints memory statistics (sizes of internal structures, etc.).
- printMemoryStats() - Method in class org.gridgain.grid.kernal.processors.task.GridTaskProcessor
-
Prints memory statistics (sizes of internal structures, etc.).
- printMemoryStats() - Method in class org.gridgain.grid.kernal.processors.timeout.GridTimeoutProcessor
-
Prints memory statistics (sizes of internal structures, etc.).
- printMemoryStats() - Static method in class org.gridgain.grid.util.GridClassLoaderCache
-
- printStackTrace(PrintStream) - Method in exception org.gridgain.grid.spi.GridSpiMultiException
- printStats() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheEvictionManager
-
Prints out eviction stats.
- proceedExceptionCaught(GridNioSession, GridException) - Method in interface org.gridgain.grid.util.nio.GridNioFilter
-
Forwards GridNioException event to the next logical filter in filter chain.
- proceedExceptionCaught(GridNioSession, GridException) - Method in class org.gridgain.grid.util.nio.GridNioFilterAdapter
-
Forwards GridNioException event to the next logical filter in filter chain.
- proceedMessageReceived(GridNioSession, Object) - Method in interface org.gridgain.grid.util.nio.GridNioFilter
-
Forwards received message to the next logical filter in filter chain.
- proceedMessageReceived(GridNioSession, Object) - Method in class org.gridgain.grid.util.nio.GridNioFilterAdapter
-
Forwards received message to the next logical filter in filter chain.
- proceedPauseReads(GridNioSession) - Method in interface org.gridgain.grid.util.nio.GridNioFilter
-
Pauses reads for session.
- proceedPauseReads(GridNioSession) - Method in class org.gridgain.grid.util.nio.GridNioFilterAdapter
-
Pauses reads for session.
- proceedResumeReads(GridNioSession) - Method in interface org.gridgain.grid.util.nio.GridNioFilter
-
Resumes reads for session.
- proceedResumeReads(GridNioSession) - Method in class org.gridgain.grid.util.nio.GridNioFilterAdapter
-
Resumes reads for session.
- proceedSessionClose(GridNioSession) - Method in interface org.gridgain.grid.util.nio.GridNioFilter
-
Forwards session close request to the next logical filter in filter chain.
- proceedSessionClose(GridNioSession) - Method in class org.gridgain.grid.util.nio.GridNioFilterAdapter
-
Forwards session close request to the next logical filter in filter chain.
- proceedSessionClosed(GridNioSession) - Method in interface org.gridgain.grid.util.nio.GridNioFilter
-
Forwards session closed event to the next logical filter in filter chain.
- proceedSessionClosed(GridNioSession) - Method in class org.gridgain.grid.util.nio.GridNioFilterAdapter
-
Forwards session closed event to the next logical filter in filter chain.
- proceedSessionIdleTimeout(GridNioSession) - Method in interface org.gridgain.grid.util.nio.GridNioFilter
-
Forwards session idle notification to the next logical filter in filter chain.
- proceedSessionIdleTimeout(GridNioSession) - Method in class org.gridgain.grid.util.nio.GridNioFilterAdapter
-
Forwards session idle notification to the next logical filter in filter chain.
- proceedSessionOpened(GridNioSession) - Method in interface org.gridgain.grid.util.nio.GridNioFilter
-
Forwards session opened event to the next logical filter in filter chain.
- proceedSessionOpened(GridNioSession) - Method in class org.gridgain.grid.util.nio.GridNioFilterAdapter
-
Forwards session opened event to the next logical filter in filter chain.
- proceedSessionWrite(GridNioSession, Object) - Method in interface org.gridgain.grid.util.nio.GridNioFilter
-
Forwards write request to the next logical filter in filter chain.
- proceedSessionWrite(GridNioSession, Object) - Method in class org.gridgain.grid.util.nio.GridNioFilterAdapter
-
Forwards write request to the next logical filter in filter chain.
- proceedSessionWriteTimeout(GridNioSession) - Method in interface org.gridgain.grid.util.nio.GridNioFilter
-
Forwards session write timeout notification to the next logical filter in filter chain.
- proceedSessionWriteTimeout(GridNioSession) - Method in class org.gridgain.grid.util.nio.GridNioFilterAdapter
-
Forwards session write timeout notification to the next logical filter in filter chain.
- processCheckCommittedTxRequest(UUID, GridCachePessimisticCheckCommittedTxRequest<K, V>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
- processCheckCommittedTxResponse(UUID, GridCachePessimisticCheckCommittedTxResponse<K, V>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
- processCheckPreparedTxRequest(UUID, GridCacheOptimisticCheckPreparedTxRequest<K, V>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
- processCheckPreparedTxResponse(UUID, GridCacheOptimisticCheckPreparedTxResponse<K, V>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
- processDhtAtomicUpdateRequest(UUID, GridDhtAtomicUpdateRequest<K, V>, GridDhtAtomicUpdateResponse<K, V>) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearAtomicCache
-
- processDhtLockRequest(UUID, GridDhtLockRequest<K, V>) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtTransactionalCacheAdapter
-
- processDhtLockRequest0(UUID, GridDhtLockRequest<K, V>) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtTransactionalCacheAdapter
-
- processDhtTxFinishRequest(UUID, GridDhtTxFinishRequest<K, V>) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtTransactionalCacheAdapter
-
- processDhtTxFinishRequest0(UUID, GridDhtTxFinishRequest<K, V>) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtTransactionalCacheAdapter
-
- processDhtTxPrepareRequest(UUID, GridDhtTxPrepareRequest<K, V>) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtTransactionalCacheAdapter
-
- processDhtUnlockRequest(UUID, GridDhtUnlockRequest<K, V>) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtTransactionalCacheAdapter
- processedMessages() - Method in class org.gridgain.grid.spi.discovery.tcp.internal.GridTcpDiscoveryStatistics
-
Gets processed messages counts (grouped by type).
- processGetResponse(UUID, GridNearGetResponse<K, V>) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearCacheAdapter
-
- processingMessage(boolean) - Method in class org.gridgain.grid.thread.GridThread
-
- processingMessage() - Method in class org.gridgain.grid.thread.GridThread
-
- processJobExecuteRequest(GridNode, GridJobExecuteRequest) - Method in class org.gridgain.grid.kernal.processors.job.GridJobProcessor
-
- processJobExecuteResponse(UUID, GridJobExecuteResponse) - Method in class org.gridgain.grid.kernal.processors.task.GridTaskProcessor
-
- processNearAtomicUpdateResponse(GridNearAtomicUpdateRequest<K, V>, GridNearAtomicUpdateResponse<K, V>) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearAtomicCache
-
- processNearGetRequest(UUID, GridNearGetRequest<K, V>) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtCacheAdapter
-
- processPendingMessages() - Method in class org.gridgain.grid.spi.discovery.tcp.messages.GridTcpDiscoveryNodeAddedMessage
-
- processPendingMessages(boolean) - Method in class org.gridgain.grid.spi.discovery.tcp.messages.GridTcpDiscoveryNodeAddedMessage
-
- product() - Method in interface org.gridgain.grid.Grid
-
Gets information about product as well as license management capabilities.
- product() - Method in class org.gridgain.grid.kernal.GridKernal
-
Gets information about product as well as license management capabilities.
- product() - Method in interface org.gridgain.grid.kernal.GridKernalContext
-
Gets grid product.
- product(GridProduct) - Method in class org.gridgain.grid.kernal.GridKernalContextImpl
-
- product() - Method in class org.gridgain.grid.kernal.GridKernalContextImpl
-
Gets grid product.
- productVersion(GridNode) - Static method in class org.gridgain.grid.util.GridUtils
-
Gets node product version based on node attributes.
- programName() - Method in class org.gridgain.grid.kernal.visor.cmd.dto.node.VisorBasicConfig
-
- programName(String) - Method in class org.gridgain.grid.kernal.visor.cmd.dto.node.VisorBasicConfig
-
- proj() - Method in class org.gridgain.grid.kernal.visor.cmd.tasks.VisorQueryTask.VisorQueryArg
-
- projection(GridClientNode) - Method in interface org.gridgain.client.GridClientCompute
-
Creates a projection that will communicate only with specified remote node.
- projection(GridClientPredicate<? super GridClientNode>) - Method in interface org.gridgain.client.GridClientCompute
-
Creates a projection that will communicate only with nodes that are accepted by the passed filter.
- projection(Collection<GridClientNode>) - Method in interface org.gridgain.client.GridClientCompute
-
Creates a projection that will communicate only with specified remote nodes.
- projection(GridClientPredicate<? super GridClientNode>, GridClientLoadBalancer) - Method in interface org.gridgain.client.GridClientCompute
-
Creates a projection that will communicate only with nodes that are accepted by the passed filter.
- projection(Collection<GridClientNode>, GridClientLoadBalancer) - Method in interface org.gridgain.client.GridClientCompute
-
Creates a projection that will communicate only with specified remote nodes.
- projection() - Method in interface org.gridgain.grid.cache.GridCacheEntry
-
Cache projection to which this entry belongs.
- projection(Class<? super K1>, Class<? super V1>) - Method in interface org.gridgain.grid.cache.GridCacheProjection
-
Gets cache projection only for given key and value type.
- projection(GridBiPredicate<K, V>) - Method in interface org.gridgain.grid.cache.GridCacheProjection
-
Gets cache projection based on given key-value predicate.
- projection(GridPredicate<GridCacheEntry<K, V>>) - Method in interface org.gridgain.grid.cache.GridCacheProjection
-
Gets cache projection based on given entry filter.
- projection(GridProjection) - Method in interface org.gridgain.grid.cache.query.GridCacheQuery
-
Sets optional grid projection to execute this query on.
- projection() - Method in interface org.gridgain.grid.compute.GridCompute
-
Gets grid projection to which this GridCompute instance belongs.
- projection() - Method in interface org.gridgain.grid.events.GridEvents
-
Gets grid projection to which this GridMessaging instance belongs.
- projection() - Method in class org.gridgain.grid.kernal.GridComputeImpl
-
Gets grid projection to which this GridCompute instance belongs.
- projection() - Method in class org.gridgain.grid.kernal.GridEventsImpl
-
Gets grid projection to which this GridMessaging instance belongs.
- projection() - Method in class org.gridgain.grid.kernal.GridMessagingImpl
-
Gets grid projection to which this GridMessaging instance belongs.
- projection(Class<? super K1>, Class<? super V1>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
Gets cache projection only for given key and value type.
- projection(GridBiPredicate<K, V>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
Gets cache projection based on given key-value predicate.
- projection(GridPredicate<GridCacheEntry<K, V>>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
Gets cache projection based on given entry filter.
- projection() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheEntryImpl
-
Cache projection to which this entry belongs.
- projection() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheEvictionEntry
-
Cache projection to which this entry belongs.
- projection() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheFilterEvaluationEntry
-
Cache projection to which this entry belongs.
- projection(Class<? super K1>, Class<? super V1>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProjectionImpl
-
Gets cache projection only for given key and value type.
- projection(GridBiPredicate<K, V>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProjectionImpl
-
Gets cache projection based on given key-value predicate.
- projection(GridPredicate<GridCacheEntry<K, V>>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProjectionImpl
-
Gets cache projection based on given entry filter.
- projection(Class<? super K1>, Class<? super V1>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProxyImpl
-
Gets cache projection only for given key and value type.
- projection(GridBiPredicate<K, V>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProxyImpl
-
Gets cache projection based on given key-value predicate.
- projection(GridPredicate<GridCacheEntry<K, V>>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProxyImpl
-
Gets cache projection based on given entry filter.
- projection(GridProjection) - Method in class org.gridgain.grid.kernal.processors.cache.query.GridCacheQueryAdapter
-
Sets optional grid projection to execute this query on.
- projection() - Method in class org.gridgain.grid.kernal.processors.cache.query.GridCacheQueryAdapter
-
- projection() - Method in class org.gridgain.grid.kernal.processors.streamer.GridStreamerContextDelegate
-
Gets instance of dynamic grid projection including all nodes on which this streamer is running.
- projection() - Method in class org.gridgain.grid.kernal.processors.streamer.GridStreamerContextImpl
-
Gets instance of dynamic grid projection including all nodes on which this streamer is running.
- projection() - Method in interface org.gridgain.grid.messaging.GridMessaging
-
Gets grid projection to which this GridMessaging instance belongs.
- projection() - Method in interface org.gridgain.grid.streamer.GridStreamerContext
-
Gets instance of dynamic grid projection including all nodes on which this streamer is running.
- projectionFilter() - Method in class org.gridgain.grid.kernal.processors.cache.query.GridCacheQueryAdapter
-
- projectionFilter() - Method in class org.gridgain.grid.kernal.processors.cache.query.GridCacheQueryRequest
- projectionPerCall() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheContext
-
Gets thread local projection.
- projections(GridPredicate<GridCacheEntry<K, V>>[]) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheConcurrentMap
-
Entry wrapper set casted to projections.
- projectSafe(Runnable) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheContext
-
Creates Runnable that can be executed safely in a different thread inheriting
the same thread local projection as for the current thread.
- projectSafe(Callable<T>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheContext
-
Creates callable that can be executed safely in a different thread inheriting
the same thread local projection as for the current thread.
- promote(K) - Method in interface org.gridgain.grid.cache.GridCacheProjection
-
This method promotes cache entry from offheap by given key, if any, from offheap or swap storage
into memory.
- promote(K) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearCacheAdapter
-
This method promotes cache entry from offheap by given key, if any, from offheap or swap storage
into memory.
- promote(K) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
This method promotes cache entry from offheap by given key, if any, from offheap or swap storage
into memory.
- promote(K) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProjectionImpl
-
This method promotes cache entry from offheap by given key, if any, from offheap or swap storage
into memory.
- promote(K) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProxyImpl
-
This method promotes cache entry from offheap by given key, if any, from offheap or swap storage
into memory.
- promoteAll(Collection<? extends K>) - Method in interface org.gridgain.grid.cache.GridCacheProjection
-
This method unswaps cache entries by given keys, if any, from swap storage
into memory.
- promoteAll(Collection<? extends K>) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearCacheAdapter
-
This method unswaps cache entries by given keys, if any, from swap storage
into memory.
- promoteAll(Collection<? extends K>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
This method unswaps cache entries by given keys, if any, from swap storage
into memory.
- promoteAll(Collection<? extends K>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProjectionImpl
-
This method unswaps cache entries by given keys, if any, from swap storage
into memory.
- promoteAll(Collection<? extends K>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProxyImpl
-
This method unswaps cache entries by given keys, if any, from swap storage
into memory.
- PROP_GROUP_NAME - Static variable in interface org.gridgain.grid.ggfs.GridGgfs
-
Property: group name.
- PROP_PERMISSION - Static variable in interface org.gridgain.grid.ggfs.GridGgfs
-
Property: permission.
- PROP_USER_NAME - Static variable in interface org.gridgain.grid.ggfs.GridGgfs
-
Property: user name.
- properties() - Method in interface org.gridgain.grid.ggfs.GridGgfsFile
-
Get properties of the file.
- property(String) - Method in interface org.gridgain.grid.ggfs.GridGgfsFile
-
Get file's property for specified name.
- property(String, String) - Method in interface org.gridgain.grid.ggfs.GridGgfsFile
-
Get file's property for specified name.
- property(Object, String) - Static method in class org.gridgain.grid.util.GridUtils
-
Gets property value.
- PROTOBUF_CLIENT_PROTO_ID - Static variable in class org.gridgain.grid.util.GridUtils
-
Protobuf client marshaller ID.
- protocol() - Method in class org.gridgain.grid.kernal.processors.port.GridPortRecord
-
- protocolId(byte) - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientHandshakeRequest
-
- protocolId() - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientHandshakeRequest
-
- protocolId() - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientHandshakeRequestWrapper
-
- protocolVersion() - Method in class org.gridgain.grid.kernal.processors.dr.messages.external.GridDrExternalHandshakeRequest
-
- proxy - Variable in class org.gridgain.grid.kernal.processors.cache.GridCacheEntryImpl
-
Parent projection.
- PSequence<E> - Interface in org.pcollections
-
An immutable, persistent indexed collection.
- PSet<E> - Interface in org.pcollections
-
An immutable, persistent set, containing no duplicate elements.
- PStack<E> - Interface in org.pcollections
-
An immutable, persistent stack.
- publicCache() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProcessor
-
- publicCache(String) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProcessor
-
- publicCaches() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProcessor
-
- publicSize() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtLocalPartition
-
- publicSize() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridNoStorageCacheMap
- publicSize() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheConcurrentMap
-
- purge() - Method in class org.gridgain.grid.util.test.GridTestPrintStream
-
Purges print stream for this thread group to parent print stream.
- purge(OutputStream) - Method in class org.gridgain.grid.util.test.GridTestPrintStream
-
Purges print stream for this thread group to the stream passed in.
- put(Object, Object) - Method in class com.romix.scala.collection.concurrent.TrieMap
-
- put(K, V) - Method in interface org.gridgain.client.GridClientData
-
Puts value to cache on remote grid.
- put(K, V) - Method in class org.gridgain.client.impl.GridClientDataImpl
-
Puts value to cache on remote grid.
- put(T) - Method in interface org.gridgain.grid.cache.datastructures.GridCacheQueue
- put(K, V, GridPredicate<GridCacheEntry<K, V>>...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
-
Stores given key-value pair in cache.
- put(GridCacheTx, K, V) - Method in class org.gridgain.grid.cache.store.GridCacheLoadOnlyStoreAdapter
-
Stores a given value in persistent storage.
- put(GridCacheTx, K, V) - Method in interface org.gridgain.grid.cache.store.GridCacheStore
-
Stores a given value in persistent storage.
- put(GridCacheTx, K, V) - Method in class org.gridgain.grid.cache.store.jdbc.GridCacheJdbcBlobStore
-
Stores a given value in persistent storage.
- put(T) - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheQueueAdapter
- put(T) - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheQueueProxy
- put(K, V, GridCacheEntryEx<K, V>, long, GridPredicate<GridCacheEntry<K, V>>[]) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache
-
- put(K, V, GridCacheEntryEx<K, V>, long, GridPredicate<GridCacheEntry<K, V>>[]) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearAtomicCache
-
- put(K, V, GridPredicate<GridCacheEntry<K, V>>...) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
Stores given key-value pair in cache.
- put(K, V, GridCacheEntryEx<K, V>, long, GridPredicate<GridCacheEntry<K, V>>[]) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
- put(K, V) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMapAdapter
- put(K, V, GridCacheEntryEx<K, V>, long, GridPredicate<GridCacheEntry<K, V>>...) - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheProjectionEx
-
- put(K, V, GridPredicate<GridCacheEntry<K, V>>[]) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProjectionImpl
-
Stores given key-value pair in cache.
- put(K, V, GridCacheEntryEx<K, V>, long, GridPredicate<GridCacheEntry<K, V>>...) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProjectionImpl
-
- put(K, V, GridPredicate<GridCacheEntry<K, V>>[]) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProxyImpl
-
Stores given key-value pair in cache.
- put(K, V, GridCacheEntryEx<K, V>, long, GridPredicate<GridCacheEntry<K, V>>...) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProxyImpl
-
- put(K, V, GridCacheEntryEx<K, V>, long, GridPredicate<GridCacheEntry<K, V>>[]) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxLocalAdapter
- put(K, V, GridCacheEntryEx<K, V>, long, GridPredicate<GridCacheEntry<K, V>>[]) - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheTxLocalEx
-
- put(GridCacheTx, K, V) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheWriteBehindStore
-
Stores a given value in persistent storage.
- put(K, V, GridCacheEntryEx<K, V>, long, GridPredicate<GridCacheEntry<K, V>>[]) - Method in class org.gridgain.grid.kernal.processors.cache.local.atomic.GridLocalAtomicCache
-
- put(String, int, Object, byte[], byte[]) - Method in class org.gridgain.grid.kernal.processors.offheap.GridOffHeapProcessor
-
Puts the given value to offheap space for the given key.
- put(V1, V2) - Method in class org.gridgain.grid.lang.GridBiTuple
- put(String, K, V, long) - Method in interface org.gridgain.grid.spi.GridSpiContext
-
Puts object in cache.
- put(K, V) - Method in class org.gridgain.grid.util.GridBoundedConcurrentOrderedMap
- put(K, V) - Method in class org.gridgain.grid.util.GridLeanMap
- put(K, V) - Method in class org.gridgain.grid.util.GridSynchronizedMap
- put(int, byte[], byte[]) - Method in interface org.gridgain.grid.util.offheap.GridOffHeapMap
-
Puts key and value bytes into the map potentially replacing
existing entry.
- put(int, int, byte[], byte[]) - Method in interface org.gridgain.grid.util.offheap.GridOffHeapPartitionedMap
-
Puts key and value bytes into the map potentially replacing
existing entry.
- put(K, V) - Method in class org.gridgain.grid.util.offheap.unsafe.GridOffHeapSnapTreeMap
- put(int, byte[], byte[]) - Method in class org.gridgain.grid.util.offheap.unsafe.GridUnsafeMap
-
Puts key and value bytes into the map potentially replacing
existing entry.
- put(int, int, byte[], byte[]) - Method in class org.gridgain.grid.util.offheap.unsafe.GridUnsafePartitionedMap
-
Puts key and value bytes into the map potentially replacing
existing entry.
- put(K, V) - Method in class org.gridgain.grid.util.snaptree.SnapTreeMap
-
- put(K, V) - Method in interface org.pcollections.PMap
-
Deprecated.
- PUT_METRICS_QRY - Static variable in class org.gridgain.grid.spi.discovery.tcp.metricsstore.jdbc.GridTcpDiscoveryJdbcMetricsStore
-
Query to put metrics.
- putAll(Map<K, V>) - Method in interface org.gridgain.client.GridClientData
-
Puts entries to cache on remote grid.
- putAll(Map<K, V>) - Method in class org.gridgain.client.impl.GridClientDataImpl
-
Puts entries to cache on remote grid.
- putAll(Map<? extends K, ? extends V>, GridPredicate<GridCacheEntry<K, V>>...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
-
Stores given key-value pairs in cache.
- putAll(GridCacheTx, Map<? extends K, ? extends V>) - Method in class org.gridgain.grid.cache.store.GridCacheLoadOnlyStoreAdapter
-
Stores given key value pairs in persistent storage.
- putAll(GridCacheTx, Map<? extends K, ? extends V>) - Method in interface org.gridgain.grid.cache.store.GridCacheStore
-
Stores given key value pairs in persistent storage.
- putAll(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 K, ? extends V>, GridPredicate<GridCacheEntry<K, V>>[]) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache
-
Stores given key-value pairs in cache.
- putAll(Map<? extends K, ? extends V>, long) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridNoStorageCacheMap
-
Copies all of the mappings from the specified map to this map
These mappings will replace any mappings that
this map had for any of the keys currently in the specified map.
- putAll(Map<? extends K, ? extends V>, GridPredicate<GridCacheEntry<K, V>>[]) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearAtomicCache
-
Stores given key-value pairs in cache.
- putAll(Map<? extends K, ? extends V>, GridPredicate<GridCacheEntry<K, V>>[]) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
Stores given key-value pairs in cache.
- putAll(Map<? extends K, ? extends V>, long) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheConcurrentMap
-
Copies all of the mappings from the specified map to this map
These mappings will replace any mappings that
this map had for any of the keys currently in the specified map.
- putAll(Map<? extends K, ? extends V>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMapAdapter
- putAll(Map<? extends K, ? extends V>, GridPredicate<GridCacheEntry<K, V>>[]) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProjectionImpl
-
Stores given key-value pairs in cache.
- putAll(Map<? extends K, ? extends V>, GridPredicate<GridCacheEntry<K, V>>[]) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProxyImpl
-
Stores given key-value pairs in cache.
- putAll(Map<? extends K, ? extends V>, GridPredicate<GridCacheEntry<K, V>>[]) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxLocalAdapter
- putAll(Map<? extends K, ? extends V>, GridPredicate<GridCacheEntry<K, V>>[]) - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheTxLocalEx
-
- putAll(GridCacheTx, Map<? extends K, ? extends V>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheWriteBehindStore
-
Stores given key value pairs in persistent storage.
- putAll(Map<? extends K, ? extends V>, GridPredicate<GridCacheEntry<K, V>>[]) - Method in class org.gridgain.grid.kernal.processors.cache.local.atomic.GridLocalAtomicCache
-
Stores given key-value pairs in cache.
- putAll(Map<? extends V1, ? extends V2>) - Method in class org.gridgain.grid.lang.GridBiTuple
- putAll(Map<? extends K, ? extends V>) - Method in class org.gridgain.grid.util.GridSynchronizedMap
- putAll(Map<? extends K, ? extends V>) - Method in interface org.pcollections.PMap
-
Deprecated.
- putAllAsync(Map<K, V>) - Method in interface org.gridgain.client.GridClientData
-
Asynchronously puts entries to cache on remote grid.
- putAllAsync(Map<K, V>) - Method in class org.gridgain.client.impl.GridClientDataImpl
-
Asynchronously puts entries to cache on remote grid.
- putAllAsync(Map<? extends K, ? extends V>, GridPredicate<GridCacheEntry<K, V>>...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
-
Asynchronously stores given key-value pairs in cache.
- putAllAsync(Map<? extends K, ? extends V>, GridPredicate<GridCacheEntry<K, V>>[]) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache
-
Asynchronously stores given key-value pairs in cache.
- putAllAsync(Map<? extends K, ? extends V>, GridPredicate<GridCacheEntry<K, V>>[]) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearAtomicCache
-
Asynchronously stores given key-value pairs in cache.
- putAllAsync(Map<? extends K, ? extends V>, GridPredicate<GridCacheEntry<K, V>>...) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
Asynchronously stores given key-value pairs in cache.
- putAllAsync(Map<? extends K, ? extends V>, GridPredicate<GridCacheEntry<K, V>>[]) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProjectionImpl
-
Asynchronously stores given key-value pairs in cache.
- putAllAsync(Map<? extends K, ? extends V>, GridPredicate<GridCacheEntry<K, V>>[]) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProxyImpl
-
Asynchronously stores given key-value pairs in cache.
- putAllAsync(Map<? extends K, ? extends V>, boolean, GridCacheEntryEx<K, V>, long, GridPredicate<GridCacheEntry<K, V>>[]) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxLocalAdapter
- putAllAsync(Map<? extends K, ? extends V>, boolean, GridCacheEntryEx<K, V>, long, GridPredicate<GridCacheEntry<K, V>>[]) - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheTxLocalEx
-
- putAllAsync(Map<? extends K, ? extends V>, GridPredicate<GridCacheEntry<K, V>>[]) - Method in class org.gridgain.grid.kernal.processors.cache.local.atomic.GridLocalAtomicCache
-
Asynchronously stores given key-value pairs in cache.
- putAllDr(Map<? extends K, GridCacheDrInfo<V>>) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache
-
Store DR data.
- putAllDr(Map<? extends K, GridCacheDrInfo<V>>) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearAtomicCache
-
Store DR data.
- putAllDr(Map<? extends K, GridCacheDrInfo<V>>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
Store DR data.
- putAllDr(Map<? extends K, GridCacheDrInfo<V>>) - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheProjectionEx
-
Store DR data.
- putAllDr(Map<? extends K, GridCacheDrInfo<V>>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProjectionImpl
-
Store DR data.
- putAllDr(Map<? extends K, GridCacheDrInfo<V>>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProxyImpl
-
Store DR data.
- putAllDr(Map<? extends K, GridCacheDrInfo<V>>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxLocalAdapter
- putAllDr(Map<? extends K, GridCacheDrInfo<V>>) - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheTxLocalEx
-
- putAllDrAsync(Map<? extends K, GridCacheDrInfo<V>>) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache
-
Store DR data asynchronously.
- putAllDrAsync(Map<? extends K, GridCacheDrInfo<V>>) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearAtomicCache
-
Store DR data asynchronously.
- putAllDrAsync(Map<? extends K, GridCacheDrInfo<V>>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
Store DR data asynchronously.
- putAllDrAsync(Map<? extends K, GridCacheDrInfo<V>>) - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheProjectionEx
-
Store DR data asynchronously.
- putAllDrAsync(Map<? extends K, GridCacheDrInfo<V>>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProjectionImpl
-
Store DR data asynchronously.
- putAllDrAsync(Map<? extends K, GridCacheDrInfo<V>>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProxyImpl
-
Store DR data asynchronously.
- putAllDrAsync(Map<? extends K, GridCacheDrInfo<V>>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxLocalAdapter
- putAllDrAsync(Map<? extends K, GridCacheDrInfo<V>>) - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheTxLocalEx
-
- putAllToStore(GridCacheTx, Map<K, GridBiTuple<V, GridCacheVersion>>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheStoreManager
-
Puts key-value pair into storage.
- putAsync(K, V) - Method in interface org.gridgain.client.GridClientData
-
Asynchronously puts value to cache on remote node.
- putAsync(K, V) - Method in class org.gridgain.client.impl.GridClientDataImpl
-
Asynchronously puts value to cache on remote node.
- putAsync(K, V, GridPredicate<GridCacheEntry<K, V>>...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
-
Asynchronously stores given key-value pair in cache.
- putAsync(K, V, GridCacheEntryEx<K, V>, long, GridPredicate<GridCacheEntry<K, V>>...) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache
-
- putAsync(K, V, GridCacheEntryEx<K, V>, long, GridPredicate<GridCacheEntry<K, V>>...) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearAtomicCache
-
- putAsync(K, V, GridPredicate<GridCacheEntry<K, V>>[]) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
Asynchronously stores given key-value pair in cache.
- putAsync(K, V, GridCacheEntryEx<K, V>, long, GridPredicate<GridCacheEntry<K, V>>...) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
- putAsync(K, V, GridCacheEntryEx<K, V>, long, GridPredicate<GridCacheEntry<K, V>>...) - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheProjectionEx
-
- putAsync(K, V, GridPredicate<GridCacheEntry<K, V>>[]) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProjectionImpl
-
Asynchronously stores given key-value pair in cache.
- putAsync(K, V, GridCacheEntryEx<K, V>, long, GridPredicate<GridCacheEntry<K, V>>[]) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProjectionImpl
-
- putAsync(K, V, GridPredicate<GridCacheEntry<K, V>>[]) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProxyImpl
-
Asynchronously stores given key-value pair in cache.
- putAsync(K, V, GridCacheEntryEx<K, V>, long, GridPredicate<GridCacheEntry<K, V>>...) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProxyImpl
-
- putAsync(K, V, GridPredicate<GridCacheEntry<K, V>>[]) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxLocalAdapter
- putAsync(K, V, GridCacheEntryEx<K, V>, long, GridPredicate<GridCacheEntry<K, V>>[]) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxLocalAdapter
- putAsync(K, V, GridPredicate<GridCacheEntry<K, V>>[]) - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheTxLocalEx
-
- putAsync(K, V, GridCacheEntryEx<K, V>, long, GridPredicate<GridCacheEntry<K, V>>[]) - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheTxLocalEx
-
- putAsync(K, V, GridCacheEntryEx<K, V>, long, GridPredicate<GridCacheEntry<K, V>>...) - Method in class org.gridgain.grid.kernal.processors.cache.local.atomic.GridLocalAtomicCache
-
- putBitSet(BitSet) - Method in class org.gridgain.grid.util.direct.GridTcpCommunicationMessageState
-
- putBoolean(boolean) - Method in class org.gridgain.grid.util.direct.GridTcpCommunicationMessageState
-
- putBooleanArray(boolean[]) - Method in class org.gridgain.grid.util.direct.GridTcpCommunicationMessageState
-
- putByte(byte) - Method in class org.gridgain.grid.util.direct.GridTcpCommunicationMessageState
-
- putByteArray(byte[]) - Method in class org.gridgain.grid.util.direct.GridTcpCommunicationMessageState
-
- putByteArrayClient(byte[]) - Method in class org.gridgain.grid.util.direct.GridTcpCommunicationMessageState
-
- putByteArrayList(GridByteArrayList) - Method in class org.gridgain.grid.util.direct.GridTcpCommunicationMessageState
-
- putCacheVersion(GridCacheVersion) - Method in class org.gridgain.grid.util.direct.GridTcpCommunicationMessageState
-
- putChar(char) - Method in class org.gridgain.grid.util.direct.GridTcpCommunicationMessageState
-
- putCharArray(char[]) - Method in class org.gridgain.grid.util.direct.GridTcpCommunicationMessageState
-
- putClockDeltaVersion(GridClockDeltaVersion) - Method in class org.gridgain.grid.util.direct.GridTcpCommunicationMessageState
-
- putDhtPartitionExchangeId(GridDhtPartitionExchangeId) - Method in class org.gridgain.grid.util.direct.GridTcpCommunicationMessageState
-
- putDouble(double) - Method in class org.gridgain.grid.util.direct.GridTcpCommunicationMessageState
-
- putDoubleArray(double[]) - Method in class org.gridgain.grid.util.direct.GridTcpCommunicationMessageState
-
- putDrInternalRequestEntry(GridDrInternalRequestEntry) - Method in class org.gridgain.grid.util.direct.GridTcpCommunicationMessageState
-
- putEntry(long, K, V, long) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridNoStorageCacheMap
- putEntry(long, K, V, long) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheConcurrentMap
-
- putEntryIfObsoleteOrAbsent(long, K, V, long, boolean) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridNoStorageCacheMap
- putEntryIfObsoleteOrAbsent(long, K, V, long, boolean) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheConcurrentMap
-
- putEnum(Enum<?>) - Method in class org.gridgain.grid.util.direct.GridTcpCommunicationMessageState
-
- putFloat(float) - Method in class org.gridgain.grid.util.direct.GridTcpCommunicationMessageState
-
- putFloatArray(float[]) - Method in class org.gridgain.grid.util.direct.GridTcpCommunicationMessageState
-
- putGridUuid(GridUuid) - Method in class org.gridgain.grid.util.direct.GridTcpCommunicationMessageState
-
- putIfAbsent(Object, Object) - Method in class com.romix.scala.collection.concurrent.TrieMap
-
- 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.kernal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache
-
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.kernal.processors.cache.distributed.near.GridNearAtomicCache
-
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.kernal.processors.cache.GridCacheAdapter
-
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.kernal.processors.cache.GridCacheMapAdapter
- putIfAbsent(K, V) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProjectionImpl
-
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.kernal.processors.cache.GridCacheProxyImpl
-
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.kernal.processors.cache.local.atomic.GridLocalAtomicCache
-
Stores given key-value pair in cache only if cache had no previous mapping for it.
- 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(K, V) - Method in class org.gridgain.grid.util.GridBoundedConcurrentOrderedMap
- putIfAbsent(K, V) - Method in class org.gridgain.grid.util.GridSynchronizedMap
- putIfAbsent(K, V) - Method in class org.gridgain.grid.util.offheap.unsafe.GridOffHeapSnapTreeMap
- putIfAbsent(K, V) - Method in class org.gridgain.grid.util.snaptree.SnapTreeMap
-
- 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.
- putIfAbsentAsync(K, V) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache
-
Asynchronously stores given key-value pair in cache only if cache had no previous mapping for it.
- putIfAbsentAsync(K, V) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearAtomicCache
-
Asynchronously stores given key-value pair in cache only if cache had no previous mapping for it.
- putIfAbsentAsync(K, V) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
Asynchronously stores given key-value pair in cache only if cache had no previous mapping for it.
- putIfAbsentAsync(K, V) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProjectionImpl
-
Asynchronously stores given key-value pair in cache only if cache had no previous mapping for it.
- putIfAbsentAsync(K, V) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProxyImpl
-
Asynchronously stores given key-value pair in cache only if cache had no previous mapping for it.
- putIfAbsentAsync(K, V) - Method in class org.gridgain.grid.kernal.processors.cache.local.atomic.GridLocalAtomicCache
-
Asynchronously stores given key-value pair in cache only if cache had no previous mapping for it.
- putIfAbsentOpt(K, V) - Method in class com.romix.scala.collection.concurrent.TrieMap
-
- putInt(int) - Method in class org.gridgain.grid.util.direct.GridTcpCommunicationMessageState
-
- putIntArray(int[]) - Method in class org.gridgain.grid.util.direct.GridTcpCommunicationMessageState
-
- putIntClient(int) - Method in class org.gridgain.grid.util.direct.GridTcpCommunicationMessageState
-
- putLong(long) - Method in class org.gridgain.grid.util.direct.GridTcpCommunicationMessageState
-
- putLongArray(long[]) - Method in class org.gridgain.grid.util.direct.GridTcpCommunicationMessageState
-
- putLongClient(long) - Method in class org.gridgain.grid.util.direct.GridTcpCommunicationMessageState
-
- putLongList(GridLongList) - Method in class org.gridgain.grid.util.direct.GridTcpCommunicationMessageState
-
- putMessage(GridTcpCommunicationMessageAdapter) - Method in class org.gridgain.grid.util.direct.GridTcpCommunicationMessageState
-
- 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.kernal.GridNodeLocalMapImpl
-
Adds given metadata value only if it was absent.
- putMetaIfAbsent(String, Callable<V>) - Method in class org.gridgain.grid.kernal.GridNodeLocalMapImpl
-
Adds given metadata value only if it was absent.
- putMetaIfAbsent(String, Callable<V1>) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridPartitionedCacheEntryImpl
-
Adds given metadata value only if it was absent.
- putMetaIfAbsent(String, V1) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridPartitionedCacheEntryImpl
-
Adds given metadata value only if it was absent.
- putMetaIfAbsent(String, V1) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheEntryImpl
-
Adds given metadata value only if it was absent.
- putMetaIfAbsent(String, Callable<V1>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheEntryImpl
-
Adds given metadata value only if it was absent.
- putMetaIfAbsent(String, V) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheEvictionEntry
-
Adds given metadata value only if it was absent.
- putMetaIfAbsent(String, Callable<V>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheEvictionEntry
-
Adds given metadata value only if it was absent.
- putMetaIfAbsent(String, V) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheFilterEvaluationEntry
-
Adds given metadata value only if it was absent.
- putMetaIfAbsent(String, Callable<V>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheFilterEvaluationEntry
-
Adds given metadata value only if it was absent.
- putMetaIfAbsent(String, V) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMapEntry
-
Adds given metadata value only if it was absent.
- putMetaIfAbsent(String, Callable<V>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMapEntry
-
Adds given metadata value only if it was absent.
- putMetaIfAbsent(String, V1) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProxyImpl
-
Adds given metadata value only if it was absent.
- putMetaIfAbsent(String, Callable<V1>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProxyImpl
-
Adds given metadata value only if it was absent.
- putMetaIfAbsent(String, V) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxProxyImpl
-
Adds given metadata value only if it was absent.
- putMetaIfAbsent(String, Callable<V>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxProxyImpl
-
Adds given metadata value only if it was absent.
- putMetaIfAbsent(String, V) - Method in class org.gridgain.grid.util.lang.GridMetadataAwareAdapter
-
Adds given metadata value only if it was absent.
- putMetaIfAbsent(String, Callable<V>) - Method in class org.gridgain.grid.util.lang.GridMetadataAwareAdapter
-
Adds given metadata value only if it was absent.
- putOffHeap(long, byte[], boolean) - Method in class org.gridgain.grid.util.offheap.unsafe.GridUnsafeMemory
-
Stores value to the specified memory location.
- putOpt(Object, Object) - Method in class com.romix.scala.collection.concurrent.TrieMap
-
- putShort(short) - Method in class org.gridgain.grid.util.direct.GridTcpCommunicationMessageState
-
- putShortArray(short[]) - Method in class org.gridgain.grid.util.direct.GridTcpCommunicationMessageState
-
- putString(String) - Method in class org.gridgain.grid.util.direct.GridTcpCommunicationMessageState
-
- putToStore(GridCacheTx, K, V, GridCacheVersion) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheStoreManager
-
Puts key-value pair into storage.
- putUuid(UUID) - Method in class org.gridgain.grid.util.direct.GridTcpCommunicationMessageState
-
- putUuidClient(UUID) - Method in class org.gridgain.grid.util.direct.GridTcpCommunicationMessageState
-
- putValueBytes(GridCacheValueBytes) - Method in class org.gridgain.grid.util.direct.GridTcpCommunicationMessageState
-
- putVersionByte(int, byte) - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientHandshakeRequest
-
Sets the version byte to a given value.
- putVersionBytes(byte[], int, int) - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientHandshakeRequest
-
Sets the version bytes from specified buffer to a given value.
- putx(K, V, GridPredicate<GridCacheEntry<K, V>>...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
-
Stores given key-value pair in cache.
- putx(K, V, GridCacheEntryEx<K, V>, long, GridPredicate<GridCacheEntry<K, V>>...) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache
-
- putx(K, V, GridPredicate<GridCacheEntry<K, V>>[]) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache
-
Stores given key-value pair in cache.
- putx(K, V, GridCacheEntryEx<K, V>, long, GridPredicate<GridCacheEntry<K, V>>...) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearAtomicCache
-
- putx(K, V, GridPredicate<GridCacheEntry<K, V>>[]) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearAtomicCache
-
Stores given key-value pair in cache.
- putx(K, V, GridCacheEntryEx<K, V>, long, GridPredicate<GridCacheEntry<K, V>>...) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
- putx(K, V, GridPredicate<GridCacheEntry<K, V>>[]) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
Stores given key-value pair in cache.
- putx(K, V, GridCacheEntryEx<K, V>, long, GridPredicate<GridCacheEntry<K, V>>...) - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheProjectionEx
-
- putx(K, V, GridCacheEntryEx<K, V>, long, GridPredicate<GridCacheEntry<K, V>>...) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProjectionImpl
-
- putx(K, V, GridPredicate<GridCacheEntry<K, V>>[]) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProjectionImpl
-
Stores given key-value pair in cache.
- putx(K, V, GridCacheEntryEx<K, V>, long, GridPredicate<GridCacheEntry<K, V>>...) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProxyImpl
-
- putx(K, V, GridPredicate<GridCacheEntry<K, V>>[]) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProxyImpl
-
Stores given key-value pair in cache.
- putx(K, V, GridPredicate<GridCacheEntry<K, V>>[]) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxLocalAdapter
- putx(K, V, GridCacheEntryEx<K, V>, long, GridPredicate<GridCacheEntry<K, V>>[]) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxLocalAdapter
- putx(K, V, GridPredicate<GridCacheEntry<K, V>>[]) - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheTxLocalEx
-
- putx(K, V, GridCacheEntryEx<K, V>, long, GridPredicate<GridCacheEntry<K, V>>[]) - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheTxLocalEx
-
- putx(K, V, GridCacheEntryEx<K, V>, long, GridPredicate<GridCacheEntry<K, V>>...) - Method in class org.gridgain.grid.kernal.processors.cache.local.atomic.GridLocalAtomicCache
-
- putx(K, V, GridPredicate<GridCacheEntry<K, V>>[]) - Method in class org.gridgain.grid.kernal.processors.cache.local.atomic.GridLocalAtomicCache
-
Stores given key-value pair in cache.
- putxAsync(K, V, GridPredicate<GridCacheEntry<K, V>>...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
-
Stores given key-value pair in cache.
- putxAsync(K, V, GridCacheEntryEx<K, V>, long, GridPredicate<GridCacheEntry<K, V>>...) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache
-
- putxAsync(K, V, GridCacheEntryEx<K, V>, long, GridPredicate<GridCacheEntry<K, V>>...) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearAtomicCache
-
- putxAsync(K, V, GridPredicate<GridCacheEntry<K, V>>...) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
Stores given key-value pair in cache.
- putxAsync(K, V, GridCacheEntryEx<K, V>, long, GridPredicate<GridCacheEntry<K, V>>...) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
- putxAsync(K, V, GridCacheEntryEx<K, V>, long, GridPredicate<GridCacheEntry<K, V>>...) - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheProjectionEx
-
- putxAsync(K, V, GridPredicate<GridCacheEntry<K, V>>[]) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProjectionImpl
-
Stores given key-value pair in cache.
- putxAsync(K, V, GridCacheEntryEx<K, V>, long, GridPredicate<GridCacheEntry<K, V>>[]) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProjectionImpl
-
- putxAsync(K, V, GridPredicate<GridCacheEntry<K, V>>[]) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProxyImpl
-
Stores given key-value pair in cache.
- putxAsync(K, V, GridCacheEntryEx<K, V>, long, GridPredicate<GridCacheEntry<K, V>>...) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProxyImpl
-
- putxAsync(K, V, GridPredicate<GridCacheEntry<K, V>>[]) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxLocalAdapter
- putxAsync(K, V, GridCacheEntryEx<K, V>, long, GridPredicate<GridCacheEntry<K, V>>[]) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxLocalAdapter
- putxAsync(K, V, GridPredicate<GridCacheEntry<K, V>>[]) - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheTxLocalEx
-
- putxAsync(K, V, GridCacheEntryEx<K, V>, long, GridPredicate<GridCacheEntry<K, V>>[]) - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheTxLocalEx
-
- putxAsync(K, V, GridCacheEntryEx<K, V>, long, GridPredicate<GridCacheEntry<K, V>>...) - Method in class org.gridgain.grid.kernal.processors.cache.local.atomic.GridLocalAtomicCache
-
- putxAsync0(K, V, GridCacheEntryEx<K, V>, long, GridPredicate<GridCacheEntry<K, V>>[]) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxLocalAdapter
- putxAsync0(K, V, GridCacheEntryEx<K, V>, long, GridPredicate<GridCacheEntry<K, V>>[]) - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheTxLocalEx
-
- 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.
- putxIfAbsent(K, V) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache
-
Stores given key-value pair in cache only if cache had no previous mapping for it.
- putxIfAbsent(K, V) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearAtomicCache
-
Stores given key-value pair in cache only if cache had no previous mapping for it.
- putxIfAbsent(K, V) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
Stores given key-value pair in cache only if cache had no previous mapping for it.
- putxIfAbsent(K, V) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProjectionImpl
-
Stores given key-value pair in cache only if cache had no previous mapping for it.
- putxIfAbsent(K, V) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProxyImpl
-
Stores given key-value pair in cache only if cache had no previous mapping for it.
- putxIfAbsent(K, V) - Method in class org.gridgain.grid.kernal.processors.cache.local.atomic.GridLocalAtomicCache
-
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.
- putxIfAbsentAsync(K, V) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache
-
Asynchronously stores given key-value pair in cache only if cache had no previous mapping for it.
- putxIfAbsentAsync(K, V) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearAtomicCache
-
Asynchronously stores given key-value pair in cache only if cache had no previous mapping for it.
- putxIfAbsentAsync(K, V) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
Asynchronously stores given key-value pair in cache only if cache had no previous mapping for it.
- putxIfAbsentAsync(K, V) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProjectionImpl
-
Asynchronously stores given key-value pair in cache only if cache had no previous mapping for it.
- putxIfAbsentAsync(K, V) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProxyImpl
-
Asynchronously stores given key-value pair in cache only if cache had no previous mapping for it.
- putxIfAbsentAsync(K, V) - Method in class org.gridgain.grid.kernal.processors.cache.local.atomic.GridLocalAtomicCache
-
Asynchronously stores given key-value pair in cache only if cache had no previous mapping for it.
- PVector<E> - Interface in org.pcollections
-
An immutable, persistent list.
- PX1<E1> - Class in org.gridgain.grid.util.typedef
-
- PX1() - Constructor for class org.gridgain.grid.util.typedef.PX1
-
- PX2<T1,T2> - Class in org.gridgain.grid.util.typedef
-
- PX2() - Constructor for class org.gridgain.grid.util.typedef.PX2
-
- PX3<T1,T2,T3> - Class in org.gridgain.grid.util.typedef
-
- PX3() - Constructor for class org.gridgain.grid.util.typedef.PX3
-
- r(int, int, String) - Method in class org.gridgain.grid.util.GridStringBuilder
-
- R1<E1,R> - Interface in org.gridgain.grid.util.typedef
-
- R2<E1,E2,R> - Interface in org.gridgain.grid.util.typedef
-
- r2c() - Static method in class org.gridgain.grid.util.lang.GridFunc
-
- R3<E1,E2,E3,R> - Interface in org.gridgain.grid.util.typedef
-
- rand(Collection<? extends T>) - Static method in class org.gridgain.grid.util.lang.GridFunc
-
Gets random value from given collection.
- rand(List<T>) - Static method in class org.gridgain.grid.util.lang.GridFunc
-
Gets random value from given list.
- rand(T...) - Static method in class org.gridgain.grid.util.lang.GridFunc
-
Gets random value from given array.
- randConcurrent(Collection<? extends T>) - Static method in class org.gridgain.grid.util.lang.GridFunc
-
Gets random value from given collection which may be modified concurrently.
- random() - Method in class org.gridgain.client.util.GridClientConsistentHash
-
Picks a random node from consistent hash.
- random() - Method in class org.gridgain.grid.util.GridConsistentHash
-
Picks a random node from consistent hash.
- randomEntry() - Method in interface org.gridgain.grid.cache.GridCache
-
Gets a random entry out of cache.
- randomEntry() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridNoStorageCacheMap
- randomEntry() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
Gets a random entry out of cache.
- randomEntry() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheConcurrentMap
-
- randomEntry() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProxyImpl
-
Gets a random entry out of cache.
- randomIterable(Collection<T>) - Static method in class org.gridgain.grid.util.GridUtils
-
Takes given collection, shuffles it and returns iterable instance.
- randomUuid() - Static method in class org.gridgain.grid.GridUuid
-
Creates new pseudo-random ID.
- range(int, int) - Static method in class org.gridgain.grid.util.lang.GridFunc
-
Creates a range list containing numbers in given range.
- rawBytes() - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientHandshakeRequest
-
- rawBytesNoHeader() - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientHandshakeRequest
-
- rawEvents() - Method in class org.gridgain.grid.streamer.index.GridStreamerIndexProviderAdapter.DedupTrackingEntry
-
- rawExpireTime() - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheEntryEx
-
- rawExpireTime() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMapEntry
- rawGet() - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheEntryEx
-
- rawGet() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMapEntry
-
- rawGetOrUnmarshal() - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheEntryEx
-
- rawGetOrUnmarshal() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMapEntry
- rawGetOrUnmarshalUnlocked() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMapEntry
-
- rawIterator(String) - Method in class org.gridgain.grid.kernal.managers.swapspace.GridSwapSpaceManager
-
Gets iterator over space entries.
- rawIterator(String, int) - Method in class org.gridgain.grid.kernal.managers.swapspace.GridSwapSpaceManager
- rawIterator() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheSwapManager
-
Gets offheap and swap iterator over partition.
- rawIterator(String) - Method in class org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpi
-
Gets raw iterator over space entries.
- rawIterator(String, int) - Method in class org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpi
-
Gets raw iterator over space entries.
- rawIterator(String) - Method in interface org.gridgain.grid.spi.swapspace.GridSwapSpaceSpi
-
Gets raw iterator over space entries.
- rawIterator(String, int) - Method in interface org.gridgain.grid.spi.swapspace.GridSwapSpaceSpi
-
Gets raw iterator over space entries.
- rawIterator(String) - Method in class org.gridgain.grid.spi.swapspace.noop.GridNoopSwapSpaceSpi
-
Gets raw iterator over space entries.
- rawIterator(String, int) - Method in class org.gridgain.grid.spi.swapspace.noop.GridNoopSwapSpaceSpi
-
Gets raw iterator over space entries.
- rawPut(V, long) - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheEntryEx
-
- rawPut(V, long) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMapEntry
- rawTtl() - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheEntryEx
-
- rawTtl() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMapEntry
- reachable(NetworkInterface, InetAddress, int) - Static method in class org.gridgain.grid.util.GridUtils
-
Checks if address can be reached using three argument InetAddress.isReachable() version.
- reachable(InetAddress, int) - Static method in class org.gridgain.grid.util.GridUtils
-
Checks if address can be reached using one argument InetAddress.isReachable() version.
- read(long, byte[], int, int) - Method in class org.gridgain.grid.ggfs.GridGgfsInputStream
-
- read() - Method in class org.gridgain.grid.ggfs.mapreduce.GridGgfsRangeInputStream
- read(byte[], int, int) - Method in class org.gridgain.grid.ggfs.mapreduce.GridGgfsRangeInputStream
- read(long, byte[], int, int) - Method in class org.gridgain.grid.ggfs.mapreduce.GridGgfsRangeInputStream
- read(String, GridSwapKey, ClassLoader) - Method in class org.gridgain.grid.kernal.managers.swapspace.GridSwapSpaceManager
-
Reads value from swap.
- read(String, Object, ClassLoader) - Method in class org.gridgain.grid.kernal.managers.swapspace.GridSwapSpaceManager
-
Reads value from swap.
- 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.
- read(String, GridSwapKey, GridSwapContext) - Method in class org.gridgain.grid.spi.swapspace.noop.GridNoopSwapSpaceSpi
-
Reads stored value as array of bytes by key from data space with given name.
- read(byte[], int, int) - Method in class org.gridgain.grid.util.GridFixedSizeInputStream
- read() - Method in class org.gridgain.grid.util.GridFixedSizeInputStream
- read() - Method in class org.gridgain.grid.util.io.GridByteArrayInputStream
-
Reads the next byte of data from this input stream.
- read(byte[], int, int) - Method in class org.gridgain.grid.util.io.GridByteArrayInputStream
-
Reads up to len bytes of data into an array of bytes from this input stream.
- read() - Method in interface org.gridgain.grid.util.io.GridDataInput
-
- read(byte[]) - Method in interface org.gridgain.grid.util.io.GridDataInput
-
- read(byte[], int, int) - Method in interface org.gridgain.grid.util.io.GridDataInput
-
- read() - Method in class org.gridgain.grid.util.io.GridUnsafeDataInput
- read(byte[], int, int) - Method in class org.gridgain.grid.util.io.GridUnsafeDataInput
- read() - Method in class org.gridgain.grid.util.ipc.shmem.GridIpcSharedMemoryInputStream
- read(byte[], int, int) - Method in class org.gridgain.grid.util.ipc.shmem.GridIpcSharedMemoryInputStream
- read(byte[], int, int, long) - Method in class org.gridgain.grid.util.ipc.shmem.GridIpcSharedMemorySpace
-
Blocks until at least 1 byte is read.
- read(ByteBuffer, int, int, long) - Method in class org.gridgain.grid.util.ipc.shmem.GridIpcSharedMemorySpace
-
Blocks until at least 1 byte is read.
- read(UUID, GridTcpCommunicationMessageAdapter, ByteBuffer) - Method in interface org.gridgain.grid.util.nio.GridNioMessageReader
-
- read(ByteBuffer) - Method in class org.gridgain.grid.util.nio.GridNioServerBuffer
-
- read() - Method in class org.gridgain.grid.util.snaptree.CopyOnWriteManager
-
Returns a reference to the tree structure suitable for a read
operation.
- 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.
- readAll(String, Iterable<GridSwapKey>, GridSwapContext) - Method in class org.gridgain.grid.spi.swapspace.noop.GridNoopSwapSpaceSpi
-
Reads stored values as array of bytes by all passed keys from data space with
given name.
- readAll(InputStream) - Method in class org.gridgain.grid.util.GridByteArrayList
-
Reads all data from input stream until the end into this byte list.
- readAndRemove(Collection<? extends K>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheSwapManager
-
- readArray(ObjectInput) - Static method in class org.gridgain.grid.util.GridUtils
-
Reads array from input stream.
- readBoolean() - Method in class org.gridgain.grid.util.io.GridUnsafeDataInput
- readBooleanArray(DataInput) - Static method in class org.gridgain.grid.util.GridUtils
-
Reads boolean array from input stream accounting for null values.
- readBooleanArray() - Method in interface org.gridgain.grid.util.io.GridDataInput
-
Reads array of booleans.
- readBooleanArray() - Method in class org.gridgain.grid.util.io.GridUnsafeDataInput
-
Reads array of booleans.
- readByte() - Method in class org.gridgain.grid.util.io.GridUnsafeDataInput
- readByte(long) - Method in class org.gridgain.grid.util.offheap.unsafe.GridUnsafeMemory
-
- readByteArray(DataInput) - Static method in class org.gridgain.grid.util.GridUtils
-
Reads byte array from input stream accounting for null values.
- readByteArray(ByteBuffer...) - Static method in class org.gridgain.grid.util.GridUtils
-
Reads byte array from given buffers (changing buffer positions).
- readByteArray() - Method in interface org.gridgain.grid.util.io.GridDataInput
-
Reads array of bytes.
- readByteArray() - Method in class org.gridgain.grid.util.io.GridUnsafeDataInput
-
Reads array of bytes.
- readByteList(DataInput) - Static method in class org.gridgain.grid.util.GridUtils
-
// FIXME: added for DR dataCenterIds, review if it is needed after GG-6879.
- readBytes(long, int) - Method in class org.gridgain.grid.util.offheap.unsafe.GridUnsafeMemory
-
- readBytes(long, byte[]) - Method in class org.gridgain.grid.util.offheap.unsafe.GridUnsafeMemory
-
- readBytes(long, byte[], int, int) - Method in class org.gridgain.grid.util.offheap.unsafe.GridUnsafeMemory
-
- readBytesList(DataInput) - Static method in class org.gridgain.grid.util.GridUtils
-
Reads collection of byte arrays from data input.
- readByteVolatile(long) - Method in class org.gridgain.grid.util.offheap.unsafe.GridUnsafeMemory
-
- readChar() - Method in class org.gridgain.grid.util.io.GridUnsafeDataInput
- readCharArray() - Method in interface org.gridgain.grid.util.io.GridDataInput
-
Reads array of chars.
- readCharArray() - Method in class org.gridgain.grid.util.io.GridUnsafeDataInput
-
Reads array of chars.
- readCollection(ObjectInput) - Static method in class org.gridgain.grid.util.GridUtils
-
- readCommitted() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxAdapter
- readCommitted() - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheTxEx
-
- readDelta(UUID, Class<?>, ByteBuffer) - Method in interface org.gridgain.grid.kernal.processors.version.GridVersionProcessor
-
Reads delta for provided node and message type.
- readDelta(UUID, Class<?>, ByteBuffer) - Method in class org.gridgain.grid.kernal.processors.version.os.GridOsVersionProcessor
-
Reads delta for provided node and message type.
- readDelta(UUID, Class<?>, ByteBuffer) - Method in interface org.gridgain.grid.spi.GridSpiContext
-
Reads delta for provided node and message type.
- readDouble() - Method in class org.gridgain.grid.util.io.GridUnsafeDataInput
- readDouble(long) - Method in class org.gridgain.grid.util.offheap.unsafe.GridUnsafeMemory
-
- readDoubleArray() - Method in interface org.gridgain.grid.util.io.GridDataInput
-
Reads array of doubles.
- readDoubleArray() - Method in class org.gridgain.grid.util.io.GridUnsafeDataInput
-
Reads array of doubles.
- readDrEntry(DataInput, byte) - Static method in class org.gridgain.grid.kernal.processors.dr.GridDrUtils
-
Read marshaled DR entry.
- readEntries() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridDistributedTxRemoteAdapter
- readEntries() - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheTxEx
-
- readEntries() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxLocalAdapter
- readEntryFilterArray(ObjectInput) - Static method in class org.gridgain.grid.util.GridUtils
-
Reads array from input stream.
- readEnumOrdinal0(DataInput) - Static method in class org.gridgain.grid.util.GridUtils
-
Deprecated.
Need to remove when release will not be to support
backward compatible. Use Enum.fromOrdinal(int).
- readerId(UUID) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtCacheEntry
-
- readerPid() - Method in class org.gridgain.grid.util.ipc.shmem.GridIpcSharedMemorySpace
-
- readers() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtCacheEntry
-
- readExternal(ObjectInput) - Method in class org.gridgain.grid.cache.affinity.GridCacheAffinityKey
- readExternal(ObjectInput) - Method in class org.gridgain.grid.cache.affinity.rendezvous.GridCacheRendezvousAffinityFunction
- readExternal(ObjectInput) - Method in class org.gridgain.grid.dr.cache.sender.GridDrStateTransferDescriptor
- readExternal(ObjectInput) - Method in class org.gridgain.grid.dr.cache.sender.GridDrStatus
- readExternal(ObjectInput) - Method in class org.gridgain.grid.ggfs.GridGgfsPath
- readExternal(ObjectInput) - Method in class org.gridgain.grid.ggfs.GridGgfsPathSummary
- readExternal(ObjectInput) - Method in class org.gridgain.grid.ggfs.mapreduce.records.GridGgfsByteDelimiterRecordResolver
- readExternal(ObjectInput) - Method in class org.gridgain.grid.ggfs.mapreduce.records.GridGgfsFixedLengthRecordResolver
- readExternal(ObjectInput) - Method in class org.gridgain.grid.GridUuid
- readExternal(ObjectInput) - Method in class org.gridgain.grid.kernal.executor.GridExecutorService
- readExternal(ObjectInput) - Method in class org.gridgain.grid.kernal.GridJobContextImpl
- readExternal(ObjectInput) - Method in class org.gridgain.grid.kernal.GridJobSiblingImpl
- readExternal(ObjectInput) - Method in class org.gridgain.grid.kernal.GridKernalContextImpl
- readExternal(ObjectInput) - Method in class org.gridgain.grid.kernal.GridLoggerProxy
- readExternal(ObjectInput) - Method in class org.gridgain.grid.kernal.GridMessageListenHandler
- readExternal(ObjectInput) - Method in class org.gridgain.grid.kernal.GridNodeLocalMapImpl
- readExternal(ObjectInput) - Method in class org.gridgain.grid.kernal.GridProjectionAdapter
- readExternal(ObjectInput) - Method in class org.gridgain.grid.kernal.GridTaskFutureImpl
- readExternal(ObjectInput) - Method in class org.gridgain.grid.kernal.managers.deployment.GridDeploymentInfoBean
- readExternal(ObjectInput) - Method in class org.gridgain.grid.kernal.managers.loadbalancer.GridLoadBalancerAdapter
- readExternal(ObjectInput) - Method in class org.gridgain.grid.kernal.managers.security.GridSecurityContext
- readExternal(ObjectInput) - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheAtomicLongImpl
- readExternal(ObjectInput) - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheAtomicLongValue
- readExternal(ObjectInput) - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheAtomicReferenceImpl
- readExternal(ObjectInput) - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheAtomicReferenceValue
- readExternal(ObjectInput) - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheAtomicSequenceImpl
- readExternal(ObjectInput) - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheAtomicSequenceValue
- readExternal(ObjectInput) - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheAtomicStampedImpl
- readExternal(ObjectInput) - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheAtomicStampedValue
- readExternal(ObjectInput) - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheCountDownLatchImpl
- readExternal(ObjectInput) - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheCountDownLatchValue
- readExternal(ObjectInput) - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheInternalKeyImpl
- readExternal(ObjectInput) - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheQueueAdapter.AddClosure
- readExternal(ObjectInput) - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheQueueAdapter.ClearClosure
- readExternal(ObjectInput) - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheQueueAdapter.PollClosure
- readExternal(ObjectInput) - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheQueueAdapter.RemoveClosure
- readExternal(ObjectInput) - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheQueueHeader
- readExternal(ObjectInput) - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheQueueHeaderKey
- readExternal(ObjectInput) - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheQueueProxy
- readExternal(ObjectInput) - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheSetHeader
- readExternal(ObjectInput) - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheSetHeaderKey
- readExternal(ObjectInput) - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheSetItemKey
- readExternal(ObjectInput) - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheSetProxy
- readExternal(ObjectInput) - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridSetQueryPredicate
- readExternal(ObjectInput) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.preloader.GridDhtPartitionExchangeId
- readExternal(ObjectInput) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.preloader.GridDhtPartitionFullMap
- readExternal(ObjectInput) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.preloader.GridDhtPartitionMap
- readExternal(ObjectInput) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridCacheCommittedTxInfo
- readExternal(ObjectInput) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridDistributedTxMapping
- readExternal(ObjectInput) - Method in class org.gridgain.grid.kernal.processors.cache.dr.GridCacheDrExpirationInfo
- readExternal(ObjectInput) - Method in class org.gridgain.grid.kernal.processors.cache.dr.GridCacheDrInfo
- readExternal(ObjectInput) - Method in class org.gridgain.grid.kernal.processors.cache.dr.GridCacheDrReceiveAttributes
- readExternal(ObjectInput) - Method in class org.gridgain.grid.kernal.processors.cache.dr.GridCacheDrSendAttributes
- readExternal(ObjectInput) - Method in class org.gridgain.grid.kernal.processors.cache.dr.GridDrReceiverCacheMetricsAdapter
- readExternal(ObjectInput) - Method in class org.gridgain.grid.kernal.processors.cache.dr.GridDrSenderCacheMetricsAdapter
- readExternal(ObjectInput) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
- readExternal(ObjectInput) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAttributes
- readExternal(ObjectInput) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheContext
- readExternal(ObjectInput) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheEntryImpl
- readExternal(ObjectInput) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheEntryInfo
- readExternal(ObjectInput) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheEvictionEntry
- readExternal(ObjectInput) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMetricsAdapter
- readExternal(ObjectInput) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMvccCandidate
- readExternal(ObjectInput) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProjectionImpl
- readExternal(ObjectInput) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProxyImpl
- readExternal(ObjectInput) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheReturn
-
- readExternal(ObjectInput) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheSwapEntry
- readExternal(ObjectInput) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTransformComputeClosure
- readExternal(ObjectInput) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxAdapter
- readExternal(ObjectInput) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxEntry
- readExternal(ObjectInput) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxMap
- readExternal(ObjectInput) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxProxyImpl
- readExternal(ObjectInput) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheVersion
- readExternal(ObjectInput) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheVersionEx
- readExternal(ObjectInput) - Method in class org.gridgain.grid.kernal.processors.cache.GridPartitionLockKey
- readExternal(ObjectInput) - Method in class org.gridgain.grid.kernal.processors.cache.query.GridCacheQueryMetricsAdapter
- readExternal(ObjectInput) - Method in class org.gridgain.grid.kernal.processors.cache.query.GridCacheQueryResponseEntry
- readExternal(ObjectInput) - Method in class org.gridgain.grid.kernal.processors.clock.GridClockDeltaVersion
- readExternal(ObjectInput) - Method in class org.gridgain.grid.kernal.processors.dr.GridDrRawEntry
- readExternal(ObjectInput) - Method in class org.gridgain.grid.kernal.processors.dr.messages.internal.GridDrInternalRequestEntry
- readExternal(ObjectInput) - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientAbstractMessage
- readExternal(ObjectInput) - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientAuthenticationRequest
- readExternal(ObjectInput) - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientCacheRequest
- readExternal(ObjectInput) - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientHandshakeRequest
- readExternal(ObjectInput) - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientHandshakeResponse
- readExternal(ObjectInput) - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientLogRequest
- readExternal(ObjectInput) - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeBean
- readExternal(ObjectInput) - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeMetricsBean
- readExternal(ObjectInput) - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientResponse
- readExternal(ObjectInput) - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientTaskRequest
- readExternal(ObjectInput) - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientTaskResultBean
- readExternal(ObjectInput) - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientTopologyRequest
- readExternal(ObjectInput) - Method in class org.gridgain.grid.kernal.processors.rest.GridRestResponse
- readExternal(ObjectInput) - Method in class org.gridgain.grid.kernal.processors.rest.handlers.cache.GridCacheRestResponse
- readExternal(ObjectInput) - Method in class org.gridgain.grid.kernal.processors.streamer.GridStreamerAttributes
- readExternal(ObjectInput) - Method in class org.gridgain.grid.kernal.processors.streamer.GridStreamerExecutionBatch
- readExternal(ObjectInput) - Method in class org.gridgain.grid.kernal.processors.streamer.GridStreamerImpl
- readExternal(ObjectInput) - Method in class org.gridgain.grid.lang.GridBiTuple
- readExternal(ObjectInput) - Method in class org.gridgain.grid.product.GridProductVersion
- readExternal(ObjectInput) - Method in class org.gridgain.grid.security.GridSecurityCredentials
- readExternal(ObjectInput) - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
- readExternal(ObjectInput) - Method in class org.gridgain.grid.spi.discovery.tcp.internal.GridTcpDiscoveryNode
- readExternal(ObjectInput) - Method in class org.gridgain.grid.spi.discovery.tcp.messages.GridTcpDiscoveryAbstractMessage
- readExternal(ObjectInput) - Method in class org.gridgain.grid.spi.discovery.tcp.messages.GridTcpDiscoveryAuthFailedMessage
- readExternal(ObjectInput) - Method in class org.gridgain.grid.spi.discovery.tcp.messages.GridTcpDiscoveryCheckFailedMessage
- readExternal(ObjectInput) - Method in class org.gridgain.grid.spi.discovery.tcp.messages.GridTcpDiscoveryDiscardMessage
- readExternal(ObjectInput) - Method in class org.gridgain.grid.spi.discovery.tcp.messages.GridTcpDiscoveryDuplicateIdMessage
- readExternal(ObjectInput) - Method in class org.gridgain.grid.spi.discovery.tcp.messages.GridTcpDiscoveryHandshakeResponse
- readExternal(ObjectInput) - Method in class org.gridgain.grid.spi.discovery.tcp.messages.GridTcpDiscoveryHeartbeatMessage
- readExternal(ObjectInput) - Method in class org.gridgain.grid.spi.discovery.tcp.messages.GridTcpDiscoveryJoinRequestMessage
- readExternal(ObjectInput) - Method in class org.gridgain.grid.spi.discovery.tcp.messages.GridTcpDiscoveryLoopbackProblemMessage
- readExternal(ObjectInput) - Method in class org.gridgain.grid.spi.discovery.tcp.messages.GridTcpDiscoveryNodeAddedMessage
- readExternal(ObjectInput) - Method in class org.gridgain.grid.spi.discovery.tcp.messages.GridTcpDiscoveryNodeAddFinishedMessage
- readExternal(ObjectInput) - Method in class org.gridgain.grid.spi.discovery.tcp.messages.GridTcpDiscoveryNodeFailedMessage
- readExternal(ObjectInput) - Method in class org.gridgain.grid.spi.discovery.tcp.messages.GridTcpDiscoveryStatusCheckMessage
- readExternal(ObjectInput) - Method in class org.gridgain.grid.util.future.GridFinishedFuture
- readExternal(ObjectInput) - Method in class org.gridgain.grid.util.future.GridFinishedFutureEx
- readExternal(ObjectInput) - Method in class org.gridgain.grid.util.future.GridFutureAdapter
- readExternal(ObjectInput) - Method in class org.gridgain.grid.util.future.GridFutureAdapterEx
- readExternal(ObjectInput) - Method in class org.gridgain.grid.util.GridByteArrayList
- readExternal(ObjectInput) - Method in class org.gridgain.grid.util.GridLongList
- readExternal(ObjectInput) - Method in class org.gridgain.grid.util.GridMutex
- readExternal(ObjectInput) - Method in class org.gridgain.grid.util.GridReflectionCache
- readExternal(ObjectInput) - Method in class org.gridgain.grid.util.GridSynchronizedMap
- readExternal(ObjectInput) - Method in class org.gridgain.grid.util.ipc.shmem.GridIpcSharedMemoryInitRequest
- readExternal(ObjectInput) - Method in class org.gridgain.grid.util.ipc.shmem.GridIpcSharedMemoryInitResponse
- readExternal(ObjectInput) - Method in class org.gridgain.grid.util.lang.GridTuple
- readExternal(ObjectInput) - Method in class org.gridgain.grid.util.lang.GridTuple3
- readExternal(ObjectInput) - Method in class org.gridgain.grid.util.lang.GridTuple4
- readExternal(ObjectInput) - Method in class org.gridgain.grid.util.lang.GridTuple5
- readExternal(ObjectInput) - Method in class org.gridgain.grid.util.lang.GridTuple6
- readExternal(ObjectInput) - Method in class org.gridgain.grid.util.lang.GridTupleV
- readExternalMeta(ObjectInput) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMapEntry
-
Convenience way for super-classes which implement
Externalizable to
serialize metadata.
- readExternalMeta(ObjectInput) - Method in class org.gridgain.grid.util.lang.GridMetadataAwareAdapter
-
Convenience way for super-classes which implement
Externalizable to
serialize metadata.
- readFileToString(String, String) - Static method in class org.gridgain.grid.util.GridUtils
-
Reads file to string using specified charset.
- readFloat() - Method in class org.gridgain.grid.util.io.GridUnsafeDataInput
- readFloat(long) - Method in class org.gridgain.grid.util.offheap.unsafe.GridUnsafeMemory
-
- readFloatArray() - Method in interface org.gridgain.grid.util.io.GridDataInput
-
Reads array of floats.
- readFloatArray() - Method in class org.gridgain.grid.util.io.GridUnsafeDataInput
-
Reads array of floats.
- readFrom(ByteBuffer) - Method in class org.gridgain.grid.kernal.GridJobCancelRequest
- readFrom(ByteBuffer) - Method in class org.gridgain.grid.kernal.GridJobExecuteRequest
- readFrom(ByteBuffer) - Method in class org.gridgain.grid.kernal.GridJobExecuteResponse
- readFrom(ByteBuffer) - Method in class org.gridgain.grid.kernal.GridJobSiblingsRequest
- readFrom(ByteBuffer) - Method in class org.gridgain.grid.kernal.GridJobSiblingsResponse
- readFrom(ByteBuffer) - Method in class org.gridgain.grid.kernal.GridTaskCancelRequest
- readFrom(ByteBuffer) - Method in class org.gridgain.grid.kernal.GridTaskSessionRequest
- readFrom(ByteBuffer) - Method in class org.gridgain.grid.kernal.managers.checkpoint.GridCheckpointRequest
- readFrom(ByteBuffer) - Method in class org.gridgain.grid.kernal.managers.communication.GridIoMessage
- readFrom(ByteBuffer) - Method in class org.gridgain.grid.kernal.managers.communication.GridIoUserMessage
- readFrom(ByteBuffer) - Method in class org.gridgain.grid.kernal.managers.deployment.GridDeploymentInfoBean
- readFrom(ByteBuffer) - Method in class org.gridgain.grid.kernal.managers.deployment.GridDeploymentRequest
- readFrom(ByteBuffer) - Method in class org.gridgain.grid.kernal.managers.deployment.GridDeploymentResponse
- readFrom(ByteBuffer) - Method in class org.gridgain.grid.kernal.managers.eventstorage.GridEventStorageMessage
- readFrom(ByteBuffer) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache.DhtAtomicUpdateRequestConverter603
-
Reads delta between two versions.
- readFrom(ByteBuffer) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache.DhtAtomicUpdateResponseConverter603
-
Reads delta between two versions.
- readFrom(ByteBuffer) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache.GridDhtAtomicUpdateRequestConverter612
-
Reads delta between two versions.
- readFrom(ByteBuffer) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache.GridNearAtomicUpdateRequestConverter612
-
Reads delta between two versions.
- readFrom(ByteBuffer) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache.NearAtomicUpdateResponseConverter603
-
Reads delta between two versions.
- readFrom(ByteBuffer) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic.GridDhtAtomicDeferredUpdateResponse
- readFrom(ByteBuffer) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic.GridDhtAtomicUpdateRequest
- readFrom(ByteBuffer) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic.GridDhtAtomicUpdateResponse
- readFrom(ByteBuffer) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic.GridNearAtomicUpdateRequest
- readFrom(ByteBuffer) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic.GridNearAtomicUpdateResponse
- readFrom(ByteBuffer) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtAffinityAssignmentRequest
- readFrom(ByteBuffer) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtAffinityAssignmentResponse
- readFrom(ByteBuffer) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtCacheAdapter.GridSubjectIdAddedMessageConverter616
-
Reads delta between two versions.
- readFrom(ByteBuffer) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtLockRequest
- readFrom(ByteBuffer) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtLockResponse
- readFrom(ByteBuffer) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtTxFinishRequest
- readFrom(ByteBuffer) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtTxFinishResponse
- readFrom(ByteBuffer) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtTxPrepareRequest
- readFrom(ByteBuffer) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtTxPrepareResponse
- readFrom(ByteBuffer) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtUnlockRequest
- readFrom(ByteBuffer) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.preloader.GridDhtForceKeysRequest
- readFrom(ByteBuffer) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.preloader.GridDhtForceKeysResponse
- readFrom(ByteBuffer) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.preloader.GridDhtPartitionDemandMessage
- readFrom(ByteBuffer) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.preloader.GridDhtPartitionsFullMessage
- readFrom(ByteBuffer) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.preloader.GridDhtPartitionsSingleMessage
- readFrom(ByteBuffer) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.preloader.GridDhtPartitionsSingleRequest
- readFrom(ByteBuffer) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.preloader.GridDhtPartitionSupplyMessage
- readFrom(ByteBuffer) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridCacheOptimisticCheckPreparedTxRequest
- readFrom(ByteBuffer) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridCacheOptimisticCheckPreparedTxResponse
- readFrom(ByteBuffer) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridCachePessimisticCheckCommittedTxRequest
- readFrom(ByteBuffer) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridCachePessimisticCheckCommittedTxResponse
- readFrom(ByteBuffer) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridDistributedBaseMessage
- readFrom(ByteBuffer) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridDistributedLockRequest
- readFrom(ByteBuffer) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridDistributedLockResponse
- readFrom(ByteBuffer) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridDistributedTxFinishRequest
- readFrom(ByteBuffer) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridDistributedTxFinishResponse
- readFrom(ByteBuffer) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridDistributedTxPrepareRequest
- readFrom(ByteBuffer) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridDistributedTxPrepareResponse
- readFrom(ByteBuffer) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridDistributedUnlockRequest
- readFrom(ByteBuffer) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearGetRequest
- readFrom(ByteBuffer) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearGetResponse
- readFrom(ByteBuffer) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearLockRequest
- readFrom(ByteBuffer) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearLockResponse
- readFrom(ByteBuffer) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearTxFinishRequest
- readFrom(ByteBuffer) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearTxFinishResponse
- readFrom(ByteBuffer) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearTxPrepareRequest
- readFrom(ByteBuffer) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearTxPrepareResponse
- readFrom(ByteBuffer) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearUnlockRequest
- readFrom(ByteBuffer) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheDgcRequest
- readFrom(ByteBuffer) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheDgcResponse
- readFrom(ByteBuffer) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheEvictionRequest
- readFrom(ByteBuffer) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheEvictionResponse
- readFrom(ByteBuffer) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMessage
- readFrom(ByteBuffer) - Method in class org.gridgain.grid.kernal.processors.cache.query.GridCacheQueryRequest
- readFrom(ByteBuffer) - Method in class org.gridgain.grid.kernal.processors.cache.query.GridCacheQueryResponse
- readFrom(ByteBuffer) - Method in class org.gridgain.grid.kernal.processors.clock.GridClockDeltaSnapshotMessage
- readFrom(ByteBuffer) - Method in class org.gridgain.grid.kernal.processors.continuous.GridContinuousMessage
- readFrom(ByteBuffer) - Method in class org.gridgain.grid.kernal.processors.dataload.GridDataLoadRequest
- readFrom(ByteBuffer) - Method in class org.gridgain.grid.kernal.processors.dataload.GridDataLoadResponse
- readFrom(ByteBuffer) - Method in class org.gridgain.grid.kernal.processors.dr.messages.internal.GridDrInternalRequest
- readFrom(ByteBuffer) - Method in class org.gridgain.grid.kernal.processors.dr.messages.internal.GridDrInternalResponse
- readFrom(ByteBuffer) - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientHandshakeRequestWrapper
- readFrom(ByteBuffer) - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientHandshakeResponseWrapper
- readFrom(ByteBuffer) - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientMessageWrapper
- readFrom(ByteBuffer) - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientPingPacketWrapper
- readFrom(ByteBuffer) - Method in class org.gridgain.grid.kernal.processors.rest.handlers.task.GridTaskResultRequest
- readFrom(ByteBuffer) - Method in class org.gridgain.grid.kernal.processors.rest.handlers.task.GridTaskResultResponse
- readFrom(ByteBuffer) - Method in class org.gridgain.grid.kernal.processors.rest.protocols.tcp.GridMemcachedMessageWrapper
- readFrom(ByteBuffer) - Method in class org.gridgain.grid.kernal.processors.streamer.GridStreamerCancelRequest
- readFrom(ByteBuffer) - Method in class org.gridgain.grid.kernal.processors.streamer.GridStreamerExecutionRequest
- readFrom(ByteBuffer) - Method in class org.gridgain.grid.kernal.processors.streamer.GridStreamerResponse
- readFrom(ByteBuffer) - Method in class org.gridgain.grid.kernal.processors.version.GridVersionConverter
-
Reads delta between two versions.
- readFrom(ByteBuffer) - Method in class org.gridgain.grid.spi.collision.jobstealing.GridJobStealingRequest
- readFrom(ByteBuffer) - Method in class org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpi.NodeIdMessage
- readFrom(ByteBuffer) - Method in class org.gridgain.grid.util.direct.GridTcpCommunicationMessageAdapter
-
- readFrom(DataInput) - Static method in class org.gridgain.grid.util.GridLongList
-
- readFromOffheap(String, int, Object, byte[], ClassLoader) - Method in interface org.gridgain.grid.spi.GridSpiContext
-
Reads object from off-heap.
- readFromSwap(String, GridSwapKey, ClassLoader) - Method in interface org.gridgain.grid.spi.GridSpiContext
-
Reads object from swap.
- readFully(long, byte[]) - Method in class org.gridgain.grid.ggfs.GridGgfsInputStream
-
Read bytes from the given position in the stream to the given buffer.
- readFully(long, byte[], int, int) - Method in class org.gridgain.grid.ggfs.GridGgfsInputStream
-
- readFully(long, byte[]) - Method in class org.gridgain.grid.ggfs.mapreduce.GridGgfsRangeInputStream
-
Read bytes from the given position in the stream to the given buffer.
- readFully(long, byte[], int, int) - Method in class org.gridgain.grid.ggfs.mapreduce.GridGgfsRangeInputStream
- readFully(byte[]) - Method in class org.gridgain.grid.util.io.GridUnsafeDataInput
- readFully(byte[], int, int) - Method in class org.gridgain.grid.util.io.GridUnsafeDataInput
- readGridUuid(DataInput) - Static method in class org.gridgain.grid.util.GridUtils
-
- readGridUuids(DataInput) - Static method in class org.gridgain.grid.util.GridUtils
-
Reads Grid UUIDs from input stream.
- readInt() - Method in class org.gridgain.grid.util.io.GridUnsafeDataInput
- readInt(long) - Method in class org.gridgain.grid.util.offheap.unsafe.GridUnsafeMemory
-
- readIntArray() - Method in interface org.gridgain.grid.util.io.GridDataInput
-
Reads array of ints.
- readIntArray() - Method in class org.gridgain.grid.util.io.GridUnsafeDataInput
-
Reads array of ints.
- readIntCollection(DataInput) - Static method in class org.gridgain.grid.util.GridUtils
-
- readIntKeyIntValueMap(DataInput) - Static method in class org.gridgain.grid.util.GridUtils
-
- readIntKeyMap(ObjectInput) - Static method in class org.gridgain.grid.util.GridUtils
-
- readIntList(DataInput) - Static method in class org.gridgain.grid.util.GridUtils
-
- readIntSet(DataInput) - Static method in class org.gridgain.grid.util.GridUtils
-
- readIntVolatile(long) - Method in class org.gridgain.grid.util.offheap.unsafe.GridUnsafeMemory
-
- readItems - Variable in class org.gridgain.grid.util.direct.GridTcpCommunicationMessageState
-
- readLine() - Method in class org.gridgain.grid.util.io.GridReversedLinesFileReader
-
Returns the lines of the file from bottom to top.
- readLine() - Method in class org.gridgain.grid.util.io.GridUnsafeDataInput
- readLinkedMap(ObjectInput) - Static method in class org.gridgain.grid.util.GridUtils
-
- readList(ObjectInput) - Static method in class org.gridgain.grid.util.GridUtils
-
- readLock() - Method in interface org.gridgain.grid.kernal.GridKernalGateway
-
Should be called on entering every kernal related call
originated directly or indirectly via public API.
- readLock() - Method in class org.gridgain.grid.kernal.GridKernalGatewayImpl
-
Should be called on entering every kernal related call
originated directly or indirectly via public API.
- readLock() - Method in interface org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtPartitionTopology
-
Locks the topology, usually during mapping on locks or transactions.
- readLock() - Method in class org.gridgain.grid.streamer.index.GridStreamerIndexProviderAdapter
-
- readLock() - Method in class org.gridgain.grid.util.GridSpinReadWriteLock
-
Acquires write lock.
- readLong() - Method in class org.gridgain.grid.util.io.GridUnsafeDataInput
- readLong(long) - Method in class org.gridgain.grid.util.offheap.unsafe.GridUnsafeMemory
-
- readLongArray() - Method in interface org.gridgain.grid.util.io.GridDataInput
-
Reads array of longs.
- readLongArray() - Method in class org.gridgain.grid.util.io.GridUnsafeDataInput
-
Reads array of longs.
- readLongVolatile(long) - Method in class org.gridgain.grid.util.offheap.unsafe.GridUnsafeMemory
-
- readMap - Variable in class org.gridgain.grid.kernal.processors.cache.distributed.GridDistributedTxRemoteAdapter
-
Read set.
- readMap() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridDistributedTxRemoteAdapter
- readMap() - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheTxEx
-
- readMap() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxLocalAdapter
- readMap(ObjectInput) - Static method in class org.gridgain.grid.util.GridUtils
-
- readOnlyIterator() - Method in class com.romix.scala.collection.concurrent.TrieMap
-
Return an iterator over a TrieMap.
- readOnlySnapshot() - Method in class com.romix.scala.collection.concurrent.TrieMap
-
Returns a read-only snapshot of this TrieMap.
- readResolve() - Method in class org.gridgain.grid.kernal.executor.GridExecutorService
-
Reconstructs object on demarshalling.
- readResolve() - Method in class org.gridgain.grid.kernal.GridKernalContextImpl
-
Reconstructs object on demarshalling.
- readResolve() - Method in class org.gridgain.grid.kernal.GridLoggerProxy
-
Reconstructs object on demarshalling.
- readResolve() - Method in class org.gridgain.grid.kernal.GridNodeLocalMapImpl
-
Reconstructs object on demarshalling.
- readResolve() - Method in class org.gridgain.grid.kernal.GridProjectionAdapter
-
Reconstructs object on demarshalling.
- readResolve() - Method in class org.gridgain.grid.kernal.managers.loadbalancer.GridLoadBalancerAdapter
-
Reconstructs object on demarshalling.
- readResolve() - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheQueueProxy
-
Reconstructs object on demarshalling.
- readResolve() - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheSetProxy
-
Reconstructs object on demarshalling.
- readResolve() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
Reconstructs object on demarshalling.
- readResolve() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheContext
-
Reconstructs object on demarshalling.
- readResolve() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxAdapter
-
Reconstructs object on demarshalling.
- readResolve() - Method in class org.gridgain.grid.kernal.processors.streamer.GridStreamerImpl
-
Reconstructs object on unmarshalling.
- readResolve() - Method in class org.gridgain.grid.product.GridProductVersion
-
- reads() - Method in interface org.gridgain.client.GridClientDataMetrics
-
Gets total number of reads of the owning entity (either cache or entry).
- reads() - Method in class org.gridgain.client.impl.GridClientDataMetricsAdapter
-
Gets total number of reads of the owning entity (either cache or entry).
- reads(int) - Method in class org.gridgain.client.impl.GridClientDataMetricsAdapter
-
Sets number of reads.
- reads() - Method in interface org.gridgain.grid.cache.GridCacheMetrics
-
Gets total number of reads of the owning entity (either cache or entry).
- reads() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridDistributedTxMapping
-
- reads() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridDistributedTxPrepareRequest
-
- reads(Collection<GridCacheTxEntry<K, V>>) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridDistributedTxPrepareRequest
-
- reads() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMetricsAdapter
-
Gets total number of reads of the owning entity (either cache or entry).
- reads() - Static method in class org.gridgain.grid.kernal.processors.cache.GridCacheUtils
-
- reads() - Method in class org.gridgain.grid.kernal.visor.cmd.dto.VisorCacheMetrics
-
- readSet() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridDistributedTxRemoteAdapter
- readSet() - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheTxEx
-
- readSet() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxLocalAdapter
-
- readSet(ObjectInput) - Static method in class org.gridgain.grid.util.GridUtils
-
- readShort() - Method in class org.gridgain.grid.util.io.GridUnsafeDataInput
- readShort(long) - Method in class org.gridgain.grid.util.offheap.unsafe.GridUnsafeMemory
-
- readShortArray() - Method in interface org.gridgain.grid.util.io.GridDataInput
-
Reads array of shorts.
- readShortArray() - Method in class org.gridgain.grid.util.io.GridUnsafeDataInput
-
Reads array of shorts.
- readSize - Variable in class org.gridgain.grid.util.direct.GridTcpCommunicationMessageState
-
- readsPaused() - Method in interface org.gridgain.grid.util.nio.GridNioSession
-
Checks whether reads are paused.
- readsPaused(boolean) - Method in class org.gridgain.grid.util.nio.GridNioSessionImpl
-
- readsPaused() - Method in class org.gridgain.grid.util.nio.GridNioSessionImpl
-
- readString(DataInput) - Static method in class org.gridgain.grid.util.GridUtils
-
Reads string from input stream accounting for null values.
- readStringMap(DataInput) - Static method in class org.gridgain.grid.util.GridUtils
-
- readThrough(GridCacheTxEx<K, V>, K, boolean, GridPredicate<GridCacheEntry<K, V>>[], UUID) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearCacheEntry
- readThrough(GridCacheTxEx<K, V>, K, boolean, GridPredicate<GridCacheEntry<K, V>>[], UUID) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMapEntry
-
- readThroughAllAsync(Collection<? extends K>, boolean, GridCacheTxEx<K, V>, GridPredicate<GridCacheEntry<K, V>>[], UUID, GridBiInClosure<K, V>) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearCacheAdapter
- readThroughAllAsync(Collection<? extends K>, boolean, GridCacheTxEx<K, V>, GridPredicate<GridCacheEntry<K, V>>[], UUID, GridBiInClosure<K, V>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
- readTime() - Method in interface org.gridgain.client.GridClientDataMetrics
-
Gets last read time of the owning entity (either cache or entry).
- readTime() - Method in class org.gridgain.client.impl.GridClientDataMetricsAdapter
-
Gets last read time of the owning entity (either cache or entry).
- readTime(long) - Method in class org.gridgain.client.impl.GridClientDataMetricsAdapter
-
Sets read time.
- readTime() - Method in interface org.gridgain.grid.cache.GridCacheMetrics
-
Gets last read time of the owning entity (either cache or entry).
- readTime() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMetricsAdapter
-
Gets last read time of the owning entity (either cache or entry).
- readTimeout() - Method in class org.gridgain.grid.kernal.visor.cmd.dto.node.VisorDrSenderHubConfig
-
- readTimeout(long) - Method in class org.gridgain.grid.kernal.visor.cmd.dto.node.VisorDrSenderHubConfig
-
- readTreeMap(ObjectInput) - Static method in class org.gridgain.grid.util.GridUtils
-
- readUnlock() - Method in interface org.gridgain.grid.kernal.GridKernalGateway
-
Should be called on leaving every kernal related call
originated directly or indirectly via public API.
- readUnlock() - Method in class org.gridgain.grid.kernal.GridKernalGatewayImpl
-
Should be called on leaving every kernal related call
originated directly or indirectly via public API.
- readUnlock() - Method in interface org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtPartitionTopology
-
- readUnlock() - Method in class org.gridgain.grid.streamer.index.GridStreamerIndexProviderAdapter
-
- readUnlock() - Method in class org.gridgain.grid.util.GridSpinReadWriteLock
-
Read unlock.
- readUnsignedByte() - Method in class org.gridgain.grid.util.io.GridUnsafeDataInput
- readUnsignedShort() - Method in class org.gridgain.grid.util.io.GridUnsafeDataInput
- readUTF() - Method in class org.gridgain.grid.util.io.GridUnsafeDataInput
- readUuid(DataInput) - Static method in class org.gridgain.grid.util.GridUtils
-
Reads UUID from input stream.
- readUuids(DataInput) - Static method in class org.gridgain.grid.util.GridUtils
-
Reads UUIDs from input stream.
- readValue(String, GridSwapKey, ClassLoader) - Method in class org.gridgain.grid.kernal.managers.swapspace.GridSwapSpaceManager
-
Reads value from swap.
- readValue(V) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxEntry
-
Sets read value if this tx entrty does not have write value yet.
- readVersion(ObjectInput) - Static method in class org.gridgain.grid.kernal.processors.cache.GridCacheUtils
-
- readView - Variable in class org.gridgain.grid.kernal.processors.cache.GridCacheTxLocalAdapter
-
Read view on transaction map.
- ready() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMvccCandidate
-
- ready() - Method in class org.gridgain.grid.kernal.processors.clock.GridClockDeltaSnapshot
-
- readyFuture(long) - Method in class org.gridgain.grid.kernal.processors.affinity.GridAffinityAssignmentCache
-
Gets future that will be completed after topology with version topVer is calculated.
- readyLocal(GridCacheVersion) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMvcc
-
- readyLocal(GridCacheMvccCandidate<K>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMvcc
-
- readyLocal(GridCacheMvccCandidate<K>) - Method in class org.gridgain.grid.kernal.processors.cache.local.GridLocalCacheEntry
-
- readyLocal(GridCacheVersion) - Method in class org.gridgain.grid.kernal.processors.cache.local.GridLocalCacheEntry
-
- readyLock(GridCacheMvccCandidate<K>) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridDistributedCacheEntry
-
- readyLock(GridCacheVersion) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridDistributedCacheEntry
-
- readyLock(GridCacheMvccCandidate<K>) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearCacheEntry
- readyNearLocal(GridCacheVersion, GridCacheVersion, Collection<GridCacheVersion>, Collection<GridCacheVersion>, Collection<GridCacheVersion>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMvcc
-
Marks near-local candidate as ready and makes locks reassignment.
- readyNearLock(GridCacheVersion, GridCacheVersion, Collection<GridCacheVersion>, Collection<GridCacheVersion>, Collection<GridCacheVersion>) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridDistributedCacheEntry
-
Notifies mvcc that near local lock is ready to be acquired.
- reason() - Method in class org.gridgain.grid.dr.cache.sender.GridDrStatus
-
Gets pause reason.
- rebuildAllIndexes() - Method in interface org.gridgain.grid.cache.query.GridCacheQueries
-
Forces this cache to rebuild search indexes of all types.
- rebuildAllIndexes(String) - Method in class org.gridgain.grid.kernal.managers.indexing.GridIndexingManager
-
Rebuilds all search indexes for given spi.
- rebuildAllIndexes() - Method in class org.gridgain.grid.kernal.processors.cache.query.GridCacheQueriesImpl
-
Forces this cache to rebuild search indexes of all types.
- rebuildAllIndexes() - Method in class org.gridgain.grid.kernal.processors.cache.query.GridCacheQueriesProxy
-
Forces this cache to rebuild search indexes of all types.
- rebuildAllIndexes() - Method in class org.gridgain.grid.kernal.processors.cache.query.GridCacheQueryManager
-
Rebuilds all search indexes of all types.
- rebuildIndexes(Class<?>) - Method in interface org.gridgain.grid.cache.query.GridCacheQueries
-
Forces this cache to rebuild all search indexes of given value type.
- rebuildIndexes(String, String, Class<?>) - Method in class org.gridgain.grid.kernal.managers.indexing.GridIndexingManager
-
Rebuilds all search indexes of given value type for given space of spi.
- rebuildIndexes(Class<?>) - Method in class org.gridgain.grid.kernal.processors.cache.query.GridCacheQueriesImpl
-
Forces this cache to rebuild all search indexes of given value type.
- rebuildIndexes(Class<?>) - Method in class org.gridgain.grid.kernal.processors.cache.query.GridCacheQueriesProxy
-
Forces this cache to rebuild all search indexes of given value type.
- rebuildIndexes(Class<?>) - Method in class org.gridgain.grid.kernal.processors.cache.query.GridCacheQueryManager
-
Rebuilds all search indexes of given value type.
- rebuildIndexes(String, GridIndexingTypeDescriptor) - Method in interface org.gridgain.grid.spi.indexing.GridIndexingSpi
-
Rebuilds all indexes of given type.
- rebuildIndexes(String, GridIndexingTypeDescriptor) - Method in class org.gridgain.grid.spi.indexing.GridNoopIndexingSpi
-
Rebuilds all indexes of given type.
- receive(UUID, T) - Method in class org.gridgain.grid.messaging.GridMessagingListenActor
-
This method receives the message.
- receivedMessages() - Method in class org.gridgain.grid.spi.discovery.tcp.internal.GridTcpDiscoveryStatistics
-
Gets received messages counts (grouped by type).
- receiverCacheMetrics(String) - Method in interface org.gridgain.grid.dr.GridDr
-
Gets receiver cache metrics.
- receiverHubAddresses() - Method in class org.gridgain.grid.kernal.visor.cmd.dto.node.VisorDrSenderHubConnectionConfig
-
- receiverHubAddresses(String[]) - Method in class org.gridgain.grid.kernal.visor.cmd.dto.node.VisorDrSenderHubConnectionConfig
-
- receiverHubAggregatedInMetrics(byte) - Method in interface org.gridgain.grid.dr.GridDr
-
Gets receiver hub incoming data metrics aggregated across all cache names for the given remote data center.
- receiverHubAggregatedInMetrics(String) - Method in interface org.gridgain.grid.dr.GridDr
-
Gets receiver hub incoming data metrics aggregated across all remote data centers for the given cache name.
- receiverHubAggregatedInMetrics() - Method in interface org.gridgain.grid.dr.GridDr
-
Gets receiver hub incoming data metrics aggregated across all remote data centers and cache names.
- receiverHubAggregatedOutMetrics() - Method in interface org.gridgain.grid.dr.GridDr
-
Gets receiver hub outgoing data metrics aggregated across all receiver caches.
- receiverHubInMetrics(byte, String) - Method in interface org.gridgain.grid.dr.GridDr
-
Gets receiver hub incoming data metrics for the given remote data center and cache name.
- receiverHubLoadBalancingMode() - Method in class org.gridgain.grid.kernal.visor.cmd.dto.node.VisorDrSenderHubConnectionConfig
-
- receiverHubLoadBalancingMode(GridDrReceiverHubLoadBalancingMode) - Method in class org.gridgain.grid.kernal.visor.cmd.dto.node.VisorDrSenderHubConnectionConfig
-
- receiverHubOutMetrics(String) - Method in interface org.gridgain.grid.dr.GridDr
-
Gets receiver hub outgoing data metrics for the given cache name.
- recheck() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridDistributedCacheEntry
-
Rechecks if lock should be reassigned.
- recheck() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMvcc
-
Checks if lock should be assigned.
- recheck() - Method in class org.gridgain.grid.kernal.processors.cache.local.GridLocalCacheEntry
-
Rechecks if lock should be reassigned.
- recheckPendingLocks() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMvccManager
-
- 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.tcp.GridTcpDiscoverySpi
-
Tells discovery SPI to reconnect to topology.
- reconnectOnFailureTimeout() - Method in class org.gridgain.grid.kernal.visor.cmd.dto.node.VisorDrSenderHubConfig
-
- reconnectOnFailureTimeout(long) - Method in class org.gridgain.grid.kernal.visor.cmd.dto.node.VisorDrSenderHubConfig
-
- record(GridEvent) - Method in class org.gridgain.grid.kernal.managers.eventstorage.GridEventStorageManager
-
Records event if it's recordable.
- 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.
- recordDhtVersion(GridCacheVersion) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearCacheEntry
-
This method should be called only when committing optimistic transactions.
- recordEvent(GridEvent) - Method in interface org.gridgain.grid.spi.GridSpiContext
-
Records local event.
- recordLocal(GridEvent) - Method in interface org.gridgain.grid.events.GridEvents
-
Records customer user generated event.
- recordLocal(GridEvent) - Method in class org.gridgain.grid.kernal.GridEventsImpl
-
Records customer user generated event.
- recordNodeId(UUID) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearCacheEntry
- recordNodeId(UUID) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMapEntry
-
- recordResolver() - Method in interface org.gridgain.grid.ggfs.mapreduce.GridGgfsTaskArgs
-
Gets record resolver for the task.
- records() - Method in class org.gridgain.grid.kernal.processors.port.GridPortProcessor
-
Returns unmodifiable collections of records.
- recoveryWrites() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.colocated.GridDhtColocatedTxLocal
-
Gets pessimistic recovery writes, i.e.
- recoveryWrites() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridCacheCommittedTxInfo
-
- recoveryWrites() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridDistributedTxFinishRequest
-
- recoveryWrites(Collection<GridCacheTxEntry<K, V>>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxAdapter
-
- recoveryWrites() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxAdapter
-
- recoveryWrites() - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheTxEx
-
Gets pessimistic recovery writes, i.e.
- redoBytesSize(byte) - Method in class org.gridgain.grid.dr.hub.sender.store.fs.GridDrSenderHubFsStore
-
- reduce(List<GridComputeJobResult>) - Method in interface org.gridgain.grid.compute.GridComputeTask
-
Reduces (or aggregates) results received so far into one compound result to be returned to
caller via
GridComputeTaskFuture.get() method.
- reduce(List<GridComputeJobResult>) - Method in class org.gridgain.grid.compute.gridify.aop.GridifyDefaultRangeTask
-
Reduces (or aggregates) results received so far into one compound result to be returned to
caller via
GridComputeTaskFuture.get() method.
- reduce(List<GridComputeJobResult>) - Method in class org.gridgain.grid.compute.gridify.aop.GridifyDefaultTask
-
Reduces (or aggregates) results received so far into one compound result to be returned to
caller via
GridComputeTaskFuture.get() method.
- reduce(List<GridComputeJobResult>) - Method in class org.gridgain.grid.ggfs.mapreduce.GridGgfsTaskNoReduceAdapter
-
Default implementation which will ignore all results sent from execution nodes.
- reduce(List<GridComputeJobResult>) - Method in class org.gridgain.grid.kernal.processors.cache.query.jdbc.GridCacheQueryJdbcMetadataTask
-
Reduces (or aggregates) results received so far into one compound result to be returned to
caller via
GridComputeTaskFuture.get() method.
- reduce(List<GridComputeJobResult>) - Method in class org.gridgain.grid.kernal.processors.cache.query.jdbc.GridCacheQueryJdbcTask
-
Reduces (or aggregates) results received so far into one compound result to be returned to
caller via
GridComputeTaskFuture.get() method.
- reduce(List<GridComputeJobResult>) - Method in class org.gridgain.grid.kernal.processors.cache.query.jdbc.GridCacheQueryJdbcValidationTask
-
Reduces (or aggregates) results received so far into one compound result to be returned to
caller via
GridComputeTaskFuture.get() method.
- reduce(GridClosure<GridStreamerContext, R1>, GridReducer<R1, R2>) - Method in class org.gridgain.grid.kernal.processors.streamer.GridStreamerContextDelegate
-
Queries all streamer nodes deployed within grid.
- reduce(GridClosure<GridStreamerContext, R1>, GridReducer<R1, R2>, Collection<GridNode>) - Method in class org.gridgain.grid.kernal.processors.streamer.GridStreamerContextDelegate
-
Queries streamer nodes deployed within grid.
- reduce(GridClosure<GridStreamerContext, R1>, GridReducer<R1, R2>) - Method in class org.gridgain.grid.kernal.processors.streamer.GridStreamerContextImpl
-
Queries all streamer nodes deployed within grid.
- reduce(GridClosure<GridStreamerContext, R1>, GridReducer<R1, R2>, Collection<GridNode>) - Method in class org.gridgain.grid.kernal.processors.streamer.GridStreamerContextImpl
-
Queries streamer nodes deployed within grid.
- reduce(List<GridComputeJobResult>) - Method in class org.gridgain.grid.kernal.processors.streamer.task.GridStreamerBroadcastTask
-
Reduces (or aggregates) results received so far into one compound result to be returned to
caller via
GridComputeTaskFuture.get() method.
- reduce(List<GridComputeJobResult>) - Method in class org.gridgain.grid.kernal.processors.streamer.task.GridStreamerQueryTask
-
Reduces (or aggregates) results received so far into one compound result to be returned to
caller via
GridComputeTaskFuture.get() method.
- reduce(List<GridComputeJobResult>) - Method in class org.gridgain.grid.kernal.processors.streamer.task.GridStreamerReduceTask
-
Reduces (or aggregates) results received so far into one compound result to be returned to
caller via
GridComputeTaskFuture.get() method.
- reduce(List<GridComputeJobResult>) - Method in class org.gridgain.grid.kernal.visor.cmd.tasks.VisorAckTask
-
Reduces (or aggregates) results received so far into one compound result to be returned to
caller via
GridComputeTaskFuture.get() method.
- reduce(List<GridComputeJobResult>) - Method in class org.gridgain.grid.kernal.visor.cmd.tasks.VisorCacheCollectMetricsTask
-
Reduces (or aggregates) results received so far into one compound result to be returned to
caller via
GridComputeTaskFuture.get() method.
- reduce(List<GridComputeJobResult>) - Method in class org.gridgain.grid.kernal.visor.cmd.tasks.VisorEventsCollectTask
-
Reduces (or aggregates) results received so far into one compound result to be returned to
caller via
GridComputeTaskFuture.get() method.
- reduce(List<GridComputeJobResult>) - Method in class org.gridgain.grid.kernal.visor.cmd.tasks.VisorGcTask
-
Reduces (or aggregates) results received so far into one compound result to be returned to
caller via
GridComputeTaskFuture.get() method.
- reduce(List<GridComputeJobResult>) - Method in class org.gridgain.grid.kernal.visor.cmd.tasks.VisorLicenseCollectTask
-
Reduces (or aggregates) results received so far into one compound result to be returned to
caller via
GridComputeTaskFuture.get() method.
- reduce(List<GridComputeJobResult>) - Method in class org.gridgain.grid.kernal.visor.cmd.VisorOneNodeTask
-
Reduces (or aggregates) results received so far into one compound result to be returned to
caller via
GridComputeTaskFuture.get() method.
- reduce() - Method in interface org.gridgain.grid.lang.GridReducer
-
Reduces collected values into one.
- reduce(GridClosure<GridStreamerContext, R1>, GridReducer<R1, R2>) - Method in interface org.gridgain.grid.streamer.GridStreamerContext
-
Queries all streamer nodes deployed within grid.
- reduce(GridClosure<GridStreamerContext, R1>, GridReducer<R1, R2>, Collection<GridNode>) - Method in interface org.gridgain.grid.streamer.GridStreamerContext
-
Queries streamer nodes deployed within grid.
- reduce(Iterable<? extends X>, GridReducer<? super X, Y>) - Static method in class org.gridgain.grid.util.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.util.lang.GridFunc
-
Reduces given map into single value using given for-all closure.
- reduce() - Method in class org.gridgain.grid.util.lang.GridReducerX
-
Reduces collected values into one.
- reducer() - Method in class org.gridgain.grid.kernal.processors.cache.query.GridCacheQueryBean
-
- reducer() - Method in class org.gridgain.grid.kernal.processors.cache.query.GridCacheQueryRequest
-
- reducer() - Method in class org.gridgain.grid.util.future.GridCompoundFuture
-
Gets optional reducer.
- reducer(GridReducer<T, R>) - Method in class org.gridgain.grid.util.future.GridCompoundFuture
-
Sets optional reducer.
- reenter() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMvccCandidate
-
- reentry() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMvccCandidate
-
- refreshAhead(K, GridCacheVersion) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearCacheEntry
- refreshAhead(K, GridCacheVersion) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMapEntry
-
- refreshAheadRatio() - Method in class org.gridgain.grid.kernal.visor.cmd.dto.cache.VisorCacheConfig
-
- refreshAheadRatio(double) - Method in class org.gridgain.grid.kernal.visor.cmd.dto.cache.VisorCacheConfig
-
- refreshingLocked(boolean) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMapEntry
-
- refreshingUnlocked() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMapEntry
-
- refreshJobSiblings() - Method in interface org.gridgain.grid.compute.GridComputeTaskSession
-
Refreshes collection of job siblings.
- refreshJobSiblings() - Method in class org.gridgain.grid.kernal.GridJobSessionImpl
-
Refreshes collection of job siblings.
- refreshJobSiblings() - Method in class org.gridgain.grid.kernal.GridTaskSessionImpl
-
Refreshes collection of job siblings.
- refreshNode(UUID, boolean, boolean) - Method in interface org.gridgain.client.GridClientCompute
-
Refreshes and returns node by its ID from remote grid.
- refreshNode(String, boolean, boolean) - Method in interface org.gridgain.client.GridClientCompute
-
Refreshes and returns node by its IP address from remote grid.
- refreshNodeAsync(UUID, boolean, boolean) - Method in interface org.gridgain.client.GridClientCompute
-
Asynchronously refreshes and returns node by its ID from remote grid.
- refreshNodeAsync(String, boolean, boolean) - Method in interface org.gridgain.client.GridClientCompute
-
Asynchronously refreshes and returns node by its IP address from remote grid.
- refreshRemotes() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridDistributedCacheEntry
-
- refreshTopology(boolean, boolean) - Method in interface org.gridgain.client.GridClientCompute
-
Refreshes and returns all nodes within topology.
- refreshTopologyAsync(boolean, boolean) - Method in interface org.gridgain.client.GridClientCompute
-
Asynchronously refreshes and returns all nodes within topology.
- REG_ADDR_QRY - Static variable in class org.gridgain.grid.spi.discovery.tcp.ipfinder.jdbc.GridTcpDiscoveryJdbcIpFinder
-
Query to register address.
- register(UUID, UUID, GridKernalContext) - Method in class org.gridgain.grid.kernal.GridMessageListenHandler
-
Registers listener.
- register(UUID, UUID, GridKernalContext) - Method in interface org.gridgain.grid.kernal.processors.continuous.GridContinuousHandler
-
Registers listener.
- 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.
- 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.sharedfs.GridTcpDiscoverySharedFsIpFinder
-
Registers new addresses.
- registerAddresses(Collection<InetSocketAddress>) - Method in class org.gridgain.grid.spi.discovery.tcp.ipfinder.vm.GridTcpDiscoveryVmIpFinder
-
Registers new addresses.
- registerCacheMBean(MBeanServer, String, String, String, T, Class<T>) - Static method in class org.gridgain.grid.util.GridUtils
-
Registers MBean with the server.
- registerClass(Object) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheDeploymentManager
-
- registerClass(Class<?>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheDeploymentManager
-
- registerClass(Class<?>, ClassLoader) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheDeploymentManager
-
- registerClasses(Object...) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheDeploymentManager
-
Register local classes.
- registerClasses(Iterable<?>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheDeploymentManager
-
Register local classes.
- registerCommon(GridTcpCommunicationMessageProducer, int...) - Static method in class org.gridgain.grid.util.direct.GridTcpCommunicationMessageFactory
-
Register message producer for common message type.
- registerCustom(GridTcpCommunicationMessageProducer, byte) - Static method in class org.gridgain.grid.util.direct.GridTcpCommunicationMessageFactory
-
Registers factory for custom message.
- registerDeploymentManager(GridDeploymentManager) - Static method in class org.gridgain.grid.kernal.managers.deployment.protocol.gg.GridProtocolHandler
-
Registers deployment manager.
- registerLocal(Class<?>, Class<? extends GridVersionConverter>, GridProductVersion) - Method in interface org.gridgain.grid.kernal.processors.version.GridVersionProcessor
-
Locally registers converter for a class.
- registerLocal(Class<?>, Class<? extends GridVersionConverter>, GridProductVersion) - Method in class org.gridgain.grid.kernal.processors.version.os.GridOsVersionProcessor
-
Locally registers converter for a class.
- registerMarshaller(GridIndexingMarshaller) - Method in interface org.gridgain.grid.spi.indexing.GridIndexingSpi
-
Marshaller to be used by SPI.
- registerMarshaller(GridIndexingMarshaller) - Method in class org.gridgain.grid.spi.indexing.GridNoopIndexingSpi
-
Marshaller to be used by SPI.
- registerMBean(String, T, Class<T>) - Method in class org.gridgain.grid.spi.GridSpiAdapter
-
Registers SPI MBean.
- registerMBean(MBeanServer, String, String, String, T, Class<T>) - Static method in class org.gridgain.grid.util.GridUtils
-
Registers MBean with the server.
- registerMBean(MBeanServer, ObjectName, T, Class<T>) - Static method in class org.gridgain.grid.util.GridUtils
-
Registers MBean with the server.
- registerPort(int, GridPortProtocol, Class) - Method in class org.gridgain.grid.kernal.processors.port.GridPortProcessor
-
Registers port using by passed class.
- registerPort(int, GridPortProtocol) - Method in interface org.gridgain.grid.spi.GridSpiContext
-
Registers open port.
- registerSpace(String) - Method in interface org.gridgain.grid.spi.indexing.GridIndexingSpi
-
Registers space in this SPI.
- registerSpace(String) - Method in class org.gridgain.grid.spi.indexing.GridNoopIndexingSpi
-
Registers space in this SPI.
- registerType(String, GridIndexingTypeDescriptor) - Method in interface org.gridgain.grid.spi.indexing.GridIndexingSpi
-
Registers type if it was not known before or updates it otherwise.
- registerType(String, GridIndexingTypeDescriptor) - Method in class org.gridgain.grid.spi.indexing.GridNoopIndexingSpi
-
Registers type if it was not known before or updates it otherwise.
- relaxDiscoveryOrdered() - Static method in class org.gridgain.grid.util.GridUtils
-
- release() - Method in class org.gridgain.grid.kernal.GridTaskSessionImpl
-
- release() - Method in class org.gridgain.grid.kernal.managers.deployment.GridDeployment
-
Decrements usage count.
- release() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtLocalPartition
-
Releases previously reserved partition.
- release(SB) - Static method in class org.gridgain.grid.util.GridStringBuilderFactory
-
- release() - Method in class org.gridgain.grid.util.nio.GridAbstractCommunicationClient
-
Releases this client by decreasing reservations.
- release() - Method in interface org.gridgain.grid.util.nio.GridCommunicationClient
-
Releases this client by decreasing reservations.
- release(long, long) - Method in class org.gridgain.grid.util.offheap.unsafe.GridUnsafeMemory
-
Releases memory at the given address.
- RELEASE_DATE - Static variable in class org.gridgain.grid.kernal.GridProductImpl
-
Release date.
- releaseDate() - Method in class org.gridgain.grid.product.GridProductVersion
-
Gets release date.
- releaseErr() - Static method in class org.gridgain.grid.util.test.GridTestPrintStreamFactory
-
Releases standard error.
- releaseFuture() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheExplicitLockSpan
-
Gets span release future.
- releaseLater(long, long) - Method in class org.gridgain.grid.util.offheap.unsafe.GridUnsafeMemory
-
Releases memory in the future when it will be safe to do that.
- releaseLater(GridUnsafeCompoundMemory) - Method in class org.gridgain.grid.util.offheap.unsafe.GridUnsafeMemory
-
Releases compound memory.
- releaseLocal() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMvcc
-
Local local release.
- releaseLocal(long) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMvcc
-
Local release.
- releaseOut() - Static method in class org.gridgain.grid.util.test.GridTestPrintStreamFactory
-
Releases standard out.
- releaseQuiet(FileLock) - Static method in class org.gridgain.grid.util.GridUtils
-
Quietly releases file lock ignoring all possible exceptions.
- releaseSwap() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMapEntry
-
- releaseSystem(long, long) - Method in class org.gridgain.grid.util.offheap.unsafe.GridUnsafeMemory
-
- reload() - Method in interface org.gridgain.grid.cache.GridCacheEntry
-
- reload(K) - Method in interface org.gridgain.grid.cache.GridCacheProjection
-
Reloads a single key from persistent storage.
- reload(K, GridPredicate<GridCacheEntry<K, V>>...) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtCacheAdapter
- reload(K, GridPredicate<GridCacheEntry<K, V>>...) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearCacheAdapter
- reload() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearGetRequest
-
- reload(K) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
Reloads a single key from persistent storage.
- reload(K, GridPredicate<GridCacheEntry<K, V>>...) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
- reload() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheEntryImpl
-
- reload() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheEvictionEntry
-
- reload() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheFilterEvaluationEntry
-
- reload(K) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProjectionImpl
-
Reloads a single key from persistent storage.
- reload(K) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProxyImpl
-
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>) - Method in interface org.gridgain.grid.cache.GridCacheProjection
-
Reloads specified entries from underlying persistent storage.
- reloadAll(Collection<? extends K>, GridPredicate<GridCacheEntry<K, V>>...) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearCacheAdapter
- reloadAll() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearCacheAdapter
-
Reloads all currently cached keys form persistent storage.
- reloadAll(Collection<? extends K>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
Reloads specified entries from underlying persistent storage.
- reloadAll() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
Reloads all currently cached keys form persistent storage.
- reloadAll(Collection<? extends K>, boolean, GridPredicate<GridCacheEntry<K, V>>...) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
- reloadAll(Collection<? extends K>, GridPredicate<GridCacheEntry<K, V>>...) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
- reloadAll(GridPredicate<GridCacheEntry<K, V>>...) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
- reloadAll() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProjectionImpl
-
Reloads all currently cached keys form persistent storage.
- reloadAll(Collection<? extends K>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProjectionImpl
-
Reloads specified entries from underlying persistent storage.
- reloadAll() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProxyImpl
-
Reloads all currently cached keys form persistent storage.
- reloadAll(Collection<? extends K>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProxyImpl
-
Reloads specified entries from 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>) - Method in interface org.gridgain.grid.cache.GridCacheProjection
-
Asynchronously reloads all specified entries from underlying
persistent storage.
- reloadAllAsync(Collection<? extends K>, GridPredicate<GridCacheEntry<K, V>>...) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearCacheAdapter
- reloadAllAsync() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearCacheAdapter
-
Asynchronously reloads all specified entries from underlying
persistent storage.
- reloadAllAsync(GridPredicate<GridCacheEntry<K, V>>) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearCacheAdapter
- reloadAllAsync(Collection<? extends K>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
Asynchronously reloads all specified entries from underlying
persistent storage.
- reloadAllAsync() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
Asynchronously reloads all specified entries from underlying
persistent storage.
- reloadAllAsync(Collection<? extends K>, boolean, UUID, GridPredicate<GridCacheEntry<K, V>>...) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
- reloadAllAsync(Collection<? extends K>, GridPredicate<GridCacheEntry<K, V>>...) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
- reloadAllAsync(GridPredicate<GridCacheEntry<K, V>>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
- reloadAllAsync() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProjectionImpl
-
Asynchronously reloads all specified entries from underlying
persistent storage.
- reloadAllAsync(Collection<? extends K>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProjectionImpl
-
Asynchronously reloads all specified entries from underlying
persistent storage.
- reloadAllAsync() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProxyImpl
-
Asynchronously reloads all specified entries from underlying
persistent storage.
- reloadAllAsync(Collection<? extends K>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProxyImpl
-
Asynchronously reloads all specified entries from underlying
persistent storage.
- reloadAsync() - Method in interface org.gridgain.grid.cache.GridCacheEntry
-
- reloadAsync(K) - Method in interface org.gridgain.grid.cache.GridCacheProjection
-
Asynchronously reloads a single key from persistent storage.
- reloadAsync(K) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
Asynchronously reloads a single key from persistent storage.
- reloadAsync(K, GridPredicate<GridCacheEntry<K, V>>...) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
- reloadAsync() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheEntryImpl
-
- reloadAsync() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheEvictionEntry
-
- reloadAsync() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheFilterEvaluationEntry
-
- reloadAsync(K) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProjectionImpl
-
Asynchronously reloads a single key from persistent storage.
- reloadAsync(K) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProxyImpl
-
Asynchronously reloads a single key from persistent storage.
- remainingCapacity() - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheQueueAdapter
- remainingCapacity() - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheQueueProxy
- remainingTime() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxAdapter
-
Gets remaining allowed transaction time.
- remainingTime() - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheTxEx
-
Gets allowed remaining time for this transaction.
- remainingTxs() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMultiTxFuture
-
- remapKeys(Collection<K>) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic.GridNearAtomicUpdateResponse
-
- remapKeys() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic.GridNearAtomicUpdateResponse
-
- remoteAddress() - Method in interface org.gridgain.grid.util.nio.GridNioSession
-
Gets address of remote peer on this session.
- remoteAddress() - Method in class org.gridgain.grid.util.nio.GridNioSessionImpl
-
Gets address of remote peer on this session.
- remoteCacheNodes(String, long) - Method in class org.gridgain.grid.kernal.managers.discovery.GridDiscoveryManager
-
Gets cache remote nodes for cache with given name.
- remoteCandidate(UUID, long) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMvcc
-
- remoteCandidates(GridCacheVersion...) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMvcc
-
- remoteCandidates() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMvccManager
-
This method has poor performance, so use with care.
- remoteDataCentersFormatted() - Method in interface org.gridgain.grid.dr.hub.sender.GridDrSenderHubMBean
-
Gets formatted remote data centers configuration info.
- remoteEventsAsync(GridPredicate<T>, Collection<? extends GridNode>, long) - Method in class org.gridgain.grid.kernal.managers.eventstorage.GridEventStorageManager
-
- remoteListen(GridBiPredicate<UUID, T>, GridPredicate<T>, int...) - Method in interface org.gridgain.grid.events.GridEvents
-
Adds event listener for specified events to all nodes in the projection (possibly including
local node if it belongs to the projection as well).
- remoteListen(int, long, boolean, GridBiPredicate<UUID, T>, GridPredicate<T>, int...) - Method in interface org.gridgain.grid.events.GridEvents
-
Adds event listener for specified events to all nodes in the projection (possibly including
local node if it belongs to the projection as well).
- remoteListen(GridBiPredicate<UUID, T>, GridPredicate<T>, int...) - Method in class org.gridgain.grid.kernal.GridEventsImpl
-
Adds event listener for specified events to all nodes in the projection (possibly including
local node if it belongs to the projection as well).
- remoteListen(int, long, boolean, GridBiPredicate<UUID, T>, GridPredicate<T>, int...) - Method in class org.gridgain.grid.kernal.GridEventsImpl
-
Adds event listener for specified events to all nodes in the projection (possibly including
local node if it belongs to the projection as well).
- remoteListen(Object, GridBiPredicate<UUID, ?>) - Method in class org.gridgain.grid.kernal.GridMessagingImpl
-
Adds a message listener for a given topic to all nodes in the projection (possibly including
this node if it belongs to the projection as well).
- remoteListen(Object, GridBiPredicate<UUID, ?>) - Method in interface org.gridgain.grid.messaging.GridMessaging
-
Adds a message listener for a given topic to all nodes in the projection (possibly including
this node if it belongs to the projection as well).
- remoteMvccSnapshot(GridCacheVersion...) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridDistributedCacheEntry
-
Gets all remote versions.
- remoteMvccSnapshot(GridCacheVersion...) - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheEntryEx
-
Gets all remote versions.
- remoteMvccSnapshot(GridCacheVersion...) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMapEntry
-
Gets all remote versions.
- remoteNodes() - Method in class org.gridgain.grid.kernal.managers.discovery.GridDiscoveryManager
-
- remoteNodes(Iterable<? extends K>, long) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAffinityManager
-
- remoteNodes(GridCacheContext) - Static method in class org.gridgain.grid.kernal.processors.cache.GridCacheUtils
-
Gets remote nodes on which cache with the same name is started.
- remoteNodes(GridCacheContext, long) - Static method in class org.gridgain.grid.kernal.processors.cache.GridCacheUtils
-
Gets remote nodes on which cache with the same name is started.
- remoteNodes() - Method in class org.gridgain.grid.spi.discovery.tcp.internal.GridTcpDiscoveryNodesRing
-
Gets remote nodes.
- remoteNodes() - Method in interface org.gridgain.grid.spi.GridSpiContext
-
Gets a collection of remote grid nodes.
- remoteNodes(UUID) - Static method in class org.gridgain.grid.util.lang.GridFunc
-
Gets predicate that evaluates to false for given local node ID.
- remoteOwner() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMvcc
-
- remoteQuery(GridPredicate<T>, long, int...) - Method in interface org.gridgain.grid.events.GridEvents
-
Asynchronously queries nodes in this projection for events using passed in predicate filter for event
selection.
- remoteQuery(GridPredicate<T>, long, int...) - Method in class org.gridgain.grid.kernal.GridEventsImpl
-
Asynchronously queries nodes in this projection for events using passed in predicate filter for event
selection.
- remoteThreadId() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridDistributedTxRemoteAdapter
-
- remoteThreadId() - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheTxRemoteEx
-
- remove(Object) - Method in class com.romix.scala.collection.concurrent.TrieMap
-
- remove(Object, Object) - Method in class com.romix.scala.collection.concurrent.TrieMap
-
- remove(K) - Method in interface org.gridgain.client.GridClientData
-
Removes value from cache on remote node.
- remove(K) - Method in class org.gridgain.client.impl.GridClientDataImpl
-
Removes value from cache on remote node.
- remove(Object) - Method in class org.gridgain.client.util.GridConcurrentHashSet
- remove(Object) - Method in interface org.gridgain.grid.cache.datastructures.GridCacheQueue
- remove(GridPredicate<GridCacheEntry<K, V>>...) - Method in interface org.gridgain.grid.cache.GridCacheEntry
-
- remove(V) - Method in interface org.gridgain.grid.cache.GridCacheEntry
-
- remove(K, GridPredicate<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(GridCacheTx, K) - Method in class org.gridgain.grid.cache.store.GridCacheLoadOnlyStoreAdapter
-
Removes the value identified by given key from persistent storage.
- remove(GridCacheTx, K) - Method in interface org.gridgain.grid.cache.store.GridCacheStore
-
Removes the value identified by given key from persistent storage.
- remove(GridCacheTx, K) - Method in class org.gridgain.grid.cache.store.jdbc.GridCacheJdbcBlobStore
-
Removes the value identified by given key from persistent storage.
- remove(String, String, K, byte[]) - Method in class org.gridgain.grid.kernal.managers.indexing.GridIndexingManager
-
- remove(String, GridSwapKey, GridInClosure<byte[]>, ClassLoader) - Method in class org.gridgain.grid.kernal.managers.swapspace.GridSwapSpaceManager
-
Removes value from swap.
- remove(String, Object, GridInClosure<byte[]>, ClassLoader) - Method in class org.gridgain.grid.kernal.managers.swapspace.GridSwapSpaceManager
-
Removes value from swap.
- remove() - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheQueueAdapter
- remove(Object) - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheQueueProxy
- remove() - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheQueueProxy
- remove(Object) - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheSetImpl
- remove(Object) - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheSetProxy
- remove(K, GridCacheEntryEx<K, V>, GridPredicate<GridCacheEntry<K, V>>...) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache
-
- remove(K, V) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache
-
Removes given key mapping from cache if one exists and value is equal to the passed in value.
- remove(K, GridCacheEntryEx<K, V>, GridPredicate<GridCacheEntry<K, V>>...) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearAtomicCache
-
- remove(K, V) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearAtomicCache
-
Removes given key mapping from cache if one exists and value is equal to the passed in value.
- remove(K, GridPredicate<GridCacheEntry<K, V>>[]) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
Removes given key mapping from cache.
- remove(K, GridCacheEntryEx<K, V>, GridPredicate<GridCacheEntry<K, V>>...) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
- remove(K, V) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
Removes given key mapping from cache if one exists and value is equal to the passed in value.
- remove(GridPredicate<GridCacheEntry<K, V>>[]) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheEntryImpl
-
- remove(V) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheEntryImpl
-
- remove(Object) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheEntrySet
- remove(GridPredicate<GridCacheEntry<K, V>>[]) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheEvictionEntry
-
- remove(V) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheEvictionEntry
-
- remove(GridPredicate<GridCacheEntry<K, V>>...) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheFilterEvaluationEntry
-
- remove(V) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheFilterEvaluationEntry
-
- remove() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheIterator
- remove(Object) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheKeySet
- remove(Object) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMapAdapter
- remove(Object, Object) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMapAdapter
- remove(GridCacheVersion) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMvcc
-
Removes lock even if it is not owner.
- remove(K, GridCacheEntryEx<K, V>, GridPredicate<GridCacheEntry<K, V>>...) - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheProjectionEx
-
- remove(K, GridPredicate<GridCacheEntry<K, V>>[]) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProjectionImpl
-
Removes given key mapping from cache.
- remove(K, GridCacheEntryEx<K, V>, GridPredicate<GridCacheEntry<K, V>>...) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProjectionImpl
-
- remove(K, V) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProjectionImpl
-
Removes given key mapping from cache if one exists and value is equal to the passed in value.
- remove(K, GridPredicate<GridCacheEntry<K, V>>[]) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProxyImpl
-
Removes given key mapping from cache.
- remove(K, GridCacheEntryEx<K, V>, GridPredicate<GridCacheEntry<K, V>>...) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProxyImpl
-
- remove(K, V) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProxyImpl
-
Removes given key mapping from cache if one exists and value is equal to the passed in value.
- remove(K, GridCacheEntryEx<K, V>, GridPredicate<GridCacheEntry<K, V>>[]) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxLocalAdapter
- remove(K, GridCacheEntryEx<K, V>, GridPredicate<GridCacheEntry<K, V>>[]) - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheTxLocalEx
-
- remove(Object) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxMap
- remove(Object) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheValueCollection
- remove(GridCacheTx, K) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheWriteBehindStore
-
Removes the value identified by given key from persistent storage.
- remove(K, GridCacheEntryEx<K, V>, GridPredicate<GridCacheEntry<K, V>>...) - Method in class org.gridgain.grid.kernal.processors.cache.local.atomic.GridLocalAtomicCache
-
- remove(K, V) - Method in class org.gridgain.grid.kernal.processors.cache.local.atomic.GridLocalAtomicCache
-
Removes given key mapping from cache if one exists and value is equal to the passed in value.
- remove(K, byte[]) - Method in class org.gridgain.grid.kernal.processors.cache.query.GridCacheQueryManager
-
- remove(String, int, Object, byte[]) - Method in class org.gridgain.grid.kernal.processors.offheap.GridOffHeapProcessor
-
Removes value from offheap space for the given key.
- remove() - Method in class org.gridgain.grid.kernal.processors.streamer.GridStreamerWindowIterator
- remove(Object) - Method in class org.gridgain.grid.lang.GridBiTuple
- remove(String, K) - Method in interface org.gridgain.grid.spi.GridSpiContext
-
Removes object from cache.
- remove(String, GridIndexingEntity<K>) - Method in interface org.gridgain.grid.spi.indexing.GridIndexingSpi
-
Removes index entry by key.
- remove(String, GridIndexingEntity<K>) - Method in class org.gridgain.grid.spi.indexing.GridNoopIndexingSpi
-
Removes index entry by key.
- 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(String, GridSwapKey, GridInClosure<byte[]>, GridSwapContext) - Method in class org.gridgain.grid.spi.swapspace.noop.GridNoopSwapSpaceSpi
-
Removes value stored in data space with given name corresponding to specified key.
- remove(GridStreamerIndexUpdateSync, E) - Method in interface org.gridgain.grid.streamer.index.GridStreamerIndexProvider
-
Removes an event from index.
- remove(GridStreamerIndexUpdateSync, E) - Method in class org.gridgain.grid.streamer.index.GridStreamerIndexProviderAdapter
-
Remove event from the index.
- remove(E, K, GridStreamerIndexUpdateSync) - Method in class org.gridgain.grid.streamer.index.GridStreamerIndexProviderAdapter
-
Remove event from the index.
- remove(E, K, GridStreamerIndexUpdateSync) - Method in class org.gridgain.grid.streamer.index.hash.GridStreamerHashIndexProvider
-
Remove event from the index.
- remove(E, K, GridStreamerIndexUpdateSync) - Method in class org.gridgain.grid.streamer.index.tree.GridStreamerTreeIndexProvider
-
Remove event from the index.
- remove(Object) - Method in class org.gridgain.grid.util.GridBoundedConcurrentOrderedMap
-
- remove(Object, Object) - Method in class org.gridgain.grid.util.GridBoundedConcurrentOrderedMap
-
- remove(Object) - Method in class org.gridgain.grid.util.GridBoundedConcurrentOrderedSet
-
- remove(Object) - Method in class org.gridgain.grid.util.GridBoundedLinkedHashSet
-
Removes the specified element from this set if it is present.
- remove(Object) - Method in class org.gridgain.grid.util.GridConcurrentPhantomHashSet
- remove(Object) - Method in class org.gridgain.grid.util.GridConcurrentSkipListSet
- remove(Object) - Method in class org.gridgain.grid.util.GridConcurrentWeakHashSet
- remove(Object) - Method in class org.gridgain.grid.util.GridLeanMap
- remove(Object) - Method in class org.gridgain.grid.util.GridListSet
- remove() - Method in class org.gridgain.grid.util.GridLongList
-
Removes and returns the last element of the list.
- remove(Object) - Method in class org.gridgain.grid.util.GridQueue
- remove() - Method in class org.gridgain.grid.util.GridQueue
- remove(Object) - Method in class org.gridgain.grid.util.GridSetWrapper
- remove(Object, Object) - Method in class org.gridgain.grid.util.GridSynchronizedMap
- remove(Object) - Method in class org.gridgain.grid.util.GridSynchronizedMap
- remove() - Method in class org.gridgain.grid.util.lang.GridFilteredIterator
- remove() - Method in class org.gridgain.grid.util.lang.GridIterableAdapter
- remove() - Method in class org.gridgain.grid.util.lang.GridIteratorAdapter
- remove(int, byte[]) - Method in interface org.gridgain.grid.util.offheap.GridOffHeapMap
-
Removes value from off-heap map.
- remove(int, int, byte[]) - Method in interface org.gridgain.grid.util.offheap.GridOffHeapPartitionedMap
-
Removes value from off-heap map.
- remove(Object) - Method in class org.gridgain.grid.util.offheap.unsafe.GridOffHeapSnapTreeMap
- remove(Object, Object) - Method in class org.gridgain.grid.util.offheap.unsafe.GridOffHeapSnapTreeMap
- remove(int, byte[]) - Method in class org.gridgain.grid.util.offheap.unsafe.GridUnsafeMap
-
Removes value from off-heap map.
- remove(int, int, byte[]) - Method in class org.gridgain.grid.util.offheap.unsafe.GridUnsafePartitionedMap
-
Removes value from off-heap map.
- remove(Object) - Method in class org.gridgain.grid.util.snaptree.SnapTreeMap
-
- remove(Object, Object) - Method in class org.gridgain.grid.util.snaptree.SnapTreeMap
-
- remove(Object) - Method in interface org.pcollections.PCollection
-
Deprecated.
- remove(Object) - Method in interface org.pcollections.PMap
-
Deprecated.
- remove() - Method in interface org.pcollections.PQueue
-
Deprecated.
- remove(int) - Method in interface org.pcollections.PSequence
-
Deprecated.
- REMOVE_METRICS_QRY - Static variable in class org.gridgain.grid.spi.discovery.tcp.metricsstore.jdbc.GridTcpDiscoveryJdbcMetricsStore
-
Query to remove metrics.
- removeAll(Collection<K>) - Method in interface org.gridgain.client.GridClientData
-
Removes entries from cache on remote node.
- removeAll(Collection<K>) - Method in class org.gridgain.client.impl.GridClientDataImpl
-
Removes entries from cache on remote node.
- removeAll(Collection<?>) - Method in interface org.gridgain.grid.cache.datastructures.GridCacheQueue
- removeAll(Collection<? extends K>, GridPredicate<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<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(GridCacheTx, Collection<? extends K>) - Method in class org.gridgain.grid.cache.store.GridCacheLoadOnlyStoreAdapter
-
Removes all vales identified by given keys from persistent storage.
- removeAll(GridCacheTx, Collection<? extends K>) - Method in interface org.gridgain.grid.cache.store.GridCacheStore
-
Removes all vales identified by given keys from persistent storage.
- removeAll(GridCacheTx, Collection<? extends K>) - Method in class org.gridgain.grid.cache.store.GridCacheStoreAdapter
-
Removes all vales identified by given keys from persistent storage.
- removeAll(String, Collection<GridSwapKey>, GridBiInClosure<GridSwapKey, byte[]>, ClassLoader) - Method in class org.gridgain.grid.kernal.managers.swapspace.GridSwapSpaceManager
-
Removes value from swap.
- removeAll(Collection<?>) - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheQueueProxy
- removeAll(Collection<?>) - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheSetImpl
- removeAll(Collection<?>) - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheSetProxy
- removeAll(Collection<? extends K>, GridPredicate<GridCacheEntry<K, V>>...) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache
-
Removes given key mappings from cache for entries for which the optionally passed in filters do
pass.
- removeAll(GridPredicate<GridCacheEntry<K, V>>[]) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache
-
Removes mappings from cache for entries for which the optionally passed in filters do
pass.
- removeAll(Collection<? extends K>, GridPredicate<GridCacheEntry<K, V>>...) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearAtomicCache
-
Removes given key mappings from cache for entries for which the optionally passed in filters do
pass.
- removeAll(GridPredicate<GridCacheEntry<K, V>>[]) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearAtomicCache
-
Removes mappings from cache for entries for which the optionally passed in filters do
pass.
- removeAll(Collection<? extends K>, GridPredicate<GridCacheEntry<K, V>>...) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
Removes given key mappings from cache for entries for which the optionally passed in filters do
pass.
- removeAll(GridPredicate<GridCacheEntry<K, V>>...) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
Removes mappings from cache for entries for which the optionally passed in filters do
pass.
- removeAll(Collection<? extends K>, GridPredicate<GridCacheEntry<K, V>>...) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProjectionImpl
-
Removes given key mappings from cache for entries for which the optionally passed in filters do
pass.
- removeAll(GridPredicate<GridCacheEntry<K, V>>...) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProjectionImpl
-
Removes mappings from cache for entries for which the optionally passed in filters do
pass.
- removeAll(Collection<? extends K>, GridPredicate<GridCacheEntry<K, V>>[]) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProxyImpl
-
Removes given key mappings from cache for entries for which the optionally passed in filters do
pass.
- removeAll(GridPredicate<GridCacheEntry<K, V>>[]) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProxyImpl
-
Removes mappings from cache for entries for which the optionally passed in filters do
pass.
- removeAll(Collection<? extends K>, GridPredicate<GridCacheEntry<K, V>>[]) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxLocalAdapter
- removeAll(Collection<? extends K>, GridPredicate<GridCacheEntry<K, V>>[]) - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheTxLocalEx
-
- removeAll(GridCacheTx, Collection<? extends K>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheWriteBehindStore
-
Removes all vales identified by given keys from persistent storage.
- removeAll(Collection<? extends K>, GridPredicate<GridCacheEntry<K, V>>...) - Method in class org.gridgain.grid.kernal.processors.cache.local.atomic.GridLocalAtomicCache
-
Removes given key mappings from cache for entries for which the optionally passed in filters do
pass.
- removeAll(GridPredicate<GridCacheEntry<K, V>>[]) - Method in class org.gridgain.grid.kernal.processors.cache.local.atomic.GridLocalAtomicCache
-
Removes mappings from cache for entries for which the optionally passed in filters do
pass.
- removeAll(String, Collection<GridSwapKey>, GridBiInClosure<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>, GridBiInClosure<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.
- removeAll(String, Collection<GridSwapKey>, GridBiInClosure<GridSwapKey, byte[]>, GridSwapContext) - Method in class org.gridgain.grid.spi.swapspace.noop.GridNoopSwapSpaceSpi
-
Removes values stored in data space with given name corresponding to specified keys.
- removeAll(Collection<?>) - Method in class org.gridgain.grid.util.GridConcurrentPhantomHashSet
- removeAll(Collection<?>) - Method in class org.gridgain.grid.util.GridConcurrentSkipListSet
- removeAll(Collection<?>) - Method in class org.gridgain.grid.util.GridConcurrentWeakHashSet
- removeAll(Collection<?>) - Method in interface org.pcollections.PCollection
-
Deprecated.
- removeAllAsync(Collection<K>) - Method in interface org.gridgain.client.GridClientData
-
Asynchronously removes entries from cache on remote grid.
- removeAllAsync(Collection<K>) - Method in class org.gridgain.client.impl.GridClientDataImpl
-
Asynchronously removes entries from cache on remote grid.
- removeAllAsync(Collection<? extends K>, GridPredicate<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<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.
- removeAllAsync(Collection<? extends K>, GridPredicate<GridCacheEntry<K, V>>[]) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache
-
Asynchronously removes given key mappings from cache for entries for which the optionally
passed in filters do pass.
- removeAllAsync(GridPredicate<GridCacheEntry<K, V>>[]) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache
-
Asynchronously removes mappings from cache for entries for which the optionally passed in filters do
pass.
- removeAllAsync(Collection<? extends K>, GridPredicate<GridCacheEntry<K, V>>[]) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearAtomicCache
-
Asynchronously removes given key mappings from cache for entries for which the optionally
passed in filters do pass.
- removeAllAsync(GridPredicate<GridCacheEntry<K, V>>[]) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearAtomicCache
-
Asynchronously removes mappings from cache for entries for which the optionally passed in filters do
pass.
- removeAllAsync(Collection<? extends K>, GridPredicate<GridCacheEntry<K, V>>...) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
Asynchronously removes given key mappings from cache for entries for which the optionally
passed in filters do pass.
- removeAllAsync(GridPredicate<GridCacheEntry<K, V>>...) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
Asynchronously removes mappings from cache for entries for which the optionally passed in filters do
pass.
- removeAllAsync(Collection<? extends K>, GridPredicate<GridCacheEntry<K, V>>[]) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProjectionImpl
-
Asynchronously removes given key mappings from cache for entries for which the optionally
passed in filters do pass.
- removeAllAsync(GridPredicate<GridCacheEntry<K, V>>...) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProjectionImpl
-
Asynchronously removes mappings from cache for entries for which the optionally passed in filters do
pass.
- removeAllAsync(Collection<? extends K>, GridPredicate<GridCacheEntry<K, V>>[]) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProxyImpl
-
Asynchronously removes given key mappings from cache for entries for which the optionally
passed in filters do pass.
- removeAllAsync(GridPredicate<GridCacheEntry<K, V>>[]) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProxyImpl
-
Asynchronously removes mappings from cache for entries for which the optionally passed in filters do
pass.
- removeAllAsync(Collection<? extends K>, GridCacheEntryEx<K, V>, boolean, boolean, GridPredicate<GridCacheEntry<K, V>>[]) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxLocalAdapter
- removeAllAsync(Collection<? extends K>, GridCacheEntryEx<K, V>, boolean, boolean, GridPredicate<GridCacheEntry<K, V>>[]) - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheTxLocalEx
-
- removeAllAsync(Collection<? extends K>, GridPredicate<GridCacheEntry<K, V>>[]) - Method in class org.gridgain.grid.kernal.processors.cache.local.atomic.GridLocalAtomicCache
-
Asynchronously removes given key mappings from cache for entries for which the optionally
passed in filters do pass.
- removeAllAsync(GridPredicate<GridCacheEntry<K, V>>[]) - Method in class org.gridgain.grid.kernal.processors.cache.local.atomic.GridLocalAtomicCache
-
Asynchronously removes mappings from cache for entries for which the optionally passed in filters do
pass.
- removeAllDr(Map<? extends K, GridCacheVersion>) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache
-
Removes DR data.
- removeAllDr(Map<? extends K, GridCacheVersion>) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearAtomicCache
-
Removes DR data.
- removeAllDr(Map<? extends K, GridCacheVersion>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
Removes DR data.
- removeAllDr(Map<? extends K, GridCacheVersion>) - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheProjectionEx
-
Removes DR data.
- removeAllDr(Map<? extends K, GridCacheVersion>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProjectionImpl
-
Removes DR data.
- removeAllDr(Map<? extends K, GridCacheVersion>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProxyImpl
-
Removes DR data.
- removeAllDr(Map<? extends K, GridCacheVersion>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxLocalAdapter
- removeAllDr(Map<? extends K, GridCacheVersion>) - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheTxLocalEx
-
- removeAllDrAsync(Map<? extends K, GridCacheVersion>) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache
-
Removes DR data asynchronously.
- removeAllDrAsync(Map<? extends K, GridCacheVersion>) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearAtomicCache
-
Removes DR data asynchronously.
- removeAllDrAsync(Map<? extends K, GridCacheVersion>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
Removes DR data asynchronously.
- removeAllDrAsync(Map<? extends K, GridCacheVersion>) - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheProjectionEx
-
Removes DR data asynchronously.
- removeAllDrAsync(Map<? extends K, GridCacheVersion>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProjectionImpl
-
Removes DR data asynchronously.
- removeAllDrAsync(Map<? extends K, GridCacheVersion>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProxyImpl
-
Removes DR data asynchronously.
- removeAllDrAsync(Map<? extends K, GridCacheVersion>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxLocalAdapter
- removeAllDrAsync(Map<? extends K, GridCacheVersion>) - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheTxLocalEx
-
- removeAllFromStore(GridCacheTx, Collection<? extends K>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheStoreManager
-
- removeAsync(K) - Method in interface org.gridgain.client.GridClientData
-
Asynchronously removes value from cache on remote grid.
- removeAsync(K) - Method in class org.gridgain.client.impl.GridClientDataImpl
-
Asynchronously removes value from cache on remote grid.
- removeAsync(GridPredicate<GridCacheEntry<K, V>>...) - Method in interface org.gridgain.grid.cache.GridCacheEntry
-
- removeAsync(V) - Method in interface org.gridgain.grid.cache.GridCacheEntry
-
- removeAsync(K, GridPredicate<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.
- removeAsync(K, GridCacheEntryEx<K, V>, GridPredicate<GridCacheEntry<K, V>>...) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache
-
- removeAsync(K, V) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache
-
Asynchronously removes given key mapping from cache if one exists and value is equal to the passed in value.
- removeAsync(K, GridCacheEntryEx<K, V>, GridPredicate<GridCacheEntry<K, V>>...) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearAtomicCache
-
- removeAsync(K, V) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearAtomicCache
-
Asynchronously removes given key mapping from cache if one exists and value is equal to the passed in value.
- removeAsync(K, GridPredicate<GridCacheEntry<K, V>>...) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
Asynchronously removes given key mapping from cache.
- removeAsync(K, GridCacheEntryEx<K, V>, GridPredicate<GridCacheEntry<K, V>>...) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
- removeAsync(K, V) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
Asynchronously removes given key mapping from cache if one exists and value is equal to the passed in value.
- removeAsync(GridPredicate<GridCacheEntry<K, V>>[]) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheEntryImpl
-
- removeAsync(V) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheEntryImpl
-
- removeAsync(GridPredicate<GridCacheEntry<K, V>>[]) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheEvictionEntry
-
- removeAsync(V) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheEvictionEntry
-
- removeAsync(GridPredicate<GridCacheEntry<K, V>>...) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheFilterEvaluationEntry
-
- removeAsync(V) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheFilterEvaluationEntry
-
- removeAsync(K, GridCacheEntryEx<K, V>, GridPredicate<GridCacheEntry<K, V>>...) - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheProjectionEx
-
- removeAsync(K, GridPredicate<GridCacheEntry<K, V>>[]) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProjectionImpl
-
Asynchronously removes given key mapping from cache.
- removeAsync(K, GridCacheEntryEx<K, V>, GridPredicate<GridCacheEntry<K, V>>...) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProjectionImpl
-
- removeAsync(K, V) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProjectionImpl
-
Asynchronously removes given key mapping from cache if one exists and value is equal to the passed in value.
- removeAsync(K, GridPredicate<GridCacheEntry<K, V>>[]) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProxyImpl
-
Asynchronously removes given key mapping from cache.
- removeAsync(K, GridCacheEntryEx<K, V>, GridPredicate<GridCacheEntry<K, V>>...) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProxyImpl
-
- removeAsync(K, V) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProxyImpl
-
Asynchronously removes given key mapping from cache if one exists and value is equal to the passed in value.
- removeAsync(K, GridCacheEntryEx<K, V>, GridPredicate<GridCacheEntry<K, V>>[]) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxLocalAdapter
-
Asynchronous remove.
- removeAsync(K, GridCacheEntryEx<K, V>, GridPredicate<GridCacheEntry<K, V>>[]) - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheTxLocalEx
-
Asynchronous remove.
- removeAsync(K, GridCacheEntryEx<K, V>, GridPredicate<GridCacheEntry<K, V>>...) - Method in class org.gridgain.grid.kernal.processors.cache.local.atomic.GridLocalAtomicCache
-
- removeAsync(K, V) - Method in class org.gridgain.grid.kernal.processors.cache.local.atomic.GridLocalAtomicCache
-
Asynchronously removes given key mapping from cache if one exists and value is equal to the passed in value.
- removeAtomicFuture(GridCacheVersion) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMvccManager
-
- removeAtomicLong(String) - Method in interface org.gridgain.grid.cache.datastructures.GridCacheDataStructures
-
Remove atomic long from cache.
- removeAtomicLong(String) - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheDataStructuresImpl
-
Remove atomic long from cache.
- removeAtomicLong(String) - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheDataStructuresManager
-
Removes atomic long from cache.
- removeAtomicLong(String) - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheDataStructuresProxy
-
Remove atomic long from cache.
- removeAtomicReference(String) - Method in interface org.gridgain.grid.cache.datastructures.GridCacheDataStructures
-
Remove atomic reference from cache.
- removeAtomicReference(String) - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheDataStructuresImpl
-
Remove atomic reference from cache.
- removeAtomicReference(String) - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheDataStructuresManager
-
Removes atomic reference from cache.
- removeAtomicReference(String) - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheDataStructuresProxy
-
Remove atomic reference from cache.
- removeAtomicSequence(String) - Method in interface org.gridgain.grid.cache.datastructures.GridCacheDataStructures
-
Remove sequence from cache.
- removeAtomicSequence(String) - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheDataStructuresImpl
-
Remove sequence from cache.
- removeAtomicSequence(String) - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheDataStructuresProxy
-
Remove sequence from cache.
- removeAtomicStamped(String) - Method in interface org.gridgain.grid.cache.datastructures.GridCacheDataStructures
-
Remove atomic stamped from cache.
- removeAtomicStamped(String) - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheDataStructuresImpl
-
Remove atomic stamped from cache.
- removeAtomicStamped(String) - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheDataStructuresManager
-
Removes atomic stamped from cache.
- removeAtomicStamped(String) - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheDataStructuresProxy
-
Remove atomic stamped from cache.
- removeAttributeListener(GridComputeTaskSessionAttributeListener) - Method in interface org.gridgain.grid.compute.GridComputeTaskSession
-
Removes given listener.
- removeAttributeListener(GridComputeTaskSessionAttributeListener) - Method in class org.gridgain.grid.kernal.GridJobSessionImpl
-
Removes given listener.
- removeAttributeListener(GridComputeTaskSessionAttributeListener) - Method in class org.gridgain.grid.kernal.GridTaskSessionImpl
-
Removes given listener.
- removeCandidate(GridCacheMvccCandidate<K>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheExplicitLockSpan
-
Removes candidate from this lock span.
- removeCandidate(K, GridCacheVersion) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheExplicitLockSpan
-
Removes lock by key and optional version.
- removeCheckpoint(String) - Method in interface org.gridgain.grid.compute.GridComputeTaskSession
-
Removes previously saved job's state for a given key from an underlying storage.
- removeCheckpoint(String) - Method in interface org.gridgain.grid.GridKernalMBean
-
This method allows manually remove the checkpoint with given key.
- removeCheckpoint(String) - Method in class org.gridgain.grid.kernal.GridJobSessionImpl
-
Removes previously saved job's state for a given key from an underlying storage.
- removeCheckpoint(String) - Method in class org.gridgain.grid.kernal.GridKernal
-
This method allows manually remove the checkpoint with given key.
- removeCheckpoint(String) - Method in class org.gridgain.grid.kernal.GridTaskSessionImpl
-
Removes previously saved job's state for a given key from an underlying storage.
- removeCheckpoint(String) - Method in class org.gridgain.grid.kernal.managers.checkpoint.GridCheckpointManager
-
- removeCheckpoint(GridTaskSessionInternal, String) - Method in class org.gridgain.grid.kernal.managers.checkpoint.GridCheckpointManager
-
- 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.noop.GridNoopCheckpointSpi
-
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.
- removeCheckpoint0(GridTaskSessionInternal, String) - Method in class org.gridgain.grid.kernal.GridTaskSessionImpl
-
- removeCommittedTx(GridCacheTxEx<K, V>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxManager
-
- removeCountDownLatch(String) - Method in interface org.gridgain.grid.cache.datastructures.GridCacheDataStructures
-
Removes count down latch from cache.
- removeCountDownLatch(String) - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheDataStructuresImpl
-
Removes count down latch from cache.
- removeCountDownLatch(String) - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheDataStructuresManager
-
Removes count down latch from cache.
- removeCountDownLatch(String) - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheDataStructuresProxy
-
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.
- removed() - Method in interface org.gridgain.grid.cache.datastructures.GridCacheSet
-
Gets status of set.
- removed() - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheAtomicLongImpl
-
Gets status of atomic.
- removed() - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheAtomicReferenceImpl
-
Gets status of atomic.
- removed() - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheAtomicSequenceImpl
-
Gets status of atomic sequence.
- removed() - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheAtomicStampedImpl
-
Gets status of atomic.
- removed() - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheCountDownLatchImpl
-
Gets removed status of the latch.
- removed() - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheQueueAdapter
-
Gets status of queue.
- removed() - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheQueueProxy
-
Gets status of queue.
- removed() - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheSetImpl
-
Gets status of set.
- removed() - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheSetProxy
-
Gets status of set.
- removed(K) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridDistributedTxRemoteAdapter
-
Checks whether given key has been removed within transaction.
- removed() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMvccCandidate
-
- removed(K) - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheTxEx
-
Checks whether given key has been removed within transaction.
- removed(K) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxLocalAdapter
-
Checks whether given key has been removed within transaction.
- removeData(K) - Method in interface org.gridgain.grid.dataload.GridDataLoader
-
Adds key for removal on remote node.
- removeData(K) - Method in class org.gridgain.grid.kernal.processors.dataload.GridDataLoaderImpl
-
Adds key for removal on remote node.
- removeDhtAssignmentFetchFuture(long, GridDhtAssignmentFetchFuture<K, V>) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.preloader.GridDhtPreloader
-
- removedIndexes() - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheQueueHeader
-
- removedLocks() - Method in class org.gridgain.grid.kernal.visor.cmd.dto.cache.VisorDgcConfig
-
- removedLocks(boolean) - Method in class org.gridgain.grid.kernal.visor.cmd.dto.cache.VisorDgcConfig
-
- removeEldestEntry(Map.Entry<K, V>) - Method in class org.gridgain.grid.util.GridBoundedLinkedHashMap
- removeEntry(GridCacheEntryEx<K, V>) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridNoStorageCacheMap
-
Removes passed in entry if it presents in the map.
- removeEntry(GridCacheTxEntry<K, V>) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridDistributedTxMapping
-
- removeEntry(GridCacheEntryEx<K, V>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
- removeEntry(GridCacheEntryEx<K, V>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheConcurrentMap
-
Removes passed in entry if it presents in the map.
- removeEntryIfObsolete(K) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridNoStorageCacheMap
-
Removes and returns the entry associated with the specified key
in the HashMap if entry is obsolete.
- removeEntryIfObsolete(K) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheConcurrentMap
-
Removes and returns the entry associated with the specified key
in the HashMap if entry is obsolete.
- removeEvent(GridStreamerIndexEntry<E, K, V>, K, V, GridStreamerIndexProviderAdapter.IndexKey<V>, E) - Method in class org.gridgain.grid.streamer.index.GridStreamerIndexProviderAdapter
-
- removeExplicitLock(GridCacheMvccCandidate<K>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMvccManager
-
Removes candidate from the list of near local candidates.
- removeExplicitLock(long, K, GridCacheVersion) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMvccManager
-
Removes explicit lock for given thread id, key and optional version.
- removeExplicitNodeCandidates(UUID) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMvcc
-
Removes all candidates for node.
- removeExplicitNodeLocks(UUID) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridDistributedCacheEntry
-
Removes all lock candidates for node.
- removeExtension(String) - Static method in class org.gridgain.grid.util.io.GridFilenameUtils
-
Removes the extension from a filename.
- removeFieldsQueryResult(UUID, long) - Method in class org.gridgain.grid.kernal.processors.cache.query.GridCacheDistributedQueryManager
- removeFieldsQueryResult(UUID, long) - Method in class org.gridgain.grid.kernal.processors.cache.query.GridCacheQueryManager
-
- removeFirst() - Method in class org.gridgain.grid.util.GridListSet
-
Removes the first element of this list.
- removeFromCollection(Collection<E>, E) - Static method in class org.gridgain.grid.streamer.index.GridStreamerIndexProviderAdapter
-
- removeFromMap(Map<E, Integer>, E) - Static method in class org.gridgain.grid.streamer.index.GridStreamerIndexProviderAdapter
-
- removeFromOffheap(String, int, Object, byte[]) - Method in interface org.gridgain.grid.spi.GridSpiContext
-
Removes data from off-heap memory.
- removeFromStore(GridCacheTx, K) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheStoreManager
-
- removeFromSwap(String, Object, ClassLoader) - Method in interface org.gridgain.grid.spi.GridSpiContext
-
Removes object from swap.
- removeFuture(GridCacheFuture<?>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMvccManager
-
- removeHandler(Class<?>, GridBiInClosure<UUID, ?>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheIoManager
-
Removes message handler.
- removeIfObsolete(K) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
- removeIndex(int) - Method in class org.gridgain.grid.util.GridLongList
-
Removes element by given index.
- removeItem(long) - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridAtomicCacheQueueImpl
-
Removes item with given index from queue.
- removeItem(long) - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheQueueAdapter
-
Removes item with given index from queue.
- removeItem(long) - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridTransactionalCacheQueueImpl
-
Removes item with given index from queue.
- removeJavaNoOpLogger(Collection<Handler>) - Static method in class org.gridgain.grid.util.GridUtils
-
Removes previously added no-op handler for root java logger.
- removeLast() - Method in class org.gridgain.grid.util.GridListSet
-
Removes the last element of this list.
- removeListener(GridGainListener) - Static method in class org.gridgain.grid.GridGain
-
- removeListener(GridGainListener) - Static method in class org.gridgain.grid.kernal.GridGainEx
-
- removeListener(GridLocalEventListener) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheEventManager
-
Removes local event listener.
- removeLocal(GridCacheMvccCandidate<K>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMvccManager
-
- removeLocalEventListener(GridPredicate<? extends GridEvent>, int...) - Method in class org.gridgain.grid.kernal.managers.eventstorage.GridEventStorageManager
-
Removes user listener for specified events, if any.
- removeLocalEventListener(GridLocalEventListener, int...) - Method in class org.gridgain.grid.kernal.managers.eventstorage.GridEventStorageManager
-
Removes listener for specified events, if any.
- removeLocalEventListener(GridLocalEventListener) - Method in interface org.gridgain.grid.spi.GridSpiContext
-
Removes local event listener.
- removeLock() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtCacheEntry
-
Unlocks local lock.
- removeLock(GridCacheVersion) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtCacheEntry
- removeLock() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridDistributedCacheEntry
-
Unlocks local lock.
- removeLock(GridCacheVersion) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridDistributedCacheEntry
- removeLock() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearCacheEntry
-
Unlocks local lock.
- removeLock(GridCacheVersion) - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheEntryEx
-
- removeLock(GridCacheVersion) - Method in class org.gridgain.grid.kernal.processors.cache.local.GridLocalCacheEntry
- removeLocks(long, GridCacheVersion, Collection<? extends K>) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.colocated.GridDhtColocatedCache
-
Removes locks regardless of whether they are owned or not for given
version and keys.
- removeLocks(UUID, GridCacheVersion, Iterable<? extends K>, boolean) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtTransactionalCacheAdapter
-
- removeLocks(GridCacheVersion, Collection<? extends K>) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearTransactionalCache
-
Removes locks regardless of whether they are owned or not for given
version and keys.
- removeLocks() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheDgcRequest
-
- removeLocks(boolean) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheDgcRequest
-
- removeLocks() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheDgcResponse
-
- removeLocks(boolean) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheDgcResponse
-
- removeLog4jNoOpLogger(GridBiTuple<Object, Object>) - Static method in class org.gridgain.grid.util.GridUtils
-
- removeMapping(UUID) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtTxLocalAdapter
-
- removeMessageId(Object) - Method in class org.gridgain.grid.kernal.managers.communication.GridIoManager
-
- removeMessageId(Object) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheIoManager
-
- removeMessageListener(GridTopic) - Method in class org.gridgain.grid.kernal.managers.communication.GridIoManager
-
- removeMessageListener(Object) - Method in class org.gridgain.grid.kernal.managers.communication.GridIoManager
-
- removeMessageListener(GridTopic, GridMessageListener) - Method in class org.gridgain.grid.kernal.managers.communication.GridIoManager
-
- removeMessageListener(Object, GridMessageListener) - Method in class org.gridgain.grid.kernal.managers.communication.GridIoManager
-
- removeMessageListener(GridMessageListener, String) - Method in interface org.gridgain.grid.spi.GridSpiContext
-
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.kernal.GridNodeLocalMapImpl
-
Removes metadata by name.
- removeMeta(String, V) - Method in class org.gridgain.grid.kernal.GridNodeLocalMapImpl
-
Removes metadata only if its current value is equal to val passed in.
- removeMeta(String) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridPartitionedCacheEntryImpl
-
Removes metadata by name.
- removeMeta(String, V1) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridPartitionedCacheEntryImpl
-
Removes metadata only if its current value is equal to val passed in.
- removeMeta(String) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheEntryImpl
-
Removes metadata by name.
- removeMeta(String, V1) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheEntryImpl
-
Removes metadata only if its current value is equal to val passed in.
- removeMeta(String) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheEvictionEntry
-
Removes metadata by name.
- removeMeta(String, V) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheEvictionEntry
-
Removes metadata only if its current value is equal to val passed in.
- removeMeta(String) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheFilterEvaluationEntry
-
Removes metadata by name.
- removeMeta(String, V) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheFilterEvaluationEntry
-
Removes metadata only if its current value is equal to val passed in.
- removeMeta(String) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMapEntry
-
Removes metadata by name.
- removeMeta(String, V) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMapEntry
-
Removes metadata only if its current value is equal to val passed in.
- removeMeta(String) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProxyImpl
-
Removes metadata by name.
- removeMeta(String, V1) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProxyImpl
-
Removes metadata only if its current value is equal to val passed in.
- removeMeta(String) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxProxyImpl
-
Removes metadata by name.
- removeMeta(String, V) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxProxyImpl
-
Removes metadata only if its current value is equal to val passed in.
- removeMeta(String) - Method in class org.gridgain.grid.util.lang.GridMetadataAwareAdapter
-
Removes metadata by name.
- removeMeta(String, V) - Method in class org.gridgain.grid.util.lang.GridMetadataAwareAdapter
-
Removes metadata only if its current value is equal to val passed in.
- removeMeta(int) - Method in interface org.gridgain.grid.util.nio.GridNioSession
-
Removes metadata with the specified key.
- removeMeta(int) - Method in class org.gridgain.grid.util.nio.GridNioSessionImpl
-
Removes metadata with the specified key.
- removeMetrics(UUID) - Method in class org.gridgain.grid.spi.discovery.tcp.messages.GridTcpDiscoveryHeartbeatMessage
-
Removes metrics for particular node from the message.
- 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.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.client.util.GridClientConsistentHash
-
Removes a node and all of its replicas.
- removeNode(UUID) - Method in class org.gridgain.grid.cache.affinity.consistenthash.GridCacheConsistentHashAffinityFunction
-
Removes node from affinity.
- removeNode(UUID) - Method in class org.gridgain.grid.cache.affinity.fair.GridCachePartitionFairAffinity
-
Removes node from affinity.
- removeNode(UUID) - Method in interface org.gridgain.grid.cache.affinity.GridCacheAffinityFunction
-
Removes node from affinity.
- removeNode(UUID) - Method in class org.gridgain.grid.cache.affinity.rendezvous.GridCacheRendezvousAffinityFunction
-
Removes node from affinity.
- removeNode(UUID) - Method in class org.gridgain.grid.spi.discovery.tcp.internal.GridTcpDiscoveryNodesRing
-
Removes node from the topology.
- removeNode(N) - Method in class org.gridgain.grid.util.GridConsistentHash
-
Removes a node and all of its replicas.
- removeNodes(Collection<UUID>) - Method in class org.gridgain.grid.spi.discovery.tcp.internal.GridTcpDiscoveryNodesRing
-
Removes nodes from the topology.
- removeNodes(Collection<N>) - Method in class org.gridgain.grid.util.GridConsistentHash
-
Removes given nodes and all their replicas from consistent hash algorithm
(if nodes are null or empty, then no-op).
- removeOffHeap(long) - Method in class org.gridgain.grid.util.offheap.unsafe.GridUnsafeMemory
-
- removeOffHeapListener(int, GridCacheSwapListener<K, V>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheSwapManager
-
- removeOrderedHandler(Object) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheIoManager
-
Removed ordered message handler.
- removePortListener(GridPortListener) - Method in class org.gridgain.grid.kernal.processors.port.GridPortProcessor
-
Remove listener.
- removeQueryFuture(long) - Method in class org.gridgain.grid.kernal.processors.cache.query.GridCacheDistributedQueryManager
-
Removes query future from futures map.
- removeQueryIterator(UUID, long) - Method in class org.gridgain.grid.kernal.processors.cache.query.GridCacheDistributedQueryManager
- removeQueryIterator(UUID, long) - Method in class org.gridgain.grid.kernal.processors.cache.query.GridCacheQueryManager
-
- removeQueue(String) - Method in interface org.gridgain.grid.cache.datastructures.GridCacheDataStructures
-
Remove queue from cache.
- removeQueue(String, int) - Method in interface org.gridgain.grid.cache.datastructures.GridCacheDataStructures
-
Remove queue from cache.
- removeQueue(String) - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheDataStructuresImpl
-
Remove queue from cache.
- removeQueue(String, int) - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheDataStructuresImpl
-
Remove queue from cache.
- removeQueue(String, int) - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheDataStructuresManager
-
Removes queue from cache.
- removeQueue(String) - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheDataStructuresProxy
-
Remove queue from cache.
- removeQueue(String, int) - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheDataStructuresProxy
-
Remove queue from cache.
- removeReader(UUID, long) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtCacheEntry
-
- removeSequence(String) - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheDataStructuresManager
-
Removes sequence from cache.
- removeSession(GridUuid) - Method in class org.gridgain.grid.kernal.processors.session.GridTaskSessionProcessor
-
Removes session for a given session ID.
- removeSet(String) - Method in interface org.gridgain.grid.cache.datastructures.GridCacheDataStructures
-
Removes set from cache.
- removeSet(String) - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheDataStructuresImpl
-
Removes set from cache.
- removeSet(String) - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheDataStructuresManager
-
Removes set.
- removeSet(String) - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheDataStructuresProxy
-
Removes set from cache.
- removeStopListener(Runnable) - Method in interface org.gridgain.grid.kernal.GridKernalGateway
-
Removes previously added stop listener.
- removeStopListener(Runnable) - Method in class org.gridgain.grid.kernal.GridKernalGatewayImpl
-
Removes previously added stop listener.
- removeStreamerFailureListener(GridStreamerFailureListener) - Method in class org.gridgain.grid.kernal.processors.streamer.GridStreamerImpl
-
Removes streamer failure listener.
- removeStreamerFailureListener(GridStreamerFailureListener) - Method in interface org.gridgain.grid.streamer.GridStreamer
-
Removes streamer failure listener.
- removeSwapListener(int, GridCacheSwapListener<K, V>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheSwapManager
-
- removeSynchronizations(GridCacheTxSynchronization...) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxManager
-
- removeTimeoutObject(GridTimeoutObject) - Method in class org.gridgain.grid.kernal.processors.timeout.GridTimeoutProcessor
-
- removeTopologyListener(GridClientTopologyListener) - Method in interface org.gridgain.client.GridClient
-
Removes previously added topology listener.
- removeTopologyListener(GridClientTopologyListener) - Method in class org.gridgain.client.impl.connection.GridClientTopology
-
Removes topology listener.
- removeTopologyListener(GridClientTopologyListener) - Method in class org.gridgain.client.impl.GridClientImpl
-
Removes previously added topology listener.
- removeTrackedEntry(GridCacheMapEntry<K, V>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTtlManager
-
- removeUserMessageListener(Object, GridBiPredicate<UUID, ?>) - Method in class org.gridgain.grid.kernal.managers.communication.GridIoManager
-
- removeValue(int, long) - Method in class org.gridgain.grid.util.GridLongList
-
Removes value from this list.
- removeVersion() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheUpdateAtomicResult
-
- removeVersionedEntry(K, GridCacheVersion) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridDistributedCacheAdapter
-
- removex(GridPredicate<GridCacheEntry<K, V>>...) - Method in interface org.gridgain.grid.cache.GridCacheEntry
-
- removex(K, GridPredicate<GridCacheEntry<K, V>>...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
-
Removes given key mapping from cache.
- removex(K, V) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache
-
Removes given key mapping from cache if one exists and value is equal to the passed in value.
- removex(K, GridCacheEntryEx<K, V>, GridPredicate<GridCacheEntry<K, V>>...) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache
-
- removex(K, V) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearAtomicCache
-
Removes given key mapping from cache if one exists and value is equal to the passed in value.
- removex(K, GridCacheEntryEx<K, V>, GridPredicate<GridCacheEntry<K, V>>...) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearAtomicCache
-
- removex(K, GridPredicate<GridCacheEntry<K, V>>...) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
Removes given key mapping from cache.
- removex(K, GridCacheEntryEx<K, V>, GridPredicate<GridCacheEntry<K, V>>...) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
- removex(K, V) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
Removes given key mapping from cache if one exists and value is equal to the passed in value.
- removex(GridPredicate<GridCacheEntry<K, V>>[]) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheEntryImpl
-
- removex(GridPredicate<GridCacheEntry<K, V>>[]) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheEvictionEntry
-
- removex(GridPredicate<GridCacheEntry<K, V>>...) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheFilterEvaluationEntry
-
- removex(K, GridCacheEntryEx<K, V>, GridPredicate<GridCacheEntry<K, V>>...) - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheProjectionEx
-
- removex(K, V) - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheProjectionEx
-
Removes given key mapping from cache if one exists and value is equal to the passed in value.
- removex(K, GridPredicate<GridCacheEntry<K, V>>[]) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProjectionImpl
-
Removes given key mapping from cache.
- removex(K, GridCacheEntryEx<K, V>, GridPredicate<GridCacheEntry<K, V>>...) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProjectionImpl
-
- removex(K, V) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProjectionImpl
-
Removes given key mapping from cache if one exists and value is equal to the passed in value.
- removex(K, GridPredicate<GridCacheEntry<K, V>>[]) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProxyImpl
-
Removes given key mapping from cache.
- removex(K, GridCacheEntryEx<K, V>, GridPredicate<GridCacheEntry<K, V>>...) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProxyImpl
-
- removex(K, V) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProxyImpl
-
Removes given key mapping from cache if one exists and value is equal to the passed in value.
- removex(K, GridCacheEntryEx<K, V>, GridPredicate<GridCacheEntry<K, V>>[]) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxLocalAdapter
- removex(K, GridCacheEntryEx<K, V>, GridPredicate<GridCacheEntry<K, V>>[]) - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheTxLocalEx
-
- removex(K, V) - Method in class org.gridgain.grid.kernal.processors.cache.local.atomic.GridLocalAtomicCache
-
Removes given key mapping from cache if one exists and value is equal to the passed in value.
- removex(K, GridCacheEntryEx<K, V>, GridPredicate<GridCacheEntry<K, V>>...) - Method in class org.gridgain.grid.kernal.processors.cache.local.atomic.GridLocalAtomicCache
-
- removex(String, int, Object, byte[]) - Method in class org.gridgain.grid.kernal.processors.offheap.GridOffHeapProcessor
-
Removes value from offheap space for the given key.
- removex() - Method in class org.gridgain.grid.kernal.processors.streamer.GridStreamerWindowIterator
-
Remove element from the underlying collection and return removed element.
- removeX() - Method in class org.gridgain.grid.util.GridCloseableIteratorAdapter
-
- removeX() - Method in class org.gridgain.grid.util.GridCloseableIteratorAdapterEx
-
- removeX() - Method in class org.gridgain.grid.util.GridEmptyIterator
-
- removex(V) - Method in class org.gridgain.grid.util.GridListSet
-
Removes given value from the set and returns the instance stored in the set
or null if value was not found.
- removeX() - Method in class org.gridgain.grid.util.lang.GridIterableAdapter
-
- removeX() - Method in interface org.gridgain.grid.util.lang.GridIterator
-
- removex(int, byte[]) - Method in interface org.gridgain.grid.util.offheap.GridOffHeapMap
-
Removes value from off-heap map without returning it.
- removex(int, int, byte[]) - Method in interface org.gridgain.grid.util.offheap.GridOffHeapPartitionedMap
-
Removes value from off-heap map without returning it.
- removex(int, byte[]) - Method in class org.gridgain.grid.util.offheap.unsafe.GridUnsafeMap
-
Removes value from off-heap map without returning it.
- removex(int, int, byte[]) - Method in class org.gridgain.grid.util.offheap.unsafe.GridUnsafePartitionedMap
-
Removes value from off-heap map without returning it.
- removexAsync(GridPredicate<GridCacheEntry<K, V>>...) - Method in interface org.gridgain.grid.cache.GridCacheEntry
-
- removexAsync(K, GridPredicate<GridCacheEntry<K, V>>...) - Method in interface org.gridgain.grid.cache.GridCacheProjection
-
Asynchronously removes given key mapping from cache.
- removexAsync(K, V) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache
-
Asynchronously removes given key mapping from cache if one exists and value is equal to the passed in value.
- removexAsync(K, GridCacheEntryEx<K, V>, GridPredicate<GridCacheEntry<K, V>>...) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache
-
- removexAsync(K, V) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearAtomicCache
-
Asynchronously removes given key mapping from cache if one exists and value is equal to the passed in value.
- removexAsync(K, GridCacheEntryEx<K, V>, GridPredicate<GridCacheEntry<K, V>>...) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearAtomicCache
-
- removexAsync(K, GridPredicate<GridCacheEntry<K, V>>...) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
Asynchronously removes given key mapping from cache.
- removexAsync(K, GridCacheEntryEx<K, V>, GridPredicate<GridCacheEntry<K, V>>...) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
- removexAsync(K, V) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
Asynchronously removes given key mapping from cache if one exists and value is equal to the passed in value.
- removexAsync(GridPredicate<GridCacheEntry<K, V>>[]) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheEntryImpl
-
- removexAsync(GridPredicate<GridCacheEntry<K, V>>[]) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheEvictionEntry
-
- removexAsync(GridPredicate<GridCacheEntry<K, V>>...) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheFilterEvaluationEntry
-
- removexAsync(K, GridCacheEntryEx<K, V>, GridPredicate<GridCacheEntry<K, V>>...) - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheProjectionEx
-
- removexAsync(K, V) - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheProjectionEx
-
Asynchronously removes given key mapping from cache if one exists and value is equal to the passed in value.
- removexAsync(K, GridPredicate<GridCacheEntry<K, V>>[]) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProjectionImpl
-
Asynchronously removes given key mapping from cache.
- removexAsync(K, GridCacheEntryEx<K, V>, GridPredicate<GridCacheEntry<K, V>>...) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProjectionImpl
-
- removexAsync(K, V) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProjectionImpl
-
Asynchronously removes given key mapping from cache if one exists and value is equal to the passed in value.
- removexAsync(K, GridPredicate<GridCacheEntry<K, V>>[]) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProxyImpl
-
Asynchronously removes given key mapping from cache.
- removexAsync(K, GridCacheEntryEx<K, V>, GridPredicate<GridCacheEntry<K, V>>...) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProxyImpl
-
- removexAsync(K, V) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProxyImpl
-
Asynchronously removes given key mapping from cache if one exists and value is equal to the passed in value.
- removexAsync(K, GridCacheEntryEx<K, V>, GridPredicate<GridCacheEntry<K, V>>[]) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxLocalAdapter
-
Asynchronous remove.
- removexAsync(K, GridCacheEntryEx<K, V>, GridPredicate<GridCacheEntry<K, V>>[]) - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheTxLocalEx
-
Asynchronous remove.
- removexAsync(K, V) - Method in class org.gridgain.grid.kernal.processors.cache.local.atomic.GridLocalAtomicCache
-
Asynchronously removes given key mapping from cache if one exists and value is equal to the passed in value.
- removexAsync(K, GridCacheEntryEx<K, V>, GridPredicate<GridCacheEntry<K, V>>...) - Method in class org.gridgain.grid.kernal.processors.cache.local.atomic.GridLocalAtomicCache
-
- removexAsync0(K, GridCacheEntryEx<K, V>, GridPredicate<GridCacheEntry<K, V>>[]) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxLocalAdapter
-
Asynchronous remove.
- removexAsync0(K, GridCacheEntryEx<K, V>, GridPredicate<GridCacheEntry<K, V>>[]) - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheTxLocalEx
-
Asynchronous remove.
- rename(GridGgfsPath, GridGgfsPath) - Method in interface org.gridgain.grid.ggfs.GridGgfs
-
Renames/moves a file.
- repeatableRead() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxAdapter
- repeatableRead() - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheTxEx
-
- replace(K, V, V) - Method in class com.romix.scala.collection.concurrent.TrieMap
-
- replace(Object, Object) - Method in class com.romix.scala.collection.concurrent.TrieMap
-
- replace(K, V) - Method in interface org.gridgain.client.GridClientData
-
Replaces value in cache on remote grid only if there was a non-null
value associated with this key.
- replace(K, V) - Method in class org.gridgain.client.impl.GridClientDataImpl
-
Replaces value in cache on remote grid only if there was a non-null
value associated with this key.
- replace(V) - Method in interface org.gridgain.grid.cache.GridCacheEntry
-
- replace(V, V) - Method in interface org.gridgain.grid.cache.GridCacheEntry
-
- 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) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache
-
Stores given key-value pair in cache only if if there is a previous mapping for it.
- replace(K, V, V) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache
-
Stores given key-value pair in cache only if only if the previous value is equal to the
'oldVal' passed in.
- replace(K, V) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearAtomicCache
-
Stores given key-value pair in cache only if if there is a previous mapping for it.
- replace(K, V, V) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearAtomicCache
-
Stores given key-value pair in cache only if only if the previous value is equal to the
'oldVal' passed in.
- replace(K, V) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
Stores given key-value pair in cache only if if there is a previous mapping for it.
- replace(K, V, V) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
Stores given key-value pair in cache only if only if the previous value is equal to the
'oldVal' passed in.
- replace(V) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheEntryImpl
-
- replace(V, V) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheEntryImpl
-
- replace(V) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheEvictionEntry
-
- replace(V, V) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheEvictionEntry
-
- replace(V) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheFilterEvaluationEntry
-
- replace(V, V) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheFilterEvaluationEntry
-
- replace(K, V, V) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMapAdapter
- replace(K, V) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMapAdapter
- replace(K, V) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProjectionImpl
-
Stores given key-value pair in cache only if if there is a previous mapping for it.
- replace(K, V, V) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProjectionImpl
-
Stores given key-value pair in cache only if only if the previous value is equal to the
'oldVal' passed in.
- replace(K, V) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProxyImpl
-
Stores given key-value pair in cache only if if there is a previous mapping for it.
- replace(K, V, V) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProxyImpl
-
Stores given key-value pair in cache only if only if the previous value is equal to the
'oldVal' passed in.
- replace(K, V) - Method in class org.gridgain.grid.kernal.processors.cache.local.atomic.GridLocalAtomicCache
-
Stores given key-value pair in cache only if if there is a previous mapping for it.
- replace(K, V, V) - Method in class org.gridgain.grid.kernal.processors.cache.local.atomic.GridLocalAtomicCache
-
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.util.GridSynchronizedMap
- replace(K, V) - Method in class org.gridgain.grid.util.GridSynchronizedMap
- replace(K, V) - Method in class org.gridgain.grid.util.offheap.unsafe.GridOffHeapSnapTreeMap
- replace(K, V, V) - Method in class org.gridgain.grid.util.offheap.unsafe.GridOffHeapSnapTreeMap
- replace(K, V) - Method in class org.gridgain.grid.util.snaptree.SnapTreeMap
-
- replace(K, V, V) - Method in class org.gridgain.grid.util.snaptree.SnapTreeMap
-
- replaceAsync(K, V) - Method in interface org.gridgain.client.GridClientData
-
Asynchronously replaces value in cache on remote grid only if there was a non-null
value associated with this key.
- replaceAsync(K, V) - Method in class org.gridgain.client.impl.GridClientDataImpl
-
Asynchronously replaces value in cache on remote grid only if there was a non-null
value associated with this key.
- replaceAsync(V) - Method in interface org.gridgain.grid.cache.GridCacheEntry
-
- replaceAsync(V, V) - Method in interface org.gridgain.grid.cache.GridCacheEntry
-
- 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.
- replaceAsync(K, V) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache
-
Asynchronously stores given key-value pair in cache only if if there is a previous mapping for it.
- replaceAsync(K, V, V) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache
-
Asynchronously stores given key-value pair in cache only if only if the previous value is equal to the
'oldVal' passed in.
- replaceAsync(K, V) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearAtomicCache
-
Asynchronously stores given key-value pair in cache only if if there is a previous mapping for it.
- replaceAsync(K, V, V) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearAtomicCache
-
Asynchronously stores given key-value pair in cache only if only if the previous value is equal to the
'oldVal' passed in.
- replaceAsync(K, V) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
Asynchronously stores given key-value pair in cache only if if there is a previous mapping for it.
- replaceAsync(K, V, V) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
Asynchronously stores given key-value pair in cache only if only if the previous value is equal to the
'oldVal' passed in.
- replaceAsync(V) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheEntryImpl
-
- replaceAsync(V, V) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheEntryImpl
-
- replaceAsync(V) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheEvictionEntry
-
- replaceAsync(V, V) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheEvictionEntry
-
- replaceAsync(V) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheFilterEvaluationEntry
-
- replaceAsync(V, V) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheFilterEvaluationEntry
-
- replaceAsync(K, V) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProjectionImpl
-
Asynchronously stores given key-value pair in cache only if if there is a previous mapping for it.
- replaceAsync(K, V, V) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProjectionImpl
-
Asynchronously stores given key-value pair in cache only if only if the previous value is equal to the
'oldVal' passed in.
- replaceAsync(K, V) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProxyImpl
-
Asynchronously stores given key-value pair in cache only if if there is a previous mapping for it.
- replaceAsync(K, V, V) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProxyImpl
-
Asynchronously stores given key-value pair in cache only if only if the previous value is equal to the
'oldVal' passed in.
- replaceAsync(K, V) - Method in class org.gridgain.grid.kernal.processors.cache.local.atomic.GridLocalAtomicCache
-
Asynchronously stores given key-value pair in cache only if if there is a previous mapping for it.
- replaceAsync(K, V, V) - Method in class org.gridgain.grid.kernal.processors.cache.local.atomic.GridLocalAtomicCache
-
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.kernal.GridNodeLocalMapImpl
-
Replaces given metadata with new newVal value only if its current value
is equal to curVal.
- replaceMeta(String, V1, V1) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridPartitionedCacheEntryImpl
-
Replaces given metadata with new newVal value only if its current value
is equal to curVal.
- replaceMeta(String, V1, V1) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheEntryImpl
-
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.kernal.processors.cache.GridCacheEvictionEntry
-
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.kernal.processors.cache.GridCacheFilterEvaluationEntry
-
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.kernal.processors.cache.GridCacheMapEntry
-
Replaces given metadata with new newVal value only if its current value
is equal to curVal.
- replaceMeta(String, V1, V1) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProxyImpl
-
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.kernal.processors.cache.GridCacheTxProxyImpl
-
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.util.lang.GridMetadataAwareAdapter
-
Replaces given metadata with new newVal value only if its current value
is equal to curVal.
- replaceOpt(K, V) - Method in class com.romix.scala.collection.concurrent.TrieMap
-
- replaceValue(int, long, long) - Method in class org.gridgain.grid.util.GridLongList
-
Removes value from this list.
- replacex(V) - Method in interface org.gridgain.grid.cache.GridCacheEntry
-
- 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) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache
-
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.kernal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache
-
Stores given key-value pair in cache only if only if the previous value is equal to the
'oldVal' passed in.
- replacex(K, V) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearAtomicCache
-
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.kernal.processors.cache.distributed.near.GridNearAtomicCache
-
Stores given key-value pair in cache only if only if the previous value is equal to the
'oldVal' passed in.
- replacex(K, V) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
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.kernal.processors.cache.GridCacheAdapter
-
Stores given key-value pair in cache only if only if the previous value is equal to the
'oldVal' passed in.
- replacex(V) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheEntryImpl
-
- replacex(V) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheEvictionEntry
-
- replacex(V) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheFilterEvaluationEntry
-
- replacex(K, V, V) - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheProjectionEx
-
Stores given key-value pair in cache only if only if the previous value is equal to the
'oldVal' passed in.
- replacex(K, V) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProjectionImpl
-
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.kernal.processors.cache.GridCacheProjectionImpl
-
Stores given key-value pair in cache only if only if the previous value is equal to the
'oldVal' passed in.
- replacex(K, V) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProxyImpl
-
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.kernal.processors.cache.GridCacheProxyImpl
-
Stores given key-value pair in cache only if only if the previous value is equal to the
'oldVal' passed in.
- replacex(K, V) - Method in class org.gridgain.grid.kernal.processors.cache.local.atomic.GridLocalAtomicCache
-
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.kernal.processors.cache.local.atomic.GridLocalAtomicCache
-
Stores given key-value pair in cache only if only if the previous value is equal to the
'oldVal' passed in.
- replacexAsync(V) - Method in interface org.gridgain.grid.cache.GridCacheEntry
-
- 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.
- replacexAsync(K, V) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache
-
Asynchronously stores given key-value pair in cache only if only if there is a previous mapping for it.
- replacexAsync(K, V, V) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache
-
Asynchronously stores given key-value pair in cache only if only if the previous value is equal to the
'oldVal' passed in.
- replacexAsync(K, V) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearAtomicCache
-
Asynchronously stores given key-value pair in cache only if only if there is a previous mapping for it.
- replacexAsync(K, V, V) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearAtomicCache
-
Asynchronously stores given key-value pair in cache only if only if the previous value is equal to the
'oldVal' passed in.
- replacexAsync(K, V) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
Asynchronously stores given key-value pair in cache only if only if there is a previous mapping for it.
- replacexAsync(K, V, V) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
Asynchronously stores given key-value pair in cache only if only if the previous value is equal to the
'oldVal' passed in.
- replacexAsync(V) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheEntryImpl
-
- replacexAsync(V) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheEvictionEntry
-
- replacexAsync(V) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheFilterEvaluationEntry
-
- replacexAsync(K, V, V) - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheProjectionEx
-
Asynchronously stores given key-value pair in cache only if only if the previous value is equal to the
'oldVal' passed in.
- replacexAsync(K, V) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProjectionImpl
-
Asynchronously stores given key-value pair in cache only if only if there is a previous mapping for it.
- replacexAsync(K, V, V) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProjectionImpl
-
Asynchronously stores given key-value pair in cache only if only if the previous value is equal to the
'oldVal' passed in.
- replacexAsync(K, V) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProxyImpl
-
Asynchronously stores given key-value pair in cache only if only if there is a previous mapping for it.
- replacexAsync(K, V, V) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProxyImpl
-
Asynchronously stores given key-value pair in cache only if only if the previous value is equal to the
'oldVal' passed in.
- replacexAsync(K, V) - Method in class org.gridgain.grid.kernal.processors.cache.local.atomic.GridLocalAtomicCache
-
Asynchronously stores given key-value pair in cache only if only if there is a previous mapping for it.
- replacexAsync(K, V, V) - Method in class org.gridgain.grid.kernal.processors.cache.local.atomic.GridLocalAtomicCache
-
Asynchronously stores given key-value pair in cache only if only if the previous value is equal to the
'oldVal' passed in.
- REPLICA_CNT - Static variable in class org.gridgain.grid.streamer.router.GridStreamerAffinityEventRouter
-
- replicaCount() - Method in interface org.gridgain.client.GridClientNode
-
Gets node replica count for consistent hash ring (valid only for
PARTITIONED caches).
- replicaCount(int) - Method in class org.gridgain.client.impl.GridClientNodeImpl.Builder
-
Sets replica count for node on consistent hash ring.
- replicaCount() - Method in class org.gridgain.client.impl.GridClientNodeImpl
-
Gets node replica count for consistent hash ring (valid only for
PARTITIONED caches).
- replicate(GridDrRawEntry<K, V>, GridDrType) - Method in interface org.gridgain.grid.kernal.processors.cache.dr.GridCacheDrManager
-
Perform replication.
- replicate(GridDrRawEntry<K, V>, GridDrType) - Method in class org.gridgain.grid.kernal.processors.cache.dr.os.GridOsCacheDrManager
-
Perform replication.
- replicated() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxAdapter
- replicated() - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheTxEx
-
- replicationTopicReceive(String) - Static method in class org.gridgain.grid.kernal.processors.cache.GridCacheUtils
-
Get topic to which replication responses are sent.
- replicationTopicSend() - Static method in class org.gridgain.grid.kernal.processors.cache.GridCacheUtils
-
Get topic to which replication requests are sent.
- replyRequired() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridDistributedTxFinishRequest
-
- replyTimestamp() - Method in class org.gridgain.grid.kernal.processors.clock.GridClockMessage
-
- replyTimestamp(long) - Method in class org.gridgain.grid.kernal.processors.clock.GridClockMessage
-
- REQ_HEADER - Static variable in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientMessageWrapper
-
Client request header.
- reqId() - Method in class org.gridgain.grid.kernal.processors.rest.protocols.tcp.GridTcpRestDirectParser.HeaderData
-
- reqId() - Method in class org.gridgain.grid.kernal.processors.rest.protocols.tcp.GridTcpRestParser.HeaderData
-
- request(Collection<? extends K>, long) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.preloader.GridDhtPreloader
-
- request() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearLockMapping
-
- request(GridNearLockRequest<K, V>) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearLockMapping
-
- request(Collection<? extends K>, long) - Method in interface org.gridgain.grid.kernal.processors.cache.GridCachePreloader
-
Requests that preloader sends the request for the key.
- request(Collection<? extends K>, long) - Method in class org.gridgain.grid.kernal.processors.cache.GridCachePreloaderAdapter
-
Requests that preloader sends the request for the key.
- requestFlag() - Method in class org.gridgain.grid.kernal.processors.rest.protocols.tcp.GridMemcachedMessage
-
- requestFlag(byte) - Method in class org.gridgain.grid.kernal.processors.rest.protocols.tcp.GridMemcachedMessage
-
- requestId() - Method in class org.gridgain.grid.kernal.processors.cache.query.GridCacheQueryResponse
-
- requestId() - Method in class org.gridgain.grid.kernal.processors.dataload.GridDataLoadRequest
-
- requestId() - Method in class org.gridgain.grid.kernal.processors.dataload.GridDataLoadResponse
-
- requestId() - Method in class org.gridgain.grid.kernal.processors.dr.messages.external.GridDrExternalBatchRequest
-
- requestId() - Method in class org.gridgain.grid.kernal.processors.dr.messages.external.GridDrExternalBatchResponse
-
- requestId() - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientAbstractMessage
-
This method is used to match request and response messages.
- requestId(long) - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientAbstractMessage
-
Sets request id for outgoing packets.
- requestId() - Method in interface org.gridgain.grid.kernal.processors.rest.client.message.GridClientMessage
-
This method is used to match request and response messages.
- requestId(long) - Method in interface org.gridgain.grid.kernal.processors.rest.client.message.GridClientMessage
-
Sets request id for outgoing packets.
- requestId() - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientMessageWrapper
-
- requestId(long) - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientMessageWrapper
-
- requestId() - Method in class org.gridgain.grid.kernal.processors.rest.protocols.tcp.GridMemcachedMessage
-
This method is used to match request and response messages.
- requestId(long) - Method in class org.gridgain.grid.kernal.processors.rest.protocols.tcp.GridMemcachedMessage
-
Sets request id for outgoing packets.
- requestJobSiblings(GridComputeTaskSession) - Method in class org.gridgain.grid.kernal.processors.job.GridJobProcessor
-
- reservations() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtLocalPartition
-
- reserve() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtLocalPartition
-
Reserves a partition so it won't be cleared.
- reserve() - Method in class org.gridgain.grid.util.nio.GridAbstractCommunicationClient
- reserve() - Method in interface org.gridgain.grid.util.nio.GridCommunicationClient
-
- reserve(long) - Method in class org.gridgain.grid.util.offheap.unsafe.GridUnsafeMemory
-
Reserves memory.
- reserved() - Method in class org.gridgain.grid.util.nio.GridAbstractCommunicationClient
- reserved() - Method in interface org.gridgain.grid.util.nio.GridCommunicationClient
-
- reset() - Method in class org.gridgain.grid.cache.affinity.consistenthash.GridCacheConsistentHashAffinityFunction
-
Resets cache affinity to its initial state.
- reset() - Method in class org.gridgain.grid.cache.affinity.fair.GridCachePartitionFairAffinity
-
Resets cache affinity to its initial state.
- reset() - Method in interface org.gridgain.grid.cache.affinity.GridCacheAffinityFunction
-
Resets cache affinity to its initial state.
- reset() - Method in interface org.gridgain.grid.cache.affinity.GridCacheAffinityKeyMapper
-
Resets cache affinity mapper to its initial state.
- reset() - Method in class org.gridgain.grid.cache.affinity.rendezvous.GridCacheRendezvousAffinityFunction
-
Resets cache affinity to its initial state.
- reset() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheDefaultAffinityKeyMapper
-
Resets cache affinity mapper to its initial state.
- reset() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheEntryImpl
-
Reset cached value so it will be re-cached.
- reset() - Method in class org.gridgain.grid.kernal.processors.jobmetrics.GridJobMetricsProcessor
-
Resets metrics.
- reset() - Method in class org.gridgain.grid.kernal.processors.streamer.GridStreamerImpl
-
- reset() - Method in interface org.gridgain.grid.streamer.GridStreamer
-
- reset() - Method in interface org.gridgain.grid.streamer.GridStreamerWindow
-
Resets window.
- reset() - Method in interface org.gridgain.grid.streamer.index.GridStreamerIndexProvider
-
Resets the index to an initial empty state.
- reset() - Method in class org.gridgain.grid.streamer.index.GridStreamerIndexProviderAdapter
-
Resets the index to an initial empty state.
- reset() - Method in class org.gridgain.grid.streamer.window.GridStreamerWindowAdapter
-
Resets window.
- reset() - Method in class org.gridgain.grid.util.GridByteArrayList
-
Resets byte array to empty.
- reset() - Static method in class org.gridgain.grid.util.GridDebug
-
Reset queue to empty one.
- reset() - Method in class org.gridgain.grid.util.io.GridByteArrayInputStream
-
Resets the buffer to the marked position.
- reset() - Method in class org.gridgain.grid.util.io.GridByteArrayOutputStream
-
Resets the count field of this byte array output
stream to zero, so that all currently accumulated output in the
output stream is discarded.
- reset() - Method in interface org.gridgain.grid.util.io.GridDataInput
-
Resets data output.
- reset() - Method in interface org.gridgain.grid.util.io.GridDataOutput
-
Resets data output.
- reset() - Method in class org.gridgain.grid.util.io.GridUnsafeDataInput
-
Resets data output.
- reset() - Method in class org.gridgain.grid.util.io.GridUnsafeDataOutput
-
Resets data output.
- reset() - Method in class org.gridgain.grid.util.nio.GridNioServerBuffer
-
- reset0() - Method in class org.gridgain.grid.streamer.index.GridStreamerIndexProviderAdapter
-
Called on reset.
- reset0() - Method in class org.gridgain.grid.streamer.index.hash.GridStreamerHashIndexProvider
-
Called on reset.
- reset0() - Method in class org.gridgain.grid.streamer.index.tree.GridStreamerTreeIndexProvider
-
Called on reset.
- reset0() - Method in class org.gridgain.grid.streamer.window.GridStreamerBoundedSizeBatchWindow
-
Reset routine.
- reset0() - Method in class org.gridgain.grid.streamer.window.GridStreamerBoundedTimeBatchWindow
-
Reset routine.
- reset0() - Method in class org.gridgain.grid.streamer.window.GridStreamerBoundedTimeWindow
-
Reset routine.
- reset0() - Method in class org.gridgain.grid.streamer.window.GridStreamerUnboundedWindow
-
Reset routine.
- reset0() - Method in class org.gridgain.grid.streamer.window.GridStreamerWindowAdapter
-
Reset routine.
- resetFromPrimary(V, byte[], GridCacheVersion) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.colocated.GridDhtDetachedCacheEntry
-
Sets value to detached entry so it can be retrieved in transactional gets.
- resetFromPrimary(V, byte[], GridCacheVersion, GridCacheVersion, UUID) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearCacheEntry
-
This method should be called only when lock is owned on this entry.
- resetMetrics() - Method in interface org.gridgain.grid.cache.GridCache
-
Resets metrics for current cache.
- resetMetrics() - Method in interface org.gridgain.grid.cache.query.GridCacheQueries
-
Resets accumulated metrics.
- resetMetrics() - Method in interface org.gridgain.grid.cache.query.GridCacheQuery
-
Resets metrics for this query.
- resetMetrics() - Method in interface org.gridgain.grid.dr.GridDr
-
Reset all sender hub and receiver hub metrics on this node.
- resetMetrics() - Method in interface org.gridgain.grid.ggfs.GridGgfs
-
Resets metrics for this file system.
- resetMetrics() - Method in interface org.gridgain.grid.Grid
-
Resets local I/O, job, and task execution metrics.
- resetMetrics() - Method in class org.gridgain.grid.kernal.GridKernal
-
Resets local I/O, job, and task execution metrics.
- resetMetrics() - Method in class org.gridgain.grid.kernal.managers.communication.GridIoManager
-
Resets metrics for this manager.
- resetMetrics() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache
-
Resets metrics for current cache.
- resetMetrics() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtCache
-
Resets metrics for current cache.
- resetMetrics() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearCacheAdapter
-
Resets metrics for current cache.
- resetMetrics() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
Resets metrics for current cache.
- resetMetrics() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProxyImpl
-
Resets metrics for current cache.
- resetMetrics() - Method in class org.gridgain.grid.kernal.processors.cache.query.GridCacheQueriesImpl
-
Resets accumulated metrics.
- resetMetrics() - Method in class org.gridgain.grid.kernal.processors.cache.query.GridCacheQueriesProxy
-
Resets accumulated metrics.
- resetMetrics() - Method in class org.gridgain.grid.kernal.processors.cache.query.GridCacheQueryAdapter
-
- resetMetrics() - Method in class org.gridgain.grid.kernal.processors.cache.query.GridCacheQueryManager
-
Resets metrics.
- resetMetrics() - Method in class org.gridgain.grid.kernal.processors.streamer.GridStreamerImpl
-
Resets all streamer metrics.
- resetMetrics() - Method in class org.gridgain.grid.kernal.processors.task.GridTaskProcessor
-
Resets processor metrics.
- resetMetrics() - Method in interface org.gridgain.grid.spi.communication.GridCommunicationSpi
-
Resets metrics for this SPI instance.
- resetMetrics() - Method in class org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpi
-
Resets metrics for this SPI instance.
- resetMetrics() - Method in interface org.gridgain.grid.streamer.GridStreamer
-
Resets all streamer metrics.
- resetResponse() - Method in class org.gridgain.grid.kernal.GridJobResultImpl
-
- resetSendScheduleTime() - Method in class org.gridgain.grid.util.nio.GridNioSessionImpl
-
Resets send schedule time to avoid multiple idle notifications.
- resetTxContext(GridCacheContext) - Static method in class org.gridgain.grid.kernal.processors.cache.GridCacheUtils
-
- resolve(GridNode) - Method in class org.gridgain.grid.cache.affinity.GridCacheAffinityNodeAddressHashResolver
-
Resolve alternate hash value for the given Grid node.
- resolve(GridNode) - Method in interface org.gridgain.grid.cache.affinity.GridCacheAffinityNodeHashResolver
-
Resolve alternate hash value for the given Grid node.
- resolve(GridNode) - Method in class org.gridgain.grid.cache.affinity.GridCacheAffinityNodeIdHashResolver
-
Resolve alternate hash value for the given Grid node.
- resolve(GridDrReceiverCacheConflictContext<K, V>) - Method in interface org.gridgain.grid.dr.cache.receiver.GridDrReceiverCacheConflictResolver
-
Resolve conflicting key update.
- resolveAddresses(GridAddressResolver, Iterable<String>, int) - Static method in class org.gridgain.grid.util.GridUtils
-
Resolves all not loopback addresses and collect results.
- resolveGridGainHome() - Static method in class org.gridgain.grid.util.typedef.X
-
Tries to resolve GridGain installation home folder.
- resolveGridGainPath(String) - Static method in class org.gridgain.grid.util.GridUtils
-
Gets file associated with path.
- resolveGridGainUrl(String) - Static method in class org.gridgain.grid.util.GridUtils
-
Gets URL representing the path passed in.
- resolveGridGainUrl(String, boolean) - Static method in class org.gridgain.grid.util.GridUtils
-
Gets URL representing the path passed in.
- resolveLocalAddresses(InetAddress) - Static method in class org.gridgain.grid.util.GridUtils
-
- resolveLocalHost(String) - Static method in class org.gridgain.grid.util.GridUtils
-
Tries to resolve host by name, returning local host if input is empty.
- resolverClass() - Method in class org.gridgain.grid.spi.GridHashIdResolversValidationResult
-
- resolveRecords(GridGgfs, GridGgfsInputStream, GridGgfsFileRange) - Method in interface org.gridgain.grid.ggfs.mapreduce.GridGgfsRecordResolver
-
Adjusts record start offset and length.
- resolveRecords(GridGgfs, GridGgfsInputStream, GridGgfsFileRange) - Method in class org.gridgain.grid.ggfs.mapreduce.records.GridGgfsByteDelimiterRecordResolver
-
Adjusts record start offset and length.
- resolveRecords(GridGgfs, GridGgfsInputStream, GridGgfsFileRange) - Method in class org.gridgain.grid.ggfs.mapreduce.records.GridGgfsFixedLengthRecordResolver
-
Adjusts record start offset and length.
- resolvers() - Method in class org.gridgain.grid.kernal.visor.cmd.dto.node.VisorSegmentationConfig
-
- resolvers(String) - Method in class org.gridgain.grid.kernal.visor.cmd.dto.node.VisorSegmentationConfig
-
- resolveWorkDirectory(String, boolean) - Static method in class org.gridgain.grid.util.GridUtils
-
Resolves work directory.
- resource() - Method in interface org.gridgain.grid.kernal.GridKernalContext
-
Gets resource processor.
- resource() - Method in class org.gridgain.grid.kernal.GridKernalContextImpl
-
Gets resource processor.
- respond(Object) - Method in class org.gridgain.grid.messaging.GridMessagingListenActor
-
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.messaging.GridMessagingListenActor
-
Responds to the provided node with given message and continues to listen for the new messages.
- responded() - Method in class org.gridgain.grid.spi.discovery.tcp.messages.GridTcpDiscoveryJoinRequestMessage
-
- responded(boolean) - Method in class org.gridgain.grid.spi.discovery.tcp.messages.GridTcpDiscoveryJoinRequestMessage
-
- responseNodeId() - Method in class org.gridgain.grid.kernal.visor.cmd.dto.VisorQueryResultEx
-
- responseTopicBytes() - Method in class org.gridgain.grid.kernal.processors.dataload.GridDataLoadRequest
-
- rest() - Method in interface org.gridgain.grid.kernal.GridKernalContext
-
Gets REST processor.
- rest() - Method in class org.gridgain.grid.kernal.GridKernalContextImpl
-
Gets REST processor.
- rest() - Method in class org.gridgain.grid.kernal.visor.cmd.dto.VisorGridConfig
-
- rest(VisorRestConfig) - Method in class org.gridgain.grid.kernal.visor.cmd.dto.VisorGridConfig
-
- restart(boolean) - Static method in class org.gridgain.grid.GridGain
-
Restarts all started grids.
- restart(boolean) - Method in interface org.gridgain.grid.GridGainMBean
-
Restart JVM.
- restart(boolean) - Static method in class org.gridgain.grid.kernal.GridGainEx
-
Restarts all started grids.
- restart(boolean) - Method in class org.gridgain.grid.kernal.GridGainMBeanAdapter
-
Restart JVM.
- restart() - Method in class org.gridgain.grid.kernal.visor.cmd.dto.node.VisorBasicConfig
-
- restart(boolean) - Method in class org.gridgain.grid.kernal.visor.cmd.dto.node.VisorBasicConfig
-
- RESTART_EXIT_CODE - Static variable in class org.gridgain.grid.GridGain
-
This is restart code that can be used by external tools, like Shell scripts,
to auto-restart the GridGain JVM process.
- restartNodes() - Method in interface org.gridgain.grid.Grid
-
Restarts nodes satisfying optional set of predicates.
- restartNodes(Collection<UUID>) - Method in interface org.gridgain.grid.Grid
-
Restarts nodes defined by provided IDs.
- restartNodes() - Method in class org.gridgain.grid.kernal.GridKernal
-
Restarts nodes satisfying optional set of predicates.
- restartNodes(Collection<UUID>) - Method in class org.gridgain.grid.kernal.GridKernal
-
Restarts nodes defined by provided IDs.
- restAvailable(GridClientNode, GridClientProtocol) - Static method in class org.gridgain.client.util.GridClientUtils
-
Checks if given REST protocol available for given node.
- restEnabled() - Method in class org.gridgain.grid.kernal.visor.cmd.dto.node.VisorRestConfig
-
- restEnabled(boolean) - Method in class org.gridgain.grid.kernal.visor.cmd.dto.node.VisorRestConfig
-
- restExecutorService() - Method in class org.gridgain.grid.kernal.visor.cmd.dto.node.VisorExecutorServiceConfig
-
- restExecutorService(String) - Method in class org.gridgain.grid.kernal.visor.cmd.dto.node.VisorExecutorServiceConfig
-
- restExecutorServiceShutdown() - Method in class org.gridgain.grid.kernal.visor.cmd.dto.node.VisorExecutorServiceConfig
-
- restExecutorServiceShutdown(boolean) - Method in class org.gridgain.grid.kernal.visor.cmd.dto.node.VisorExecutorServiceConfig
-
- restoreTopology(Iterable<GridTcpDiscoveryNode>, long) - Method in class org.gridgain.grid.spi.discovery.tcp.internal.GridTcpDiscoveryNodesRing
-
Restores topology from parameters values.
- result(GridComputeJobResult, List<GridComputeJobResult>) - Method in interface org.gridgain.grid.compute.GridComputeTask
-
Asynchronous callback invoked every time a result from remote execution is
received.
- result(GridComputeJobResult, List<GridComputeJobResult>) - Method in class org.gridgain.grid.compute.GridComputeTaskAdapter
-
- result(GridComputeJobResult, List<GridComputeJobResult>) - Method in class org.gridgain.grid.kernal.processors.cache.query.jdbc.GridCacheQueryJdbcTask
-
- result() - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientResponse
-
- result(Object) - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientResponse
-
- result() - Method in class org.gridgain.grid.kernal.processors.rest.handlers.task.GridTaskResultResponse
-
- result(Object) - Method in class org.gridgain.grid.kernal.processors.rest.handlers.task.GridTaskResultResponse
-
- result(GridComputeJobResult, List<GridComputeJobResult>) - Method in class org.gridgain.grid.kernal.processors.streamer.task.GridStreamerBroadcastTask
-
- result(GridComputeJobResult, List<GridComputeJobResult>) - Method in class org.gridgain.grid.kernal.processors.streamer.task.GridStreamerQueryTask
-
- result(GridComputeJobResult, List<GridComputeJobResult>) - Method in class org.gridgain.grid.kernal.processors.streamer.task.GridStreamerReduceTask
-
- result(GridComputeJobResult, List<GridComputeJobResult>) - Method in class org.gridgain.grid.kernal.visor.cmd.VisorMultiNodeTask
-
Asynchronous callback invoked every time a result from remote execution is
received.
- result() - Method in class org.gridgain.grid.util.future.GridFutureAdapter
-
- result() - Method in class org.gridgain.grid.util.future.GridFutureAdapterEx
-
- result() - Method in class org.gridgain.grid.util.GridAtomicInitializer
-
Should be called only if succeeded.
- result() - Method in class org.gridgain.grid.util.nio.GridNioFutureImpl
-
- resultBytes(byte[]) - Method in class org.gridgain.grid.kernal.processors.rest.handlers.task.GridTaskResultResponse
-
- resultBytes() - Method in class org.gridgain.grid.kernal.processors.rest.handlers.task.GridTaskResultResponse
-
- resultCode() - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientHandshakeResponse
-
- resume() - Method in interface org.gridgain.grid.kernal.processors.cache.dr.GridCacheDrManager
-
Resumes data center replication.
- resume() - Method in class org.gridgain.grid.kernal.processors.cache.dr.os.GridOsCacheDrManager
-
Resumes data center replication.
- resumeReads() - Method in interface org.gridgain.grid.util.nio.GridNioSession
-
Resumes session reads.
- resumeReads() - Method in class org.gridgain.grid.util.nio.GridNioSessionImpl
-
Resumes session reads.
- retain(Collection<T>, boolean, Collection<? extends T0>) - Static method in class org.gridgain.grid.util.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.util.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.util.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.util.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
- retainAll(Collection<?>) - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheQueueProxy
- retainAll(Collection<?>) - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheSetImpl
- retainAll(Collection<?>) - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheSetProxy
- retainAll(Collection<?>) - Method in class org.gridgain.grid.util.GridConcurrentPhantomHashSet
- retainAll(Collection<?>) - Method in class org.gridgain.grid.util.GridConcurrentWeakHashSet
- retainAll(Collection<?>) - Method in interface org.pcollections.PCollection
-
Deprecated.
- retainKeys(Map<K, V>, boolean, GridPredicate<? super K>...) - Static method in class org.gridgain.grid.util.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.util.lang.GridFunc
-
For a given map retains all map entries which values satisfy all provided predicates.
- RETRY_DELAY - Static variable in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheQueueAdapter
-
- returnFlags() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridDistributedLockRequest
-
- returnIfAbsent(Map<? extends K, ? extends V>, K, Callable<V>) - Static method in class org.gridgain.grid.util.lang.GridFunc
-
Utility map getter.
- returnValue() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic.GridNearAtomicUpdateRequest
-
- returnValue() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic.GridNearAtomicUpdateResponse
-
- returnValue(GridCacheReturn<Object>) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic.GridNearAtomicUpdateResponse
-
- returnValue(int) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridDistributedLockRequest
-
- returnValue() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTransformComputeClosure
-
- REV_HASH - Static variable in class org.gridgain.grid.kernal.GridProductImpl
-
Revision hash.
- revisionHash() - Method in class org.gridgain.grid.product.GridProductVersion
-
Gets revision hash.
- revisionTimestamp() - Method in class org.gridgain.grid.product.GridProductVersion
-
Gets revision timestamp.
- right(long, long) - Method in class org.gridgain.grid.util.offheap.unsafe.GridOffHeapSnapTreeMap
-
- RMV_DELAY - Static variable in class org.gridgain.grid.kernal.visor.cmd.tasks.VisorQueryUtils
-
How long to store future with query in node local map: 5 minutes.
- rollback() - Method in interface org.gridgain.grid.cache.GridCacheTx
-
Rolls back this transaction.
- rollback() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtTxLocalAdapter
-
Rolls back this transaction.
- rollback() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridDistributedTxRemoteAdapter
-
Rolls back this transaction.
- rollback() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxProxyImpl
-
Rolls back this transaction.
- rollbackAsync() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.colocated.GridDhtColocatedTxLocal
-
TODO-gg-4004 Put rollback async on public API?
Asynchronously rollback this transaction.
- rollbackAsync() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtTxLocal
-
TODO-gg-4004 Put rollback async on public API?
Asynchronously rollback this transaction.
- rollbackAsync() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridDistributedTxRemoteAdapter
-
TODO-gg-4004 Put rollback async on public API?
Asynchronously rollback this transaction.
- rollbackAsync() - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheTxEx
-
TODO-gg-4004 Put rollback async on public API?
Asynchronously rollback this transaction.
- rollbackConnection(Connection, GridLogger) - Static method in class org.gridgain.grid.util.GridUtils
-
Rollbacks JDBC connection logging possible checked exception.
- rollbackConnectionQuiet(Connection) - Static method in class org.gridgain.grid.util.GridUtils
-
Quietly rollbacks JDBC connection ignoring possible checked exception.
- rollbackTime() - Method in interface org.gridgain.grid.cache.GridCacheMetrics
-
Gets last time transaction was rollback.
- rollbackTime() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMetricsAdapter
-
Gets last time transaction was rollback.
- rollbackTx(UUID, GridNearTxFinishRequest<K, V>) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtTransactionalCacheAdapter
-
- rollbackTx(GridCacheTxEx<K, V>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxManager
-
Rolls back a transaction.
- rolledbackVersions() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridDistributedBaseMessage
-
- rolledbackVersions() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxLocalAdapter
-
- rolledbackVersions(GridCacheVersion) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxManager
-
Gets rolledback transactions starting from the given version (inclusive).
- rolledbackVersionsSize() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxManager
-
- root() - Method in class org.gridgain.grid.ggfs.GridGgfsPath
-
Returns a root for this path.
- rootExecution() - Method in class org.gridgain.grid.kernal.processors.streamer.GridStreamerStageExecutionFuture
-
- route(GridStreamerContext, String, T) - Method in interface org.gridgain.grid.streamer.GridStreamerEventRouter
-
Selects a node for given event that should be processed by a stage with given name.
- route(GridStreamerContext, String, Collection<T>) - Method in interface org.gridgain.grid.streamer.GridStreamerEventRouter
-
Selects a node for given events that should be processed by a stage with given name.
- route(GridStreamerContext, String, Collection<T>) - Method in class org.gridgain.grid.streamer.GridStreamerEventRouterAdapter
-
Selects a node for given events that should be processed by a stage with given name.
- route(GridStreamerContext, String, T) - Method in class org.gridgain.grid.streamer.router.GridStreamerAffinityEventRouter
-
Selects a node for given event that should be processed by a stage with given name.
- route(GridStreamerContext, String, T) - Method in class org.gridgain.grid.streamer.router.GridStreamerCacheAffinityEventRouter
-
Selects a node for given event that should be processed by a stage with given name.
- route(GridStreamerContext, String, T) - Method in class org.gridgain.grid.streamer.router.GridStreamerLocalEventRouter
-
Selects a node for given event that should be processed by a stage with given name.
- route(GridStreamerContext, String, Collection<T>) - Method in class org.gridgain.grid.streamer.router.GridStreamerLocalEventRouter
-
Selects a node for given events that should be processed by a stage with given name.
- route(GridStreamerContext, String, Object) - Method in class org.gridgain.grid.streamer.router.GridStreamerRandomEventRouter
-
Selects a node for given event that should be processed by a stage with given name.
- route(GridStreamerContext, String, Object) - Method in class org.gridgain.grid.streamer.router.GridStreamerRoundRobinEventRouter
-
Selects a node for given event that should be processed by a stage with given name.
- router() - Method in class org.gridgain.grid.kernal.visor.cmd.dto.node.VisorStreamerConfig
-
- router(String) - Method in class org.gridgain.grid.kernal.visor.cmd.dto.node.VisorStreamerConfig
-
- routineId() - Method in class org.gridgain.grid.kernal.processors.continuous.GridContinuousMessage
-
- rows() - Method in class org.gridgain.grid.kernal.visor.cmd.dto.VisorQueryResult
-
- run(Runnable) - Method in interface org.gridgain.grid.compute.GridCompute
-
Executes provided job on a node in this grid projection.
- run(Collection<? extends Runnable>) - Method in interface org.gridgain.grid.compute.GridCompute
-
Executes collection of jobs on grid nodes within this grid projection.
- run(Runnable) - Method in class org.gridgain.grid.kernal.GridComputeImpl
-
Executes provided job on a node in this grid projection.
- run(Collection<? extends Runnable>) - Method in class org.gridgain.grid.kernal.GridComputeImpl
-
Executes collection of jobs on grid nodes within this grid projection.
- run() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearCacheClearAllRunnable
- run() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheClearAllRunnable
- run(GridStreamerContext, Collection<Object>) - Method in class org.gridgain.grid.kernal.processors.streamer.GridStreamerStageWrapper
-
Stage execution routine.
- run(A) - Method in class org.gridgain.grid.kernal.visor.cmd.VisorJob
-
Execution logic of concrete task.
- run() - Method in class org.gridgain.grid.spi.GridSpiThread
- run(GridStreamerContext, Collection<IN>) - Method in interface org.gridgain.grid.streamer.GridStreamerStage
-
Stage execution routine.
- run() - Method in class org.gridgain.grid.util.GridTimerTask
- run() - Method in class org.gridgain.grid.util.lang.GridAbsClosure
-
- run() - Method in class org.gridgain.grid.util.nio.GridNioMessageTracker
- run() - Method in class org.gridgain.grid.util.worker.GridWorker
- runAsync(GridClosureCallMode, Collection<? extends Runnable>, Collection<GridNode>) - Method in class org.gridgain.grid.kernal.processors.closure.GridClosureProcessor
-
- runAsync(GridClosureCallMode, Collection<? extends Runnable>, Collection<GridNode>, boolean) - Method in class org.gridgain.grid.kernal.processors.closure.GridClosureProcessor
-
- runAsync(GridClosureCallMode, Runnable, Collection<GridNode>) - Method in class org.gridgain.grid.kernal.processors.closure.GridClosureProcessor
-
- runAsync(GridClosureCallMode, Runnable, Collection<GridNode>, boolean) - Method in class org.gridgain.grid.kernal.processors.closure.GridClosureProcessor
-
- runFieldsQuery(GridCacheQueryInfo) - Method in class org.gridgain.grid.kernal.processors.cache.query.GridCacheQueryManager
-
Processes fields query request.
- runLocal(Runnable) - Method in class org.gridgain.grid.kernal.GridSchedulerImpl
-
Executes given closure on internal system thread pool asynchronously.
- runLocal(Runnable) - Method in interface org.gridgain.grid.scheduler.GridScheduler
-
Executes given closure on internal system thread pool asynchronously.
- runLocalSafe(Runnable) - Method in class org.gridgain.grid.kernal.processors.closure.GridClosureProcessor
-
Executes closure on system pool.
- runLocalSafe(Runnable, boolean) - Method in class org.gridgain.grid.kernal.processors.closure.GridClosureProcessor
-
- runLocalSafe(Runnable, GridClosurePolicy) - Method in class org.gridgain.grid.kernal.processors.closure.GridClosureProcessor
-
- runner() - Method in class org.gridgain.grid.util.worker.GridWorker
-
- runQuery(GridCacheQueryInfo) - Method in class org.gridgain.grid.kernal.processors.cache.query.GridCacheQueryManager
-
Processes cache query request.
- RX1<E1,R> - Class in org.gridgain.grid.util.typedef
-
- RX1() - Constructor for class org.gridgain.grid.util.typedef.RX1
-
- RX2<E1,E2,R> - Class in org.gridgain.grid.util.typedef
-
- RX2() - Constructor for class org.gridgain.grid.util.typedef.RX2
-
- RX3<E1,E2,E3,R> - Class in org.gridgain.grid.util.typedef
-
- RX3() - Constructor for class org.gridgain.grid.util.typedef.RX3
-
- S - Class in org.gridgain.grid.util.typedef.internal
-
- S() - Constructor for class org.gridgain.grid.util.typedef.internal.S
-
- safeAbs(int) - Static method in class org.gridgain.client.util.GridClientUtils
-
Gets absolute value for integer.
- safeAbs(int) - Static method in class org.gridgain.grid.util.GridUtils
-
Gets absolute value for integer.
- safeDouble(Map<String, Number>, String) - Method in class org.gridgain.client.impl.connection.GridClientConnection
-
Safely gets double value by given key.
- safeEquals(String, String) - Static method in class org.gridgain.grid.kernal.visor.cmd.VisorTaskUtils
-
- safeLong(Map<String, Number>, String) - Method in class org.gridgain.client.impl.connection.GridClientConnection
-
Safely gets long value by given key.
- safeRun() - Method in class org.gridgain.grid.util.GridTimerTask
-
- safeSend(Collection<? extends GridNode>, GridCacheMessage<K, V>, GridPredicate<GridNode>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheIoManager
-
Sends message and automatically accounts for lefts nodes.
- salvageRemote(GridCacheVersion) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMvcc
-
For all remote candidates standing behind the candidate being salvaged marks their transactions
as system invalidate and marks these candidates as owned and used.
- salvageTx(GridCacheTxEx<K, V>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxManager
-
Invalidates transaction.
- sameMacs(GridNode, GridNode) - Static method in class org.gridgain.grid.util.GridUtils
-
- sampleClassName() - Method in class org.gridgain.grid.kernal.managers.deployment.GridDeployment
-
- sampleClassName() - Method in class org.gridgain.grid.kernal.processors.dataload.GridDataLoadRequest
-
- sampleClassName() - Method in class org.gridgain.grid.kernal.processors.streamer.GridStreamerExecutionRequest
-
- sampleCurrentStages() - Method in class org.gridgain.grid.kernal.processors.streamer.GridStreamerMetricsHolder
-
Samples current sessions.
- saveCheckpoint(String, Object) - Method in interface org.gridgain.grid.compute.GridComputeTaskSession
-
Saves intermediate state of a job or task to a storage.
- saveCheckpoint(String, Object, GridComputeTaskSessionScope, long) - Method in interface org.gridgain.grid.compute.GridComputeTaskSession
-
Saves intermediate state of a job to a storage.
- saveCheckpoint(String, Object, GridComputeTaskSessionScope, long, boolean) - Method in interface org.gridgain.grid.compute.GridComputeTaskSession
-
Saves intermediate state of a job or task to a storage.
- saveCheckpoint(String, Object) - Method in class org.gridgain.grid.kernal.GridJobSessionImpl
-
Saves intermediate state of a job or task to a storage.
- saveCheckpoint(String, Object, GridComputeTaskSessionScope, long) - Method in class org.gridgain.grid.kernal.GridJobSessionImpl
-
Saves intermediate state of a job to a storage.
- saveCheckpoint(String, Object, GridComputeTaskSessionScope, long, boolean) - Method in class org.gridgain.grid.kernal.GridJobSessionImpl
-
Saves intermediate state of a job or task to a storage.
- saveCheckpoint(String, Object) - Method in class org.gridgain.grid.kernal.GridTaskSessionImpl
-
Saves intermediate state of a job or task to a storage.
- saveCheckpoint(String, Object, GridComputeTaskSessionScope, long) - Method in class org.gridgain.grid.kernal.GridTaskSessionImpl
-
Saves intermediate state of a job to a storage.
- saveCheckpoint(String, Object, GridComputeTaskSessionScope, long, boolean) - Method in class org.gridgain.grid.kernal.GridTaskSessionImpl
-
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.noop.GridNoopCheckpointSpi
-
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.
- saveCheckpoint0(GridTaskSessionInternal, String, Object, GridComputeTaskSessionScope, long, boolean) - Method in class org.gridgain.grid.kernal.GridTaskSessionImpl
-
- saveFuture(GridCacheAdapter.FutureHolder, GridFuture<?>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
Saves future in thread local holder and adds listener
that will clear holder when future is finished.
- saveValueForIndexUnlocked() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMapEntry
-
This method will return current value only if clearIndex(V) will require previous value (this is the case
for Mongo caches).
- SB - Class in org.gridgain.grid.util.typedef.internal
-
- SB() - Constructor for class org.gridgain.grid.util.typedef.internal.SB
-
- SB(int) - Constructor for class org.gridgain.grid.util.typedef.internal.SB
-
- SB(String) - Constructor for class org.gridgain.grid.util.typedef.internal.SB
-
- SB(CharSequence) - Constructor for class org.gridgain.grid.util.typedef.internal.SB
-
- SCAN_COL_NAMES - Static variable in class org.gridgain.grid.kernal.visor.cmd.tasks.VisorQueryUtils
-
Columns for SCAN queries.
- SCAN_QRY_NAME - Static variable in class org.gridgain.grid.kernal.visor.cmd.tasks.VisorQueryUtils
-
Prefix for node local key for SCAN queries.
- scanFilter() - Method in class org.gridgain.grid.kernal.processors.cache.query.GridCacheQueryAdapter
-
- schedule() - Method in interface org.gridgain.grid.kernal.GridKernalContext
-
Gets schedule processor.
- schedule() - Method in class org.gridgain.grid.kernal.GridKernalContextImpl
-
Gets schedule processor.
- schedule(String, String, boolean) - Method in class org.gridgain.grid.kernal.processors.email.GridEmailProcessorAdapter
-
Schedules sending of given email to all admin emails, if any.
- schedule(String, String, boolean, Collection<String>) - Method in class org.gridgain.grid.kernal.processors.email.GridEmailProcessorAdapter
-
Schedules sending of given email.
- schedule(String, String, boolean) - Method in class org.gridgain.grid.kernal.processors.email.GridNoopEmailProcessor
-
Schedules sending of given email to all admin emails, if any.
- schedule(String, String, boolean, Collection<String>) - Method in class org.gridgain.grid.kernal.processors.email.GridNoopEmailProcessor
-
Schedules sending of given email.
- schedule(Runnable, String) - Method in class org.gridgain.grid.kernal.processors.schedule.GridNoopScheduleProcessor
- schedule(Callable<R>, String) - Method in class org.gridgain.grid.kernal.processors.schedule.GridNoopScheduleProcessor
- schedule(Runnable, String) - Method in class org.gridgain.grid.kernal.processors.schedule.GridScheduleProcessorAdapter
-
- schedule(Callable<R>, String) - Method in class org.gridgain.grid.kernal.processors.schedule.GridScheduleProcessorAdapter
-
- scheduleExecutions(GridStreamerStageExecutionFuture, Map<UUID, GridStreamerExecutionBatch>) - Method in interface org.gridgain.grid.kernal.processors.streamer.GridStreamerEx
-
Schedules batch executions either on local or on remote nodes.
- scheduleExecutions(GridStreamerStageExecutionFuture, Map<UUID, GridStreamerExecutionBatch>) - Method in class org.gridgain.grid.kernal.processors.streamer.GridStreamerImpl
-
Schedules batch executions either on local or on remote nodes.
- scheduleLocal(Runnable, String) - Method in class org.gridgain.grid.kernal.GridSchedulerImpl
-
Schedules job for execution using local cron-based scheduling.
- scheduleLocal(Callable<R>, String) - Method in class org.gridgain.grid.kernal.GridSchedulerImpl
-
Schedules job for execution using local cron-based scheduling.
- scheduleLocal(Runnable, String) - Method in interface org.gridgain.grid.scheduler.GridScheduler
-
Schedules job for execution using local cron-based scheduling.
- scheduleLocal(Callable<R>, String) - Method in interface org.gridgain.grid.scheduler.GridScheduler
-
Schedules job for execution using local cron-based scheduling.
- scheduler() - Method in interface org.gridgain.grid.Grid
-
Gets an instance of cron-based scheduler.
- scheduler() - Method in class org.gridgain.grid.kernal.GridKernal
-
Gets an instance of cron-based scheduler.
- schemaName() - Method in interface org.gridgain.grid.spi.indexing.GridIndexingFieldMetadata
-
Gets schema name.
- SCRIPT - Static variable in class org.gridgain.grid.util.nodestart.GridNodeStartUtils
-
Key for script path.
- script() - Method in class org.gridgain.grid.util.nodestart.GridRemoteStartSpecification
-
- seal() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridDistributedTxRemoteAdapter
-
Seals transaction for updates.
- seal() - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheTxEx
-
Seals transaction for updates.
- seal() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxLocalAdapter
-
Seals transaction for updates.
- sealList(Collection<E>) - Static method in class org.gridgain.grid.util.GridUtils
-
Seal collection.
- sealList(E...) - Static method in class org.gridgain.grid.util.GridUtils
-
Convert array to seal list.
- sealMap(Map<K, V>) - Static method in class org.gridgain.grid.util.GridUtils
-
- secondaryHadoopFileSystemConfigPath() - Method in class org.gridgain.grid.kernal.visor.cmd.dto.node.VisorGgfsConfig
-
- secondaryHadoopFileSystemConfigPath(String) - Method in class org.gridgain.grid.kernal.visor.cmd.dto.node.VisorGgfsConfig
-
- secondaryHadoopFileSystemUri() - Method in class org.gridgain.grid.kernal.visor.cmd.dto.node.VisorGgfsConfig
-
- secondaryHadoopFileSystemUri(String) - Method in class org.gridgain.grid.kernal.visor.cmd.dto.node.VisorGgfsConfig
-
- secondarySpaceSize() - Method in interface org.gridgain.grid.ggfs.GridGgfsMetrics
-
Get used space in bytes used in the secondary file system.
- secretKey - Variable in class org.gridgain.grid.kernal.processors.rest.protocols.GridRestProtocolAdapter
-
Secret key.
- secureSession() - Method in interface org.gridgain.grid.kernal.GridKernalContext
-
Gets secure session manager.
- secureSession() - Method in class org.gridgain.grid.kernal.GridKernalContextImpl
-
Gets secure session manager.
- secureSessionSpi() - Method in class org.gridgain.grid.kernal.visor.cmd.dto.node.VisorSpisConfig
-
- secureSessionSpi(GridBiTuple<String, Map<String, Object>>) - Method in class org.gridgain.grid.kernal.visor.cmd.dto.node.VisorSpisConfig
-
- security() - Method in interface org.gridgain.grid.Grid
-
Gets an instance of GridSecurity interface.
- security() - Method in class org.gridgain.grid.kernal.GridKernal
-
Gets an instance of GridSecurity interface.
- security() - Method in interface org.gridgain.grid.kernal.GridKernalContext
-
Gets authentication manager.
- security() - Method in class org.gridgain.grid.kernal.GridKernalContextImpl
-
Gets authentication manager.
- SECURITY_SYS_CACHE_NAME - Static variable in class org.gridgain.grid.kernal.processors.cache.GridCacheUtils
-
Security system cache name.
- securityCredentialsProvider() - Method in class org.gridgain.grid.kernal.visor.cmd.dto.node.VisorBasicConfig
-
- securityCredentialsProvider(String) - Method in class org.gridgain.grid.kernal.visor.cmd.dto.node.VisorBasicConfig
-
- securityEnabled() - Method in interface org.gridgain.grid.kernal.managers.securesession.GridSecureSessionManager
-
Checks if security check is enabled.
- securityEnabled() - Method in class org.gridgain.grid.kernal.managers.securesession.os.GridOsSecureSessionManager
-
Checks if security check is enabled.
- securityEnabled() - Method in interface org.gridgain.grid.kernal.managers.security.GridSecurityManager
-
Checks if security check is enabled.
- securityEnabled() - Method in class org.gridgain.grid.kernal.managers.security.os.GridOsSecurityManager
-
Checks if security check is enabled.
- securityEnabled(GridConfiguration) - Static method in class org.gridgain.grid.util.GridUtils
-
Checks whether authentication SPI other than noop authentication SPI is configured.
- seek(long) - Method in class org.gridgain.grid.ggfs.GridGgfsInputStream
-
Seek to the specified position.
- seek(long) - Method in class org.gridgain.grid.ggfs.mapreduce.GridGgfsRangeInputStream
-
Seek to the specified position.
- segmentation() - Method in interface org.gridgain.grid.kernal.GridKernalContext
-
Gets segmentation processor.
- segmentation() - Method in class org.gridgain.grid.kernal.GridKernalContextImpl
-
Gets segmentation processor.
- segmentation() - Method in class org.gridgain.grid.kernal.visor.cmd.dto.VisorGridConfig
-
- segmentation(VisorSegmentationConfig) - Method in class org.gridgain.grid.kernal.visor.cmd.dto.VisorGridConfig
-
- segmented() - Method in interface org.gridgain.grid.kernal.GridKernalContext
-
Gets segmented flag.
- segmented() - Method in class org.gridgain.grid.kernal.GridKernalContextImpl
-
Gets segmented flag.
- selectDirectNodes(Collection<? extends GridClientNode>) - Static method in class org.gridgain.client.balancer.GridClientBalancerAdapter
-
Returns only directly available nodes from given collection.
- selectorCount() - Method in class org.gridgain.grid.kernal.visor.cmd.dto.node.VisorDrReceiverHubConfig
-
- selectorCount(int) - Method in class org.gridgain.grid.kernal.visor.cmd.dto.node.VisorDrReceiverHubConfig
-
- selectorCount(int) - Method in class org.gridgain.grid.util.nio.GridNioServer.Builder
-
- semaphoreId() - Method in class org.gridgain.grid.util.ipc.shmem.GridIpcSharedMemorySpace
-
- send(GridComputeJob, GridNode) - Method in interface org.gridgain.grid.compute.GridComputeTaskContinuousMapper
-
Sends given job to a specific grid node.
- send(Map<? extends GridComputeJob, GridNode>) - Method in interface org.gridgain.grid.compute.GridComputeTaskContinuousMapper
-
Sends collection of grid jobs to assigned nodes.
- send(GridComputeJob) - Method in interface org.gridgain.grid.compute.GridComputeTaskContinuousMapper
-
Sends job to a node automatically picked by the underlying load balancer.
- send(Collection<? extends GridComputeJob>) - Method in interface org.gridgain.grid.compute.GridComputeTaskContinuousMapper
-
Sends collection of jobs to nodes automatically picked by the underlying load balancer.
- send(Object, Object) - Method in class org.gridgain.grid.kernal.GridMessagingImpl
-
Sends given message with specified topic to the nodes in this projection.
- send(Object, Collection<?>) - Method in class org.gridgain.grid.kernal.GridMessagingImpl
-
Sends given messages with specified topic to the nodes in this projection.
- send(UUID, Object, GridTcpCommunicationMessageAdapter, GridIoPolicy) - Method in class org.gridgain.grid.kernal.managers.communication.GridIoManager
-
- send(UUID, GridTopic, GridTcpCommunicationMessageAdapter, GridIoPolicy) - Method in class org.gridgain.grid.kernal.managers.communication.GridIoManager
-
- send(GridNode, Object, GridTcpCommunicationMessageAdapter, GridIoPolicy) - Method in class org.gridgain.grid.kernal.managers.communication.GridIoManager
-
- send(GridNode, GridTopic, GridTcpCommunicationMessageAdapter, GridIoPolicy) - Method in class org.gridgain.grid.kernal.managers.communication.GridIoManager
-
- send(Collection<? extends GridNode>, Object, GridTcpCommunicationMessageAdapter, GridIoPolicy) - Method in class org.gridgain.grid.kernal.managers.communication.GridIoManager
-
- send(Collection<? extends GridNode>, GridTopic, GridTcpCommunicationMessageAdapter, GridIoPolicy) - Method in class org.gridgain.grid.kernal.managers.communication.GridIoManager
-
- send(GridNode, GridCacheMessage<K, V>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheIoManager
-
Sends communication message.
- send(GridNode, GridCacheMessage<K, V>, GridIoPolicy) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheIoManager
-
Sends communication message.
- send(UUID, GridCacheMessage<K, V>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheIoManager
-
Sends communication message.
- send(Object, Object) - Method in interface org.gridgain.grid.messaging.GridMessaging
-
Sends given message with specified topic to the nodes in this projection.
- send(Object, Collection<?>) - Method in interface org.gridgain.grid.messaging.GridMessaging
-
Sends given messages with specified topic to the nodes in this projection.
- send(GridNode, Serializable, String) - Method in interface org.gridgain.grid.spi.GridSpiContext
-
Sends a message to a remote node.
- send(Object) - Method in interface org.gridgain.grid.util.nio.GridNioSession
-
Performs a request for asynchronous data send.
- send(Object) - Method in class org.gridgain.grid.util.nio.GridNioSessionImpl
-
Performs a request for asynchronous data send.
- sendAdminEmailAsync(String, String, boolean) - Method in interface org.gridgain.grid.kernal.GridEx
-
Schedule sending of given email to all configured admin emails.
- sendAdminEmailAsync(String, String, boolean) - Method in class org.gridgain.grid.kernal.GridKernal
-
Schedule sending of given email to all configured admin emails.
- senderCacheDrListStateTransfers(String) - Method in interface org.gridgain.grid.dr.GridDr
-
List all currently active state transfer for the given sender cache.
- senderCacheDrPause(String) - Method in interface org.gridgain.grid.dr.GridDr
-
Pauses data center replication for particular sender cache.
- senderCacheDrResume(String) - Method in interface org.gridgain.grid.dr.GridDr
-
Resumes data center replication for particular sender cache.
- senderCacheDrStateTransfer(String, byte...) - Method in interface org.gridgain.grid.dr.GridDr
-
Starts full state transfer for the given sender cache.
- senderCacheDrStatus(String) - Method in interface org.gridgain.grid.dr.GridDr
-
Gets data center replication status for particular sender cache.
- senderCacheMetrics(String) - Method in interface org.gridgain.grid.dr.GridDr
-
Gets sender cache metrics.
- senderHubAggregatedInMetrics() - Method in interface org.gridgain.grid.dr.GridDr
-
Gets sender hub incoming data metrics aggregated across all caches.
- senderHubAggregatedOutMetrics(byte) - Method in interface org.gridgain.grid.dr.GridDr
-
Gets sender hub outgoing data metrics aggregated across all cache names for the given remote data center ID.
- senderHubAggregatedOutMetrics(String) - Method in interface org.gridgain.grid.dr.GridDr
-
Gets sender hub outgoing data metrics aggregated across all remote data centers for the given cache name.
- senderHubAggregatedOutMetrics() - Method in interface org.gridgain.grid.dr.GridDr
-
Gets sender hub outgoing data metrics aggregated across all remote data centers and cache names.
- senderHubInMetrics(String) - Method in interface org.gridgain.grid.dr.GridDr
-
Gets sender hub incoming data metrics for specified sender cache.
- senderHubLoadBalancingMode() - Method in class org.gridgain.grid.kernal.visor.cmd.dto.cache.VisorDrSenderConfig
-
- senderHubLoadBalancingMode(GridDrSenderHubLoadBalancingMode) - Method in class org.gridgain.grid.kernal.visor.cmd.dto.cache.VisorDrSenderConfig
-
- senderHubLoadBalancingPolicy() - Method in class org.gridgain.grid.kernal.processors.cache.dr.GridCacheDrSendAttributes
-
- senderHubOutMetrics(byte, String) - Method in interface org.gridgain.grid.dr.GridDr
-
Gets sender hub outgoing data metrics for the given remote data center ID and cache name.
- senderHubsCount() - Method in interface org.gridgain.grid.kernal.processors.cache.dr.GridCacheDrManager
-
- senderHubsCount() - Method in class org.gridgain.grid.kernal.processors.cache.dr.os.GridOsCacheDrManager
- senderNodeId() - Method in class org.gridgain.grid.kernal.processors.streamer.GridStreamerStageExecutionFuture
-
If not root future, will return parent node ID (may be local node ID).
- senderNodeId() - Method in class org.gridgain.grid.spi.discovery.tcp.messages.GridTcpDiscoveryAbstractMessage
-
Gets sender node ID.
- senderNodeId(UUID) - Method in class org.gridgain.grid.spi.discovery.tcp.messages.GridTcpDiscoveryAbstractMessage
-
Sets sender node ID.
- sendFinishReply(boolean, Throwable) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.colocated.GridDhtColocatedTxLocal
- sendFinishReply(boolean, Throwable) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtTxLocal
- sendFinishReply(boolean, Throwable) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtTxLocalAdapter
-
- sendMessage(GridNode, T) - Method in interface org.gridgain.grid.spi.communication.GridCommunicationSpi
-
Sends given message to destination node.
- sendMessage(GridNode, GridTcpCommunicationMessageAdapter) - Method in class org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpi
-
Sends given message to destination node.
- sendMessage() - Method in class org.gridgain.grid.spi.GridNodeValidationResult
-
- sendMessage(ByteBuffer) - Method in interface org.gridgain.grid.util.nio.GridCommunicationClient
-
- sendMessage(byte[], int) - Method in interface org.gridgain.grid.util.nio.GridCommunicationClient
-
- sendMessage(UUID, GridTcpCommunicationMessageAdapter) - Method in interface org.gridgain.grid.util.nio.GridCommunicationClient
-
- sendMessage(byte[], int) - Method in class org.gridgain.grid.util.nio.GridShmemCommunicationClient
- sendMessage(UUID, GridTcpCommunicationMessageAdapter) - Method in class org.gridgain.grid.util.nio.GridShmemCommunicationClient
- sendMessage(ByteBuffer) - Method in class org.gridgain.grid.util.nio.GridShmemCommunicationClient
- sendMessage(byte[], int) - Method in class org.gridgain.grid.util.nio.GridTcpCommunicationClient
- sendMessage(UUID, GridTcpCommunicationMessageAdapter) - Method in class org.gridgain.grid.util.nio.GridTcpCommunicationClient
- sendMessage(ByteBuffer) - Method in class org.gridgain.grid.util.nio.GridTcpCommunicationClient
- sendMessage(byte[], int) - Method in class org.gridgain.grid.util.nio.GridTcpNioCommunicationClient
- sendMessage(ByteBuffer) - Method in class org.gridgain.grid.util.nio.GridTcpNioCommunicationClient
- sendMessage(UUID, GridTcpCommunicationMessageAdapter) - Method in class org.gridgain.grid.util.nio.GridTcpNioCommunicationClient
- sendNow(String, String, boolean) - Method in class org.gridgain.grid.kernal.processors.email.GridEmailProcessorAdapter
-
Sends given email to all admin emails, if any, in the current thread blocking until it's either
successfully sent or failed.
- sendNow(String, String, boolean, Collection<String>) - Method in class org.gridgain.grid.kernal.processors.email.GridEmailProcessorAdapter
-
Sends given email in the current thread blocking until it's either successfully sent or failed.
- sendNow(String, String, boolean) - Method in class org.gridgain.grid.kernal.processors.email.GridNoopEmailProcessor
-
Sends given email to all admin emails, if any, in the current thread blocking until it's either
successfully sent or failed.
- sendNow(String, String, boolean, Collection<String>) - Method in class org.gridgain.grid.kernal.processors.email.GridNoopEmailProcessor
-
Sends given email in the current thread blocking until it's either successfully sent or failed.
- sendOrdered(Object, Object, long) - Method in class org.gridgain.grid.kernal.GridMessagingImpl
-
Sends given message with specified topic to the nodes in this projection.
- sendOrdered(Object, Object, long) - Method in interface org.gridgain.grid.messaging.GridMessaging
-
Sends given message with specified topic to the nodes in this projection.
- sendOrderedMessage(GridNode, Object, long, GridTcpCommunicationMessageAdapter, GridIoPolicy, long, boolean) - Method in class org.gridgain.grid.kernal.managers.communication.GridIoManager
-
- sendOrderedMessage(UUID, Object, long, GridTcpCommunicationMessageAdapter, GridIoPolicy, long, boolean) - Method in class org.gridgain.grid.kernal.managers.communication.GridIoManager
-
- sendOrderedMessage(Collection<? extends GridNode>, Object, long, GridTcpCommunicationMessageAdapter, GridIoPolicy, long, boolean) - Method in class org.gridgain.grid.kernal.managers.communication.GridIoManager
-
- sendOrderedMessage(GridNode, Object, long, GridCacheMessage<K, V>, long) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheIoManager
-
- sendPacket(GridClockMessage, InetAddress, int) - Method in class org.gridgain.grid.kernal.processors.clock.GridClockServer
-
Sends packet to remote node.
- sendQueueLimit(int) - Method in class org.gridgain.grid.util.nio.GridNioServer.Builder
-
- sendReply(UUID, GridDhtTxFinishRequest<K, V>) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtTransactionalCacheAdapter
-
Sends tx finish response to remote node, if response is requested.
- sendToDht() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheUpdateAtomicResult
-
- sendTransformedValues(boolean) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxLocalAdapter
-
- sendUserMessage(Collection<? extends GridNode>, Object) - Method in class org.gridgain.grid.kernal.managers.communication.GridIoManager
-
Sends a peer deployable user message.
- sendUserMessage(Collection<? extends GridNode>, Object, Object, boolean, long) - Method in class org.gridgain.grid.kernal.managers.communication.GridIoManager
-
Sends a peer deployable user message.
- separatorsToSystem(String) - Static method in class org.gridgain.grid.util.io.GridFilenameUtils
-
Converts all separators to the system separator.
- separatorsToUnix(String) - Static method in class org.gridgain.grid.util.io.GridFilenameUtils
-
Converts all separators to the Unix separator of forward slash.
- separatorsToWindows(String) - Static method in class org.gridgain.grid.util.io.GridFilenameUtils
-
Converts all separators to the Windows separator of backslash.
- sequence(String, long, boolean) - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheDataStructuresManager
-
Gets a sequence from cache or creates one if it's not cached.
- sequenceNumber() - Method in class org.gridgain.grid.kernal.managers.deployment.GridDeployment
- sequenceNumber() - Method in interface org.gridgain.grid.kernal.managers.deployment.GridDeploymentInfo
-
- sequenceNumber() - Method in class org.gridgain.grid.kernal.managers.deployment.GridDeploymentInfoBean
- sequenceReadsBeforePrefetch() - Method in class org.gridgain.grid.kernal.visor.cmd.dto.node.VisorGgfsConfig
-
- sequenceReadsBeforePrefetch(int) - Method in class org.gridgain.grid.kernal.visor.cmd.dto.node.VisorGgfsConfig
-
- sequenceReserveSize() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAttributes
-
- sequenceReserveSize() - Method in class org.gridgain.grid.kernal.visor.cmd.dto.cache.VisorCacheConfig
-
- sequenceReserveSize(int) - Method in class org.gridgain.grid.kernal.visor.cmd.dto.cache.VisorCacheConfig
-
- serializable() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxAdapter
- serializable() - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheTxEx
-
- serialize(byte[], int, GridNodeMetrics) - Static method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsHelper
-
Serializes node metrics into byte array.
- SERIALIZED_FLAG - Static variable in class org.gridgain.grid.kernal.processors.rest.protocols.tcp.GridMemcachedMessage
-
Serialized flag.
- serve() - Method in class org.gridgain.grid.util.ipc.GridIpcToNioAdapter
-
Serves given set of listeners repeatedly reading data from the endpoint.
- serverAddress() - Method in class org.gridgain.client.impl.connection.GridClientConnection
-
Gets server address this connection connected to.
- session() - Method in class org.gridgain.grid.kernal.GridJobSessionImpl
- session() - Method in interface org.gridgain.grid.kernal.GridKernalContext
-
Gets task session processor.
- session() - Method in class org.gridgain.grid.kernal.GridKernalContextImpl
-
Gets task session processor.
- session() - Method in class org.gridgain.grid.kernal.GridTaskSessionImpl
- session() - Method in interface org.gridgain.grid.kernal.GridTaskSessionInternal
-
- sessionId() - Method in class org.gridgain.grid.kernal.GridJobCancelRequest
-
Gets execution ID of task to be cancelled.
- sessionId() - Method in class org.gridgain.grid.kernal.GridJobSiblingsRequest
-
- sessionId() - Method in class org.gridgain.grid.kernal.GridTaskCancelRequest
-
Gets execution ID of task to be cancelled.
- sessionIds() - Method in class org.gridgain.grid.kernal.managers.checkpoint.GridCheckpointManager
-
- sessionToken() - Method in class org.gridgain.grid.kernal.managers.securesession.GridSecureSession
-
- sessionToken() - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientAbstractMessage
-
- sessionToken(byte[]) - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientAbstractMessage
-
- sessionToken() - Method in interface org.gridgain.grid.kernal.processors.rest.client.message.GridClientMessage
-
Gets client session token.
- sessionToken(byte[]) - Method in interface org.gridgain.grid.kernal.processors.rest.client.message.GridClientMessage
-
Sets client session token.
- sessionToken() - Method in class org.gridgain.grid.kernal.processors.rest.protocols.tcp.GridMemcachedMessage
-
Gets client session token.
- sessionToken(byte[]) - Method in class org.gridgain.grid.kernal.processors.rest.protocols.tcp.GridMemcachedMessage
-
Sets client session token.
- sessionToken() - Method in class org.gridgain.grid.kernal.processors.rest.request.GridRestRequest
-
Gets session token for already authenticated client.
- sessionToken(byte[]) - Method in class org.gridgain.grid.kernal.processors.rest.request.GridRestRequest
-
Sets session token for already authenticated client.
- sessionTokenBytes() - Method in class org.gridgain.grid.kernal.processors.rest.GridRestResponse
-
- sessionTokenBytes(byte[]) - Method in class org.gridgain.grid.kernal.processors.rest.GridRestResponse
-
- 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(String, boolean, boolean) - Method in interface org.gridgain.grid.cache.datastructures.GridCacheDataStructures
-
Will get a named set from cache and create one if it has not been created yet and create flag
is true.
- set(V, GridPredicate<GridCacheEntry<K, V>>...) - Method in interface org.gridgain.grid.cache.GridCacheEntry
-
- set(long) - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheAtomicLongValue
-
- set(T) - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheAtomicReferenceImpl
-
Unconditionally sets the value.
- set(T) - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheAtomicReferenceValue
-
- set(long) - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheAtomicSequenceValue
-
- set(T, S) - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheAtomicStampedImpl
-
Unconditionally sets the value and the stamp.
- set(T, S) - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheAtomicStampedValue
-
- set(int) - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheCountDownLatchValue
-
- set(String, boolean, boolean) - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheDataStructuresImpl
-
Will get a named set from cache and create one if it has not been created yet and create flag
is true.
- set(String, boolean, boolean) - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheDataStructuresManager
-
Gets a set from cache or creates one if it's not cached.
- set(String, boolean, boolean) - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheDataStructuresProxy
-
Will get a named set from cache and create one if it has not been created yet and create flag
is true.
- set(V, GridPredicate<GridCacheEntry<K, V>>[]) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheEntryImpl
-
- set(V, GridPredicate<GridCacheEntry<K, V>>[]) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheEvictionEntry
-
- set(V, GridPredicate<GridCacheEntry<K, V>>...) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheFilterEvaluationEntry
-
- set(V, boolean) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheReturn
-
- set(V1, V2) - Method in class org.gridgain.grid.lang.GridBiTuple
-
Sets both values in the tuple.
- set(int, byte) - Method in class org.gridgain.grid.util.GridByteArrayList
-
Sets a byte at specified position.
- set(int, short) - Method in class org.gridgain.grid.util.GridByteArrayList
-
Sets short at specified position.
- set(int, int) - Method in class org.gridgain.grid.util.GridByteArrayList
-
Sets integer at specified position.
- set(int, long) - Method in class org.gridgain.grid.util.GridByteArrayList
-
Sets long at specified position.
- set(T) - Method in class org.gridgain.grid.util.GridThreadLocal
- set(T) - Method in class org.gridgain.grid.util.GridThreadLocalEx
- set(V) - Method in class org.gridgain.grid.util.lang.GridTuple
-
Sets value.
- set(V1, V2, V3) - Method in class org.gridgain.grid.util.lang.GridTuple3
-
Sets all values.
- set(V1, V2, V3, V4) - Method in class org.gridgain.grid.util.lang.GridTuple4
-
Sets all values.
- set(V1, V2, V3, V4, V5) - Method in class org.gridgain.grid.util.lang.GridTuple5
-
Sets all values.
- set(V1, V2, V3, V4, V5, V6) - Method in class org.gridgain.grid.util.lang.GridTuple6
-
Sets all values.
- set(int, V) - Method in class org.gridgain.grid.util.lang.GridTupleV
-
Sets value at given index.
- set(Object...) - Method in class org.gridgain.grid.util.lang.GridTupleV
-
Sets given values starting at 0 position.
- set(int, Object...) - Method in class org.gridgain.grid.util.lang.GridTupleV
-
Sets given values starting at provided position in the tuple.
- set() - Static method in class org.pcollections.Empty
-
- set(int, E) - Method in interface org.pcollections.PSequence
-
Deprecated.
- set1(V1) - Method in class org.gridgain.grid.lang.GridBiTuple
-
Sets first value.
- set1(V1) - Method in class org.gridgain.grid.util.lang.GridTuple3
-
Sets first value.
- set1(V1) - Method in class org.gridgain.grid.util.lang.GridTuple4
-
Sets first value.
- set1(V1) - Method in class org.gridgain.grid.util.lang.GridTuple5
-
Sets first value.
- set1(V1) - Method in class org.gridgain.grid.util.lang.GridTuple6
-
Sets first value.
- set2(V2) - Method in class org.gridgain.grid.lang.GridBiTuple
-
Sets second value.
- set2(V2) - Method in class org.gridgain.grid.util.lang.GridTuple3
-
Sets second value.
- set2(V2) - Method in class org.gridgain.grid.util.lang.GridTuple4
-
Sets second value.
- set2(V2) - Method in class org.gridgain.grid.util.lang.GridTuple5
-
Sets second value.
- set2(V2) - Method in class org.gridgain.grid.util.lang.GridTuple6
-
Sets second value.
- set3(V3) - Method in class org.gridgain.grid.util.lang.GridTuple3
-
Sets third value.
- set3(V3) - Method in class org.gridgain.grid.util.lang.GridTuple4
-
Sets third value.
- set3(V3) - Method in class org.gridgain.grid.util.lang.GridTuple5
-
Sets third value.
- set3(V3) - Method in class org.gridgain.grid.util.lang.GridTuple6
-
Sets third value.
- set4(V4) - Method in class org.gridgain.grid.util.lang.GridTuple4
-
Sets fourth value.
- set4(V4) - Method in class org.gridgain.grid.util.lang.GridTuple5
-
Sets forth value.
- set4(V4) - Method in class org.gridgain.grid.util.lang.GridTuple6
-
Sets forth value.
- set5(V5) - Method in class org.gridgain.grid.util.lang.GridTuple5
-
Sets fifth value.
- set5(V5) - Method in class org.gridgain.grid.util.lang.GridTuple6
-
Sets fifth value.
- set6(V6) - Method in class org.gridgain.grid.util.lang.GridTuple6
-
Sets sixth value.
- setAckTimeout(long) - Method in class org.gridgain.grid.spi.discovery.tcp.GridTcpDiscoverySpi
-
Sets timeout for receiving acknowledgement for sent message.
- setActiveJobs(int) - Method in class org.gridgain.grid.kernal.processors.jobmetrics.GridJobMetricsSnapshot
-
- setActiveJobsThreshold(int) - Method in class org.gridgain.grid.spi.collision.jobstealing.GridJobStealingCollisionSpi
-
Sets number of jobs that can be executed in parallel.
- setActiveJobsThreshold(int) - Method in interface org.gridgain.grid.spi.collision.jobstealing.GridJobStealingCollisionSpiMBean
-
Sets number of jobs that can be executed in parallel.
- setAddresses(Collection<String>) - Method in class org.gridgain.grid.spi.discovery.tcp.ipfinder.vm.GridTcpDiscoveryVmIpFinder
-
Parses provided values and initializes the internal collection of addresses.
- setAddressRequestAttempts(int) - Method in class org.gridgain.grid.spi.discovery.tcp.ipfinder.multicast.GridTcpDiscoveryMulticastIpFinder
-
Sets number of attempts to send multicast address request.
- setAddressResolver(GridAddressResolver) - Method in class org.gridgain.grid.GridConfiguration
-
- setAddressResolver(GridAddressResolver) - Method in class org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpi
-
Sets address resolver.
- setAddressResolver(GridAddressResolver) - Method in class org.gridgain.grid.spi.discovery.tcp.GridTcpDiscoverySpi
-
Sets address resolver.
- setAdminEmails(String[]) - Method in class org.gridgain.grid.GridConfiguration
-
Sets optional set of admin emails where email notifications will be set.
- setAffinity(GridClientDataAffinity) - Method in class org.gridgain.client.GridClientDataConfiguration
-
Sets client data affinity for this configuration.
- setAffinity(GridCacheAffinityFunction) - Method in class org.gridgain.grid.cache.GridCacheConfiguration
-
Sets affinity for cache keys.
- setAffinityMapper(GridCacheAffinityKeyMapper) - Method in class org.gridgain.grid.cache.GridCacheConfiguration
-
Sets custom affinity mapper.
- setAffinityNodeId(String) - Method in class org.gridgain.grid.kernal.processors.rest.handlers.cache.GridCacheRestResponse
-
- setAllSegmentationResolversPassRequired(boolean) - Method in class org.gridgain.grid.GridConfiguration
-
Sets all segmentation resolvers pass required flag.
- setArguments(Object...) - Method in class org.gridgain.grid.compute.GridComputeJobAdapter
-
Sets given arguments.
- setAsync(V, GridPredicate<GridCacheEntry<K, V>>...) - Method in interface org.gridgain.grid.cache.GridCacheEntry
-
- setAsync(V, GridPredicate<GridCacheEntry<K, V>>[]) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheEntryImpl
-
- setAsync(V, GridPredicate<GridCacheEntry<K, V>>[]) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheEvictionEntry
-
- setAsync(V, GridPredicate<GridCacheEntry<K, V>>...) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheFilterEvaluationEntry
-
- setAsyncSend(boolean) - Method in class org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpi
-
Sets flag defining whether asynchronous (NIO) or synchronous (blocking) IO
should be used to send messages.
- setAtLeastOnce(boolean) - Method in class org.gridgain.grid.streamer.GridStreamerConfiguration
-
- setAtomicityMode(GridCacheAtomicityMode) - Method in class org.gridgain.grid.cache.GridCacheConfiguration
-
Sets cache atomicity mode.
- setAtomicSequenceReserveSize(int) - Method in class org.gridgain.grid.cache.GridCacheConfiguration
-
- setAtomicWriteOrderMode(GridCacheAtomicWriteOrderMode) - Method in class org.gridgain.grid.cache.GridCacheConfiguration
-
Sets cache write ordering mode.
- setAttribute(Object, Object) - Method in interface org.gridgain.grid.compute.GridComputeJobContext
-
Sets an attribute into this job context.
- setAttribute(Object, Object) - Method in interface org.gridgain.grid.compute.GridComputeTaskSession
-
Sets session attributed.
- setAttribute(Object, Object) - Method in class org.gridgain.grid.kernal.GridJobContextImpl
-
Sets an attribute into this job context.
- setAttribute(Object, Object) - Method in class org.gridgain.grid.kernal.GridJobSessionImpl
-
Sets session attributed.
- setAttribute(Object, Object) - Method in class org.gridgain.grid.kernal.GridTaskSessionImpl
-
Sets session attributed.
- setAttributes(Map<?, ?>) - Method in interface org.gridgain.grid.compute.GridComputeJobContext
-
Sets map of attributes into this job context.
- setAttributes(Map<?, ?>) - Method in interface org.gridgain.grid.compute.GridComputeTaskSession
-
Sets task attributes.
- setAttributes(Map<?, ?>) - Method in class org.gridgain.grid.kernal.GridJobContextImpl
-
Sets map of attributes into this job context.
- setAttributes(Map<?, ?>) - Method in class org.gridgain.grid.kernal.GridJobSessionImpl
-
Sets task attributes.
- setAttributes(Map<?, ?>) - Method in class org.gridgain.grid.kernal.GridTaskSessionImpl
-
Sets task attributes.
- setAttributes(GridJobSessionImpl, Map<?, ?>) - Method in class org.gridgain.grid.kernal.processors.job.GridJobProcessor
-
- setAttributes(Map<String, Object>) - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeBean
-
Sets attributes.
- setAttributes(GridTaskSessionImpl, Map<?, ?>) - Method in class org.gridgain.grid.kernal.processors.task.GridTaskProcessor
-
- setAttributes(Map<String, Object>) - Method in class org.gridgain.grid.spi.discovery.tcp.internal.GridTcpDiscoveryNode
-
Sets node attributes.
- setAuthenticationSpi(GridAuthenticationSpi) - Method in class org.gridgain.grid.GridConfiguration
-
- setAuthenticator(GridDiscoverySpiNodeAuthenticator) - Method in interface org.gridgain.grid.spi.discovery.GridDiscoverySpi
-
Sets discovery SPI node authenticator.
- setAuthenticator(GridDiscoverySpiNodeAuthenticator) - Method in class org.gridgain.grid.spi.discovery.tcp.GridTcpDiscoverySpi
-
Sets discovery SPI node authenticator.
- setAutoFetchAttributes(boolean) - Method in class org.gridgain.client.GridClientConfiguration
-
Sets flag indicating whether node attributes should be fetched by client automatically.
- setAutoFetchMetrics(boolean) - Method in class org.gridgain.client.GridClientConfiguration
-
Sets flag indicating whether node metrics should be fetched by client automatically.
- setAvailableProcessors(int) - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
-
Sets available processors.
- setAverageActiveJobs(float) - Method in class org.gridgain.client.impl.GridClientNodeMetricsAdapter
-
Sets average active jobs.
- setAverageActiveJobs(float) - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeMetricsBean
-
Sets average active jobs.
- setAverageActiveJobs(float) - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
-
Sets average active jobs.
- setAverageCancelledJobs(float) - Method in class org.gridgain.client.impl.GridClientNodeMetricsAdapter
-
Sets average cancelled jobs.
- setAverageCancelledJobs(float) - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeMetricsBean
-
Sets average cancelled jobs.
- setAverageCancelledJobs(float) - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
-
Sets average cancelled jobs.
- setAverageCpuLoad(double) - Method in class org.gridgain.client.impl.GridClientNodeMetricsAdapter
-
Sets CPU load average over the metrics history.
- setAverageCpuLoad(double) - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeMetricsBean
-
Sets CPU load average over the metrics history.
- 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.client.impl.GridClientNodeMetricsAdapter
-
Sets average job execution time.
- setAverageJobExecuteTime(double) - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeMetricsBean
-
Sets average job execution time.
- setAverageJobExecuteTime(double) - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
-
Sets average job execution time.
- setAverageJobWaitTime(double) - Method in class org.gridgain.client.impl.GridClientNodeMetricsAdapter
-
Sets average job wait time.
- setAverageJobWaitTime(double) - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeMetricsBean
-
Sets average job wait time.
- setAverageJobWaitTime(double) - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
-
Sets average job wait time.
- setAverageRejectedJobs(float) - Method in class org.gridgain.client.impl.GridClientNodeMetricsAdapter
-
Sets average number of jobs this node rejects.
- setAverageRejectedJobs(float) - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeMetricsBean
-
- setAverageRejectedJobs(float) - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
-
- setAverageWaitingJobs(float) - Method in class org.gridgain.client.impl.GridClientNodeMetricsAdapter
-
Sets average waiting jobs.
- setAverageWaitingJobs(float) - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeMetricsBean
-
Sets average waiting jobs.
- setAverageWaitingJobs(float) - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
-
Sets average waiting jobs.
- setAwaitAcknowledge(boolean) - Method in class org.gridgain.grid.dr.hub.sender.GridDrSenderHubConnectionConfiguration
-
Sets await acknowledge flag.
- setBackupFilter(GridClientPredicate<UUID>) - Method in class org.gridgain.client.GridClientPartitionAffinity
-
Sets optional backup filter.
- setBackupFilter(GridBiPredicate<GridNode, GridNode>) - Method in class org.gridgain.grid.cache.affinity.consistenthash.GridCacheConsistentHashAffinityFunction
-
Sets optional backup filter.
- setBackupFilter(GridBiPredicate<GridNode, GridNode>) - Method in class org.gridgain.grid.cache.affinity.rendezvous.GridCacheRendezvousAffinityFunction
-
Sets optional backup filter.
- setBackups(int) - Method in class org.gridgain.grid.cache.GridCacheConfiguration
-
- setBalancer(GridClientLoadBalancer) - Method in class org.gridgain.client.GridClientConfiguration
-
Sets default compute balancer.
- setBalancer(GridClientLoadBalancer) - Method in class org.gridgain.client.GridClientDataConfiguration
-
Sets balancer for pinned mode for this configuration.
- setBaseDirectory(String) - Method in class org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpi
-
Sets base directory.
- setBatchQueueSize(int) - Method in class org.gridgain.grid.cache.store.GridCacheLoadOnlyStoreAdapter
-
Sets batch queue size.
- setBatchSendFrequency(long) - Method in class org.gridgain.grid.dr.cache.sender.GridDrSenderCacheConfiguration
-
Sets batch send frequency.
- setBatchSendSize(int) - Method in class org.gridgain.grid.dr.cache.sender.GridDrSenderCacheConfiguration
-
Sets batch send size.
- setBatchSize(int) - Method in class org.gridgain.grid.cache.store.GridCacheLoadOnlyStoreAdapter
-
Sets batch size.
- setBatchSize(int) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheWriteBehindStore
-
Sets the maximum count of similar operations that can be grouped to a single batch.
- setBatchSize(int) - Method in class org.gridgain.grid.streamer.window.GridStreamerBoundedSizeBatchWindow
-
Sets batch size.
- setBatchSize(int) - Method in class org.gridgain.grid.streamer.window.GridStreamerBoundedTimeBatchWindow
-
Sets batch size.
- setBatchTimeInterval(long) - Method in class org.gridgain.grid.streamer.window.GridStreamerBoundedTimeBatchWindow
-
Sets batch time interval.
- setBatchUpdateOnCommit(boolean) - Method in class org.gridgain.grid.cache.GridCacheConfiguration
-
Sets flag indicating if persistent store should be updated after every cache operation or once at commit time.
- setBlockSize(int) - Method in class org.gridgain.grid.ggfs.GridGgfsConfiguration
-
Sets file's data block size.
- setBuffer(ByteBuffer) - Method in class org.gridgain.grid.util.direct.GridTcpCommunicationMessageState
-
- setBufferSizeRatio(double) - Method in class org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpi
-
Sets the buffer size ratio for this SPI.
- setCacheConfiguration(GridCacheConfiguration...) - Method in class org.gridgain.grid.GridConfiguration
-
Sets cache configurations.
- setCacheMode(GridCacheMode) - Method in class org.gridgain.grid.cache.GridCacheConfiguration
-
Sets caching mode.
- setCacheName(String) - Method in class org.gridgain.grid.spi.checkpoint.cache.GridCacheCheckpointSpi
-
Sets cache name to be used by this SPI.
- setCacheNames(String...) - Method in class org.gridgain.grid.dr.hub.sender.GridDrSenderHubConfiguration
-
Set cache names this sender hub works with.
- setCaches(Map<String, String>) - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeBean
-
Sets configured node caches.
- setCacheSanityCheckEnabled(boolean) - Method in class org.gridgain.grid.GridConfiguration
-
Sets cache sanity check flag.
- setCancelJobs(int) - Method in class org.gridgain.grid.kernal.processors.jobmetrics.GridJobMetricsSnapshot
-
- setCandidates(int, Collection<GridCacheMvccCandidate<K>>, Collection<GridCacheVersion>, Collection<GridCacheVersion>) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridDistributedLockResponse
-
- setCheckpointFrequency(long) - Method in class org.gridgain.grid.dr.hub.sender.store.fs.GridDrSenderHubFsStore
-
Sets checkpoint creation frequency.
- 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.noop.GridNoopCheckpointSpi
-
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.GridConfiguration
-
- setCheckpointSpi(String) - Method in class org.gridgain.grid.kernal.GridTaskSessionImpl
-
- setCheckpointTableName(String) - Method in class org.gridgain.grid.spi.checkpoint.jdbc.GridJdbcCheckpointSpi
-
Sets checkpoint table name.
- setChecksumEnabled(boolean) - Method in class org.gridgain.grid.dr.hub.sender.store.fs.GridDrSenderHubFsStore
-
Gets checksum enabled flag.
- setClassLoader(ClassLoader) - Method in class org.gridgain.grid.kernal.GridTaskSessionImpl
-
- setClassNames(List<String>) - Method in class org.gridgain.grid.marshaller.optimized.GridOptimizedMarshaller
-
Adds provided class names for marshalling optimization.
- 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.
- setClientMessageInterceptor(GridClientMessageInterceptor) - Method in class org.gridgain.grid.GridConfiguration
-
Sets client message interceptor.
- setClockSyncFrequency(long) - Method in class org.gridgain.grid.GridConfiguration
-
Sets clock synchronization frequency in milliseconds.
- setClockSyncSamples(int) - Method in class org.gridgain.grid.GridConfiguration
-
Sets number of samples used for clock synchronization.
- setCloner(GridCacheCloner) - Method in class org.gridgain.grid.cache.GridCacheConfiguration
-
- setClosed() - Method in class org.gridgain.grid.util.nio.GridNioSessionImpl
-
Atomically moves this session into a closed state.
- setCollisionExternalListener(GridCollisionExternalListener) - Method in class org.gridgain.grid.kernal.managers.collision.GridCollisionManager
-
- setCollisionSpi(GridCollisionSpi) - Method in class org.gridgain.grid.GridConfiguration
-
- setCommunicationSpi(GridCommunicationSpi) - Method in class org.gridgain.grid.GridConfiguration
-
- setComparator(Comparator<V>) - Method in class org.gridgain.grid.streamer.index.tree.GridStreamerTreeIndexProvider
-
Sets comparator.
- setComparator(Comparator<E>) - Method in class org.gridgain.grid.streamer.window.GridStreamerBoundedSizeSortedWindow
-
Sets event comparator.
- setConcurrencyLevel(int) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheWriteBehindStore
-
Sets concurrency level for the write cache.
- setConflictResolver(GridDrReceiverCacheConflictResolver) - Method in class org.gridgain.grid.dr.cache.receiver.GridDrReceiverCacheConfiguration
-
Sets conflict resolver.
- setConflictResolverMode(GridDrReceiverCacheConflictResolverMode) - Method in class org.gridgain.grid.dr.cache.receiver.GridDrReceiverCacheConfiguration
-
Sets conflict resolver mode.
- setConnectionBufferFlushFrequency(long) - Method in class org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpi
-
Sets connection buffer flush frequency.
- setConnectionBufferFlushFrequency(long) - Method in interface org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpiMBean
-
Sets connection buffer flush frequency.
- setConnectionBufferSize(int) - Method in class org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpi
-
Sets connection buffer size.
- setConnectionConfiguration(GridDrSenderHubConnectionConfiguration...) - Method in class org.gridgain.grid.dr.hub.sender.GridDrSenderHubConfiguration
-
Set remote data center connection configurations.
- setConnectionUrl(String) - Method in class org.gridgain.grid.cache.store.jdbc.GridCacheJdbcBlobStore
-
Sets connection URL.
- setConnectTimeout(int) - Method in class org.gridgain.client.GridClientConfiguration
-
Sets timeout for socket connect operation.
- setConnectTimeout(long) - Method in class org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpi
-
Sets connect timeout used when establishing connection
with remote nodes.
- setConsistentId(Object) - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeBean
-
- setContinuousQueryMaximumBufferSize(int) - Method in class org.gridgain.grid.cache.GridCacheConfiguration
-
Deprecated.
Ignored in current version.
- setContinuousQueryQueueSize(int) - Method in class org.gridgain.grid.cache.GridCacheConfiguration
-
Deprecated.
Ignored in current version.
- setCpuLoad(double) - Method in class org.gridgain.grid.kernal.processors.jobmetrics.GridJobMetricsSnapshot
-
- setCreateTableQuery(String) - Method in class org.gridgain.grid.cache.store.jdbc.GridCacheJdbcBlobStore
-
Sets create table query.
- setCreateTime(long) - Method in class org.gridgain.grid.kernal.processors.rest.handlers.cache.GridCacheRestMetrics
-
Sets create time.
- setCurrentActiveJobs(int) - Method in class org.gridgain.client.impl.GridClientNodeMetricsAdapter
-
Sets current active jobs.
- setCurrentActiveJobs(int) - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeMetricsBean
-
Sets current active jobs.
- setCurrentActiveJobs(int) - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
-
Sets current active jobs.
- setCurrentCancelledJobs(int) - Method in class org.gridgain.client.impl.GridClientNodeMetricsAdapter
-
Sets current cancelled jobs.
- setCurrentCancelledJobs(int) - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeMetricsBean
-
Sets current cancelled jobs.
- setCurrentCancelledJobs(int) - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
-
Sets current cancelled jobs.
- setCurrentCpuLoad(double) - Method in class org.gridgain.client.impl.GridClientNodeMetricsAdapter
-
Sets current CPU load.
- setCurrentCpuLoad(double) - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeMetricsBean
-
Sets current CPU load.
- setCurrentCpuLoad(double) - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
-
Sets current CPU load.
- setCurrentDaemonThreadCount(int) - Method in class org.gridgain.client.impl.GridClientNodeMetricsAdapter
-
Sets daemon thread count.
- setCurrentDaemonThreadCount(int) - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeMetricsBean
-
Sets daemon thread count.
- setCurrentDaemonThreadCount(int) - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
-
Sets daemon thread count.
- setCurrentGcCpuLoad(double) - Method in class org.gridgain.client.impl.GridClientNodeMetricsAdapter
-
Sets current GC CPU load.
- setCurrentGcCpuLoad(double) - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeMetricsBean
-
Sets current GC CPU load.
- setCurrentGcCpuLoad(double) - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
-
Sets current GC load.
- setCurrentIdleTime(long) - Method in class org.gridgain.client.impl.GridClientNodeMetricsAdapter
-
Sets time elapsed since execution of last job.
- setCurrentIdleTime(long) - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeMetricsBean
-
Sets time elapsed since execution of last job.
- 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.client.impl.GridClientNodeMetricsAdapter
-
Sets current job execute time.
- setCurrentJobExecuteTime(long) - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeMetricsBean
-
Sets current job execute time.
- setCurrentJobExecuteTime(long) - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
-
Sets current job execute time.
- setCurrentJobWaitTime(long) - Method in class org.gridgain.client.impl.GridClientNodeMetricsAdapter
-
Sets current job wait time.
- setCurrentJobWaitTime(long) - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeMetricsBean
-
Sets current job wait time.
- setCurrentJobWaitTime(long) - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
-
Sets current job wait time.
- setCurrentRejectedJobs(int) - Method in class org.gridgain.client.impl.GridClientNodeMetricsAdapter
-
Sets number of jobs rejected during most recent collision resolution.
- setCurrentRejectedJobs(int) - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeMetricsBean
-
- setCurrentRejectedJobs(int) - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
-
- setCurrentThreadCount(int) - Method in class org.gridgain.client.impl.GridClientNodeMetricsAdapter
-
Sets thread count.
- setCurrentThreadCount(int) - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeMetricsBean
-
Sets thread count.
- setCurrentThreadCount(int) - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
-
Sets thread count.
- setCurrentWaitingJobs(int) - Method in class org.gridgain.client.impl.GridClientNodeMetricsAdapter
-
Sets current waiting jobs.
- setCurrentWaitingJobs(int) - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeMetricsBean
-
Sets current waiting jobs.
- setCurrentWaitingJobs(int) - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
-
Sets current waiting jobs.
- setDaemon(boolean) - Method in class org.gridgain.grid.GridConfiguration
-
Sets daemon flag.
- setDaemon(boolean) - Static method in class org.gridgain.grid.GridGain
-
Sets daemon flag.
- setDaemon(boolean) - Static method in class org.gridgain.grid.kernal.GridGainEx
-
Sets daemon flag.
- setData(GridUuid) - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheDataStructuresManager
-
- setDataCacheName(String) - Method in class org.gridgain.grid.ggfs.GridGgfsConfiguration
-
Sets cache name to store GGFS data.
- setDataCenterId(byte) - Method in class org.gridgain.grid.dr.hub.sender.GridDrSenderHubConnectionConfiguration
-
Sets ID of remote data center.
- setDataCenterId(byte) - Method in class org.gridgain.grid.GridConfiguration
-
Sets data center ID of the grid.
- setDataConfigurations(Collection<? extends GridClientDataConfiguration>) - Method in class org.gridgain.client.GridClientConfiguration
-
Sets data configurations.
- setDataExchange(GridDiscoverySpiDataExchange) - Method in interface org.gridgain.grid.spi.discovery.GridDiscoverySpi
-
Sets a handler for initial data exchange between GridGain nodes.
- setDataExchange(GridDiscoverySpiDataExchange) - Method in class org.gridgain.grid.spi.discovery.tcp.GridTcpDiscoverySpi
-
Sets a handler for initial data exchange between GridGain nodes.
- setDataSource(DataSource) - Method in class org.gridgain.grid.cache.store.jdbc.GridCacheJdbcBlobStore
-
Sets data source.
- 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.
- setDefaultCacheMode(String) - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeBean
-
Sets mode for default cache.
- setDefaultLockTimeout(long) - Method in class org.gridgain.grid.cache.GridCacheConfiguration
-
Sets default lock timeout in milliseconds.
- setDefaultMode(GridGgfsMode) - Method in class org.gridgain.grid.ggfs.GridGgfsConfiguration
-
Sets GGFS mode to specify how it should interact with secondary
Hadoop file system, like HDFS.
- setDefaultPriority(int) - Method in class org.gridgain.grid.spi.collision.priorityqueue.GridPriorityQueueCollisionSpi
-
Sets default priority to use if a job does not have priority attribute set.
- setDefaultPriority(int) - Method in interface org.gridgain.grid.spi.collision.priorityqueue.GridPriorityQueueCollisionSpiMBean
-
Sets default priority to use if a job does not have priority attribute set.
- setDefaultQueryTimeout(long) - Method in class org.gridgain.grid.cache.GridCacheConfiguration
-
Sets default query timeout, 0 for never.
- setDefaultReplicas(int) - Method in class org.gridgain.grid.cache.affinity.consistenthash.GridCacheConsistentHashAffinityFunction
-
Sets default count of virtual replicas in consistent hash ring.
- setDefaultTimeToLive(long) - Method in class org.gridgain.grid.cache.GridCacheConfiguration
-
Sets time to live for all objects in cache.
- setDefaultTxConcurrency(GridCacheTxConcurrency) - Method in class org.gridgain.grid.cache.GridCacheConfiguration
-
Sets default transaction concurrency.
- setDefaultTxIsolation(GridCacheTxIsolation) - Method in class org.gridgain.grid.cache.GridCacheConfiguration
-
Sets default transaction isolation.
- setDefaultTxTimeout(long) - Method in class org.gridgain.grid.cache.GridCacheConfiguration
-
Sets default transaction timeout in milliseconds.
- setDeleted(boolean) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheEntryInfo
-
- setDeleteQuery(String) - Method in class org.gridgain.grid.cache.store.jdbc.GridCacheJdbcBlobStore
-
Sets delete entry query.
- setDeploymentMode(GridDeploymentMode) - Method in class org.gridgain.grid.GridConfiguration
-
Sets task classes and resources sharing mode.
- setDeploymentSpi(GridDeploymentSpi) - Method in class org.gridgain.grid.GridConfiguration
-
- setDgcFrequency(long) - Method in class org.gridgain.grid.cache.GridCacheConfiguration
-
Sets frequency in milliseconds for internal distributed garbage collector.
- setDgcRemoveLocks(boolean) - Method in class org.gridgain.grid.cache.GridCacheConfiguration
-
Sets DGC remove locks flag.
- setDgcSuspectLockTimeout(long) - Method in class org.gridgain.grid.cache.GridCacheConfiguration
-
Sets suspect lock timeout in milliseconds for internal distributed garbage collector.
- setDirectBuffer(boolean) - Method in class org.gridgain.grid.dr.hub.receiver.GridDrReceiverHubConfiguration
-
Sets direct buffer flag in receiver hub's TCP server.
- setDirectBuffer(boolean) - Method in class org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpi
-
Sets flag to allocate direct or heap buffer in SPI.
- setDirectoryPath(String) - Method in class org.gridgain.grid.dr.hub.sender.store.fs.GridDrSenderHubFsStore
-
Sets directory path where persistent store data is to be saved.
- setDirectoryPaths(Collection<String>) - Method in class org.gridgain.grid.spi.checkpoint.sharedfs.GridSharedFsCheckpointSpi
-
Sets path to a shared directory where checkpoints will be stored.
- setDirectSendBuffer(boolean) - Method in class org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpi
-
Sets whether to use direct buffer for sending.
- setDiscoverySpi(GridDiscoverySpi) - Method in class org.gridgain.grid.GridConfiguration
-
- setDiscoveryStartupDelay(long) - Method in class org.gridgain.grid.GridConfiguration
-
Sets time in milliseconds after which a certain metric value is considered expired.
- setDistributionMode(GridCacheDistributionMode) - Method in class org.gridgain.grid.cache.GridCacheConfiguration
-
Sets cache distribution mode.
- setDrReceiverConfiguration(GridDrReceiverCacheConfiguration) - Method in class org.gridgain.grid.cache.GridCacheConfiguration
-
Sets data center replication receive configuration.
- setDrReceiverHubConfiguration(GridDrReceiverHubConfiguration) - Method in class org.gridgain.grid.GridConfiguration
-
Set data center sender hub configuration.
- setDrSenderConfiguration(GridDrSenderCacheConfiguration) - Method in class org.gridgain.grid.cache.GridCacheConfiguration
-
Sets data center replication send configuration.
- setDrSenderHubConfiguration(GridDrSenderHubConfiguration) - Method in class org.gridgain.grid.GridConfiguration
-
Set data center receiver hub configuration.
- setDualModeMaxPendingPutsSize(long) - Method in class org.gridgain.grid.ggfs.GridGgfsConfiguration
-
Set maximum amount of data in pending put operations.
- setDualModePutExecutorService(ExecutorService) - Method in class org.gridgain.grid.ggfs.GridGgfsConfiguration
-
Set DUAL mode put operations executor service.
- setDualModePutExecutorServiceShutdown(boolean) - Method in class org.gridgain.grid.ggfs.GridGgfsConfiguration
-
Set DUAL mode put operations executor service shutdown flag.
- setDualSocketConnection(boolean) - Method in class org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpi
-
Sets flag indicating whether dual-socket connection between nodes should be enforced.
- setEagerTtl(boolean) - Method in class org.gridgain.grid.cache.GridCacheConfiguration
-
Sets eager ttl flag.
- setEnableAttributesCache(boolean) - Method in class org.gridgain.client.GridClientConfiguration
-
Sets flag indicating whether node attributes should be cached by client.
- setEnableMetricsCache(boolean) - Method in class org.gridgain.client.GridClientConfiguration
-
Sets flag indicating whether node and cache metrics should be cached by client.
- setEntryFactory(GridCacheMapEntryFactory<K, V>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheConcurrentMap
-
Sets factory for entries.
- setEntryFilter(GridDrSenderCacheEntryFilter) - Method in class org.gridgain.grid.dr.cache.sender.GridDrSenderCacheConfiguration
-
Set entry filter.
- setError(String) - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientTaskResultBean
-
- setError(String) - Method in class org.gridgain.grid.kernal.processors.rest.GridRestResponse
-
- setEventStorageSpi(GridEventStorageSpi) - Method in class org.gridgain.grid.GridConfiguration
-
- setEvictionFilter(GridCacheEvictionFilter<K, V>) - Method in class org.gridgain.grid.cache.GridCacheConfiguration
-
Sets eviction filter.
- setEvictionPolicy(GridCacheEvictionPolicy) - Method in class org.gridgain.grid.cache.GridCacheConfiguration
-
Sets cache eviction policy.
- setEvictMaxOverflowRatio(float) - Method in class org.gridgain.grid.cache.GridCacheConfiguration
-
Sets maximum eviction overflow ratio.
- setEvictNearSynchronized(boolean) - Method in class org.gridgain.grid.cache.GridCacheConfiguration
-
Sets flag indicating whether eviction is synchronized with near nodes.
- setEvictSynchronized(boolean) - Method in class org.gridgain.grid.cache.GridCacheConfiguration
-
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.GridCacheConfiguration
-
Sets concurrency level for synchronized evictions.
- setEvictSynchronizedKeyBufferSize(int) - Method in class org.gridgain.grid.cache.GridCacheConfiguration
-
Sets eviction key buffer size.
- setEvictSynchronizedTimeout(long) - Method in class org.gridgain.grid.cache.GridCacheConfiguration
-
Sets timeout for synchronized evictions.
- setExcludeNeighbors(boolean) - Method in class org.gridgain.grid.cache.affinity.consistenthash.GridCacheConsistentHashAffinityFunction
-
Sets flag to exclude same-host-neighbors from being backups of each other (default is false).
- setExcludeNeighbors(boolean) - Method in class org.gridgain.grid.cache.affinity.rendezvous.GridCacheRendezvousAffinityFunction
-
Sets flag to exclude same-host-neighbors from being backups of each other (default is false).
- setExecutionTime(long) - Method in class org.gridgain.grid.kernal.processors.jobmetrics.GridJobMetricsSnapshot
-
- setExecutorService(ExecutorService) - Method in class org.gridgain.client.GridClientConfiguration
-
Sets executor service.
- setExecutorService(ExecutorService) - Method in class org.gridgain.grid.GridConfiguration
-
Sets thread pool to use within grid.
- setExecutorService(ExecutorService) - Method in class org.gridgain.grid.streamer.GridStreamerConfiguration
-
Sets streamer executor service.
- setExecutorServiceShutdown(boolean) - Method in class org.gridgain.grid.GridConfiguration
-
Sets executor service shutdown flag.
- setExecutorServiceShutdown(boolean) - Method in class org.gridgain.grid.streamer.GridStreamerConfiguration
-
Sets flag indicating whether executor service should be shut down on GridGain stop.
- setExpireAgeMs(long) - Method in class org.gridgain.grid.spi.eventstorage.memory.GridMemoryEventStorageSpi
-
Sets events expiration time.
- setExpireCount(long) - Method in class org.gridgain.grid.spi.eventstorage.memory.GridMemoryEventStorageSpi
-
Sets events queue size.
- setExpireDateFieldName(String) - Method in class org.gridgain.grid.spi.checkpoint.jdbc.GridJdbcCheckpointSpi
-
Sets checkpoint expiration date field name.
- setExpireDateFieldType(String) - Method in class org.gridgain.grid.spi.checkpoint.jdbc.GridJdbcCheckpointSpi
-
Sets checkpoint expiration date field type.
- setExternalCollisionListener(GridCollisionExternalListener) - Method in class org.gridgain.grid.spi.collision.fifoqueue.GridFifoQueueCollisionSpi
-
Listener to be set for notification of external collision events (e.g.
- setExternalCollisionListener(GridCollisionExternalListener) - Method in interface org.gridgain.grid.spi.collision.GridCollisionSpi
-
Listener to be set for notification of external collision events (e.g.
- setExternalCollisionListener(GridCollisionExternalListener) - Method in class org.gridgain.grid.spi.collision.jobstealing.GridJobStealingCollisionSpi
-
Listener to be set for notification of external collision events (e.g.
- setExternalCollisionListener(GridCollisionExternalListener) - Method in class org.gridgain.grid.spi.collision.noop.GridNoopCollisionSpi
-
Listener to be set for notification of external collision events (e.g.
- setExternalCollisionListener(GridCollisionExternalListener) - Method in class org.gridgain.grid.spi.collision.priorityqueue.GridPriorityQueueCollisionSpi
-
Listener to be set for notification of external collision events (e.g.
- setFailoverSpi(GridFailoverSpi...) - Method in class org.gridgain.grid.GridConfiguration
-
- setFailoverSpi(String) - Method in class org.gridgain.grid.kernal.GridTaskSessionImpl
-
- setFakeException(GridException) - Method in class org.gridgain.grid.kernal.GridJobExecuteResponse
-
- setFileSystemFreeSpace(long) - Method in class org.gridgain.client.impl.GridClientNodeMetricsAdapter
-
Sets the number of unallocated bytes in the partition.
- setFileSystemFreeSpace(long) - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeMetricsBean
-
Sets the number of unallocated bytes in the partition.
- setFileSystemTotalSpace(long) - Method in class org.gridgain.client.impl.GridClientNodeMetricsAdapter
-
Sets size of the partition.
- setFileSystemTotalSpace(long) - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeMetricsBean
-
Sets size of the partition.
- setFileSystemUsableSpace(long) - Method in class org.gridgain.client.impl.GridClientNodeMetricsAdapter
-
Sets the number of bytes available to this virtual machine on the partition.
- setFileSystemUsableSpace(long) - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeMetricsBean
-
Sets the number of bytes available to this virtual machine on the partition.
- setFilter(GridPredicate<GridEvent>) - Method in class org.gridgain.grid.spi.eventstorage.memory.GridMemoryEventStorageSpi
-
Sets filter for events to be recorded.
- setFilter(GridPredicate<Object>) - Method in class org.gridgain.grid.streamer.window.GridStreamerWindowAdapter
-
Sets event filter.
- setFinished(boolean) - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientTaskResultBean
-
- setFinishedJobs(int) - Method in class org.gridgain.grid.kernal.processors.jobmetrics.GridJobMetricsSnapshot
-
- setFlushFrequency(long) - Method in class org.gridgain.grid.dr.hub.receiver.GridDrReceiverHubConfiguration
-
Sets data flush frequency.
- setFlushFrequency(long) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheWriteBehindStore
-
Sets the cache flush frequency.
- setFlushSize(int) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheWriteBehindStore
-
Sets the maximum size of the write cache.
- setFlushThreadCount(int) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheWriteBehindStore
-
Sets the number of threads that will perform store update operations.
- setFragmentizerConcurrentFiles(int) - Method in class org.gridgain.grid.ggfs.GridGgfsConfiguration
-
Sets number of files to process concurrently by fragmentizer.
- setFragmentizerEnabled(boolean) - Method in class org.gridgain.grid.ggfs.GridGgfsConfiguration
-
Sets property indicating whether fragmentizer is enabled.
- setFragmentizerLocalWritesRatio(float) - Method in class org.gridgain.grid.ggfs.GridGgfsConfiguration
-
Sets ratio for space available for local file writes.
- setFragmentizerThrottlingBlockLength(long) - Method in class org.gridgain.grid.ggfs.GridGgfsConfiguration
-
Sets length of file chunk to transmit before throttling is delayed.
- setFragmentizerThrottlingDelay(long) - Method in class org.gridgain.grid.ggfs.GridGgfsConfiguration
-
Sets delay in milliseconds for which fragmentizer is paused.
- setGgfsConfiguration(GridGgfsConfiguration...) - Method in class org.gridgain.grid.GridConfiguration
-
Sets GGFS configurations.
- setGgfsExecutorService(ExecutorService) - Method in class org.gridgain.grid.GridConfiguration
-
Set executor service that will be used to process outgoing GGFS messages.
- setGgfsExecutorServiceShutdown(boolean) - Method in class org.gridgain.grid.GridConfiguration
-
Sets GGFS executor service shutdown flag.
- setGridGainHome(String) - Method in class org.gridgain.grid.GridConfiguration
-
Sets GridGain installation folder.
- setGridGainHome(String) - Static method in class org.gridgain.grid.util.GridUtils
-
- setGridLogger(GridLogger) - Method in class org.gridgain.grid.GridConfiguration
-
Sets logger to use within grid.
- setGridName(String) - Method in class org.gridgain.grid.GridConfiguration
-
Sets grid name.
- setHashIdResolver(GridClientPartitionAffinity.HashIdResolver) - Method in class org.gridgain.client.GridClientPartitionAffinity
-
Sets hash ID resolver for nodes.
- setHashIdResolver(GridCacheAffinityNodeHashResolver) - Method in class org.gridgain.grid.cache.affinity.consistenthash.GridCacheConsistentHashAffinityFunction
-
Sets hash ID resolver for nodes.
- setHashIdResolver(GridCacheAffinityNodeHashResolver) - Method in class org.gridgain.grid.cache.affinity.rendezvous.GridCacheRendezvousAffinityFunction
-
Sets hash ID resolver for nodes.
- setHealthCheckFrequency(long) - Method in class org.gridgain.grid.dr.hub.sender.GridDrSenderHubConfiguration
-
Sets health check frequency.
- setHeapMemoryCommitted(long) - Method in class org.gridgain.client.impl.GridClientNodeMetricsAdapter
-
Sets committed heap memory.
- setHeapMemoryCommitted(long) - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeMetricsBean
-
Sets committed heap memory.
- setHeapMemoryCommitted(long) - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
-
Sets committed heap memory.
- setHeapMemoryInitialized(long) - Method in class org.gridgain.client.impl.GridClientNodeMetricsAdapter
-
Sets heap initial memory.
- setHeapMemoryInitialized(long) - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeMetricsBean
-
Sets heap initial memory.
- setHeapMemoryInitialized(long) - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
-
Sets heap initial memory.
- setHeapMemoryMaximum(long) - Method in class org.gridgain.client.impl.GridClientNodeMetricsAdapter
-
Sets maximum possible heap memory.
- setHeapMemoryMaximum(long) - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeMetricsBean
-
Sets maximum possible heap memory.
- setHeapMemoryMaximum(long) - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
-
Sets maximum possible heap memory.
- setHeapMemoryUsed(long) - Method in class org.gridgain.client.impl.GridClientNodeMetricsAdapter
-
Sets used heap memory.
- setHeapMemoryUsed(long) - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeMetricsBean
-
Sets used heap memory.
- setHeapMemoryUsed(long) - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
-
Sets used heap memory.
- setHeartbeatFrequency(long) - Method in class org.gridgain.grid.spi.discovery.tcp.GridTcpDiscoverySpi
-
Sets delay between issuing of heartbeat messages.
- setHits(int) - Method in class org.gridgain.grid.kernal.processors.rest.handlers.cache.GridCacheRestMetrics
-
Sets hits.
- setHonorCloneable(boolean) - Method in class org.gridgain.grid.cache.cloner.GridCacheDeepCloner
-
Sets flag indicating if
Cloneable interface should be honored
when cloning, or if reflection-based deep cloning should always be performed.
- setHost(String) - Method in class org.gridgain.client.router.GridTcpRouterConfiguration
-
Sets host for router.
- setHost(String) - Method in class org.gridgain.grid.util.ipc.loopback.GridIpcServerTcpEndpoint
-
Sets host endpoint will be bound to.
- setId() - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheSetItemKey
-
- setId() - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridSetQueryPredicate
-
- setId(String) - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientTaskResultBean
-
- setIdleConnectionTimeout(long) - Method in class org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpi
-
Sets maximum idle connection timeout upon which a connection
to client will be closed.
- setIdleTimeout(long) - Method in class org.gridgain.client.router.GridTcpRouterConfiguration
-
Sets idle timeout.
- setIdleTimeout(long) - Method in class org.gridgain.grid.dr.hub.receiver.GridDrReceiverHubConfiguration
-
Sets idle timeout for receiver hub's TCP server connection.
- setIfAbsent(V) - Method in interface org.gridgain.grid.cache.GridCacheEntry
-
- setIfAbsent(V) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheEntryImpl
-
- setIfAbsent(V) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheEvictionEntry
-
- setIfAbsent(V) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheFilterEvaluationEntry
-
- setIfAbsentAsync(V) - Method in interface org.gridgain.grid.cache.GridCacheEntry
-
- setIfAbsentAsync(V) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheEntryImpl
-
- setIfAbsentAsync(V) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheEvictionEntry
-
- setIfAbsentAsync(V) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheFilterEvaluationEntry
-
- setIfGreater(int) - Method in class org.gridgain.grid.util.GridAtomicInteger
-
Sets value only if it is greater than current one.
- setIfGreater(long) - Method in class org.gridgain.grid.util.GridAtomicLong
-
Sets value only if it is greater than current one.
- setIfGreaterEquals(int) - Method in class org.gridgain.grid.util.GridAtomicInteger
-
Sets value only if it is greater than or equals to current one.
- setIfGreaterEquals(long) - Method in class org.gridgain.grid.util.GridAtomicLong
-
Sets value only if it is greater than or equals to current one.
- setIfLess(int) - Method in class org.gridgain.grid.util.GridAtomicInteger
-
Sets value only if it is less than current one.
- setIfLess(long) - Method in class org.gridgain.grid.util.GridAtomicLong
-
Sets value only if it is less than current one.
- setIfLessEquals(int) - Method in class org.gridgain.grid.util.GridAtomicInteger
-
Sets value only if it is less than or equals to current one.
- setIfLessEquals(long) - Method in class org.gridgain.grid.util.GridAtomicLong
-
Sets value only if it is less than or equals to current one.
- setIfNotEquals(int) - Method in class org.gridgain.grid.util.GridAtomicInteger
-
Sets value only if it is not equals to current one.
- setIfNotEquals(long) - Method in class org.gridgain.grid.util.GridAtomicLong
-
Sets value only if it is not equals to current one.
- setIfNull(V, boolean) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheReturn
-
- setIgnoredDataCenterIds(byte...) - Method in class org.gridgain.grid.dr.hub.sender.GridDrSenderHubConnectionConfiguration
-
Sets ignored data center IDs.
- setIncludeEventTypes(int...) - Method in class org.gridgain.grid.GridConfiguration
-
- setIncludeProperties(String...) - Method in class org.gridgain.grid.GridConfiguration
-
Sets array of system or environment property names to include into node attributes.
- setIndexes(GridStreamerIndexProvider<E, ?, ?>...) - Method in class org.gridgain.grid.streamer.window.GridStreamerWindowAdapter
-
Set indexes.
- setIndexingSpi(GridIndexingSpi...) - Method in class org.gridgain.grid.GridConfiguration
-
- setIndexingSpiName(String) - Method in class org.gridgain.grid.cache.GridCacheConfiguration
-
Sets name of the SPI to use for indexing.
- setInitialCapacity(int) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheWriteBehindStore
-
Sets initial capacity for the write cache.
- setInsertQuery(String) - Method in class org.gridgain.grid.cache.store.jdbc.GridCacheJdbcBlobStore
-
Sets insert entry query.
- setInterceptor(GridCacheInterceptor<K, V>) - Method in class org.gridgain.grid.cache.GridCacheConfiguration
-
Sets cache interceptor.
- setInternal(Map<?, ?>) - Method in class org.gridgain.grid.kernal.GridTaskSessionImpl
-
- setInvalidate(boolean) - Method in class org.gridgain.grid.cache.GridCacheConfiguration
-
Sets invalidation flag for near cache entries in this transaction.
- setIpcEndpointConfiguration(String) - Method in class org.gridgain.grid.ggfs.GridGgfsConfiguration
-
Sets IPC endpoint configuration to publish GGFS over.
- setIpcEndpointEnabled(boolean) - Method in class org.gridgain.grid.ggfs.GridGgfsConfiguration
-
Set IPC endpoint enabled flag.
- setIpFinder(GridTcpDiscoveryIpFinder) - Method in class org.gridgain.grid.spi.discovery.tcp.GridTcpDiscoverySpi
-
Sets IP finder for IP addresses sharing and storing.
- setJettyAddresses(Collection<String>) - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeBean
-
Sets REST HTTP server addresses.
- setJettyHostNames(Collection<String>) - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeBean
-
Sets REST HTTP server host names.
- setJettyPort(int) - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeBean
-
Sets REST http port.
- setJobPriorityAttributeKey(String) - Method in class org.gridgain.grid.spi.collision.priorityqueue.GridPriorityQueueCollisionSpi
-
Sets job priority attribute key.
- setJobSiblings(Collection<GridComputeJobSibling>) - Method in class org.gridgain.grid.kernal.GridTaskSessionImpl
-
- setJoinTimeout(long) - Method in class org.gridgain.grid.spi.discovery.tcp.GridTcpDiscoverySpi
-
Sets join timeout.
- setKernalContext(GridKernalContext) - Method in class org.gridgain.grid.kernal.GridProjectionAdapter
-
Sets kernal context.
- setKeyAlgorithm(String) - Method in class org.gridgain.client.ssl.GridSslBasicContextFactory
-
Sets key manager algorithm that will be used to create a key manager.
- setKeyFieldName(String) - Method in class org.gridgain.grid.spi.checkpoint.jdbc.GridJdbcCheckpointSpi
-
Sets checkpoint key field name.
- setKeyFieldType(String) - Method in class org.gridgain.grid.spi.checkpoint.jdbc.GridJdbcCheckpointSpi
-
Sets checkpoint key field type.
- setKeyStoreFilePath(String) - Method in class org.gridgain.client.ssl.GridSslBasicContextFactory
-
Sets path to the key store file.
- setKeyStorePassword(char[]) - Method in class org.gridgain.client.ssl.GridSslBasicContextFactory
-
Sets key store password.
- setKeyStoreType(String) - Method in class org.gridgain.client.ssl.GridSslBasicContextFactory
-
Sets key store type used in context initialization.
- setLastDataVersion(long) - Method in class org.gridgain.client.impl.GridClientNodeMetricsAdapter
-
Sets last data version.
- setLastDataVersion(long) - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeMetricsBean
-
- setLastDataVersion(long) - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
-
Sets last data version.
- setLastUpdateTime(long) - Method in class org.gridgain.client.impl.GridClientNodeMetricsAdapter
-
Sets last update time.
- setLastUpdateTime(long) - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeMetricsBean
-
Sets last update time.
- setLastUpdateTime(long) - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
-
Sets last update time.
- setLength(int) - Method in class org.gridgain.grid.util.GridStringBuilder
-
- setLicenseUrl(String) - Method in class org.gridgain.grid.GridConfiguration
-
Sets license URL different from the default location of the license file.
- setLifecycleBeans(GridLifecycleBean...) - Method in class org.gridgain.grid.GridConfiguration
-
Sets a collection of lifecycle beans.
- setLifeCycleEmailNotification(boolean) - Method in class org.gridgain.grid.GridConfiguration
-
Sets whether or not to enable lifecycle email notifications.
- setListener(GridCommunicationListener<T>) - Method in interface org.gridgain.grid.spi.communication.GridCommunicationSpi
-
Set communication listener.
- setListener(GridCommunicationListener<GridTcpCommunicationMessageAdapter>) - Method in class org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpi
-
Set communication listener.
- setListener(GridDeploymentListener) - Method in interface org.gridgain.grid.spi.deployment.GridDeploymentSpi
-
Sets or unsets deployment event listener.
- setListener(GridDeploymentListener) - Method in class org.gridgain.grid.spi.deployment.local.GridLocalDeploymentSpi
-
Sets or unsets deployment event listener.
- setListener(GridDiscoverySpiListener) - Method in interface org.gridgain.grid.spi.discovery.GridDiscoverySpi
-
Sets a listener for discovery events.
- setListener(GridDiscoverySpiListener) - Method in class org.gridgain.grid.spi.discovery.tcp.GridTcpDiscoverySpi
-
Sets a listener for discovery events.
- setListener(GridSwapSpaceSpiListener) - Method in class org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpi
-
Sets eviction listener to receive notifications on evicted swap entries.
- setListener(GridSwapSpaceSpiListener) - Method in interface org.gridgain.grid.spi.swapspace.GridSwapSpaceSpi
-
Sets eviction listener to receive notifications on evicted swap entries.
- setListener(GridSwapSpaceSpiListener) - Method in class org.gridgain.grid.spi.swapspace.noop.GridNoopSwapSpaceSpi
-
Sets eviction listener to receive notifications on evicted swap entries.
- setLoadBalancingSpi(GridLoadBalancingSpi...) - Method in class org.gridgain.grid.GridConfiguration
-
- setLoadBalancingSpi(String) - Method in class org.gridgain.grid.kernal.GridTaskSessionImpl
-
- setLoadProbe(GridAdaptiveLoadProbe) - Method in class org.gridgain.grid.spi.loadbalancing.adaptive.GridAdaptiveLoadBalancingSpi
-
Sets implementation of node load probe.
- setLoadQuery(String) - Method in class org.gridgain.grid.cache.store.jdbc.GridCacheJdbcBlobStore
-
Sets load query.
- setLocalAddress(String) - Method in class org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpi
-
Sets local host address for socket binding.
- setLocalAddress(String) - Method in class org.gridgain.grid.spi.discovery.tcp.GridTcpDiscoverySpi
-
Sets local host IP address that discovery SPI uses.
- setLocalAddress(String) - Method in class org.gridgain.grid.spi.discovery.tcp.ipfinder.multicast.GridTcpDiscoveryMulticastIpFinder
-
Sets local host address used by this IP finder.
- setLocalHost(String) - Method in class org.gridgain.grid.GridConfiguration
-
Sets system-wide local address or host for all GridGain components to bind to.
- setLocalInboundHost(String) - Method in class org.gridgain.grid.dr.hub.receiver.GridDrReceiverHubConfiguration
-
Sets local host name receiver hub TCP server is bound to.
- setLocalInboundPort(int) - Method in class org.gridgain.grid.dr.hub.receiver.GridDrReceiverHubConfiguration
-
Sets local port receiver hub TCP server is bound to.
- setLocalOutboundHost(String) - Method in class org.gridgain.grid.dr.hub.sender.GridDrSenderHubConnectionConfiguration
-
Sets local network interface name form with remote data center is reachable.
- setLocalPort(int) - Method in class org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpi
-
Sets local port for socket binding.
- setLocalPort(int) - Method in class org.gridgain.grid.spi.discovery.tcp.GridTcpDiscoverySpi
-
Sets local port to listen to.
- setLocalPortRange(int) - Method in class org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpi
-
Sets local port range for local host ports (value must greater than or equal to 0).
- setLocalPortRange(int) - Method in class org.gridgain.grid.spi.discovery.tcp.GridTcpDiscoverySpi
-
Range for local ports.
- setLogger(GridLogger) - Method in class org.gridgain.client.router.GridTcpRouterConfiguration
-
Sets logger for the router instance.
- setLogin(Object) - Method in class org.gridgain.grid.security.GridSecurityCredentials
-
Sets login.
- setManagement(boolean) - Method in class org.gridgain.grid.util.ipc.loopback.GridIpcServerTcpEndpoint
-
Sets management property.
- setManagementExecutorService(ExecutorService) - Method in class org.gridgain.grid.GridConfiguration
-
Sets management thread pool to use within grid.
- setManagementExecutorServiceShutdown(boolean) - Method in class org.gridgain.grid.GridConfiguration
-
Sets management executor service shutdown flag.
- setManagementPort(int) - Method in class org.gridgain.grid.ggfs.GridGgfsConfiguration
-
Sets management endpoint port.
- setMarshaller(GridClientMarshaller) - Method in class org.gridgain.client.GridClientConfiguration
-
Sets the marshaller to use for communication.
- setMarshaller(GridMarshaller) - Method in class org.gridgain.grid.GridConfiguration
-
Sets marshaller to use within grid.
- setMarshalLocalJobs(boolean) - Method in class org.gridgain.grid.GridConfiguration
-
Sets marshal local jobs flag.
- setMaxAckTimeout(long) - Method in class org.gridgain.grid.spi.discovery.tcp.GridTcpDiscoverySpi
-
Sets maximum timeout for receiving acknowledgement for sent message.
- setMaxBatches(int) - Method in class org.gridgain.grid.dr.cache.sender.GridDrSenderCacheConfiguration
-
Sets maximum amount of batches awaiting for sender hub acknowledge.
- setMaxConcurrentAsyncOperations(int) - Method in class org.gridgain.grid.cache.GridCacheConfiguration
-
Sets maximum number of concurrent asynchronous operations.
- setMaxConnectionIdleTime(long) - Method in class org.gridgain.client.GridClientConfiguration
-
Sets maximum time in milliseconds which connection can be idle before it is closed by client.
- setMaxConnectTimeout(long) - Method in class org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpi
-
Sets maximum connect timeout.
- setMaxErrors(int) - Method in class org.gridgain.grid.dr.hub.sender.GridDrSenderHubConfiguration
-
Sets maximum amount of sequential errors in receiver hub responses.
- setMaxFailedConnectAttempts(int) - Method in class org.gridgain.grid.dr.hub.sender.GridDrSenderHubConfiguration
-
Set maximum failed connect attempts.
- setMaxFilesCount(int) - Method in class org.gridgain.grid.dr.hub.sender.store.fs.GridDrSenderHubFsStore
-
Sets maximum amount of files files which can be used to store data.
- setMaxFileSize(long) - Method in class org.gridgain.grid.dr.hub.sender.store.fs.GridDrSenderHubFsStore
-
Sets maximum size of each file where data is stored in bytes.
- setMaximumActiveJobs(int) - Method in class org.gridgain.client.impl.GridClientNodeMetricsAdapter
-
Sets max active jobs.
- setMaximumActiveJobs(int) - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeMetricsBean
-
Sets max active jobs.
- setMaximumActiveJobs(int) - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
-
Sets max active jobs.
- setMaximumBatches(int) - Method in class org.gridgain.grid.streamer.window.GridStreamerBoundedSizeBatchWindow
-
Sets maximum number of batches can be stored in window.
- setMaximumBatches(int) - Method in class org.gridgain.grid.streamer.window.GridStreamerBoundedTimeBatchWindow
-
Sets maximum number of batches can be stored in window.
- setMaximumCancelledJobs(int) - Method in class org.gridgain.client.impl.GridClientNodeMetricsAdapter
-
Sets maximum cancelled jobs.
- setMaximumCancelledJobs(int) - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeMetricsBean
-
Sets maximum cancelled jobs.
- setMaximumCancelledJobs(int) - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
-
Sets maximum cancelled jobs.
- setMaximumConcurrentSessions(int) - Method in class org.gridgain.grid.streamer.GridStreamerConfiguration
-
Sets maximum number of concurrent sessions.
- setMaximumExecutionTime(long) - Method in class org.gridgain.grid.kernal.processors.jobmetrics.GridJobMetricsSnapshot
-
- setMaximumFailoverAttempts(int) - Method in class org.gridgain.grid.spi.failover.always.GridAlwaysFailoverSpi
-
Sets maximum number of attempts to execute a failed job on another node.
- setMaximumFailoverAttempts(int) - Method in class org.gridgain.grid.spi.failover.jobstealing.GridJobStealingFailoverSpi
-
Sets maximum number of attempts to execute a failed job on another node.
- setMaximumFailoverAttempts(int) - Method in class org.gridgain.grid.streamer.GridStreamerConfiguration
-
Sets maximum number of failover attempts.
- setMaximumJobExecuteTime(long) - Method in class org.gridgain.client.impl.GridClientNodeMetricsAdapter
-
Sets maximum job execution time.
- setMaximumJobExecuteTime(long) - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeMetricsBean
-
Sets maximum job execution time.
- setMaximumJobExecuteTime(long) - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
-
Sets maximum job execution time.
- setMaximumJobWaitTime(long) - Method in class org.gridgain.client.impl.GridClientNodeMetricsAdapter
-
Sets max job wait time.
- setMaximumJobWaitTime(long) - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeMetricsBean
-
Sets max job wait time.
- setMaximumJobWaitTime(long) - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
-
Sets max job wait time.
- setMaximumQueryIteratorCount(int) - Method in class org.gridgain.grid.cache.GridCacheConfiguration
-
Sets maximum number of query iterators that can be stored.
- setMaximumRejectedJobs(int) - Method in class org.gridgain.client.impl.GridClientNodeMetricsAdapter
-
Gets maximum number of jobs rejected during a single collision resolution event.
- setMaximumRejectedJobs(int) - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeMetricsBean
-
- setMaximumRejectedJobs(int) - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
-
- setMaximumSize(int) - Method in class org.gridgain.grid.streamer.window.GridStreamerBoundedTimeWindow
-
Sets window maximum size.
- setMaximumSparsity(float) - Method in class org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpi
-
Sets maximum sparsity.
- setMaximumStealingAttempts(int) - Method in class org.gridgain.grid.spi.collision.jobstealing.GridJobStealingCollisionSpi
-
Gets maximum number of attempts to steal job by another node.
- setMaximumStealingAttempts(int) - Method in interface org.gridgain.grid.spi.collision.jobstealing.GridJobStealingCollisionSpiMBean
-
Gets maximum number of attempts to steal job by another node.
- setMaximumTaskRangeLength(long) - Method in class org.gridgain.grid.ggfs.GridGgfsConfiguration
-
Set maximum default range size of a file being split during GGFS task execution.
- setMaximumThreadCount(int) - Method in class org.gridgain.client.impl.GridClientNodeMetricsAdapter
-
Sets peak thread count.
- setMaximumThreadCount(int) - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeMetricsBean
-
Sets peak thread count.
- setMaximumThreadCount(int) - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
-
Sets peak thread count.
- setMaximumWaitingJobs(int) - Method in class org.gridgain.client.impl.GridClientNodeMetricsAdapter
-
Sets maximum waiting jobs.
- setMaximumWaitingJobs(int) - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeMetricsBean
-
Sets maximum waiting jobs.
- setMaximumWaitingJobs(int) - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
-
Sets maximum waiting jobs.
- setMaximumWaitTime(long) - Method in class org.gridgain.grid.kernal.processors.jobmetrics.GridJobMetricsSnapshot
-
- setMaxMissedHeartbeats(int) - Method in class org.gridgain.grid.spi.discovery.tcp.GridTcpDiscoverySpi
-
Sets max heartbeats count node can miss without initiating status check.
- setMaxQueueSize(int) - Method in class org.gridgain.grid.dr.hub.sender.GridDrSenderHubConfiguration
-
Sets maximum wait queue size.
- setMaxSize(int) - Method in class org.gridgain.grid.cache.eviction.fifo.GridCacheFifoEvictionPolicy
-
Sets maximum allowed size of cache before entry will start getting evicted.
- setMaxSize(int) - Method in interface org.gridgain.grid.cache.eviction.fifo.GridCacheFifoEvictionPolicyMBean
-
Sets maximum allowed cache size.
- setMaxSize(int) - Method in class org.gridgain.grid.cache.eviction.lru.GridCacheLruEvictionPolicy
-
Sets maximum allowed size of cache before entry will start getting evicted.
- setMaxSize(int) - Method in interface org.gridgain.grid.cache.eviction.lru.GridCacheLruEvictionPolicyMBean
-
Sets maximum allowed cache size.
- setMaxSize(int) - Method in class org.gridgain.grid.cache.eviction.random.GridCacheRandomEvictionPolicy
-
Sets maximum allowed size of cache before entry will start getting evicted.
- setMaxSize(int) - Method in interface org.gridgain.grid.cache.eviction.random.GridCacheRandomEvictionPolicyMBean
-
Sets maximum allowed cache size.
- setMaxSize(int) - Method in class org.gridgain.grid.dr.hub.sender.store.memory.GridDrSenderHubInMemoryStore
-
Sets maximum number of entries can be stored.
- setMaxSpaceSize(long) - Method in class org.gridgain.grid.ggfs.GridGgfsConfiguration
-
Set maximum space in bytes available in data cache.
- setMaxWriteQueueSize(int) - Method in class org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpi
-
Sets max write queue size in bytes.
- setMBeanServer(MBeanServer) - Method in class org.gridgain.grid.GridConfiguration
-
Sets initialized and started MBean server.
- setMemoryMode(GridCacheMemoryMode) - Method in class org.gridgain.grid.cache.GridCacheConfiguration
-
Sets memory mode for cache.
- setMessageExpireTime(long) - Method in class org.gridgain.grid.spi.collision.jobstealing.GridJobStealingCollisionSpi
-
Message expire time configuration parameter.
- setMessageExpireTime(long) - Method in interface org.gridgain.grid.spi.collision.jobstealing.GridJobStealingCollisionSpiMBean
-
Message expire time configuration parameter.
- setMessageQueueLimit(int) - Method in class org.gridgain.grid.dr.hub.receiver.GridDrReceiverHubConfiguration
-
Sets message queue limit for incoming and outgoing messages in receiver hub's TCP server.
- setMessageQueueLimit(int) - Method in class org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpi
-
Sets message queue limit for incoming and outgoing messages.
- setMetaCacheName(String) - Method in class org.gridgain.grid.ggfs.GridGgfsConfiguration
-
Sets cache name to store GGFS meta information.
- setMethodClass(Class<?>) - Method in class org.gridgain.grid.compute.gridify.aop.GridifyArgumentAdapter
-
Sets method class.
- setMethodName(String) - Method in class org.gridgain.grid.compute.gridify.aop.GridifyArgumentAdapter
-
Sets method name.
- setMethodParameters(Object...) - Method in class org.gridgain.grid.compute.gridify.aop.GridifyArgumentAdapter
-
Sets method parameters.
- setMethodParameterTypes(Class<?>...) - Method in class org.gridgain.grid.compute.gridify.aop.GridifyArgumentAdapter
-
Sets method parameter types.
- setMethodReturnType(Class<?>) - Method in class org.gridgain.grid.util.gridify.GridifyRangeArgument
-
Sets method return type.
- setMetrics(GridClientNodeMetricsBean) - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeBean
-
Sets metrics.
- setMetrics(GridNodeMetrics) - Method in class org.gridgain.grid.spi.discovery.tcp.internal.GridTcpDiscoveryNode
-
Sets node metrics.
- setMetrics(UUID, GridNodeMetrics) - Method in class org.gridgain.grid.spi.discovery.tcp.messages.GridTcpDiscoveryHeartbeatMessage
-
Sets metrics for particular node.
- setMetricsExpireTime(long) - Method in class org.gridgain.grid.GridConfiguration
-
Sets time in milliseconds after which a certain metric value is considered expired.
- setMetricsExpireTime(int) - Method in class org.gridgain.grid.spi.discovery.tcp.metricsstore.GridTcpDiscoveryMetricsStoreAdapter
-
Sets metrics expire time in milliseconds.
- setMetricsHistorySize(int) - Method in class org.gridgain.grid.GridConfiguration
-
Sets number of metrics kept in history to compute totals and averages.
- setMetricsLogFrequency(long) - Method in class org.gridgain.grid.GridConfiguration
-
Sets frequency of metrics log print out.
- setMetricsProvider(GridDiscoveryMetricsProvider) - Method in interface org.gridgain.grid.spi.discovery.GridDiscoverySpi
-
Sets discovery metrics provider.
- setMetricsProvider(GridDiscoveryMetricsProvider) - Method in class org.gridgain.grid.spi.discovery.tcp.GridTcpDiscoverySpi
-
Sets discovery metrics provider.
- setMetricsStore(GridTcpDiscoveryMetricsStore) - Method in class org.gridgain.grid.spi.discovery.tcp.GridTcpDiscoverySpi
-
Sets metrics store.
- setMetricsUpdateFrequency(long) - Method in class org.gridgain.grid.GridConfiguration
-
Sets job metrics update frequency in milliseconds.
- setMinimumBufferedMessageCount(int) - Method in class org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpi
-
Sets the minimum number of messages for this SPI, that are buffered
prior to sending.
- setMisses(int) - Method in class org.gridgain.grid.kernal.processors.rest.handlers.cache.GridCacheRestMetrics
-
Sets misses.
- setMode(GridDrSenderCacheMode) - Method in class org.gridgain.grid.dr.cache.sender.GridDrSenderCacheConfiguration
-
Sets mode.
- setMulticastGroup(String) - Method in class org.gridgain.grid.spi.discovery.tcp.ipfinder.multicast.GridTcpDiscoveryMulticastIpFinder
-
Sets IP address of multicast group.
- setMulticastPort(int) - Method in class org.gridgain.grid.spi.discovery.tcp.ipfinder.multicast.GridTcpDiscoveryMulticastIpFinder
-
Sets port number which multicast messages are sent to.
- setName(String) - Method in class org.gridgain.client.GridClientDataConfiguration
-
Sets grid cache name for this configuration.
- setName(String) - Method in class org.gridgain.grid.cache.GridCacheConfiguration
-
Sets cache name.
- setName(String) - Method in class org.gridgain.grid.ggfs.GridGgfsConfiguration
-
Sets GGFS instance name.
- setName(String) - Method in class org.gridgain.grid.spi.GridSpiAdapter
-
Sets SPI name.
- setName(String) - Method in class org.gridgain.grid.streamer.GridStreamerConfiguration
-
Sets the name of the streamer.
- setName(String) - Method in class org.gridgain.grid.streamer.index.GridStreamerIndexProviderAdapter
-
Sets index name.
- setName(String) - Method in class org.gridgain.grid.streamer.window.GridStreamerWindowAdapter
-
Sets window name.
- setNearEvictionPolicy(GridCacheEvictionPolicy) - Method in class org.gridgain.grid.cache.GridCacheConfiguration
-
Sets eviction policy for near cache.
- setNearStartSize(int) - Method in class org.gridgain.grid.cache.GridCacheConfiguration
-
Start size for near cache.
- setNetworkSendRetryCount(int) - Method in class org.gridgain.grid.GridConfiguration
-
Sets message send retries count.
- setNetworkSendRetryDelay(long) - Method in class org.gridgain.grid.GridConfiguration
-
Sets interval in milliseconds between message send retries.
- setNetworkTimeout(long) - Method in class org.gridgain.grid.GridConfiguration
-
Maximum timeout in milliseconds for network requests.
- setNetworkTimeout(long) - Method in class org.gridgain.grid.spi.discovery.tcp.GridTcpDiscoverySpi
-
Sets maximum network timeout to use for network operations.
- setNew(boolean) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheEntryInfo
-
- setNode(GridNode) - Method in class org.gridgain.grid.kernal.GridJobResultImpl
-
- setNodeAttributes(Map<String, Object>, GridProductVersion) - Method in class org.gridgain.grid.kernal.managers.discovery.GridDiscoveryManager
-
Sets local node attributes into discovery SPI.
- setNodeAttributes(Map<String, Object>, GridProductVersion) - Method in interface org.gridgain.grid.spi.discovery.GridDiscoverySpi
-
Sets node attributes and node version which will be distributed in grid during
join process.
- setNodeAttributes(Map<String, Object>, GridProductVersion) - Method in class org.gridgain.grid.spi.discovery.tcp.GridTcpDiscoverySpi
-
Sets node attributes and node version which will be distributed in grid during
join process.
- setNodeId(UUID) - Method in class org.gridgain.grid.GridConfiguration
-
Sets unique identifier for local node.
- setNodeId(UUID) - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeBean
-
Sets node ID.
- setNodeId(UUID) - Method in interface org.gridgain.grid.logger.GridLoggerNodeIdAware
-
Sets node ID.
- setNodeId(UUID) - Method in class org.gridgain.grid.logger.java.GridJavaLogger
-
Sets node ID.
- setNoDelay(boolean) - Method in class org.gridgain.client.router.GridTcpRouterConfiguration
-
Sets flag indicating whether TCP_NODELAY option should be set
for accepted client connections.
- setNodeStartTime(long) - Method in class org.gridgain.client.impl.GridClientNodeMetricsAdapter
-
Sets node start time.
- setNodeStartTime(long) - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeMetricsBean
-
Sets node start time.
- setNodeStartTime(long) - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
-
Sets node start time.
- setNodeWeight(int) - Method in class org.gridgain.grid.spi.loadbalancing.weightedrandom.GridWeightedRandomLoadBalancingSpi
-
Sets weight of this node.
- setNonHeapMemoryCommitted(long) - Method in class org.gridgain.client.impl.GridClientNodeMetricsAdapter
-
Sets committed non-heap memory.
- setNonHeapMemoryCommitted(long) - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeMetricsBean
-
Sets committed non-heap memory.
- setNonHeapMemoryCommitted(long) - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
-
Sets committed non-heap memory.
- setNonHeapMemoryInitialized(long) - Method in class org.gridgain.client.impl.GridClientNodeMetricsAdapter
-
Sets initial non-heap memory.
- setNonHeapMemoryInitialized(long) - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeMetricsBean
-
Sets initial non-heap memory.
- setNonHeapMemoryInitialized(long) - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
-
Sets initial non-heap memory.
- setNonHeapMemoryMaximum(long) - Method in class org.gridgain.client.impl.GridClientNodeMetricsAdapter
-
Sets maximum possible non-heap memory.
- setNonHeapMemoryMaximum(long) - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeMetricsBean
-
Sets maximum possible non-heap memory.
- setNonHeapMemoryMaximum(long) - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
-
Sets maximum possible non-heap memory.
- setNonHeapMemoryUsed(long) - Method in class org.gridgain.client.impl.GridClientNodeMetricsAdapter
-
Sets used non-heap memory.
- setNonHeapMemoryUsed(long) - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeMetricsBean
-
Sets used non-heap memory.
- setNonHeapMemoryUsed(long) - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
-
Sets used non-heap memory.
- setNumberOfRetries(int) - Method in class org.gridgain.grid.spi.checkpoint.jdbc.GridJdbcCheckpointSpi
-
Sets number of retries in case of any database errors.
- setOccupied(boolean) - Method in class org.gridgain.grid.kernal.GridJobResultImpl
-
- setOffHeapMaxMemory(long) - Method in class org.gridgain.grid.cache.GridCacheConfiguration
-
Sets maximum amount of memory available to off-heap storage.
- setOutboundMessagesQueueSize(int) - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
-
Sets outbound messages queue size.
- setOverflowMode(GridDrSenderHubStoreOverflowMode) - Method in class org.gridgain.grid.dr.hub.sender.store.fs.GridDrSenderHubFsStore
-
Sets overflow mode defining how store will behave in case of overflow.
- setOverflowMode(GridDrSenderHubStoreOverflowMode) - Method in class org.gridgain.grid.dr.hub.sender.store.memory.GridDrSenderHubInMemoryStore
-
Sets overflow mode defining how store will behave in case of overflow.
- setOwner() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMvccCandidate
-
Sets owner flag.
- setParallelJobsNumber(int) - Method in class org.gridgain.grid.spi.collision.fifoqueue.GridFifoQueueCollisionSpi
-
Sets number of jobs that can be executed in parallel.
- setParallelJobsNumber(int) - Method in interface org.gridgain.grid.spi.collision.fifoqueue.GridFifoQueueCollisionSpiMBean
-
Sets number of jobs that can be executed in parallel.
- setParallelJobsNumber(int) - Method in class org.gridgain.grid.spi.collision.priorityqueue.GridPriorityQueueCollisionSpi
-
Sets number of jobs that can be executed in parallel.
- setParallelJobsNumber(int) - Method in interface org.gridgain.grid.spi.collision.priorityqueue.GridPriorityQueueCollisionSpiMBean
-
Sets number of jobs that can be executed in parallel.
- setParamIndex(int) - Method in class org.gridgain.grid.util.gridify.GridifyRangeArgument
-
Sets index identifies where to find data in method signature.
- setPartitions(int) - Method in class org.gridgain.client.GridClientPartitionAffinity
-
Sets total number of partitions.
- setPartitions(int) - Method in class org.gridgain.grid.cache.affinity.consistenthash.GridCacheConsistentHashAffinityFunction
-
Sets total number of partitions.
- setPartitions(int) - Method in class org.gridgain.grid.cache.affinity.rendezvous.GridCacheRendezvousAffinityFunction
-
Sets total number of partitions.
- setPassiveJobs(int) - Method in class org.gridgain.grid.kernal.processors.jobmetrics.GridJobMetricsSnapshot
-
- setPassword(String) - Method in class org.gridgain.grid.cache.store.jdbc.GridCacheJdbcBlobStore
-
Sets password for database access.
- setPassword(Object) - Method in class org.gridgain.grid.security.GridSecurityCredentials
-
Sets password.
- setPath(String) - Method in class org.gridgain.grid.spi.discovery.tcp.ipfinder.sharedfs.GridTcpDiscoverySharedFsIpFinder
-
Sets path.
- setPath(String) - Method in class org.gridgain.grid.spi.discovery.tcp.metricsstore.sharedfs.GridTcpDiscoverySharedFsMetricsStore
-
Sets path.
- setPathModes(Map<String, GridGgfsMode>) - Method in class org.gridgain.grid.ggfs.GridGgfsConfiguration
-
Sets map of path prefixes to GGFS modes used for them.
- setPeerClassLoadingEnabled(boolean) - Method in class org.gridgain.grid.GridConfiguration
-
Enables/disables peer class loading.
- setPeerClassLoadingExecutorService(ExecutorService) - Method in class org.gridgain.grid.GridConfiguration
-
Sets thread pool to use for peer class loading.
- setPeerClassLoadingExecutorServiceShutdown(boolean) - Method in class org.gridgain.grid.GridConfiguration
-
Sets peer class loading executor service shutdown flag.
- setPeerClassLoadingLocalClassPathExclude(String...) - Method in class org.gridgain.grid.GridConfiguration
-
Sets list of packages in a system class path that should be P2P
loaded even if they exist locally.
- setPeerClassLoadingMissedResourcesCacheSize(int) - Method in class org.gridgain.grid.GridConfiguration
-
Sets size of missed resources cache.
- setPerNodeBatchSize(int) - Method in class org.gridgain.grid.ggfs.GridGgfsConfiguration
-
Sets number of file blocks collected on local node before sending batch to remote node.
- setPerNodeBufferSize(int) - Method in class org.gridgain.grid.dr.hub.receiver.GridDrReceiverHubConfiguration
-
Sets per-node data buffer size.
- setPerNodeParallelBatchCount(int) - Method in class org.gridgain.grid.ggfs.GridGgfsConfiguration
-
Sets number of file block batches that can be concurrently sent to remote node.
- setPerNodeParallelLoadOperations(int) - Method in class org.gridgain.grid.dr.hub.receiver.GridDrReceiverHubConfiguration
-
Sets per-node parallel load operations.
- setPerTask(boolean) - 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.
- setPessimisticTxLogLinger(int) - Method in class org.gridgain.grid.cache.GridCacheConfiguration
-
Sets cleanup delay for pessimistic transaction recovery log for failed node, in milliseconds.
- setPessimisticTxLogSize(int) - Method in class org.gridgain.grid.cache.GridCacheConfiguration
-
Sets pessimistic transactions log size.
- setPingInterval(long) - Method in class org.gridgain.client.GridClientConfiguration
-
Sets ping interval in milliseconds.
- setPingTimeout(long) - Method in class org.gridgain.client.GridClientConfiguration
-
Sets ping timeout in milliseconds.
- setPolicy(GridStreamerIndexPolicy) - Method in class org.gridgain.grid.streamer.index.GridStreamerIndexProviderAdapter
-
Sets index policy.
- setPoolSize(int) - Method in class org.gridgain.grid.marshaller.optimized.GridOptimizedMarshaller
-
Specifies size of cached object streams used by marshaller.
- setPort(int) - Method in class org.gridgain.client.router.GridTcpRouterConfiguration
-
Sets port for router.
- setPort(int) - Method in class org.gridgain.grid.util.ipc.loopback.GridIpcServerTcpEndpoint
-
Sets port endpoint will be bound to.
- setPort(int) - Method in class org.gridgain.grid.util.ipc.shmem.GridIpcSharedMemoryServerEndpoint
-
Sets port endpoint will be bound to.
- setPortRange(int) - Method in class org.gridgain.client.router.GridTcpRouterConfiguration
-
Sets port range router will be allowed to try.
- setPreferDirectNodes(boolean) - Method in class org.gridgain.client.balancer.GridClientBalancerAdapter
-
Sets prefer direct nodes.
- setPrefetchBlocks(int) - Method in class org.gridgain.grid.ggfs.GridGgfsConfiguration
-
Sets the number of pre-fetched blocks if specific file's chunk is requested.
- setPreloadBatchSize(int) - Method in class org.gridgain.grid.cache.GridCacheConfiguration
-
Sets preload batch size.
- setPreloadMode(GridCachePreloadMode) - Method in class org.gridgain.grid.cache.GridCacheConfiguration
-
Sets cache preload mode.
- setPreloadOrder(int) - Method in class org.gridgain.grid.cache.GridCacheConfiguration
-
Sets cache preload order.
- setPreloadPartitionedDelay(long) - Method in class org.gridgain.grid.cache.GridCacheConfiguration
-
- setPreloadThreadPoolSize(int) - Method in class org.gridgain.grid.cache.GridCacheConfiguration
-
Sets size of preloading thread pool.
- setPreloadThrottle(long) - Method in class org.gridgain.grid.cache.GridCacheConfiguration
-
Time in milliseconds to wait between preload messages to avoid overloading of CPU or network.
- setPreloadTimeout(long) - Method in class org.gridgain.grid.cache.GridCacheConfiguration
-
Sets preload timeout (ms).
- setPriorityAttributeKey(String) - Method in class org.gridgain.grid.spi.collision.priorityqueue.GridPriorityQueueCollisionSpi
-
Sets task priority attribute key.
- setProcessorCoefficient(double) - Method in class org.gridgain.grid.spi.loadbalancing.adaptive.GridAdaptiveCpuLoadProbe
-
Sets coefficient of every CPU processor.
- setProtocol(GridClientProtocol) - Method in class org.gridgain.client.GridClientConfiguration
-
Sets protocol type that should be used in communication.
- setProtocol(String) - Method in class org.gridgain.client.ssl.GridSslBasicContextFactory
-
Sets protocol for secure transport.
- setPwd(String) - Method in class org.gridgain.grid.spi.checkpoint.jdbc.GridJdbcCheckpointSpi
-
Sets checkpoint database password.
- setQueryIndexEnabled(boolean) - Method in class org.gridgain.grid.cache.GridCacheConfiguration
-
Flag indicating whether query indexing is enabled or not.
- setReadBufferSize(int) - Method in class org.gridgain.grid.dr.hub.sender.store.fs.GridDrSenderHubFsStore
-
Sets read buffer size.
- setReads(int) - Method in class org.gridgain.grid.kernal.processors.rest.handlers.cache.GridCacheRestMetrics
-
Sets reads.
- setReadStripesNumber(int) - Method in class org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpi
-
Sets read stripe size.
- setReadTime(long) - Method in class org.gridgain.grid.kernal.processors.rest.handlers.cache.GridCacheRestMetrics
-
Sets read time.
- setReadTimeout(long) - Method in class org.gridgain.grid.dr.hub.sender.GridDrSenderHubConfiguration
-
Sets read timeout.
- setReady() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMvccCandidate
-
Sets ready flag.
- setReceivedBytesCount(long) - Method in class org.gridgain.client.impl.GridClientNodeMetricsAdapter
-
Sets received bytes count.
- setReceivedBytesCount(long) - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeMetricsBean
-
Sets received bytes count.
- setReceivedBytesCount(long) - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
-
Sets received bytes count.
- setReceivedMessagesCount(int) - Method in class org.gridgain.client.impl.GridClientNodeMetricsAdapter
-
Sets received messages count.
- setReceivedMessagesCount(int) - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeMetricsBean
-
Sets received messages count.
- setReceivedMessagesCount(int) - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
-
Sets received messages count.
- setReceiverHubAddresses(String...) - Method in class org.gridgain.grid.dr.hub.sender.GridDrSenderHubConnectionConfiguration
-
Sets addresses of remote receiver hubs.
- setReceiverHubLoadBalancingMode(GridDrReceiverHubLoadBalancingMode) - Method in class org.gridgain.grid.dr.hub.sender.GridDrSenderHubConnectionConfiguration
-
Sets remote receiver hub load balancing policy.
- setReconnectCount(int) - Method in class org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpi
-
Sets maximum number of reconnect attempts used when establishing connection
with remote nodes.
- setReconnectCount(int) - Method in class org.gridgain.grid.spi.discovery.tcp.GridTcpDiscoverySpi
-
Number of times node tries to (re)establish connection to another node.
- setReconnectOnFailureTimeout(long) - Method in class org.gridgain.grid.dr.hub.sender.GridDrSenderHubConfiguration
-
Sets reconnect-on-failure timeout.
- setReentry() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMvccCandidate
-
Sets reentry flag.
- setRefreshAheadRatio(double) - Method in class org.gridgain.grid.cache.GridCacheConfiguration
-
Sets refresh-ahead ratio for cache entries.
- setRejectJobs(int) - Method in class org.gridgain.grid.kernal.processors.jobmetrics.GridJobMetricsSnapshot
-
- setRemoved() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMvccCandidate
-
Sets removed flag.
- setReplicaCount(int) - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeBean
-
Sets node replica count on consistent hash ring.
- setReplicaCountAttributeName(String) - Method in class org.gridgain.grid.cache.affinity.consistenthash.GridCacheConsistentHashAffinityFunction
-
Sets optional attribute name for replica count.
- setRequireSerializable(boolean) - Method in class org.gridgain.grid.marshaller.optimized.GridOptimizedMarshaller
-
- setResponse(Object) - Method in class org.gridgain.grid.kernal.processors.rest.GridRestResponse
-
- setResponseWaitTime(int) - Method in class org.gridgain.grid.spi.discovery.tcp.ipfinder.multicast.GridTcpDiscoveryMulticastIpFinder
-
Sets time in milliseconds IP finder waits for reply to
multicast address request.
- setRestAccessibleFolders(String...) - Method in class org.gridgain.grid.GridConfiguration
-
Sets array of folders accessible by REST processor for log reading command.
- setRestEnabled(boolean) - Method in class org.gridgain.grid.GridConfiguration
-
Sets flag indicating whether external REST access is enabled or not.
- setRestExecutorService(ExecutorService) - Method in class org.gridgain.grid.GridConfiguration
-
Sets thread pool to use for processing of client messages (REST requests).
- setRestExecutorServiceShutdown(boolean) - Method in class org.gridgain.grid.GridConfiguration
-
Sets REST executor service shutdown flag.
- setRestIdleTimeout(long) - Method in class org.gridgain.grid.GridConfiguration
-
Sets idle timeout for REST server.
- setRestJettyPath(String) - Method in class org.gridgain.grid.GridConfiguration
-
Sets path, either absolute or relative to GRIDGAIN_HOME, to JETTY
XML configuration file.
- setRestPortRange(int) - Method in class org.gridgain.grid.GridConfiguration
-
Sets number of ports to try if configured one is in use.
- setRestSecretKey(String) - Method in class org.gridgain.grid.GridConfiguration
-
Sets secret key to authenticate REST requests.
- setRestTcpDirectBuffer(boolean) - Method in class org.gridgain.grid.GridConfiguration
-
Sets whether to use direct buffer for REST TCP server.
- setRestTcpHost(String) - Method in class org.gridgain.grid.GridConfiguration
-
Sets host for TCP binary protocol server.
- setRestTcpNoDelay(boolean) - Method in class org.gridgain.grid.GridConfiguration
-
Sets whether TCP_NODELAY option should be set for all accepted client connections.
- setRestTcpPort(int) - Method in class org.gridgain.grid.GridConfiguration
-
Sets port for TCP binary protocol server.
- setRestTcpReceiveBufferSize(int) - Method in class org.gridgain.grid.GridConfiguration
-
Sets REST TCP server receive buffer size.
- setRestTcpSelectorCount(int) - Method in class org.gridgain.grid.GridConfiguration
-
Sets number of selector threads for REST TCP server.
- setRestTcpSendBufferSize(int) - Method in class org.gridgain.grid.GridConfiguration
-
Sets REST TCP server send buffer size.
- setRestTcpSendQueueLimit(int) - Method in class org.gridgain.grid.GridConfiguration
-
Sets REST TCP server send queue limit.
- setRestTcpSslClientAuth(boolean) - Method in class org.gridgain.grid.GridConfiguration
-
Sets flag indicating whether or not SSL client authentication is required.
- setRestTcpSslContextFactory(GridSslContextFactory) - Method in class org.gridgain.grid.GridConfiguration
-
Sets instance of
GridSslContextFactory that will be used to create an instance of
SSLContext
for Secure Socket Layer on TCP binary protocol.
- setRestTcpSslEnabled(boolean) - Method in class org.gridgain.grid.GridConfiguration
-
Sets whether Secure Socket Layer should be enabled for REST TCP binary protocol.
- setResult(Object) - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientTaskResultBean
-
- setRollbackOnly() - Method in interface org.gridgain.grid.cache.GridCacheTx
-
Modify the transaction associated with the current thread such that the
only possible outcome of the transaction is to roll back the
transaction.
- setRollbackOnly() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxAdapter
-
Modify the transaction associated with the current thread such that the
only possible outcome of the transaction is to roll back the
transaction.
- setRollbackOnly() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxProxyImpl
-
Modify the transaction associated with the current thread such that the
only possible outcome of the transaction is to roll back the
transaction.
- setRouter(GridStreamerEventRouter) - Method in class org.gridgain.grid.streamer.GridStreamerConfiguration
-
Sets router for streamer.
- setRouters(Collection<String>) - Method in class org.gridgain.client.GridClientConfiguration
-
Sets list of routers this client should connect to.
- setSecondaryHadoopFileSystemConfigPath(String) - Method in class org.gridgain.grid.ggfs.GridGgfsConfiguration
-
Sets path for the secondary hadoop file system config.
- setSecondaryHadoopFileSystemUri(String) - Method in class org.gridgain.grid.ggfs.GridGgfsConfiguration
-
Sets URI of the secondary Hadoop file system, like HDFS.
- setSecureSessionSpi(GridSecureSessionSpi) - Method in class org.gridgain.grid.GridConfiguration
-
- setSecurityCredentialsProvider(GridSecurityCredentialsProvider) - Method in class org.gridgain.client.GridClientConfiguration
-
Sets client credentials provider used in authentication process.
- setSecurityCredentialsProvider(GridSecurityCredentialsProvider) - Method in class org.gridgain.client.router.GridTcpRouterConfiguration
-
Sets credentials provider for grid access.
- setSecurityCredentialsProvider(GridSecurityCredentialsProvider) - Method in class org.gridgain.grid.GridConfiguration
-
Sets security credentials.
- setSegmentationPolicy(GridSegmentationPolicy) - Method in class org.gridgain.grid.GridConfiguration
-
Sets segmentation policy.
- setSegmentationResolveAttempts(int) - Method in class org.gridgain.grid.GridConfiguration
-
Sets segmentation resolve attempts count.
- setSegmentationResolvers(GridSegmentationResolver...) - Method in class org.gridgain.grid.GridConfiguration
-
Sets segmentation resolvers.
- setSegmentCheckFrequency(long) - Method in class org.gridgain.grid.GridConfiguration
-
Sets network segment check frequency.
- setSelectorCount(int) - Method in class org.gridgain.grid.dr.hub.receiver.GridDrReceiverHubConfiguration
-
Sets amount of selector threads in receiver hub's TCP server.
- setSelectorsCount(int) - Method in class org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpi
-
Sets the count of selectors te be used in TCP server.
- setSenderHubLoadBalancingMode(GridDrSenderHubLoadBalancingMode) - Method in class org.gridgain.grid.dr.cache.sender.GridDrSenderCacheConfiguration
-
Sets sender hub load balancing mode.
- setSentBytesCount(long) - Method in class org.gridgain.client.impl.GridClientNodeMetricsAdapter
-
Sets sent bytes count.
- setSentBytesCount(long) - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeMetricsBean
-
Sets sent bytes count.
- setSentBytesCount(long) - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
-
Sets sent bytes count.
- setSentMessagesCount(int) - Method in class org.gridgain.client.impl.GridClientNodeMetricsAdapter
-
Sets sent messages count.
- setSentMessagesCount(int) - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeMetricsBean
-
Sets sent messages count.
- setSentMessagesCount(int) - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
-
Sets sent messages count.
- setSequentialReadsBeforePrefetch(int) - Method in class org.gridgain.grid.ggfs.GridGgfsConfiguration
-
Sets amount of sequential block reads before prefetch is triggered.
- setServers(Collection<String>) - Method in class org.gridgain.client.GridClientConfiguration
-
Sets list of servers this client should connect to.
- setServers(Collection<String>) - Method in class org.gridgain.client.router.GridTcpRouterConfiguration
-
Sets list of server addresses where router's embedded client should connect.
- setSessionToken(String) - Method in class org.gridgain.grid.kernal.processors.rest.GridRestResponse
-
- setShared(boolean) - Method in class org.gridgain.grid.spi.discovery.tcp.ipfinder.GridTcpDiscoveryIpFinderAdapter
-
Sets shared flag.
- setSharedMemoryPort(int) - Method in class org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpi
-
Sets local port to accept shared memory connections.
- setSize(int) - Method in class org.gridgain.grid.util.ipc.shmem.GridIpcSharedMemoryServerEndpoint
-
Sets size of shared memory spaces that are created by the endpoint.
- setSmtpFromEmail(String) - Method in class org.gridgain.grid.GridConfiguration
-
Sets optional FROM email address for email notifications.
- setSmtpHost(String) - Method in class org.gridgain.grid.GridConfiguration
-
Sets SMTP host.
- setSmtpPassword(String) - Method in class org.gridgain.grid.GridConfiguration
-
Sets SMTP password or null if not used.
- setSmtpPort(int) - Method in class org.gridgain.grid.GridConfiguration
-
Sets SMTP port.
- setSmtpSsl(boolean) - Method in class org.gridgain.grid.GridConfiguration
-
Sets whether or not SMTP uses SSL.
- setSmtpStartTls(boolean) - Method in class org.gridgain.grid.GridConfiguration
-
Sets whether or not SMTP uses STARTTLS.
- setSmtpUsername(String) - Method in class org.gridgain.grid.GridConfiguration
-
Sets SMTP username or null if not used.
- setSocketReceiveBuffer(int) - Method in class org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpi
-
Sets receive buffer size for sockets created or accepted by this SPI.
- setSocketSendBuffer(int) - Method in class org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpi
-
Sets send buffer size for sockets created or accepted by this SPI.
- setSocketTimeout(long) - Method in class org.gridgain.grid.spi.discovery.tcp.GridTcpDiscoverySpi
-
Sets socket operations timeout.
- setSpringContext(GridSpringResourceContext) - Method in class org.gridgain.grid.kernal.processors.resource.GridResourceProcessor
-
Sets Spring resource context.
- setSslClientAuth(boolean) - Method in class org.gridgain.client.router.GridTcpRouterConfiguration
-
Sets flag indicating whether or not remote clients will be required to have
a valid SSL certificate which validity will be verified with trust manager.
- setSslContextFactory(GridSslContextFactory) - Method in class org.gridgain.client.GridClientConfiguration
-
Sets SSL context factory that will be used for creation of secure connections.
- setSslContextFactory(GridSslContextFactory) - Method in class org.gridgain.client.router.GridTcpRouterConfiguration
-
Sets SSL context factory that will be used for creating a secure socket layer
of both rest binary server and out coming connections.
- setStages(Collection<GridStreamerStage>) - Method in class org.gridgain.grid.streamer.GridStreamerConfiguration
-
Sets stages.
- setStartedJobs(int) - Method in class org.gridgain.grid.kernal.processors.jobmetrics.GridJobMetricsSnapshot
-
- setStartSize(int) - Method in class org.gridgain.grid.cache.GridCacheConfiguration
-
Initial size for internal hash map.
- setStartTime(long) - Method in class org.gridgain.client.impl.GridClientNodeMetricsAdapter
-
Sets VM start time.
- setStartTime(long) - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeMetricsBean
-
Sets VM start time.
- setStartTime(long) - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
-
Sets VM start time.
- setStarvationIncrement(int) - Method in class org.gridgain.grid.spi.collision.priorityqueue.GridPriorityQueueCollisionSpi
-
Sets value to increment job priority by every time a lower priority job gets
behind a higher priority job.
- setStarvationIncrement(int) - Method in interface org.gridgain.grid.spi.collision.priorityqueue.GridPriorityQueueCollisionSpiMBean
-
Sets value to increment job priority by every time a lower priority job gets
behind a higher priority job.
- setStarvationPreventionEnabled(boolean) - Method in class org.gridgain.grid.spi.collision.priorityqueue.GridPriorityQueueCollisionSpi
-
Sets flag indicating whether job starvation prevention is enabled.
- setStarvationPreventionEnabled(boolean) - Method in interface org.gridgain.grid.spi.collision.priorityqueue.GridPriorityQueueCollisionSpiMBean
-
Sets flag indicating whether job starvation prevention is enabled.
- setState(GridKernalState) - Method in interface org.gridgain.grid.kernal.GridKernalGateway
-
Sets kernal state.
- setState(GridKernalState) - Method in class org.gridgain.grid.kernal.GridKernalGatewayImpl
-
Sets kernal state.
- setStateTransferThreadsCount(int) - Method in class org.gridgain.grid.dr.cache.sender.GridDrSenderCacheConfiguration
-
Sets state transfer threads count.
- setStateTransferThrottle(long) - Method in class org.gridgain.grid.dr.cache.sender.GridDrSenderCacheConfiguration
-
Sets state transfer throttle.
- setStatisticsPrintFrequency(long) - Method in class org.gridgain.grid.spi.discovery.tcp.GridTcpDiscoverySpi
-
Sets statistics print frequency.
- setStealingAttributes(Map<String, ? extends Serializable>) - Method in class org.gridgain.grid.spi.collision.jobstealing.GridJobStealingCollisionSpi
-
- setStealingEnabled(boolean) - Method in class org.gridgain.grid.spi.collision.jobstealing.GridJobStealingCollisionSpi
-
Gets flag indicating whether this node should attempt to steal jobs
from other nodes.
- setStealingEnabled(boolean) - Method in interface org.gridgain.grid.spi.collision.jobstealing.GridJobStealingCollisionSpiMBean
-
Gets flag indicating whether this node should attempt to steal jobs
from other nodes.
- setStore(GridCacheStore<K, V>) - Method in class org.gridgain.grid.cache.GridCacheConfiguration
-
Sets persistent storage for cache data.
- setStore(GridDrSenderHubStore) - Method in class org.gridgain.grid.dr.hub.sender.GridDrSenderHubConfiguration
-
Sets store.
- setStoresCleanFrequency(long) - Method in class org.gridgain.grid.spi.discovery.tcp.GridTcpDiscoverySpi
-
Sets stores (IP finder and metrics store) clean frequency in milliseconds.
- setStoreValueBytes(boolean) - Method in class org.gridgain.grid.cache.GridCacheConfiguration
-
Flag indicating if cached values should be additionally stored in serialized form.
- setStreamBufferSize(int) - Method in class org.gridgain.grid.ggfs.GridGgfsConfiguration
-
Sets read/write buffers size for GGFS stream operations (bytes).
- setStreamerConfiguration(GridStreamerConfiguration...) - Method in class org.gridgain.grid.GridConfiguration
-
Sets streamer configuration.
- setSwapEnabled(boolean) - Method in class org.gridgain.grid.cache.GridCacheConfiguration
-
Flag indicating whether swap storage is enabled or not.
- setSwapSpaceSpi(GridSwapSpaceSpi) - Method in class org.gridgain.grid.GridConfiguration
-
- setSystemExecutorService(ExecutorService) - Method in class org.gridgain.grid.GridConfiguration
-
Sets system thread pool to use within grid.
- setSystemExecutorServiceShutdown(boolean) - Method in class org.gridgain.grid.GridConfiguration
-
Sets system executor service shutdown flag.
- setSystemRequestTimeout(long) - Method in class org.gridgain.grid.dr.hub.sender.GridDrSenderHubConfiguration
-
Sets system request timeout.
- setTarget(Object) - Method in class org.gridgain.grid.compute.gridify.aop.GridifyArgumentAdapter
-
Sets target object for method execution.
- setTcpAddresses(Collection<String>) - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeBean
-
Sets REST TCP server addresses.
- setTcpHostNames(Collection<String>) - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeBean
-
Sets REST TCP server host names.
- setTcpNoDelay(boolean) - Method in class org.gridgain.client.GridClientConfiguration
-
Sets whether TCP_NODELAY flag should be set on underlying socket connections.
- setTcpNodelay(boolean) - Method in class org.gridgain.grid.dr.hub.receiver.GridDrReceiverHubConfiguration
-
Sets TCP_NODELAY flag in receiver hub's TCP server.
- setTcpNoDelay(boolean) - Method in class org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpi
-
Sets value for TCP_NODELAY socket option.
- setTcpPort(int) - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeBean
-
Sets REST binary protocol port.
- setThreadContext(GridTaskThreadContextKey, Object) - Method in class org.gridgain.grid.kernal.processors.task.GridTaskProcessor
-
Sets the thread-local context value.
- setThreadContextIfNotNull(GridTaskThreadContextKey, Object) - Method in class org.gridgain.grid.kernal.processors.task.GridTaskProcessor
-
Sets the thread-local context value, if it is not null.
- setThreadPriority(int) - Method in class org.gridgain.grid.spi.discovery.tcp.GridTcpDiscoverySpi
-
Sets thread priority.
- setThreadsCount(int) - Method in class org.gridgain.grid.cache.store.GridCacheLoadOnlyStoreAdapter
-
Sets number of worker threads.
- setTimeInterval(long) - Method in class org.gridgain.grid.streamer.window.GridStreamerBoundedTimeWindow
-
Sets window time interval.
- setTimes(GridGgfsPath, long, long) - Method in interface org.gridgain.grid.ggfs.GridGgfs
-
Sets last access time and last modification time for a given path.
- setTimeServerPortBase(int) - Method in class org.gridgain.grid.GridConfiguration
-
Sets time server port base.
- setTimeServerPortRange(int) - Method in class org.gridgain.grid.GridConfiguration
-
Sets time server port range.
- setTokenDirectoryPath(String) - Method in class org.gridgain.grid.util.ipc.shmem.GridIpcSharedMemoryServerEndpoint
-
Sets token directory path.
- setTopHistorySize(int) - Method in class org.gridgain.grid.spi.discovery.tcp.GridTcpDiscoverySpi
-
Sets size of topology snapshots history.
- setTopologyRefreshFrequency(long) - Method in class org.gridgain.client.GridClientConfiguration
-
Sets topology refresh frequency.
- setTotalCancelledJobs(int) - Method in class org.gridgain.client.impl.GridClientNodeMetricsAdapter
-
Sets total cancelled jobs.
- setTotalCancelledJobs(int) - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeMetricsBean
-
Sets total cancelled jobs.
- setTotalCancelledJobs(int) - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
-
Sets total cancelled jobs.
- setTotalCpus(int) - Method in class org.gridgain.client.impl.GridClientNodeMetricsAdapter
-
Sets available processors.
- setTotalCpus(int) - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeMetricsBean
-
Sets available processors.
- setTotalExecutedJobs(int) - Method in class org.gridgain.client.impl.GridClientNodeMetricsAdapter
-
Sets total active jobs.
- setTotalExecutedJobs(int) - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeMetricsBean
-
Sets total active jobs.
- setTotalExecutedJobs(int) - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
-
Sets total active jobs.
- setTotalExecutedTasks(int) - Method in class org.gridgain.client.impl.GridClientNodeMetricsAdapter
-
Sets total number of tasks handled by the node.
- setTotalExecutedTasks(int) - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeMetricsBean
-
Sets total number of tasks handled by the node.
- setTotalExecutedTasks(int) - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
-
Sets total executed tasks count.
- setTotalIdleTime(long) - Method in class org.gridgain.client.impl.GridClientNodeMetricsAdapter
-
Set total node idle time.
- setTotalIdleTime(long) - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeMetricsBean
-
Set total node idle time.
- setTotalIdleTime(long) - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
-
Set total node idle time.
- setTotalRejectedJobs(int) - Method in class org.gridgain.client.impl.GridClientNodeMetricsAdapter
-
Sets total number of jobs this node ever rejected.
- setTotalRejectedJobs(int) - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeMetricsBean
-
- setTotalRejectedJobs(int) - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
-
- setTotalStartedThreadCount(long) - Method in class org.gridgain.client.impl.GridClientNodeMetricsAdapter
-
Sets started thread count.
- setTotalStartedThreadCount(long) - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeMetricsBean
-
Sets started thread count.
- setTotalStartedThreadCount(long) - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
-
Sets started thread count.
- setTransactionManagerLookupClassName(String) - Method in class org.gridgain.grid.cache.GridCacheConfiguration
-
Sets look up mechanism for available TransactionManager implementation, if any.
- setTrashPurgeTimeout(long) - Method in class org.gridgain.grid.ggfs.GridGgfsConfiguration
-
Sets maximum timeout awaiting for trash purging in case data cache oversize is detected.
- setTrustManagers(TrustManager...) - Method in class org.gridgain.client.ssl.GridSslBasicContextFactory
-
Sets pre-configured trust managers.
- setTrustStoreFilePath(String) - Method in class org.gridgain.client.ssl.GridSslBasicContextFactory
-
Sets path to the trust store file.
- setTrustStorePassword(char[]) - Method in class org.gridgain.client.ssl.GridSslBasicContextFactory
-
Sets trust store password.
- setTrustStoreType(String) - Method in class org.gridgain.client.ssl.GridSslBasicContextFactory
-
Sets trust store type used in context initialization.
- setTxSerializableEnabled(boolean) - Method in class org.gridgain.grid.cache.GridCacheConfiguration
-
Enables/disables serializable cache transactions.
- setUnique(boolean) - Method in class org.gridgain.grid.streamer.index.GridStreamerIndexProviderAdapter
-
Sets unique flag.
- setUnique(boolean) - Method in class org.gridgain.grid.streamer.window.GridStreamerBoundedTimeWindow
-
Sets window unique flag.
- setUpdateQuery(String) - Method in class org.gridgain.grid.cache.store.jdbc.GridCacheJdbcBlobStore
-
Sets update entry query.
- setUpdater(GridStreamerIndexUpdater<E, K, V>) - Method in class org.gridgain.grid.streamer.index.GridStreamerIndexProviderAdapter
-
Sets index updater.
- setUpTime(long) - Method in class org.gridgain.client.impl.GridClientNodeMetricsAdapter
-
Sets VM up time.
- setUpTime(long) - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientNodeMetricsBean
-
Sets VM up time.
- setUpTime(long) - Method in class org.gridgain.grid.spi.discovery.GridDiscoveryMetricsAdapter
-
Sets VM up time.
- setUseAverage(boolean) - Method in class org.gridgain.grid.spi.loadbalancing.adaptive.GridAdaptiveCpuLoadProbe
-
Sets flag indicating whether to use average CPU load vs.
- setUseAverage(boolean) - Method in class org.gridgain.grid.spi.loadbalancing.adaptive.GridAdaptiveJobCountLoadProbe
-
Sets flag indicating whether to use average job counts vs.
- setUseAverage(boolean) - Method in class org.gridgain.grid.spi.loadbalancing.adaptive.GridAdaptiveProcessingTimeLoadProbe
-
Sets flag indicating whether to use average execution time vs.
- setUsed() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMvccCandidate
-
Sets used flag.
- setUseProcessors(boolean) - Method in class org.gridgain.grid.spi.loadbalancing.adaptive.GridAdaptiveCpuLoadProbe
-
Sets flag indicating whether to use average CPU load vs.
- setUser(String) - Method in class org.gridgain.grid.cache.store.jdbc.GridCacheJdbcBlobStore
-
Sets user name for database access.
- setUser(String) - Method in class org.gridgain.grid.spi.checkpoint.jdbc.GridJdbcCheckpointSpi
-
Sets checkpoint database user name.
- setUserAttributes(Map<String, ?>) - Method in class org.gridgain.grid.GridConfiguration
-
Sets user attributes for this node.
- setUserObject(Object) - Method in class org.gridgain.grid.security.GridSecurityCredentials
-
Sets user-specific object.
- setUseWeights(boolean) - Method in class org.gridgain.grid.spi.loadbalancing.weightedrandom.GridWeightedRandomLoadBalancingSpi
-
Sets a flag to indicate whether node weights should be checked when
doing random load balancing.
- setValue(V) - Method in class com.romix.scala.collection.concurrent.Pair
-
- setValue(V) - Method in interface org.gridgain.grid.cache.GridCacheEntry
-
- setValue(V) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheEntryImpl
-
- setValue(V) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheEvictionEntry
-
- setValue(V) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheFilterEvaluationEntry
-
- setValue(V) - Method in class org.gridgain.grid.kernal.processors.cache.query.GridCacheQueryResponseEntry
-
- setValue(V) - Method in class org.gridgain.grid.kernal.processors.dr.GridDrRawEntry
- setValue(V2) - Method in class org.gridgain.grid.lang.GridBiTuple
- setValue(V) - Method in class org.gridgain.grid.util.snaptree.SnapTreeMap.Node
-
- setValueFieldName(String) - Method in class org.gridgain.grid.spi.checkpoint.jdbc.GridJdbcCheckpointSpi
-
Sets checkpoint value field name.
- setValueFieldType(String) - Method in class org.gridgain.grid.spi.checkpoint.jdbc.GridJdbcCheckpointSpi
-
Sets checkpoint value field type.
- setWaitForSegmentOnStart(boolean) - Method in class org.gridgain.grid.GridConfiguration
-
Sets wait for segment on start flag.
- setWaitingJobsNumber(int) - Method in class org.gridgain.grid.spi.collision.fifoqueue.GridFifoQueueCollisionSpi
-
Sets maximum number of jobs that are allowed to wait in waiting queue.
- setWaitingJobsNumber(int) - Method in interface org.gridgain.grid.spi.collision.fifoqueue.GridFifoQueueCollisionSpiMBean
-
Sets maximum number of jobs that are allowed to wait in waiting queue.
- setWaitingJobsNumber(int) - Method in class org.gridgain.grid.spi.collision.priorityqueue.GridPriorityQueueCollisionSpi
-
Maximum number of jobs that are allowed to wait in waiting queue.
- setWaitingJobsNumber(int) - Method in interface org.gridgain.grid.spi.collision.priorityqueue.GridPriorityQueueCollisionSpiMBean
-
Maximum number of jobs that are allowed to wait in waiting queue.
- setWaitJobsThreshold(int) - Method in class org.gridgain.grid.spi.collision.jobstealing.GridJobStealingCollisionSpi
-
Sets job count threshold at which this node will
start stealing jobs from other nodes.
- setWaitJobsThreshold(int) - Method in interface org.gridgain.grid.spi.collision.jobstealing.GridJobStealingCollisionSpiMBean
-
Sets job count threshold at which this node will
start stealing jobs from other nodes.
- setWaitTime(long) - Method in class org.gridgain.grid.kernal.processors.jobmetrics.GridJobMetricsSnapshot
-
- setWindows(Collection<GridStreamerWindow>) - Method in class org.gridgain.grid.streamer.GridStreamerConfiguration
-
Sets collection of streamer windows.
- setWorkDirectory(String) - Method in class org.gridgain.grid.GridConfiguration
-
Sets GridGain work folder.
- setWorkDirectory(String, String) - Static method in class org.gridgain.grid.util.GridUtils
-
- setWorker(GridWorker) - Method in class org.gridgain.grid.util.worker.GridWorkerFuture
-
- setWorkerThreads(int) - Method in class org.gridgain.grid.dr.hub.receiver.GridDrReceiverHubConfiguration
-
Sets amount of threads responsible for sender hub batches processing.
- setWriteBehindBatchSize(int) - Method in class org.gridgain.grid.cache.GridCacheConfiguration
-
Sets maximum batch size for write-behind cache.
- setWriteBehindEnabled(boolean) - Method in class org.gridgain.grid.cache.GridCacheConfiguration
-
Sets flag indicating whether write-behind is enabled.
- setWriteBehindFlushFrequency(long) - Method in class org.gridgain.grid.cache.GridCacheConfiguration
-
Sets write-behind flush frequency.
- setWriteBehindFlushSize(int) - Method in class org.gridgain.grid.cache.GridCacheConfiguration
-
Sets write-behind flush size.
- setWriteBehindFlushThreadCount(int) - Method in class org.gridgain.grid.cache.GridCacheConfiguration
-
Sets flush thread count for write-behind cache.
- setWriteBufferSize(int) - Method in class org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpi
-
Sets write buffer size in bytes.
- setWrites(int) - Method in class org.gridgain.grid.kernal.processors.rest.handlers.cache.GridCacheRestMetrics
-
Sets writes.
- setWriteSynchronizationMode(GridCacheWriteSynchronizationMode) - Method in class org.gridgain.grid.cache.GridCacheConfiguration
-
Sets write synchronization mode.
- setWriteTime(long) - Method in class org.gridgain.grid.kernal.processors.rest.handlers.cache.GridCacheRestMetrics
-
Sets write time.
- setWriteTimeout(long) - Method in class org.gridgain.grid.dr.hub.receiver.GridDrReceiverHubConfiguration
-
Sets write timeout for receiver hub's TCP server connection.
- setWriteValue(GridCacheTxEntry<K, V>) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridDistributedTxRemoteAdapter
-
- setWriteValue(GridCacheTxEntry<K, V>) - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheTxRemoteEx
-
- setx(V, GridPredicate<GridCacheEntry<K, V>>...) - Method in interface org.gridgain.grid.cache.GridCacheEntry
-
- setx(V, GridPredicate<GridCacheEntry<K, V>>[]) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheEntryImpl
-
- setx(V, GridPredicate<GridCacheEntry<K, V>>[]) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheEvictionEntry
-
- setx(V, GridPredicate<GridCacheEntry<K, V>>...) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheFilterEvaluationEntry
-
- setxAsync(V, GridPredicate<GridCacheEntry<K, V>>...) - Method in interface org.gridgain.grid.cache.GridCacheEntry
-
- setxAsync(V, GridPredicate<GridCacheEntry<K, V>>[]) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheEntryImpl
-
- setxAsync(V, GridPredicate<GridCacheEntry<K, V>>[]) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheEvictionEntry
-
- setxAsync(V, GridPredicate<GridCacheEntry<K, V>>...) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheFilterEvaluationEntry
-
- setxIfAbsent(V) - Method in interface org.gridgain.grid.cache.GridCacheEntry
-
- setxIfAbsent(V) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheEntryImpl
-
- setxIfAbsent(V) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheEvictionEntry
-
- setxIfAbsent(V) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheFilterEvaluationEntry
-
- setxIfAbsentAsync(V) - Method in interface org.gridgain.grid.cache.GridCacheEntry
-
- setxIfAbsentAsync(V) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheEntryImpl
-
- setxIfAbsentAsync(V) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheEvictionEntry
-
- setxIfAbsentAsync(V) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheFilterEvaluationEntry
-
- shadow(GridNode) - Method in class org.gridgain.grid.kernal.managers.discovery.GridDiscoveryManager
-
Gets node shadow.
- sharedMemoryId() - Method in class org.gridgain.grid.util.ipc.shmem.GridIpcSharedMemorySpace
-
- sharedMemPointer() - Method in class org.gridgain.grid.util.ipc.shmem.GridIpcSharedMemorySpace
-
- SHORT_ARR_NOT_READ - Static variable in class org.gridgain.grid.util.direct.GridTcpCommunicationMessageAdapter
-
- shortDisplay() - Method in class org.gridgain.grid.events.GridAuthenticationEvent
-
Gets a shortened version of toString() result.
- shortDisplay() - Method in class org.gridgain.grid.events.GridAuthorizationEvent
-
Gets a shortened version of toString() result.
- shortDisplay() - Method in class org.gridgain.grid.events.GridCacheEvent
-
Gets a shortened version of toString() result.
- shortDisplay() - Method in class org.gridgain.grid.events.GridCachePreloadingEvent
-
Gets a shortened version of toString() result.
- shortDisplay() - Method in class org.gridgain.grid.events.GridCheckpointEvent
-
Gets a shortened version of toString() result.
- shortDisplay() - Method in class org.gridgain.grid.events.GridDeploymentEvent
-
Gets a shortened version of toString() result.
- shortDisplay() - Method in class org.gridgain.grid.events.GridDiscoveryEvent
-
Gets a shortened version of toString() result.
- shortDisplay() - Method in interface org.gridgain.grid.events.GridEvent
-
Gets a shortened version of toString() result.
- shortDisplay() - Method in class org.gridgain.grid.events.GridEventAdapter
-
Gets a shortened version of toString() result.
- shortDisplay() - Method in class org.gridgain.grid.events.GridJobEvent
-
Gets a shortened version of toString() result.
- shortDisplay() - Method in class org.gridgain.grid.events.GridLicenseEvent
-
Gets a shortened version of toString() result.
- shortDisplay() - Method in class org.gridgain.grid.events.GridSecureSessionEvent
-
Gets a shortened version of toString() result.
- shortDisplay() - Method in class org.gridgain.grid.events.GridSwapSpaceEvent
-
Gets a shortened version of toString() result.
- shortDisplay() - Method in class org.gridgain.grid.events.GridTaskEvent
-
Gets a shortened version of toString() result.
- shortDisplay() - Method in class org.gridgain.grid.kernal.visor.cmd.dto.event.VisorGridEvent
-
- shortMessage() - Method in exception org.gridgain.grid.product.GridProductLicenseException
-
- shortString() - Method in class org.gridgain.grid.GridUuid
-
Gets a short string version of this ID.
- shortToBytes(short) - Static method in class org.gridgain.grid.util.GridClientByteUtils
-
Converts primitive short type to byte array.
- shortToBytes(short, byte[], int) - Static method in class org.gridgain.grid.util.GridClientByteUtils
-
Converts primitive short type to byte array and stores it in specified
byte array.
- shortToBytes(short) - Static method in class org.gridgain.grid.util.GridUtils
-
Converts primitive short type to byte array.
- shortToBytes(short, byte[], int) - Static method in class org.gridgain.grid.util.GridUtils
-
Converts primitive short type to byte array and stores it in specified
byte array.
- shutdown() - Method in class org.gridgain.client.impl.connection.GridClientTopology
-
Shutdowns executor service that performs listener notification.
- shutdown() - Method in class org.gridgain.grid.kernal.executor.GridExecutorService
- shutdown() - Method in class org.gridgain.grid.thread.GridStripedThreadPoolExecutor
- shutdownNow(Class<?>, ExecutorService, Logger) - Static method in class org.gridgain.client.util.GridClientUtils
-
Shutdowns given ExecutorService and wait for executor service to stop.
- shutdownNow() - Method in class org.gridgain.grid.kernal.executor.GridExecutorService
- shutdownNow() - Method in class org.gridgain.grid.thread.GridStripedThreadPoolExecutor
- shutdownNow(Class<?>, ExecutorService, GridLogger) - Static method in class org.gridgain.grid.util.GridUtils
-
Shutdowns given ExecutorService and wait for executor service to stop.
- SIGNAL_CHAR - Static variable in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientHandshakeRequest
-
Signal char.
- signalAll() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxAdapter
-
Signals all waiters.
- SINCE_VER - Static variable in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearAtomicCache
-
- singleImplicit() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMvccCandidate
-
- singleReducer() - Static method in class org.gridgain.grid.util.lang.GridFunc
-
Gets reducer closure that collects only a single value and returns it
without any transformations.
- singleton(E) - Static method in class org.pcollections.ConsPStack
-
- singleton(E) - Static method in class org.pcollections.HashTreePBag
-
- singleton(K, V) - Static method in class org.pcollections.HashTreePMap
-
- singleton(E) - Static method in class org.pcollections.HashTreePSet
-
- singleton(Integer, V) - Static method in class org.pcollections.IntTreePMap
-
- singleton(E) - Static method in class org.pcollections.OrderedPSet
-
- singleton(E) - Static method in class org.pcollections.TreePVector
-
- size() - Method in class com.romix.scala.collection.concurrent.TrieMap
-
- size() - Method in class org.gridgain.client.util.GridClientConsistentHash
-
Gets size of all nodes (including replicas) in consistent hash.
- size() - Method in class org.gridgain.client.util.GridConcurrentHashSet
- size() - Method in interface org.gridgain.grid.cache.datastructures.GridCacheQueue
- size() - Method in interface org.gridgain.grid.cache.GridCacheProjection
-
Gets size of cache key set.
- size(GridGgfsPath) - Method in interface org.gridgain.grid.ggfs.GridGgfs
-
Determines size of the file denoted by provided path.
- size() - Method in class org.gridgain.grid.kernal.managers.discovery.GridDiscoveryManager
-
- size(String, String, Class<?>) - Method in class org.gridgain.grid.kernal.managers.indexing.GridIndexingManager
-
Returns number of objects of given type for given space of spi.
- size() - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheQueueAdapter
- size() - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheQueueHeader
-
- size() - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheQueueProxy
- size() - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheSetImpl
- size() - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheSetProxy
- size() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic.GridDhtAtomicUpdateRequest
-
- size() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtLocalPartition
-
- size() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridNoStorageCacheMap
-
Returns the number of key-value mappings in this map.
- size() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.preloader.GridDhtPartitionSupplyMessage
-
- size() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridCachePerThreadTxCommitBuffer
- size() - Method in interface org.gridgain.grid.kernal.processors.cache.distributed.GridCacheTxCommitBuffer
-
- size() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearCacheAdapter
-
Gets size of cache key set.
- size() - Method in class org.gridgain.grid.kernal.processors.cache.extras.GridCacheAttributesEntryExtras
- size() - Method in class org.gridgain.grid.kernal.processors.cache.extras.GridCacheAttributesMvccEntryExtras
- size() - Method in class org.gridgain.grid.kernal.processors.cache.extras.GridCacheAttributesMvccObsoleteEntryExtras
- size() - Method in class org.gridgain.grid.kernal.processors.cache.extras.GridCacheAttributesMvccObsoleteTtlEntryExtras
- size() - Method in class org.gridgain.grid.kernal.processors.cache.extras.GridCacheAttributesMvccTtlEntryExtras
- size() - Method in class org.gridgain.grid.kernal.processors.cache.extras.GridCacheAttributesObsoleteEntryExtras
- size() - Method in class org.gridgain.grid.kernal.processors.cache.extras.GridCacheAttributesObsoleteTtlEntryExtras
- size() - Method in class org.gridgain.grid.kernal.processors.cache.extras.GridCacheAttributesTtlEntryExtras
- size() - Method in interface org.gridgain.grid.kernal.processors.cache.extras.GridCacheEntryExtras
-
- size() - Method in class org.gridgain.grid.kernal.processors.cache.extras.GridCacheMvccEntryExtras
- size() - Method in class org.gridgain.grid.kernal.processors.cache.extras.GridCacheMvccObsoleteEntryExtras
- size() - Method in class org.gridgain.grid.kernal.processors.cache.extras.GridCacheMvccObsoleteTtlEntryExtras
- size() - Method in class org.gridgain.grid.kernal.processors.cache.extras.GridCacheMvccTtlEntryExtras
- size() - Method in class org.gridgain.grid.kernal.processors.cache.extras.GridCacheObsoleteEntryExtras
- size() - Method in class org.gridgain.grid.kernal.processors.cache.extras.GridCacheObsoleteTtlEntryExtras
- size() - Method in class org.gridgain.grid.kernal.processors.cache.extras.GridCacheTtlEntryExtras
- size() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
Gets size of cache key set.
- size() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheConcurrentMap
-
Returns the number of key-value mappings in this map.
- size() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheEntrySet
- size() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheKeySet
- size() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMapAdapter
- size() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProjectionImpl
-
Gets size of cache key set.
- size() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProxyImpl
-
Gets size of cache key set.
- size() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxAdapter
- size() - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheTxEx
-
- size() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxMap
- size() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheValueCollection
- size(Class<?>) - Method in class org.gridgain.grid.kernal.processors.cache.query.GridCacheQueryManager
-
Gets number of objects of given type in index.
- size() - Method in class org.gridgain.grid.kernal.processors.dr.GridDrRawEntry
-
Note that this method can be called only after entry is marshalled.
- size() - Method in class org.gridgain.grid.kernal.processors.streamer.GridStreamerWindowMetricsAdapter
-
Gets window size.
- size() - Method in class org.gridgain.grid.kernal.processors.streamer.GridStreamerWindowMetricsHolder
-
Gets window size.
- size() - Method in class org.gridgain.grid.kernal.visor.cmd.dto.VisorCacheMetrics
-
- size() - Method in class org.gridgain.grid.lang.GridBiTuple
- size(String, GridIndexingTypeDescriptor) - Method in interface org.gridgain.grid.spi.indexing.GridIndexingSpi
-
Gets size of index for given type or -1 if it is a unknown type.
- size(String, GridIndexingTypeDescriptor) - Method in class org.gridgain.grid.spi.indexing.GridNoopIndexingSpi
-
Gets size of index for given type or -1 if it is a unknown type.
- size(String) - Method in class org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpi
-
Gets size in bytes for data space with given name.
- size(String) - Method in interface org.gridgain.grid.spi.swapspace.GridSwapSpaceSpi
-
Gets size in bytes for data space with given name.
- size(String) - Method in class org.gridgain.grid.spi.swapspace.noop.GridNoopSwapSpaceSpi
-
Gets size in bytes for data space with given name.
- size() - Method in interface org.gridgain.grid.streamer.GridStreamerWindow
-
Gets number of events currently stored in window.
- size() - Method in interface org.gridgain.grid.streamer.GridStreamerWindowMetrics
-
Gets window size.
- size() - Method in interface org.gridgain.grid.streamer.index.GridStreamerIndex
-
- size() - Method in class org.gridgain.grid.streamer.index.GridStreamerIndexProviderAdapter
-
Gets current index size.
- size() - Method in interface org.gridgain.grid.streamer.index.GridStreamerIndexProviderMBean
-
Gets current index size.
- size() - Method in class org.gridgain.grid.streamer.window.GridStreamerBoundedSizeBatchWindow
-
Gets number of events currently stored in window.
- size() - Method in class org.gridgain.grid.streamer.window.GridStreamerBoundedTimeBatchWindow
-
Gets number of events currently stored in window.
- size() - Method in class org.gridgain.grid.streamer.window.GridStreamerBoundedTimeWindow
-
Gets number of events currently stored in window.
- size() - Method in class org.gridgain.grid.streamer.window.GridStreamerUnboundedWindow
-
Gets number of events currently stored in window.
- size() - Method in class org.gridgain.grid.util.GridBoundedConcurrentOrderedMap
-
Approximate size at this point of time.
- size() - Method in class org.gridgain.grid.util.GridBoundedConcurrentOrderedSet
-
Approximate size at this point of time.
- size() - Method in class org.gridgain.grid.util.GridBoundedLinkedHashSet
-
Returns the number of elements in this set (its cardinality).
- size() - Method in class org.gridgain.grid.util.GridByteArrayList
-
Gets number of bytes in the list.
- size() - Method in class org.gridgain.grid.util.GridConcurrentPhantomHashSet
- size() - Method in class org.gridgain.grid.util.GridConcurrentSkipListSet
- size() - Method in class org.gridgain.grid.util.GridConcurrentWeakHashSet
- size() - Method in class org.gridgain.grid.util.GridConsistentHash
-
Gets size of all nodes (including replicas) in consistent hash.
- size() - Method in class org.gridgain.grid.util.GridLeanMap
- size() - Method in class org.gridgain.grid.util.GridListSet
- size() - Method in class org.gridgain.grid.util.GridLongList
-
- size() - Method in class org.gridgain.grid.util.GridQueue
-
Gets queue size.
- size() - Method in class org.gridgain.grid.util.GridSetWrapper
- size() - Method in class org.gridgain.grid.util.io.GridByteArrayOutputStream
-
Returns the current size of the buffer.
- size() - Method in class org.gridgain.grid.util.ipc.shmem.GridIpcSharedMemoryInitResponse
-
- size() - Method in class org.gridgain.grid.util.ipc.shmem.GridIpcSharedMemorySpace
-
- size(T[], GridPredicate<? super T>...) - Static method in class org.gridgain.grid.util.lang.GridFunc
-
Gets size of the given array with provided optional predicates.
- size(Collection<? extends T>, GridPredicate<? super T>...) - Static method in class org.gridgain.grid.util.lang.GridFunc
-
Gets size of the given collection with provided optional predicates.
- size(Iterator<? extends T>, GridPredicate<? super T>...) - Static method in class org.gridgain.grid.util.lang.GridFunc
-
Gets size of the given iterator with provided optional predicates.
- size() - Method in interface org.gridgain.grid.util.offheap.GridOffHeapMap
-
Gets number of elements in the map.
- size() - Method in interface org.gridgain.grid.util.offheap.GridOffHeapPartitionedMap
-
Gets number of elements in the map.
- size() - Method in class org.gridgain.grid.util.offheap.unsafe.GridOffHeapSnapTreeMap
- size() - Method in class org.gridgain.grid.util.offheap.unsafe.GridUnsafeMap
-
Gets number of elements in the map.
- size() - Method in class org.gridgain.grid.util.offheap.unsafe.GridUnsafePartitionedMap
-
Gets number of elements in the map.
- size() - Method in class org.gridgain.grid.util.snaptree.CopyOnWriteManager
-
Returns the sum of the
initialSize parameter passed to the
constructor, and the size deltas passed to
Epoch.Ticket.leave(int)
for all of the mutation tickets.
- size() - Method in class org.gridgain.grid.util.snaptree.SnapTreeMap
-
- size() - Method in class org.pcollections.AmortizedPQueue
-
- size() - Method in class org.pcollections.ConsPStack
-
- size() - Method in class org.pcollections.HashPMap
-
- size() - Method in class org.pcollections.IntTreePMap
-
- size() - Method in class org.pcollections.MapPBag
-
- size() - Method in class org.pcollections.MapPSet
-
- size() - Method in class org.pcollections.OrderedPSet
-
- size() - Method in class org.pcollections.TreePVector
-
- sizex() - Method in class org.gridgain.grid.util.GridBoundedConcurrentLinkedHashSet
-
- skip() - Method in class org.gridgain.grid.messaging.GridMessagingListenActor
-
Skips current message and continues to listen for new message.
- skip(long) - Method in class org.gridgain.grid.util.io.GridByteArrayInputStream
-
Skips n bytes of input from this input stream.
- skipBytes(int) - Method in class org.gridgain.grid.util.io.GridUnsafeDataInput
- skipNonExistentFiles() - Method in interface org.gridgain.grid.ggfs.mapreduce.GridGgfsTaskArgs
-
Flag indicating whether to fail or simply skip non-existent files.
- skipOnTimeout() - Method in class org.gridgain.grid.kernal.managers.communication.GridIoMessage
-
- skippedIndexes() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic.GridNearAtomicUpdateResponse
-
- sleep(long) - Static method in class org.gridgain.grid.util.GridUtils
-
Sleeps for given number of milliseconds.
- slowTxWarnTimeout() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxManager
-
- slowTxWarnTimeout(int) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxManager
-
- smtpFromEmail() - Method in class org.gridgain.grid.kernal.visor.cmd.dto.node.VisorEmailConfig
-
- smtpFromEmail(String) - Method in class org.gridgain.grid.kernal.visor.cmd.dto.node.VisorEmailConfig
-
- smtpHost() - Method in class org.gridgain.grid.kernal.visor.cmd.dto.node.VisorEmailConfig
-
- smtpHost(String) - Method in class org.gridgain.grid.kernal.visor.cmd.dto.node.VisorEmailConfig
-
- smtpPort() - Method in class org.gridgain.grid.kernal.visor.cmd.dto.node.VisorEmailConfig
-
- smtpPort(int) - Method in class org.gridgain.grid.kernal.visor.cmd.dto.node.VisorEmailConfig
-
- smtpSsl() - Method in class org.gridgain.grid.kernal.visor.cmd.dto.node.VisorEmailConfig
-
- smtpSsl(boolean) - Method in class org.gridgain.grid.kernal.visor.cmd.dto.node.VisorEmailConfig
-
- smtpStartTls() - Method in class org.gridgain.grid.kernal.visor.cmd.dto.node.VisorEmailConfig
-
- smtpStartTls(boolean) - Method in class org.gridgain.grid.kernal.visor.cmd.dto.node.VisorEmailConfig
-
- smtpUsername() - Method in class org.gridgain.grid.kernal.visor.cmd.dto.node.VisorEmailConfig
-
- smtpUsername(String) - Method in class org.gridgain.grid.kernal.visor.cmd.dto.node.VisorEmailConfig
-
- snapshot() - Method in class com.romix.scala.collection.concurrent.TrieMap
-
Returns a snapshot of this TrieMap.
- snapshot(boolean) - Method in interface org.gridgain.grid.streamer.GridStreamerWindow
-
Create window snapshot.
- snapshot(boolean) - Method in class org.gridgain.grid.streamer.window.GridStreamerWindowAdapter
-
Create window snapshot.
- snapshot() - Method in class org.gridgain.grid.util.GridSnapshotLock
-
- snapshotVersion() - Method in class org.gridgain.grid.kernal.processors.clock.GridClockDeltaSnapshotMessage
-
- SnapTreeMap<K,V> - Class in org.gridgain.grid.util.snaptree
-
A concurrent AVL tree with fast cloning, based on the algorithm of Bronson,
Casper, Chafi, and Olukotun, "A Practical Concurrent Binary Search Tree"
published in PPoPP'10.
- SnapTreeMap() - Constructor for class org.gridgain.grid.util.snaptree.SnapTreeMap
-
- SnapTreeMap(Comparator<? super K>) - Constructor for class org.gridgain.grid.util.snaptree.SnapTreeMap
-
- SnapTreeMap(Map<? extends K, ? extends V>) - Constructor for class org.gridgain.grid.util.snaptree.SnapTreeMap
-
- SnapTreeMap(SortedMap<K, ? extends V>) - Constructor for class org.gridgain.grid.util.snaptree.SnapTreeMap
-
- SnapTreeMap.Node<K,V> - Class in org.gridgain.grid.util.snaptree
-
- socketAddresses() - Method in class org.gridgain.grid.spi.discovery.tcp.internal.GridTcpDiscoveryNode
-
- socketReadersCreated() - Method in class org.gridgain.grid.spi.discovery.tcp.internal.GridTcpDiscoveryStatistics
-
Gets socket readers created count.
- socketReadersRemoved() - Method in class org.gridgain.grid.spi.discovery.tcp.internal.GridTcpDiscoveryStatistics
-
Gets socket readers removed count.
- socketReceiveBufferSize(int) - Method in class org.gridgain.grid.util.nio.GridNioServer.Builder
-
- socketSendBufferSize(int) - Method in class org.gridgain.grid.util.nio.GridNioServer.Builder
-
- socketTimeoutsCount() - Method in class org.gridgain.grid.spi.discovery.tcp.internal.GridTcpDiscoveryStatistics
-
- Some<V> - Class in com.romix.scala
-
Mimic Some in Scala
- Some(V) - Constructor for class com.romix.scala.Some
-
- sort() - Method in class org.gridgain.grid.util.GridLongList
-
Sorts this list.
- sorted() - Method in interface org.gridgain.grid.streamer.index.GridStreamerIndex
-
Returns true if index supports sorting and therefore can perform range operations.
- sorted() - Method in interface org.gridgain.grid.streamer.index.GridStreamerIndexProviderMBean
-
Returns true if index supports sorting and therefore can perform range operations.
- sorted() - Method in class org.gridgain.grid.streamer.index.hash.GridStreamerHashIndexProvider
-
Returns true if index supports sorting and therefore can perform range operations.
- sorted() - Method in class org.gridgain.grid.streamer.index.tree.GridStreamerTreeIndexProvider
-
Returns true if index supports sorting and therefore can perform range operations.
- space() - Method in class org.gridgain.grid.events.GridSwapSpaceEvent
-
Gets swap space name.
- space() - Method in class org.gridgain.grid.kernal.processors.cache.query.GridCacheQueryManager
-
FOR TESTING ONLY
- specifications(Collection<Map<String, Object>>, Map<String, Object>) - Static method in class org.gridgain.grid.util.nodestart.GridNodeStartUtils
-
Makes specifications.
- spi(String) - Method in class org.gridgain.grid.kernal.managers.indexing.GridIndexingManager
-
FOR TESTING ONLY
- spiAttribute(GridSpi, String) - Static method in class org.gridgain.grid.util.GridUtils
-
Creates SPI attribute name by adding prefix to the attribute name.
- spiContext() - Method in class org.gridgain.grid.spi.discovery.tcp.ipfinder.GridTcpDiscoveryIpFinderAdapter
-
- spiContext() - Method in class org.gridgain.grid.spi.discovery.tcp.metricsstore.GridTcpDiscoveryMetricsStoreAdapter
-
- spis() - Method in class org.gridgain.grid.kernal.visor.cmd.dto.VisorGridConfig
-
- spis(VisorSpisConfig) - Method in class org.gridgain.grid.kernal.visor.cmd.dto.VisorGridConfig
-
- spiStart(String) - Method in class org.gridgain.grid.spi.authentication.noop.GridNoopAuthenticationSpi
-
This method is called to start SPI.
- spiStart(String) - Method in class org.gridgain.grid.spi.checkpoint.cache.GridCacheCheckpointSpi
-
This method is called to start SPI.
- spiStart(String) - Method in class org.gridgain.grid.spi.checkpoint.jdbc.GridJdbcCheckpointSpi
-
This method is called to start SPI.
- spiStart(String) - Method in class org.gridgain.grid.spi.checkpoint.noop.GridNoopCheckpointSpi
-
This method is called to start SPI.
- spiStart(String) - Method in class org.gridgain.grid.spi.checkpoint.sharedfs.GridSharedFsCheckpointSpi
-
This method is called to start SPI.
- spiStart(String) - Method in class org.gridgain.grid.spi.collision.fifoqueue.GridFifoQueueCollisionSpi
-
This method is called to start SPI.
- spiStart(String) - Method in class org.gridgain.grid.spi.collision.jobstealing.GridJobStealingCollisionSpi
-
This method is called to start SPI.
- spiStart(String) - Method in class org.gridgain.grid.spi.collision.noop.GridNoopCollisionSpi
-
This method is called to start SPI.
- spiStart(String) - Method in class org.gridgain.grid.spi.collision.priorityqueue.GridPriorityQueueCollisionSpi
-
This method is called to start SPI.
- spiStart(String) - Method in class org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpi
-
This method is called to start SPI.
- spiStart(String) - Method in class org.gridgain.grid.spi.deployment.local.GridLocalDeploymentSpi
-
This method is called to start SPI.
- spiStart(String) - Method in class org.gridgain.grid.spi.discovery.tcp.GridTcpDiscoverySpi
-
This method is called to start SPI.
- spiStart(String) - Method in class org.gridgain.grid.spi.eventstorage.memory.GridMemoryEventStorageSpi
-
This method is called to start SPI.
- spiStart(String) - Method in class org.gridgain.grid.spi.failover.always.GridAlwaysFailoverSpi
-
This method is called to start SPI.
- spiStart(String) - Method in class org.gridgain.grid.spi.failover.jobstealing.GridJobStealingFailoverSpi
-
This method is called to start SPI.
- spiStart(String) - Method in class org.gridgain.grid.spi.failover.never.GridNeverFailoverSpi
-
This method is called to start SPI.
- spiStart(String) - Method in interface org.gridgain.grid.spi.GridSpi
-
This method is called to start SPI.
- spiStart(String) - Method in class org.gridgain.grid.spi.indexing.GridNoopIndexingSpi
-
This method is called to start SPI.
- spiStart(String) - Method in class org.gridgain.grid.spi.loadbalancing.adaptive.GridAdaptiveLoadBalancingSpi
-
This method is called to start SPI.
- spiStart(String) - Method in class org.gridgain.grid.spi.loadbalancing.roundrobin.GridRoundRobinLoadBalancingSpi
-
This method is called to start SPI.
- spiStart(String) - Method in class org.gridgain.grid.spi.loadbalancing.weightedrandom.GridWeightedRandomLoadBalancingSpi
-
This method is called to start SPI.
- spiStart(String) - Method in class org.gridgain.grid.spi.securesession.noop.GridNoopSecureSessionSpi
-
This method is called to start SPI.
- spiStart(String) - Method in class org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpi
-
This method is called to start SPI.
- spiStart(String) - Method in class org.gridgain.grid.spi.swapspace.noop.GridNoopSwapSpaceSpi
-
This method is called to start SPI.
- spiStop() - Method in class org.gridgain.grid.spi.authentication.noop.GridNoopAuthenticationSpi
-
This method is called to stop SPI.
- spiStop() - Method in class org.gridgain.grid.spi.checkpoint.cache.GridCacheCheckpointSpi
-
This method is called to stop SPI.
- spiStop() - Method in class org.gridgain.grid.spi.checkpoint.jdbc.GridJdbcCheckpointSpi
-
This method is called to stop SPI.
- spiStop() - Method in class org.gridgain.grid.spi.checkpoint.noop.GridNoopCheckpointSpi
-
This method is called to stop SPI.
- spiStop() - Method in class org.gridgain.grid.spi.checkpoint.sharedfs.GridSharedFsCheckpointSpi
-
This method is called to stop SPI.
- spiStop() - Method in class org.gridgain.grid.spi.collision.fifoqueue.GridFifoQueueCollisionSpi
-
This method is called to stop SPI.
- spiStop() - Method in class org.gridgain.grid.spi.collision.jobstealing.GridJobStealingCollisionSpi
-
This method is called to stop SPI.
- spiStop() - Method in class org.gridgain.grid.spi.collision.noop.GridNoopCollisionSpi
-
This method is called to stop SPI.
- spiStop() - Method in class org.gridgain.grid.spi.collision.priorityqueue.GridPriorityQueueCollisionSpi
-
This method is called to stop SPI.
- spiStop() - Method in class org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpi
-
This method is called to stop SPI.
- spiStop() - Method in class org.gridgain.grid.spi.deployment.local.GridLocalDeploymentSpi
-
This method is called to stop SPI.
- spiStop() - Method in class org.gridgain.grid.spi.discovery.tcp.GridTcpDiscoverySpi
-
This method is called to stop SPI.
- spiStop() - Method in class org.gridgain.grid.spi.eventstorage.memory.GridMemoryEventStorageSpi
-
This method is called to stop SPI.
- spiStop() - Method in class org.gridgain.grid.spi.failover.always.GridAlwaysFailoverSpi
-
This method is called to stop SPI.
- spiStop() - Method in class org.gridgain.grid.spi.failover.jobstealing.GridJobStealingFailoverSpi
-
This method is called to stop SPI.
- spiStop() - Method in class org.gridgain.grid.spi.failover.never.GridNeverFailoverSpi
-
This method is called to stop SPI.
- spiStop() - Method in interface org.gridgain.grid.spi.GridSpi
-
This method is called to stop SPI.
- spiStop() - Method in class org.gridgain.grid.spi.indexing.GridNoopIndexingSpi
-
This method is called to stop SPI.
- spiStop() - Method in class org.gridgain.grid.spi.loadbalancing.adaptive.GridAdaptiveLoadBalancingSpi
-
This method is called to stop SPI.
- spiStop() - Method in class org.gridgain.grid.spi.loadbalancing.roundrobin.GridRoundRobinLoadBalancingSpi
-
This method is called to stop SPI.
- spiStop() - Method in class org.gridgain.grid.spi.loadbalancing.weightedrandom.GridWeightedRandomLoadBalancingSpi
-
This method is called to stop SPI.
- spiStop() - Method in class org.gridgain.grid.spi.securesession.noop.GridNoopSecureSessionSpi
-
This method is called to stop SPI.
- spiStop() - Method in class org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpi
-
This method is called to stop SPI.
- spiStop() - Method in class org.gridgain.grid.spi.swapspace.noop.GridNoopSwapSpaceSpi
-
This method is called to stop SPI.
- split(int, T) - Method in class org.gridgain.grid.compute.GridComputeTaskSplitAdapter
-
- split(int, String) - Method in class org.gridgain.grid.kernal.processors.cache.query.jdbc.GridCacheQueryJdbcValidationTask
-
- split(Collection<T>, GridPredicate<? super T>...) - Static method in class org.gridgain.grid.util.lang.GridFunc
-
Splits given collection in two using provided set of predicates.
- splitClearAll() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtCacheAdapter
-
Split clear all task into multiple runnables.
- splitClearAll() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearCacheAdapter
-
Split clear all task into multiple runnables.
- splitClearAll() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
Split clear all task into multiple runnables.
- springBeanInjector() - Method in interface org.gridgain.grid.kernal.processors.resource.GridSpringResourceContext
-
- springContextInjector() - Method in interface org.gridgain.grid.kernal.processors.resource.GridSpringResourceContext
-
- SQL_QRY_NAME - Static variable in class org.gridgain.grid.kernal.visor.cmd.tasks.VisorQueryUtils
-
Prefix for node local key for SQL queries.
- sqlMetadata() - Method in interface org.gridgain.grid.kernal.processors.cache.query.GridCacheQueriesEx
-
Gets SQL metadata.
- sqlMetadata() - Method in class org.gridgain.grid.kernal.processors.cache.query.GridCacheQueriesImpl
-
Gets SQL metadata.
- sqlMetadata() - Method in class org.gridgain.grid.kernal.processors.cache.query.GridCacheQueriesProxy
-
Gets SQL metadata.
- sqlMetadata() - Method in class org.gridgain.grid.kernal.processors.cache.query.GridCacheQueryManager
-
Gets SQL metadata.
- sslContext() - Method in class org.gridgain.client.impl.connection.GridClientConnection
-
Gets SSLContext of this client connection.
- stack() - Static method in class org.pcollections.Empty
-
- stageActiveExecutionCount() - Method in class org.gridgain.grid.kernal.processors.streamer.GridStreamerMetricsAdapter
-
Gets number of stages currently being executed in streamer pool.
- stageActiveExecutionCount() - Method in class org.gridgain.grid.kernal.processors.streamer.GridStreamerMetricsHolder
-
Gets number of stages currently being executed in streamer pool.
- stageActiveExecutionCount() - Method in interface org.gridgain.grid.streamer.GridStreamerMetrics
-
Gets number of stages currently being executed in streamer pool.
- stageMetrics(String) - Method in class org.gridgain.grid.kernal.processors.streamer.GridStreamerMetricsAdapter
-
- stageMetrics() - Method in class org.gridgain.grid.kernal.processors.streamer.GridStreamerMetricsAdapter
-
Gets metrics for all stages.
- stageMetrics(String) - Method in class org.gridgain.grid.kernal.processors.streamer.GridStreamerMetricsHolder
-
- stageMetrics() - Method in class org.gridgain.grid.kernal.processors.streamer.GridStreamerMetricsHolder
-
Gets metrics for all stages.
- stageMetrics(String) - Method in interface org.gridgain.grid.streamer.GridStreamerMetrics
-
- stageMetrics() - Method in interface org.gridgain.grid.streamer.GridStreamerMetrics
-
Gets metrics for all stages.
- stageName() - Method in class org.gridgain.grid.kernal.processors.streamer.GridStreamerExecutionBatch
-
- stageName() - Method in class org.gridgain.grid.kernal.processors.streamer.GridStreamerStageExecutionFuture
-
- stages() - Method in class org.gridgain.grid.kernal.processors.streamer.GridStreamerAttributes
-
- stageTotalExecutionCount() - Method in class org.gridgain.grid.kernal.processors.streamer.GridStreamerMetricsAdapter
-
Gets total number of stages executed since last reset.
- stageTotalExecutionCount() - Method in class org.gridgain.grid.kernal.processors.streamer.GridStreamerMetricsHolder
-
Gets total number of stages executed since last reset.
- stageTotalExecutionCount() - Method in interface org.gridgain.grid.streamer.GridStreamerMetrics
-
Gets total number of stages executed since last reset.
- stageWaitingExecutionCount() - Method in class org.gridgain.grid.kernal.processors.streamer.GridStreamerMetricsAdapter
-
Gets number of event batches currently waiting to be executed.
- stageWaitingExecutionCount() - Method in class org.gridgain.grid.kernal.processors.streamer.GridStreamerMetricsHolder
-
Gets number of event batches currently waiting to be executed.
- stageWaitingExecutionCount() - Method in interface org.gridgain.grid.streamer.GridStreamerMetrics
-
Gets number of event batches currently waiting to be executed.
- stamp() - Method in interface org.gridgain.grid.cache.datastructures.GridCacheAtomicStamped
-
Gets current stamp.
- stamp() - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheAtomicStampedImpl
-
Gets current stamp.
- stamp() - Method in class org.gridgain.grid.kernal.processors.cache.datastructures.GridCacheAtomicStampedValue
-
- start(GridClientConfiguration) - Static method in class org.gridgain.client.GridClientFactory
-
Starts a client with given configuration.
- start(Map<Class<?>, Object>) - Method in class org.gridgain.client.router.impl.GridRouterCommandLineStartup
-
Search given context for required configuration and starts router.
- start() - Method in class org.gridgain.client.router.impl.GridTcpRouterImpl
-
Starts router.
- start() - Method in class org.gridgain.grid.dr.hub.sender.store.fs.GridDrSenderHubFsStore
-
Starts grid component, called on grid start.
- start() - Method in class org.gridgain.grid.dr.hub.sender.store.memory.GridDrSenderHubInMemoryStore
-
Starts grid component, called on grid start.
- start() - Method in interface org.gridgain.grid.ggfs.GridGgfsBlockLocation
-
Start position in the file this block relates to.
- start() - Method in class org.gridgain.grid.ggfs.mapreduce.GridGgfsFileRange
-
Gets range start position.
- start() - Static method in class org.gridgain.grid.GridGain
-
Starts grid with default configuration.
- start(GridConfiguration) - Static method in class org.gridgain.grid.GridGain
-
Starts grid with given configuration.
- start(String) - Static method in class org.gridgain.grid.GridGain
-
Starts all grids specified within given Spring XML configuration file.
- start(URL) - Static method in class org.gridgain.grid.GridGain
-
Starts all grids specified within given Spring XML configuration file URL.
- start() - Method in interface org.gridgain.grid.GridLifecycleAware
-
Starts grid component, called on grid start.
- start() - Method in interface org.gridgain.grid.kernal.GridComponent
-
Starts grid component.
- start() - Static method in class org.gridgain.grid.kernal.GridGainEx
-
Starts grid with default configuration.
- start(GridSpringResourceContext) - Static method in class org.gridgain.grid.kernal.GridGainEx
-
Starts grid with default configuration.
- start(GridConfiguration) - Static method in class org.gridgain.grid.kernal.GridGainEx
-
Starts grid with given configuration.
- start(GridConfiguration, GridSpringResourceContext) - Static method in class org.gridgain.grid.kernal.GridGainEx
-
Starts grid with given configuration.
- start(String) - Static method in class org.gridgain.grid.kernal.GridGainEx
-
Starts all grids specified within given Spring XML configuration file.
- start(String, GridSpringResourceContext) - Static method in class org.gridgain.grid.kernal.GridGainEx
-
Starts all grids specified within given Spring XML configuration file.
- start(URL) - Static method in class org.gridgain.grid.kernal.GridGainEx
-
Starts all grids specified within given Spring XML configuration file URL.
- start(URL, GridSpringResourceContext) - Static method in class org.gridgain.grid.kernal.GridGainEx
-
Starts all grids specified within given Spring XML configuration file URL.
- start(GridConfiguration, ExecutorService, GridAbsClosure) - Method in class org.gridgain.grid.kernal.GridKernal
-
- start() - Method in class org.gridgain.grid.kernal.GridLoggerProxy
-
Starts grid component, called on grid start.
- start() - Method in class org.gridgain.grid.kernal.managers.checkpoint.GridCheckpointManager
-
Starts grid component.
- start() - Method in class org.gridgain.grid.kernal.managers.collision.GridCollisionManager
-
Starts grid component.
- start() - Method in class org.gridgain.grid.kernal.managers.communication.GridIoManager
-
Starts grid component.
- start() - Method in class org.gridgain.grid.kernal.managers.deployment.GridDeploymentManager
-
Starts grid component.
- start() - Method in class org.gridgain.grid.kernal.managers.deployment.GridDeploymentPerLoaderStore
-
Starts store.
- start() - Method in class org.gridgain.grid.kernal.managers.deployment.GridDeploymentPerVersionStore
-
Starts store.
- start() - Method in interface org.gridgain.grid.kernal.managers.deployment.GridDeploymentStore
-
Starts store.
- start() - Method in class org.gridgain.grid.kernal.managers.discovery.GridDiscoveryManager
-
Starts grid component.
- start() - Method in class org.gridgain.grid.kernal.managers.eventstorage.GridEventStorageManager
-
Starts grid component.
- start() - Method in class org.gridgain.grid.kernal.managers.failover.GridFailoverManager
-
Starts grid component.
- start() - Method in class org.gridgain.grid.kernal.managers.GridNoopManagerAdapter
-
Starts grid component.
- start() - Method in class org.gridgain.grid.kernal.managers.indexing.GridIndexingManager
-
- start() - Method in class org.gridgain.grid.kernal.managers.loadbalancer.GridLoadBalancerManager
-
Starts grid component.
- start() - Method in class org.gridgain.grid.kernal.managers.swapspace.GridSwapSpaceManager
-
Starts grid component.
- start() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache
-
Starts this cache.
- start() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.colocated.GridDhtColocatedCache
-
Starts this cache.
- start() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtCache
-
Starts this cache.
- start() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtTransactionalCacheAdapter
-
Starts this cache.
- start() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.preloader.GridDhtPreloader
-
Starts preloading.
- start() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearAtomicCache
-
Starts this cache.
- start() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearTransactionalCache
-
Starts this cache.
- start(GridCacheContext<K, V>) - Method in class org.gridgain.grid.kernal.processors.cache.dr.os.GridOsCacheDrManager
-
Starts manager.
- start() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
Starts this cache.
- start(GridCacheContext<K, V>) - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheManager
-
Starts manager.
- start(GridCacheContext<K, V>) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheManagerAdapter
-
Starts manager.
- start() - Method in interface org.gridgain.grid.kernal.processors.cache.GridCachePreloader
-
Starts preloading.
- start() - Method in class org.gridgain.grid.kernal.processors.cache.GridCachePreloaderAdapter
-
Starts preloading.
- start() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProcessor
-
Starts grid component.
- start() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheWriteBehindStore
-
Performs all the initialization logic for write-behind cache store.
- start() - Method in class org.gridgain.grid.kernal.processors.cache.local.atomic.GridLocalAtomicCache
-
Starts this cache.
- start(GridKernalContext) - Method in class org.gridgain.grid.kernal.processors.clock.GridClockServer
-
Starts server.
- start() - Method in class org.gridgain.grid.kernal.processors.clock.GridClockSyncProcessor
-
Starts grid component.
- start() - Method in class org.gridgain.grid.kernal.processors.closure.GridClosureProcessor
-
Starts grid component.
- start() - Method in class org.gridgain.grid.kernal.processors.continuous.GridContinuousProcessor
-
Starts grid component.
- start() - Method in class org.gridgain.grid.kernal.processors.dataload.GridDataLoaderProcessor
-
Starts grid component.
- start() - Method in class org.gridgain.grid.kernal.processors.GridProcessorAdapter
-
Starts grid component.
- start() - Method in class org.gridgain.grid.kernal.processors.job.GridJobProcessor
-
Starts grid component.
- start() - Method in class org.gridgain.grid.kernal.processors.jobmetrics.GridJobMetricsProcessor
-
Starts grid component.
- start() - Method in class org.gridgain.grid.kernal.processors.port.GridPortProcessor
-
Starts grid component.
- start() - Method in class org.gridgain.grid.kernal.processors.resource.GridResourceProcessor
-
Starts grid component.
- start() - Method in class org.gridgain.grid.kernal.processors.rest.GridRestProcessor
-
Starts grid component.
- start(GridRestProtocolHandler) - Method in interface org.gridgain.grid.kernal.processors.rest.GridRestProtocol
-
Starts protocol.
- start(GridRestProtocolHandler) - Method in class org.gridgain.grid.kernal.processors.rest.protocols.tcp.GridTcpRestProtocol
-
Starts protocol.
- start() - Method in class org.gridgain.grid.kernal.processors.session.GridTaskSessionProcessor
-
Starts session processor.
- start() - Method in class org.gridgain.grid.kernal.processors.streamer.GridStreamerImpl
-
- start() - Method in class org.gridgain.grid.kernal.processors.streamer.GridStreamProcessor
-
Starts grid component.
- start() - Method in class org.gridgain.grid.kernal.processors.task.GridTaskProcessor
-
Starts grid component.
- start() - Method in class org.gridgain.grid.kernal.processors.timeout.GridTimeoutProcessor
-
Starts grid component.
- start() - Method in class org.gridgain.grid.streamer.window.GridStreamerWindowAdapter
-
Starts grid component, called on grid start.
- start() - Method in interface org.gridgain.grid.util.ipc.GridIpcServerEndpoint
-
Starts configured endpoint implementation.
- start() - Method in class org.gridgain.grid.util.ipc.loopback.GridIpcServerTcpEndpoint
-
Starts configured endpoint implementation.
- start() - Method in class org.gridgain.grid.util.ipc.shmem.GridIpcSharedMemoryServerEndpoint
-
Starts configured endpoint implementation.
- start() - Method in interface org.gridgain.grid.util.nio.GridNioFilter
-
Beginning of a filter lifecycle, invoked on server start.
- start() - Method in class org.gridgain.grid.util.nio.GridNioFilterAdapter
-
Beginning of a filter lifecycle, invoked on server start.
- start() - Method in class org.gridgain.grid.util.nio.GridNioFilterChain
-
Starts all filters in order from application layer to the network layer.
- start() - Method in class org.gridgain.grid.util.nio.GridNioServer
-
Starts all associated threads to perform accept and read activities.
- start0() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAffinityManager
- start0() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheDeploymentManager
- start0() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheDgcManager
- start0() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheEventManager
- start0() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheEvictionManager
- start0() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheIoManager
- start0() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheManagerAdapter
-
- start0() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMvccManager
- start0() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheStoreManager
- start0() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheSwapManager
- start0() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTtlManager
- start0() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxManager
- start0() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheVersionManager
- start0() - Method in class org.gridgain.grid.kernal.processors.cache.query.GridCacheDistributedQueryManager
- start0() - Method in class org.gridgain.grid.kernal.processors.cache.query.GridCacheLocalQueryManager
- start0() - Method in class org.gridgain.grid.kernal.processors.cache.query.GridCacheQueryManager
- startFuture() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.preloader.GridDhtPreloader
-
- startFuture() - Method in interface org.gridgain.grid.kernal.processors.cache.GridCachePreloader
-
- startFuture() - Method in class org.gridgain.grid.kernal.processors.cache.GridCachePreloaderAdapter
- startInfo() - Method in class org.gridgain.grid.kernal.managers.GridManagerAdapter
-
- startInfo() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
Startup info.
- startInfo() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheManagerAdapter
-
- startInfo() - Method in class org.gridgain.grid.kernal.processors.rest.protocols.GridRestProtocolAdapter
-
- startInfo() - Method in class org.gridgain.grid.spi.GridSpiAdapter
-
Gets uniformly formatted message for SPI start.
- startLifecycleAware(Iterable<?>) - Static method in class org.gridgain.grid.util.GridUtils
-
- startNodes(File, boolean, int, int) - Method in interface org.gridgain.grid.Grid
-
Starts one or more nodes on remote host(s).
- startNodes(Collection<Map<String, Object>>, Map<String, Object>, boolean, int, int) - Method in interface org.gridgain.grid.Grid
-
Starts one or more nodes on remote host(s).
- startNodes(File, boolean, int, int) - Method in class org.gridgain.grid.kernal.GridKernal
-
Starts one or more nodes on remote host(s).
- startNodes(Collection<Map<String, Object>>, Map<String, Object>, boolean, int, int) - Method in class org.gridgain.grid.kernal.GridKernal
-
Starts one or more nodes on remote host(s).
- startOffset() - Method in class org.gridgain.grid.ggfs.mapreduce.GridGgfsRangeInputStream
-
Since range input stream represents a part of larger file stream, there is an offset at which this
range input stream starts in original input stream.
- startRemoteTx(ClassLoader, UUID, GridDhtTxPrepareRequest<K, V>) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearTransactionalCache
-
Called while processing dht tx prepare request.
- startRemoteTx(UUID, GridDhtLockRequest<K, V>) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearTransactionalCache
-
- startRemoteTxForFinish(UUID, GridDhtTxFinishRequest<K, V>) - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearTransactionalCache
-
- startRoutine(GridContinuousHandler, int, long, boolean, GridPredicate<GridNode>) - Method in class org.gridgain.grid.kernal.processors.continuous.GridContinuousProcessor
-
- startSize() - Method in class org.gridgain.grid.kernal.visor.cmd.dto.cache.VisorCacheConfig
-
- startSize(int) - Method in class org.gridgain.grid.kernal.visor.cmd.dto.cache.VisorCacheConfig
-
- startSpi() - Method in class org.gridgain.grid.kernal.managers.GridManagerAdapter
-
Starts wrapped SPI.
- startStopwatch() - Method in class org.gridgain.grid.spi.GridSpiAdapter
-
Starts startup stopwatch.
- startTcpRouter(GridTcpRouterConfiguration) - Static method in class org.gridgain.client.router.GridRouterFactory
-
Starts a TCP router with given configuration.
- startThreads(Iterable<? extends Thread>) - Static method in class org.gridgain.grid.util.GridUtils
-
Starts given threads.
- startTime() - Method in interface org.gridgain.grid.cache.GridCacheTx
-
Start time of this transaction.
- startTime() - Method in interface org.gridgain.grid.GridFuture
-
Gets start time for this future.
- startTime - Variable in class org.gridgain.grid.kernal.processors.cache.GridCacheTxAdapter
-
Transaction start time.
- startTime() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxAdapter
-
Start time of this transaction.
- startTime() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxProxyImpl
-
Start time of this transaction.
- startTime() - Method in class org.gridgain.grid.util.future.GridFinishedFuture
-
Gets start time for this future.
- startTime() - Method in class org.gridgain.grid.util.future.GridFinishedFutureEx
-
Gets start time for this future.
- startTime() - Method in class org.gridgain.grid.util.future.GridFutureAdapter
-
Gets start time for this future.
- startTime() - Method in class org.gridgain.grid.util.future.GridFutureAdapterEx
-
Gets start time for this future.
- startTime() - Method in class org.gridgain.grid.util.GridTimer
-
- startTime - Variable in class org.gridgain.grid.util.nio.GridNioFutureImpl
-
Future start time.
- startVer - Variable in class org.gridgain.grid.kernal.processors.cache.GridCacheMapEntry
-
Start version.
- startVer - Variable in class org.gridgain.grid.kernal.processors.cache.GridCacheTxAdapter
-
Transaction counter value at the start of transaction.
- startVersion() - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheEntryEx
-
- startVersion() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheMapEntry
- startVersion() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxAdapter
- startVersion() - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheTxEx
-
- startVersionCountsSize() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxManager
-
- state() - Method in interface org.gridgain.grid.cache.GridCacheTx
-
Gets current transaction state value.
- state() - Static method in class org.gridgain.grid.GridGain
-
Gets state of grid default grid.
- state(String) - Static method in class org.gridgain.grid.GridGain
-
Gets states of named grid.
- state() - Static method in class org.gridgain.grid.kernal.GridGainEx
-
Gets state of grid default grid.
- state(String) - Static method in class org.gridgain.grid.kernal.GridGainEx
-
Gets states of named grid.
- state() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtLocalPartition
-
- state() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxAdapter
-
Gets current transaction state value.
- state(GridCacheTxState) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxAdapter
- state(GridCacheTxState) - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheTxEx
-
- state() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxProxyImpl
-
Gets current transaction state value.
- stateTransfer(Collection<Byte>) - Method in interface org.gridgain.grid.kernal.processors.cache.dr.GridCacheDrManager
-
Initiate state transfer.
- stateTransfer(Collection<Byte>) - Method in class org.gridgain.grid.kernal.processors.cache.dr.os.GridOsCacheDrManager
-
Initiate state transfer.
- stateTransferThreadsCount() - Method in class org.gridgain.grid.kernal.visor.cmd.dto.cache.VisorDrSenderConfig
-
- stateTransferThreadsCount(int) - Method in class org.gridgain.grid.kernal.visor.cmd.dto.cache.VisorDrSenderConfig
-
- stateTransferThrottle() - Method in class org.gridgain.grid.kernal.visor.cmd.dto.cache.VisorDrSenderConfig
-
- stateTransferThrottle(long) - Method in class org.gridgain.grid.kernal.visor.cmd.dto.cache.VisorDrSenderConfig
-
- staticField(Class<?>, String) - Static method in class org.gridgain.grid.util.GridUtils
-
Gets static field value.
- status() - Method in interface org.gridgain.grid.dr.cache.sender.GridDrSenderCacheMetrics
-
Gets data center replication status.
- status() - Method in class org.gridgain.grid.kernal.processors.cache.dr.GridDrSenderCacheMetricsAdapter
-
Gets data center replication status.
- status() - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridRouterResponse
-
- status() - Method in class org.gridgain.grid.kernal.processors.rest.protocols.tcp.GridMemcachedMessage
-
- status(int) - Method in class org.gridgain.grid.kernal.processors.rest.protocols.tcp.GridMemcachedMessage
-
- status() - Method in class org.gridgain.grid.spi.discovery.tcp.messages.GridTcpDiscoveryStatusCheckMessage
-
Gets creator status.
- status(int) - Method in class org.gridgain.grid.spi.discovery.tcp.messages.GridTcpDiscoveryStatusCheckMessage
-
Sets creator node status (should be set by coordinator).
- STATUS_AUTH_FAILED - Static variable in class org.gridgain.grid.kernal.processors.rest.GridRestResponse
-
Authentication failure.
- STATUS_AUTH_FAILURE - Static variable in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientResponse
-
Authentication failure.
- STATUS_FAILED - Static variable in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientResponse
-
Command failed.
- STATUS_FAILED - Static variable in class org.gridgain.grid.kernal.processors.rest.GridRestResponse
-
Command failed.
- STATUS_OK - Static variable in class org.gridgain.grid.spi.discovery.tcp.messages.GridTcpDiscoveryStatusCheckMessage
-
Status OK.
- STATUS_RECON - Static variable in class org.gridgain.grid.spi.discovery.tcp.messages.GridTcpDiscoveryStatusCheckMessage
-
Status RECONNECT.
- STATUS_SECURITY_CHECK_FAILED - Static variable in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientResponse
-
Operation security failure.
- STATUS_SECURITY_CHECK_FAILED - Static variable in class org.gridgain.grid.kernal.processors.rest.GridRestResponse
-
Security check failed.
- STATUS_SUCCESS - Static variable in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientResponse
-
Command succeeded.
- STATUS_SUCCESS - Static variable in class org.gridgain.grid.kernal.processors.rest.GridRestResponse
-
Command succeeded.
- STEALING_ATTEMPT_COUNT_ATTR - Static variable in class org.gridgain.grid.spi.collision.jobstealing.GridJobStealingCollisionSpi
-
Name of job context attribute containing current stealing attempt count.
- STEALING_PRIORITY_ATTR - Static variable in class org.gridgain.grid.spi.collision.jobstealing.GridJobStealingCollisionSpi
-
Stealing priority attribute name.
- stop(UUID) - Static method in class org.gridgain.client.GridClientFactory
-
Waits for all pending requests for a particular client to be completed (no new requests will be
accepted) and then closes the client.
- stop(UUID, boolean) - Static method in class org.gridgain.client.GridClientFactory
-
Stops particular client.
- stop(boolean) - Method in interface org.gridgain.client.impl.connection.GridClientConnectionManager
-
Stops this instance of connection manager and terminates all connections.
- stop(boolean) - Method in class org.gridgain.client.impl.connection.GridClientConnectionManagerImpl
-
Closes all opened connections.
- stop(boolean) - Method in class org.gridgain.client.impl.GridClientImpl
-
Closes client.
- stop() - Method in class org.gridgain.client.router.impl.GridRouterCommandLineStartup
-
Stops router.
- stop() - Method in class org.gridgain.client.router.impl.GridTcpRouterImpl
-
Stops this router.
- stop() - Method in class org.gridgain.grid.dr.hub.sender.store.fs.GridDrSenderHubFsStore
-
Stops grid component, called on grid shutdown.
- stop() - Method in class org.gridgain.grid.dr.hub.sender.store.memory.GridDrSenderHubInMemoryStore
-
Stops grid component, called on grid shutdown.
- stop(boolean) - Static method in class org.gridgain.grid.GridGain
-
Stops default grid.
- stop(String, boolean) - Static method in class org.gridgain.grid.GridGain
-
Stops named grid.
- stop(boolean) - Method in interface org.gridgain.grid.GridGainMBean
-
Stops default grid instance.
- stop(String, boolean) - Method in interface org.gridgain.grid.GridGainMBean
-
Stops named grid.
- stop() - Method in interface org.gridgain.grid.GridLifecycleAware
-
Stops grid component, called on grid shutdown.
- stop(boolean) - Method in interface org.gridgain.grid.kernal.GridComponent
-
Stops grid component.
- stop(boolean) - Static method in class org.gridgain.grid.kernal.GridGainEx
-
Stops default grid.
- stop(String, boolean) - Static method in class org.gridgain.grid.kernal.GridGainEx
-
Stops named grid.
- stop(boolean) - Method in class org.gridgain.grid.kernal.GridGainMBeanAdapter
-
Stops default grid instance.
- stop(String, boolean) - Method in class org.gridgain.grid.kernal.GridGainMBeanAdapter
-
Stops named grid.
- stop(boolean) - Method in class org.gridgain.grid.kernal.GridKernal
-
Stops grid instance.
- stop() - Method in class org.gridgain.grid.kernal.GridLoggerProxy
-
Stops grid component, called on grid shutdown.
- stop(boolean) - Method in class org.gridgain.grid.kernal.managers.checkpoint.GridCheckpointManager
-
Stops grid component.
- stop(boolean) - Method in class org.gridgain.grid.kernal.managers.collision.GridCollisionManager
-
Stops grid component.
- stop(boolean) - Method in class org.gridgain.grid.kernal.managers.communication.GridIoManager
-
Stops grid component.
- stop(boolean) - Method in class org.gridgain.grid.kernal.managers.deployment.GridDeploymentManager
-
Stops grid component.
- stop() - Method in class org.gridgain.grid.kernal.managers.deployment.GridDeploymentPerLoaderStore
-
Stops store.
- stop() - Method in class org.gridgain.grid.kernal.managers.deployment.GridDeploymentPerVersionStore
-
Stops store.
- stop() - Method in interface org.gridgain.grid.kernal.managers.deployment.GridDeploymentStore
-
Stops store.
- stop(boolean) - Method in class org.gridgain.grid.kernal.managers.discovery.GridDiscoveryManager
-
Stops grid component.
- stop(boolean) - Method in class org.gridgain.grid.kernal.managers.eventstorage.GridEventStorageManager
-
Stops grid component.
- stop(boolean) - Method in class org.gridgain.grid.kernal.managers.failover.GridFailoverManager
-
Stops grid component.
- stop(boolean) - Method in class org.gridgain.grid.kernal.managers.GridNoopManagerAdapter
-
Stops grid component.
- stop(boolean) - Method in class org.gridgain.grid.kernal.managers.indexing.GridIndexingManager
-
- stop(boolean) - Method in class org.gridgain.grid.kernal.managers.loadbalancer.GridLoadBalancerManager
-
Stops grid component.
- stop(boolean) - Method in class org.gridgain.grid.kernal.managers.swapspace.GridSwapSpaceManager
-
Stops grid component.
- stop() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtCacheAdapter
-
Stops this cache.
- stop(boolean) - Method in class org.gridgain.grid.kernal.processors.cache.dr.os.GridOsCacheDrManager
-
Stops manager.
- stop() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
Stops this cache.
- stop(boolean) - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheManager
-
Stops manager.
- stop(boolean) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheManagerAdapter
-
Stops manager.
- stop() - Method in interface org.gridgain.grid.kernal.processors.cache.GridCachePreloader
-
Stops preloading.
- stop() - Method in class org.gridgain.grid.kernal.processors.cache.GridCachePreloaderAdapter
-
Stops preloading.
- stop(boolean) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProcessor
-
Stops grid component.
- stop() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheWriteBehindStore
-
Performs shutdown logic for store.
- stop() - Method in class org.gridgain.grid.kernal.processors.clock.GridClockServer
-
Stops server.
- stop(boolean) - Method in class org.gridgain.grid.kernal.processors.clock.GridClockSyncProcessor
-
Stops grid component.
- stop(boolean) - Method in class org.gridgain.grid.kernal.processors.continuous.GridContinuousProcessor
-
Stops grid component.
- stop(boolean) - Method in class org.gridgain.grid.kernal.processors.GridProcessorAdapter
-
Stops grid component.
- stop(boolean) - Method in class org.gridgain.grid.kernal.processors.job.GridJobProcessor
-
Stops grid component.
- stop(boolean) - Method in class org.gridgain.grid.kernal.processors.jobmetrics.GridJobMetricsProcessor
-
Stops grid component.
- stop(boolean) - Method in class org.gridgain.grid.kernal.processors.offheap.GridOffHeapProcessor
-
Stops grid component.
- stop(boolean) - Method in class org.gridgain.grid.kernal.processors.port.GridPortProcessor
-
Stops grid component.
- stop(boolean) - Method in class org.gridgain.grid.kernal.processors.resource.GridResourceProcessor
-
Stops grid component.
- stop() - Method in interface org.gridgain.grid.kernal.processors.rest.GridRestProtocol
-
Stops protocol.
- stop() - Method in class org.gridgain.grid.kernal.processors.rest.protocols.tcp.GridTcpRestProtocol
-
Stops protocol.
- stop(boolean) - Method in class org.gridgain.grid.kernal.processors.session.GridTaskSessionProcessor
-
Stops session processor.
- stop(boolean) - Method in class org.gridgain.grid.kernal.processors.streamer.GridStreamerImpl
-
- stop(boolean) - Method in class org.gridgain.grid.kernal.processors.streamer.GridStreamProcessor
-
Stops grid component.
- stop(boolean) - Method in class org.gridgain.grid.kernal.processors.task.GridTaskProcessor
-
Stops grid component.
- stop(boolean) - Method in class org.gridgain.grid.kernal.processors.timeout.GridTimeoutProcessor
-
Stops grid component.
- stop() - Method in class org.gridgain.grid.messaging.GridMessagingListenActor
-
This method instructs underlying implementation to stop receiving new messages and unregister
the message listener.
- stop(Object) - Method in class org.gridgain.grid.messaging.GridMessagingListenActor
-
This method sends the response message to the original sender node and instructs underlying
implementation to stop receiving new messages and unregister the message listener.
- stop() - Method in class org.gridgain.grid.streamer.window.GridStreamerWindowAdapter
-
Stops grid component, called on grid shutdown.
- stop() - Method in class org.gridgain.grid.util.GridTimer
-
Stops this timer.
- stop() - Method in class org.gridgain.grid.util.nio.GridNioAsyncNotifyFilter
-
End of a filter lifecycle, invoked on server stop.
- stop() - Method in interface org.gridgain.grid.util.nio.GridNioFilter
-
End of a filter lifecycle, invoked on server stop.
- stop() - Method in class org.gridgain.grid.util.nio.GridNioFilterAdapter
-
End of a filter lifecycle, invoked on server stop.
- stop() - Method in class org.gridgain.grid.util.nio.GridNioFilterChain
-
Stops all filters in order from network layer to the application layer.
- stop() - Method in class org.gridgain.grid.util.nio.GridNioServer
-
Stops all threads and releases all resources.
- stop0(boolean) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAffinityManager
- stop0(boolean) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheDeploymentManager
- stop0(boolean) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheManagerAdapter
-
- stop0(boolean) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheStoreManager
- stop0(boolean) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheVersionManager
- stop0(boolean) - Method in class org.gridgain.grid.kernal.processors.cache.query.GridCacheQueryManager
-
Stops query manager.
- stop0() - Method in class org.gridgain.grid.streamer.window.GridStreamerBoundedSizeBatchWindow
-
Dispose window.
- stop0() - Method in class org.gridgain.grid.streamer.window.GridStreamerBoundedTimeBatchWindow
-
Dispose window.
- stop0() - Method in class org.gridgain.grid.streamer.window.GridStreamerBoundedTimeWindow
-
Dispose window.
- stop0() - Method in class org.gridgain.grid.streamer.window.GridStreamerUnboundedWindow
-
Dispose window.
- stop0() - Method in class org.gridgain.grid.streamer.window.GridStreamerWindowAdapter
-
Dispose window.
- stopAll() - Static method in class org.gridgain.client.GridClientFactory
-
Waits for all open clients to finish their operations and stops them, This method
is equivalent to stopAll(true) method invocation.
- stopAll(boolean) - Static method in class org.gridgain.client.GridClientFactory
-
Stops all currently open clients.
- stopAll(boolean) - Static method in class org.gridgain.grid.GridGain
-
Stops all started grids.
- stopAll(boolean) - Method in interface org.gridgain.grid.GridGainMBean
-
Stops all started grids.
- stopAll(boolean) - Static method in class org.gridgain.grid.kernal.GridGainEx
-
Stops all started grids.
- stopAll(boolean) - Method in class org.gridgain.grid.kernal.GridGainMBeanAdapter
-
Stops all started grids.
- stopAllRouters() - Static method in class org.gridgain.client.router.GridRouterFactory
-
Stops all currently active routers.
- stopInfo() - Method in class org.gridgain.grid.kernal.managers.GridManagerAdapter
-
- stopInfo() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
Stop info.
- stopInfo() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheManagerAdapter
-
- stopInfo() - Method in class org.gridgain.grid.kernal.processors.rest.protocols.GridRestProtocolAdapter
-
- stopInfo() - Method in class org.gridgain.grid.spi.GridSpiAdapter
-
Gets uniformly format message for SPI stop.
- stopLifecycleAware(GridLogger, Iterable<?>) - Static method in class org.gridgain.grid.util.GridUtils
-
- stopListenAsync(GridClientFutureListener<R>...) - Method in interface org.gridgain.client.GridClientFuture
-
Removes listeners registered before.
- stopListenAsync(GridClientFutureListener<R>...) - Method in class org.gridgain.client.impl.GridClientFutureAdapter
-
Removes listeners registered before.
- stopListenAsync(GridInClosure<? super GridFuture<R>>...) - Method in interface org.gridgain.grid.GridFuture
-
Removes given listeners from the future.
- stopListenAsync(GridInClosure<? super GridFuture<T>>...) - Method in class org.gridgain.grid.util.future.GridFinishedFuture
-
Removes given listeners from the future.
- stopListenAsync(GridInClosure<? super GridFuture<T>>...) - Method in class org.gridgain.grid.util.future.GridFinishedFutureEx
-
Removes given listeners from the future.
- stopListenAsync(GridInClosure<? super GridFuture<R>>...) - Method in class org.gridgain.grid.util.future.GridFutureAdapter
-
Removes given listeners from the future.
- stopListenAsync(GridInClosure<? super GridFuture<R>>...) - Method in class org.gridgain.grid.util.future.GridFutureAdapterEx
-
Removes given listeners from the future.
- stopListenAsync(GridPlainInClosure<GridPlainFuture<R>>...) - Method in interface org.gridgain.grid.util.lang.GridPlainFuture
-
Removes listeners registered before.
- stopListenAsync(GridPlainInClosure<GridPlainFuture<R>>...) - Method in class org.gridgain.grid.util.lang.GridPlainFutureAdapter
-
Removes listeners registered before.
- stopLocalListen(GridPredicate<? extends GridEvent>, int...) - Method in interface org.gridgain.grid.events.GridEvents
-
Removes local event listener.
- stopLocalListen(GridPredicate<? extends GridEvent>, int...) - Method in class org.gridgain.grid.kernal.GridEventsImpl
-
Removes local event listener.
- stopLocalListen(Object, GridBiPredicate<UUID, ?>) - Method in class org.gridgain.grid.kernal.GridMessagingImpl
-
Unregisters local listener for given topic on local node only.
- stopLocalListen(Object, GridBiPredicate<UUID, ?>) - Method in interface org.gridgain.grid.messaging.GridMessaging
-
Unregisters local listener for given topic on local node only.
- stopNodes() - Method in interface org.gridgain.grid.Grid
-
Stops nodes satisfying optional set of predicates.
- stopNodes(Collection<UUID>) - Method in interface org.gridgain.grid.Grid
-
Stops nodes defined by provided IDs.
- stopNodes() - Method in class org.gridgain.grid.kernal.GridKernal
-
Stops nodes satisfying optional set of predicates.
- stopNodes(Collection<UUID>) - Method in class org.gridgain.grid.kernal.GridKernal
-
Stops nodes defined by provided IDs.
- stopRemoteListen(UUID) - Method in interface org.gridgain.grid.events.GridEvents
-
Stops listening to remote events.
- stopRemoteListen(UUID) - Method in class org.gridgain.grid.kernal.GridEventsImpl
-
Stops listening to remote events.
- stopRemoteListen(UUID) - Method in class org.gridgain.grid.kernal.GridMessagingImpl
-
Unregisters all listeners identified with provided operation ID on all nodes in this projection.
- stopRemoteListen(UUID) - Method in interface org.gridgain.grid.messaging.GridMessaging
-
Unregisters all listeners identified with provided operation ID on all nodes in this projection.
- stopRoutine(UUID) - Method in class org.gridgain.grid.kernal.processors.continuous.GridContinuousProcessor
-
- stopSpi() - Method in class org.gridgain.grid.kernal.managers.GridManagerAdapter
-
Stops wrapped SPI.
- stopTcpRouter(UUID) - Static method in class org.gridgain.client.router.GridRouterFactory
-
Stops particular TCP router.
- stopWatching() - Method in class org.gridgain.grid.util.GridExecutionStatistics
-
Stop watching execution started previously in the same thread.
- stopx() - Method in class org.gridgain.grid.util.GridTimer
-
Stops this timer.
- store(byte[], byte[]) - Method in class org.gridgain.grid.dr.hub.sender.store.fs.GridDrSenderHubFsStore
-
Store data.
- store(byte[], byte[]) - Method in interface org.gridgain.grid.dr.hub.sender.store.GridDrSenderHubStore
-
Store data.
- store(byte[], byte[]) - Method in class org.gridgain.grid.dr.hub.sender.store.memory.GridDrSenderHubInMemoryStore
-
Store data.
- store(String, String, K, byte[], V, byte[], byte[], long) - Method in class org.gridgain.grid.kernal.managers.indexing.GridIndexingManager
-
Writes key-value pair to index.
- store() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheContext
-
- store() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheStoreManager
-
- store() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheWriteBehindStore
-
- store(K, byte[], V, byte[], GridCacheVersion, long) - Method in class org.gridgain.grid.kernal.processors.cache.query.GridCacheQueryManager
-
Writes key-value pair to index.
- store() - Method in class org.gridgain.grid.kernal.visor.cmd.dto.cache.VisorStoreConfig
-
- store(String) - Method in class org.gridgain.grid.kernal.visor.cmd.dto.cache.VisorStoreConfig
-
- store(String, GridIndexingTypeDescriptor, GridIndexingEntity<K>, GridIndexingEntity<V>, byte[], long) - Method in interface org.gridgain.grid.spi.indexing.GridIndexingSpi
-
Updates index.
- store(String, GridIndexingTypeDescriptor, GridIndexingEntity<K>, GridIndexingEntity<V>, byte[], long) - Method in class org.gridgain.grid.spi.indexing.GridNoopIndexingSpi
-
Updates index.
- store(String, GridSwapKey, byte[], GridSwapContext) - Method in class org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpi
-
Stores value as array of bytes with given key into data space with given name.
- store(String, GridSwapKey, byte[], GridSwapContext) - Method in interface org.gridgain.grid.spi.swapspace.GridSwapSpaceSpi
-
Stores value as array of bytes with given key into data space with given name.
- store(String, GridSwapKey, byte[], GridSwapContext) - Method in class org.gridgain.grid.spi.swapspace.noop.GridNoopSwapSpaceSpi
-
Stores value as array of bytes with given key into data space with given name.
- storeAll(String, Map<GridSwapKey, byte[]>, GridSwapContext) - Method in class org.gridgain.grid.spi.swapspace.file.GridFileSwapSpaceSpi
-
Stores key-value pairs (both keys and values are arrays of bytes) into data
space with given name.
- storeAll(String, Map<GridSwapKey, byte[]>, GridSwapContext) - Method in interface org.gridgain.grid.spi.swapspace.GridSwapSpaceSpi
-
Stores key-value pairs (both keys and values are arrays of bytes) into data
space with given name.
- storeAll(String, Map<GridSwapKey, byte[]>, GridSwapContext) - Method in class org.gridgain.grid.spi.swapspace.noop.GridNoopSwapSpaceSpi
-
Stores key-value pairs (both keys and values are arrays of bytes) into data
space with given name.
- storeCheckpoint(GridTaskSessionInternal, String, Object, GridComputeTaskSessionScope, long, boolean) - Method in class org.gridgain.grid.kernal.managers.checkpoint.GridCheckpointManager
-
- storeClassName() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAttributes
-
- storeConfig() - Method in class org.gridgain.grid.kernal.visor.cmd.dto.cache.VisorCacheConfig
-
- storeConfig(VisorStoreConfig) - Method in class org.gridgain.grid.kernal.visor.cmd.dto.cache.VisorCacheConfig
-
- storeEnabled() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAttributes
-
- storeEnabled - Variable in class org.gridgain.grid.kernal.processors.cache.GridCacheTxAdapter
-
- storeValueBytes() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAttributes
-
- STR_NOT_READ - Static variable in class org.gridgain.grid.util.direct.GridTcpCommunicationMessageAdapter
-
- stream() - Method in interface org.gridgain.grid.kernal.GridKernalContext
-
Gets stream processor.
- stream() - Method in class org.gridgain.grid.kernal.GridKernalContextImpl
-
Gets stream processor.
- streamBufferSize() - Method in class org.gridgain.grid.kernal.visor.cmd.dto.node.VisorGgfsConfig
-
- streamBufferSize(int) - Method in class org.gridgain.grid.kernal.visor.cmd.dto.node.VisorGgfsConfig
-
- streamer(String) - Method in interface org.gridgain.grid.Grid
-
- streamer(String) - Method in class org.gridgain.grid.kernal.GridKernal
-
- streamer() - Method in class org.gridgain.grid.kernal.processors.streamer.GridStreamProcessor
-
- streamer(String) - Method in class org.gridgain.grid.kernal.processors.streamer.GridStreamProcessor
-
- streamers() - Method in interface org.gridgain.grid.Grid
-
Gets all instances of streamers.
- streamers() - Method in class org.gridgain.grid.kernal.GridKernal
-
Gets all instances of streamers.
- streamers() - Method in class org.gridgain.grid.kernal.processors.streamer.GridStreamProcessor
-
- streamers() - Method in class org.gridgain.grid.kernal.visor.cmd.dto.VisorGridConfig
-
- streamers(Iterable<VisorStreamerConfig>) - Method in class org.gridgain.grid.kernal.visor.cmd.dto.VisorGridConfig
-
- STREAMING_PRODUCT - Static variable in class org.gridgain.grid.kernal.visor.cmd.dto.VisorLicense
-
- strict() - Method in class org.gridgain.grid.util.GridListSet
-
Gets value of strict flag for this set.
- string() - Method in class com.romix.scala.collection.concurrent.TrieMap
-
- string() - Static method in class org.gridgain.grid.util.lang.GridFunc
-
Gets closure that return toString() value for its free variable.
- stripedEntryIterator(int, int) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheConcurrentMap
-
Get striped entry iterator.
- subject() - Method in class org.gridgain.grid.events.GridAuthorizationEvent
-
Gets authenticated subject.
- subject(GridSecuritySubject) - Method in class org.gridgain.grid.events.GridAuthorizationEvent
-
Sets authenticated subject.
- subject() - Method in class org.gridgain.grid.kernal.managers.security.GridSecurityContext
-
- SUBJECT_ID_EVENTS_SINCE_VER - Static variable in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtCacheAdapter
-
- subjectId() - Method in class org.gridgain.grid.events.GridAuthenticationEvent
-
Gets subject ID that triggered the event.
- subjectId(UUID) - Method in class org.gridgain.grid.events.GridAuthenticationEvent
-
Sets subject ID that triggered the event.
- subjectId() - Method in class org.gridgain.grid.events.GridCacheEvent
-
Gets security subject ID initiated this cache event, if available.
- subjectId() - Method in class org.gridgain.grid.events.GridSecureSessionEvent
-
Gets subject ID that triggered the event.
- subjectId(UUID) - Method in class org.gridgain.grid.events.GridSecureSessionEvent
-
Sets subject ID that triggered the event.
- subjectId() - Method in class org.gridgain.grid.events.GridTaskEvent
-
Gets security subject ID initiated this task event, if available.
- subjectId() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic.GridDhtAtomicUpdateRequest
-
- subjectId() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic.GridNearAtomicUpdateRequest
-
- subjectId() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtLockRequest
-
- subjectId() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtTxFinishRequest
-
- subjectId() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtTxPrepareRequest
-
- subjectId() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearGetRequest
-
- subjectId() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearLockRequest
-
- subjectId() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearTxFinishRequest
-
- subjectId() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearTxPrepareRequest
-
- subjectId() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProjectionImpl
-
Gets client ID for which this projection was created.
- subjectId() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxAdapter
- subjectId() - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheTxEx
-
- subjectId(GridCacheTxEx<K, V>, GridCacheContext<K, V>) - Static method in class org.gridgain.grid.kernal.processors.cache.GridCacheUtils
-
Gets subject ID by transaction.
- subjectId() - Method in interface org.gridgain.grid.spi.authentication.GridAuthenticationContext
-
Gets subject ID.
- subjectId() - Method in class org.gridgain.grid.spi.authentication.GridAuthenticationContextAdapter
-
Gets subject ID.
- subjectId(UUID) - Method in class org.gridgain.grid.spi.authentication.GridAuthenticationContextAdapter
-
Sets subject ID.
- subjectIdPerCall(UUID) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheContext
-
Gets subject ID per call.
- subjectType() - Method in class org.gridgain.grid.events.GridAuthenticationEvent
-
Gets subject type that triggered the event.
- subjectType(GridSecuritySubjectType) - Method in class org.gridgain.grid.events.GridAuthenticationEvent
-
Sets subject type that triggered the event.
- subjectType() - Method in class org.gridgain.grid.events.GridSecureSessionEvent
-
Gets subject type that triggered the event.
- subjectType(GridSecuritySubjectType) - Method in class org.gridgain.grid.events.GridSecureSessionEvent
-
Sets subject type that triggered the event.
- subjectType() - Method in interface org.gridgain.grid.spi.authentication.GridAuthenticationContext
-
Gets subject type.
- subjectType() - Method in class org.gridgain.grid.spi.authentication.GridAuthenticationContextAdapter
-
Gets subject type.
- subjectType(GridSecuritySubjectType) - Method in class org.gridgain.grid.spi.authentication.GridAuthenticationContextAdapter
-
Sets subject type.
- subjId - Variable in class org.gridgain.grid.kernal.processors.cache.GridCacheTxAdapter
-
Subject ID initiated this transaction.
- subList(int, int) - Method in class org.pcollections.ConsPStack
-
- subList(int) - Method in class org.pcollections.ConsPStack
-
- subList(int, int) - Method in interface org.pcollections.PSequence
-
- subList(int, int) - Method in interface org.pcollections.PStack
-
- subList(int) - Method in interface org.pcollections.PStack
-
- subList(int, int) - Method in interface org.pcollections.PVector
-
- subList(int, int) - Method in class org.pcollections.TreePVector
-
- subMap(K, boolean, K, boolean) - Method in class org.gridgain.grid.util.offheap.unsafe.GridOffHeapSnapTreeMap
- subMap(K, K) - Method in class org.gridgain.grid.util.offheap.unsafe.GridOffHeapSnapTreeMap
- subMap(K, boolean, K, boolean) - Method in class org.gridgain.grid.util.snaptree.SnapTreeMap
-
- subMap(K, K) - Method in class org.gridgain.grid.util.snaptree.SnapTreeMap
-
- submit(Callable<T>) - Method in class org.gridgain.grid.kernal.executor.GridExecutorService
- submit(Runnable, T) - Method in class org.gridgain.grid.kernal.executor.GridExecutorService
- submit(Runnable) - Method in class org.gridgain.grid.kernal.executor.GridExecutorService
- submit(Callable<T>) - Method in class org.gridgain.grid.thread.GridStripedThreadPoolExecutor
- submit(Runnable, T) - Method in class org.gridgain.grid.thread.GridStripedThreadPoolExecutor
- submit(Runnable) - Method in class org.gridgain.grid.thread.GridStripedThreadPoolExecutor
- subSet(E, boolean, E, boolean) - Method in class org.gridgain.grid.util.GridConcurrentSkipListSet
- subSet(E, E) - Method in class org.gridgain.grid.util.GridConcurrentSkipListSet
- succeeded() - Method in class org.gridgain.grid.util.GridAtomicInitializer
-
- success() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.GridCacheOptimisticCheckPreparedTxResponse
-
- success() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheReturn
-
- success(boolean) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheReturn
-
- success() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheUpdateAtomicResult
-
- success() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheUpdateTxResult
-
- SUCCESS - Static variable in class org.gridgain.grid.kernal.processors.rest.protocols.tcp.GridMemcachedMessage
-
Success status.
- successFile() - Method in class org.gridgain.grid.kernal.visor.cmd.dto.node.VisorBasicConfig
-
- successFile(String) - Method in class org.gridgain.grid.kernal.visor.cmd.dto.node.VisorBasicConfig
-
- successStatus() - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientResponse
-
- successStatus(int) - Method in class org.gridgain.grid.kernal.processors.rest.client.message.GridClientResponse
-
- suffix(String) - Method in class org.gridgain.grid.ggfs.GridGgfsPath
-
Adds a suffix to the final name in the path.
- sumBigDecimal(Iterable<BigDecimal>) - Static method in class org.gridgain.grid.util.lang.GridFunc
-
Calculates sum of all elements.
- sumBigDecimalReducer() - Static method in class org.gridgain.grid.util.lang.GridFunc
-
Gets reducer closure that calculates sum of all elements.
- sumBigInt(Iterable<BigInteger>) - Static method in class org.gridgain.grid.util.lang.GridFunc
-
Calculates sum of all elements.
- sumBigIntegerReducer() - Static method in class org.gridgain.grid.util.lang.GridFunc
-
Gets reducer closure that calculates sum of all elements.
- sumDouble(Iterable<Double>) - Static method in class org.gridgain.grid.util.lang.GridFunc
-
Calculates sum of all elements.
- sumDoubleReducer() - Static method in class org.gridgain.grid.util.lang.GridFunc
-
Gets reducer closure that calculates sum of all elements.
- sumInt(Iterable<Integer>) - Static method in class org.gridgain.grid.util.lang.GridFunc
-
Calculates sum of all elements.
- sumIntReducer() - Static method in class org.gridgain.grid.util.lang.GridFunc
-
Gets reducer closure that calculates sum of integer elements.
- sumLongReducer() - Static method in class org.gridgain.grid.util.lang.GridFunc
-
Gets reducer closure that calculates sum of long integer elements.
- summary(GridGgfsPath) - Method in interface org.gridgain.grid.ggfs.GridGgfs
-
Gets summary (total number of files, total number of directories and total length)
for a given path.
- sunReflectionFactory() - Static method in class org.gridgain.grid.util.GridUtils
-
SUN JDK specific reflection factory for objects without public constructor.
- supported(GridSecuritySubjectType) - Method in interface org.gridgain.grid.spi.authentication.GridAuthenticationSpi
-
Checks if given subject is supported by this SPI.
- supported(GridSecuritySubjectType) - Method in class org.gridgain.grid.spi.authentication.noop.GridNoopAuthenticationSpi
-
Checks if given subject is supported by this SPI.
- supported(GridSecuritySubjectType) - Method in interface org.gridgain.grid.spi.securesession.GridSecureSessionSpi
-
Checks if given subject is supported by this SPI.
- supported(GridSecuritySubjectType) - Method in class org.gridgain.grid.spi.securesession.noop.GridNoopSecureSessionSpi
-
Checks if given subject is supported by this SPI.
- supportedCommands() - Method in class org.gridgain.grid.kernal.processors.rest.handlers.cache.GridCacheCommandHandler
- supportedCommands() - Method in interface org.gridgain.grid.kernal.processors.rest.handlers.GridRestCommandHandler
-
- supportedCommands() - Method in class org.gridgain.grid.kernal.processors.rest.handlers.log.GridLogCommandHandler
- supportedCommands() - Method in class org.gridgain.grid.kernal.processors.rest.handlers.task.GridTaskCommandHandler
- supportedCommands() - Method in class org.gridgain.grid.kernal.processors.rest.handlers.top.GridTopologyCommandHandler
- supportedCommands() - Method in class org.gridgain.grid.kernal.processors.rest.handlers.version.GridVersionCommandHandler
- suspectLockTimeout() - Method in class org.gridgain.grid.kernal.visor.cmd.dto.cache.VisorDgcConfig
-
- suspectLockTimeout(long) - Method in class org.gridgain.grid.kernal.visor.cmd.dto.cache.VisorDgcConfig
-
- swap() - Method in interface org.gridgain.grid.kernal.GridKernalContext
-
Gets swap space manager.
- swap() - Method in class org.gridgain.grid.kernal.GridKernalContextImpl
-
Gets swap space manager.
- swap() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheContext
-
- swap() - Method in class org.gridgain.grid.lang.GridBiTuple
-
Swaps values.
- swapEnabled - Variable in class org.gridgain.grid.kernal.processors.cache.GridCacheAttributes
-
Flag indicating whether GridGain should use swap storage by default.
- swapEnabled() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAttributes
-
- swapEnabled() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheSwapManager
-
- swapEnabled() - Method in class org.gridgain.grid.kernal.visor.cmd.dto.cache.VisorCacheConfig
-
- swapEnabled(boolean) - Method in class org.gridgain.grid.kernal.visor.cmd.dto.cache.VisorCacheConfig
-
- swapIterator() - Method in interface org.gridgain.grid.cache.GridCache
-
Gets iterator over keys and values belonging to this cache swap space on local node.
- swapIterator() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearCacheAdapter
-
Gets iterator over keys and values belonging to this cache swap space on local node.
- swapIterator() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
Gets iterator over keys and values belonging to this cache swap space on local node.
- swapIterator() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProxyImpl
-
Gets iterator over keys and values belonging to this cache swap space on local node.
- swapIterator(int) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheSwapManager
-
Gets swap space iterator over partition.
- swapKeys() - Method in interface org.gridgain.grid.cache.GridCache
-
Gets number of swap entries (keys).
- swapKeys(String) - Method in class org.gridgain.grid.kernal.managers.swapspace.GridSwapSpaceManager
-
Gets number of swap entries (keys).
- swapKeys() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearCacheAdapter
-
Gets number of swap entries (keys).
- swapKeys() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
Gets number of swap entries (keys).
- swapKeys() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProxyImpl
-
Gets number of swap entries (keys).
- swapKeys() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheSwapManager
-
Gets number of swap entries (keys).
- swapOrOffheapEnabled - Variable in class org.gridgain.grid.kernal.processors.cache.GridCacheTxAdapter
-
- swapSize() - Method in interface org.gridgain.grid.cache.GridCache
-
Gets size in bytes for swap space.
- swapSize(String) - Method in class org.gridgain.grid.kernal.managers.swapspace.GridSwapSpaceManager
-
Gets size in bytes for swap space.
- swapSize() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearCacheAdapter
-
Gets size in bytes for swap space.
- swapSize() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter
-
Gets size in bytes for swap space.
- swapSize() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheProxyImpl
-
Gets size in bytes for swap space.
- swapSize() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheSwapManager
-
- swapSpaceName(GridCacheContext<?, ?>) - Static method in class org.gridgain.grid.kernal.processors.cache.GridCacheUtils
-
- swapSpaceSpi() - Method in class org.gridgain.grid.kernal.visor.cmd.dto.node.VisorSpisConfig
-
- swapSpaceSpi(GridBiTuple<String, Map<String, Object>>) - Method in class org.gridgain.grid.kernal.visor.cmd.dto.node.VisorSpisConfig
-
- SYM_CR - Static variable in class org.gridgain.grid.ggfs.mapreduce.records.GridGgfsNewLineRecordResolver
-
CR symbol.
- SYM_LF - Static variable in class org.gridgain.grid.ggfs.mapreduce.records.GridGgfsNewLineRecordResolver
-
LF symbol.
- syncCommit() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtTxLocalAdapter
- syncCommit() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearLockRequest
-
- syncCommit() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearTxPrepareRequest
-
- syncCommit() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheContext
-
- syncCommit() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxAdapter
- syncCommit() - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheTxEx
-
- syncFuture() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.preloader.GridDhtPreloader
- syncFuture() - Method in interface org.gridgain.grid.kernal.processors.cache.GridCachePreloader
-
- syncFuture() - Method in class org.gridgain.grid.kernal.processors.cache.GridCachePreloaderAdapter
- synchronizations() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxManager
-
- synchronizedConcurrencyLevel() - Method in class org.gridgain.grid.kernal.visor.cmd.dto.cache.VisorEvictionConfig
-
- synchronizedConcurrencyLevel(int) - Method in class org.gridgain.grid.kernal.visor.cmd.dto.cache.VisorEvictionConfig
-
- synchronizedKeyBufferSize() - Method in class org.gridgain.grid.kernal.visor.cmd.dto.cache.VisorEvictionConfig
-
- synchronizedKeyBufferSize(int) - Method in class org.gridgain.grid.kernal.visor.cmd.dto.cache.VisorEvictionConfig
-
- synchronizedTimeout() - Method in class org.gridgain.grid.kernal.visor.cmd.dto.cache.VisorEvictionConfig
-
- synchronizedTimeout(long) - Method in class org.gridgain.grid.kernal.visor.cmd.dto.cache.VisorEvictionConfig
-
- syncNotify(boolean) - Method in interface org.gridgain.grid.GridFuture
-
Flag to turn on or off synchronous listener notification.
- syncNotify() - Method in interface org.gridgain.grid.GridFuture
-
Gets value of synchronous listener notification flag.
- syncNotify(boolean) - Method in class org.gridgain.grid.util.future.GridFinishedFuture
-
Flag to turn on or off synchronous listener notification.
- syncNotify() - Method in class org.gridgain.grid.util.future.GridFinishedFuture
-
Gets value of synchronous listener notification flag.
- syncNotify(boolean) - Method in class org.gridgain.grid.util.future.GridFinishedFutureEx
-
Flag to turn on or off synchronous listener notification.
- syncNotify() - Method in class org.gridgain.grid.util.future.GridFinishedFutureEx
-
Gets value of synchronous listener notification flag.
- syncNotify() - Method in class org.gridgain.grid.util.future.GridFutureAdapter
-
Gets value of synchronous listener notification flag.
- syncNotify(boolean) - Method in class org.gridgain.grid.util.future.GridFutureAdapter
-
Flag to turn on or off synchronous listener notification.
- syncNotify() - Method in class org.gridgain.grid.util.future.GridFutureAdapterEx
-
Gets value of synchronous listener notification flag.
- syncNotify(boolean) - Method in class org.gridgain.grid.util.future.GridFutureAdapterEx
-
Flag to turn on or off synchronous listener notification.
- syncPrimary() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheContext
-
- syncRollback() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtTxLocalAdapter
- syncRollback() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearLockRequest
-
- syncRollback() - Method in class org.gridgain.grid.kernal.processors.cache.distributed.near.GridNearTxPrepareRequest
-
- syncRollback() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheContext
-
- syncRollback() - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxAdapter
- syncRollback() - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheTxEx
-
- system() - Method in class org.gridgain.grid.kernal.GridJobCancelRequest
-
- systemAllocatedSize() - Method in interface org.gridgain.grid.util.offheap.GridOffHeapMap
-
Gets memory allocated for map internal structure so far.
- systemAllocatedSize() - Method in interface org.gridgain.grid.util.offheap.GridOffHeapPartitionedMap
-
Gets memory allocated for map internal structure so far.
- systemAllocatedSize() - Method in class org.gridgain.grid.util.offheap.unsafe.GridUnsafeMap
-
Gets memory allocated for map internal structure so far.
- systemAllocatedSize() - Method in class org.gridgain.grid.util.offheap.unsafe.GridUnsafeMemory
-
- systemAllocatedSize() - Method in class org.gridgain.grid.util.offheap.unsafe.GridUnsafePartitionedMap
-
Gets memory allocated for map internal structure so far.
- systemExecutorService() - Method in class org.gridgain.grid.kernal.visor.cmd.dto.node.VisorExecutorServiceConfig
-
- systemExecutorService(String) - Method in class org.gridgain.grid.kernal.visor.cmd.dto.node.VisorExecutorServiceConfig
-
- systemExecutorServiceShutdown() - Method in class org.gridgain.grid.kernal.visor.cmd.dto.node.VisorExecutorServiceConfig
-
- systemExecutorServiceShutdown(boolean) - Method in class org.gridgain.grid.kernal.visor.cmd.dto.node.VisorExecutorServiceConfig
-
- systemInvalidate(boolean) - Method in class org.gridgain.grid.kernal.processors.cache.GridCacheTxAdapter
- systemInvalidate(boolean) - Method in interface org.gridgain.grid.kernal.processors.cache.GridCacheTxEx
-
- systemOperationAllowed(GridSecurityPermission) - Method in class org.gridgain.grid.kernal.managers.security.GridSecurityContext
-
Checks whether system-wide permission is allowed (excluding Visor task operations).
- systemPermissions() - Method in class org.gridgain.grid.kernal.managers.security.GridAllowAllPermissionSet
-
Collection of system-wide permissions (events enable/disable, Visor task execution).
- systemPermissions() - Method in interface org.gridgain.grid.security.GridSecurityPermissionSet
-
Collection of system-wide permissions (events enable/disable, Visor task execution).
- systemProperties() - Method in class org.gridgain.grid.kernal.visor.cmd.dto.VisorGridConfig
-
- systemProperties(Properties) - Method in class org.gridgain.grid.kernal.visor.cmd.dto.VisorGridConfig
-
- systemRequestTimeout() - Method in class org.gridgain.grid.kernal.visor.cmd.dto.node.VisorDrSenderHubConfig
-
- systemRequestTimeout(long) - Method in class org.gridgain.grid.kernal.visor.cmd.dto.node.VisorDrSenderHubConfig
-