Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- acquire() - Method in class com.loomcache.client.LoomLinearizableSemaphore
- acquire(int) - Method in class com.loomcache.client.LoomLinearizableSemaphore
- active() - Method in record class com.loomcache.client.query.LoomQueryCache.QueryCacheStatistics
-
Returns the value of the
activerecord component. - activeConnections() - Method in record class com.loomcache.client.ConnectionPoolMetrics.MetricsSnapshot
-
Returns the value of the
activeConnectionsrecord component. - activeSubscriptionCount() - Method in class com.loomcache.client.LoomTopic
- add(E) - Method in class com.loomcache.client.LoomGSet
- add(E) - Method in class com.loomcache.client.LoomList
- add(E) - Method in class com.loomcache.client.LoomORSet
- add(E) - Method in class com.loomcache.client.LoomRingbuffer
- add(E) - Method in class com.loomcache.client.LoomSet
- add(String) - Method in class com.loomcache.client.LoomBatch.SetOps
- add(CompletionStage) - Method in class com.loomcache.client.Pipelining
- add(Supplier) - Method in class com.loomcache.client.Pipelining
- addAndGet(long) - Method in class com.loomcache.client.LoomAtomicLong
- addAndGet(long) - Method in class com.loomcache.client.LoomPNCounter
- addAsync(E) - Method in class com.loomcache.client.LoomSet
- addDistributedObjectListener(DistributedObjectListener) - Method in class com.loomcache.client.LoomCache
- addDistributedObjectListener(DistributedObjectListener) - Method in class com.loomcache.client.LoomClient
- addEntryListener(MapListener, boolean) - Method in class com.loomcache.client.LoomMap
- addEntryListener(MapListener, SerializablePredicate, boolean) - Method in class com.loomcache.client.LoomMap
- addEntryListener(MapListener, Object, boolean) - Method in class com.loomcache.client.LoomMap
- addIndex(IndexConfig) - Method in class com.loomcache.client.LoomMap
-
Registers a secondary index for this map.
- addIndex(String, IndexConfig) - Method in class com.loomcache.client.LoomClient
- addIndexAsync(IndexConfig) - Method in class com.loomcache.client.LoomMap
-
Asynchronous
LoomMap.addIndex(IndexConfig). - addLifecycleListener(LifecycleListener) - Method in class com.loomcache.client.FailoverLoomClient
- addLifecycleListener(LifecycleListener) - Method in class com.loomcache.client.LoomCache
- addLifecycleListener(LifecycleListener) - Method in class com.loomcache.client.LoomClient
- addListener(LoomQueryCache.CQCListener) - Method in class com.loomcache.client.query.LoomQueryCache
- addMembershipListener(MembershipListener) - Method in class com.loomcache.client.LoomCache
- addMembershipListener(MembershipListener) - Method in class com.loomcache.client.LoomClient
- addObject(Object) - Method in class com.loomcache.client.LoomBatch.SetOps
- addSeed(String) - Method in class com.loomcache.client.LoomClient.Builder
- addSeed(String) - Method in class com.loomcache.client.ClientConfig.Builder
- all() - Static method in class com.loomcache.client.query.LoomQuery
-
Matches every entry.
- ALL_MEMBERS - Enum constant in enum class com.loomcache.client.ClientRoutingMode
- allowedClusterId(String) - Method in class com.loomcache.client.ClientFailoverConfig.Builder
- allowedClusterIds() - Method in class com.loomcache.client.ClientFailoverConfig
- allowedClusterIds(Collection) - Method in class com.loomcache.client.ClientFailoverConfig.Builder
- alwaysFalse() - Static method in class com.loomcache.client.query.LoomPredicate
- alwaysTrue() - Static method in class com.loomcache.client.query.LoomPredicate
- and(LoomPredicate) - Method in class com.loomcache.client.query.LoomQuery
-
Conjoins another predicate (AND).
- and(LoomPredicate...) - Static method in class com.loomcache.client.query.LoomPredicate
- asCache() - Method in class com.loomcache.client.FailoverLoomClient
- async() - Method in class com.loomcache.client.LoomClient
- ASYNC - Enum constant in enum class com.loomcache.client.ClientReconnectMode
- AsyncCacheLoader<K,
V> - Interface in com.loomcache.client.cache -
Non-blocking strategy for loading values from a backing data source into an async read-through cache.
- asyncExecutorConfig() - Method in class com.loomcache.client.ClientConfig
- asyncExecutorConfig() - Method in class com.loomcache.client.LoomClient
- asyncExecutorConfig(AsyncLoomClient.AsyncExecutorConfig) - Method in class com.loomcache.client.ClientConfig.Builder
- asyncExecutorConfig(AsyncLoomClient.AsyncExecutorConfig) - Method in class com.loomcache.client.LoomClient.Builder
- AsyncExecutorConfig(int, int, int, long) - Constructor for record class com.loomcache.client.AsyncLoomClient.AsyncExecutorConfig
-
Creates an instance of a
AsyncExecutorConfigrecord class. - AsyncExecutorConfig(int, int, int, long) - Constructor for record class com.loomcache.client.cache.AsyncReadThroughCache.AsyncExecutorConfig
-
Creates an instance of a
AsyncExecutorConfigrecord class. - AsyncLoomClient - Class in com.loomcache.client
-
Non-blocking wrapper around
LoomClientthat submits each operation to a managed thread pool and returns aCompletableFuture. - AsyncLoomClient(LoomClient) - Constructor for class com.loomcache.client.AsyncLoomClient
- AsyncLoomClient(LoomClient, AsyncLoomClient.AsyncExecutorConfig) - Constructor for class com.loomcache.client.AsyncLoomClient
- AsyncLoomClient(LoomClient, ExecutorService) - Constructor for class com.loomcache.client.AsyncLoomClient
- AsyncLoomClient.AsyncExecutorConfig - Record Class in com.loomcache.client
- AsyncReadThroughCache<K,
V> - Class in com.loomcache.client.cache -
Application-facing async read-through helper.
- AsyncReadThroughCache(NearCache, AsyncCacheLoader) - Constructor for class com.loomcache.client.cache.AsyncReadThroughCache
- AsyncReadThroughCache(NearCache, AsyncCacheLoader, AsyncReadThroughCache.AsyncExecutorConfig) - Constructor for class com.loomcache.client.cache.AsyncReadThroughCache
- AsyncReadThroughCache.AsyncExecutorConfig - Record Class in com.loomcache.client.cache
- asyncStart() - Method in class com.loomcache.client.ClientConfig
- asyncStart() - Method in class com.loomcache.client.LoomClient
- asyncStart(boolean) - Method in class com.loomcache.client.ClientConfig.Builder
- asyncStart(boolean) - Method in class com.loomcache.client.LoomClient.Builder
- atomic() - Method in class com.loomcache.client.LoomBatch
- atomicLongAddAndGet(String, long) - Method in class com.loomcache.client.LoomClient
- atomicLongAddAndGet(String, long, String) - Method in class com.loomcache.client.LoomClient
- atomicLongCompareAndSet(String, long, long) - Method in class com.loomcache.client.LoomClient
- atomicLongCompareAndSet(String, long, long, String) - Method in class com.loomcache.client.LoomClient
- atomicLongDecrementAndGet(String) - Method in class com.loomcache.client.LoomClient
- atomicLongDecrementAndGet(String, String) - Method in class com.loomcache.client.LoomClient
- atomicLongGet(String) - Method in class com.loomcache.client.LoomClient
- atomicLongGetAndAdd(String, long) - Method in class com.loomcache.client.LoomClient
- atomicLongGetAndAdd(String, long, String) - Method in class com.loomcache.client.LoomClient
- atomicLongGetAndDecrement(String) - Method in class com.loomcache.client.LoomClient
- atomicLongGetAndDecrement(String, String) - Method in class com.loomcache.client.LoomClient
- atomicLongGetAndIncrement(String) - Method in class com.loomcache.client.LoomClient
- atomicLongGetAndIncrement(String, String) - Method in class com.loomcache.client.LoomClient
- atomicLongGetAndSet(String, long) - Method in class com.loomcache.client.LoomClient
- atomicLongGetAndSet(String, long, String) - Method in class com.loomcache.client.LoomClient
- atomicLongIncrementAndGet(String) - Method in class com.loomcache.client.LoomClient
- atomicLongIncrementAndGet(String, String) - Method in class com.loomcache.client.LoomClient
- atomicLongSet(String, long) - Method in class com.loomcache.client.LoomClient
- attribute() - Method in record class com.loomcache.client.query.LoomQuery.OrderColumn
-
Returns the value of the
attributerecord component. - auth(String, String) - Method in class com.loomcache.client.ClientConfig.Builder
- auth(String, String) - Method in class com.loomcache.client.LoomClient.Builder
- authRoles() - Method in class com.loomcache.client.ClientConfig
- authUsername() - Method in class com.loomcache.client.ClientConfig
- availablePermits() - Method in class com.loomcache.client.LoomLinearizableSemaphore
- averageWaitTime() - Method in record class com.loomcache.client.ConnectionPoolMetrics.MetricsSnapshot
-
Returns the value of the
averageWaitTimerecord component. - avg(LoomQuery, String) - Method in class com.loomcache.client.LoomMap
-
Average of
attributeover matching entries (Aggregators.doubleAvg); empty if no rows. - avgAccessTimeNs() - Method in record class com.loomcache.client.cache.NearCache.CacheEfficiency
-
Returns the value of the
avgAccessTimeNsrecord component. - avgLatencyMs() - Method in record class com.loomcache.client.LoomMap.LoomMapStats
-
Returns the value of the
avgLatencyMsrecord component. - avgRetryDelayMs() - Method in record class com.loomcache.client.retry.RetryPolicy.RetryStats
-
Returns the value of the
avgRetryDelayMsrecord component.
B
- baseDelayMs(long) - Method in class com.loomcache.client.retry.RetryPolicy.Builder
- batch() - Method in class com.loomcache.client.LoomCache
- batch() - Method in class com.loomcache.client.LoomClient
- batchingEnabled() - Method in class com.loomcache.client.query.LoomQueryCacheConfig
-
True when listener events should be buffered rather than delivered one at a time.
- batchMaxOperations() - Method in class com.loomcache.client.ClientConfig
- batchMaxOperations() - Method in class com.loomcache.client.LoomClient
- batchMaxOperations(int) - Method in class com.loomcache.client.ClientConfig.Builder
- batchMaxOperations(int) - Method in class com.loomcache.client.LoomClient.Builder
- batchSize() - Method in record class com.loomcache.client.cache.WriteBehindCache.WriteBehindConfig
-
Returns the value of the
batchSizerecord component. - batchSize() - Method in class com.loomcache.client.query.LoomQueryCacheConfig
- batchSize(int) - Method in class com.loomcache.client.query.LoomQueryCacheConfig.Builder
- between(String, Object, Object) - Static method in class com.loomcache.client.query.LoomPredicate
- bitmap(String, String, String...) - Static method in record class com.loomcache.client.query.IndexConfig
- bitmap(String, List) - Static method in record class com.loomcache.client.query.IndexConfig
- BITMAP - Enum constant in enum class com.loomcache.client.query.IndexType
- BLOCK - Enum constant in enum class com.loomcache.client.TopicOverloadPolicy
- bufferSize() - Method in class com.loomcache.client.query.LoomQueryCacheConfig
- bufferSize(int) - Method in class com.loomcache.client.query.LoomQueryCacheConfig.Builder
- build() - Method in class com.loomcache.client.ClientConfig.Builder
- build() - Method in class com.loomcache.client.ClientFailoverConfig.Builder
- build() - Method in class com.loomcache.client.LoomClient.Builder
- build() - Method in class com.loomcache.client.NearCachePreloaderConfig.Builder
- build() - Method in class com.loomcache.client.NearCacheReconciliationConfig.Builder
- build() - Method in class com.loomcache.client.query.LoomQueryCacheConfig.Builder
- build() - Method in class com.loomcache.client.retry.RetryPolicy.Builder
- buildClient() - Method in class com.loomcache.client.ClientConfig
- builder() - Static method in class com.loomcache.client.ClientConfig
- builder() - Static method in class com.loomcache.client.ClientFailoverConfig
- builder() - Static method in class com.loomcache.client.LoomClient
- builder() - Static method in class com.loomcache.client.NearCachePreloaderConfig
- builder() - Static method in class com.loomcache.client.NearCacheReconciliationConfig
- builder() - Static method in class com.loomcache.client.query.LoomQueryCacheConfig
- builder() - Static method in class com.loomcache.client.retry.RetryPolicy
- Builder() - Constructor for class com.loomcache.client.ClientConfig.Builder
- Builder() - Constructor for class com.loomcache.client.ClientFailoverConfig.Builder
- Builder() - Constructor for class com.loomcache.client.LoomClient.Builder
- Builder() - Constructor for class com.loomcache.client.NearCachePreloaderConfig.Builder
- Builder() - Constructor for class com.loomcache.client.NearCacheReconciliationConfig.Builder
- Builder() - Constructor for class com.loomcache.client.query.LoomQueryCacheConfig.Builder
- Builder() - Constructor for class com.loomcache.client.retry.RetryPolicy.Builder
C
- CACHE_ON_UPDATE - Enum constant in enum class com.loomcache.client.NearCacheLocalUpdatePolicy
- CacheEfficiency(double, double, double, double) - Constructor for record class com.loomcache.client.cache.NearCache.CacheEfficiency
-
Creates an instance of a
CacheEfficiencyrecord class. - CacheEntryMetadata(long, long, long, Duration) - Constructor for record class com.loomcache.client.cache.NearCache.CacheEntryMetadata
-
Creates an instance of a
CacheEntryMetadatarecord class. - CacheLoader<K,
V> - Interface in com.loomcache.client.cache -
Strategy for loading a single value from a backing data source into a read-through cache.
- calculateDelay(int) - Method in class com.loomcache.client.retry.RetryPolicy
- cancel(String) - Method in class com.loomcache.client.LoomExecutorService
- capacity() - Method in class com.loomcache.client.LoomRingbuffer
- capturedAt() - Method in record class com.loomcache.client.ConnectionPoolMetrics.MetricsSnapshot
-
Returns the value of the
capturedAtrecord component. - certificate() - Static method in class com.loomcache.client.security.ClientCredentials
-
Returns a marker credential selecting mTLS certificate authentication.
- CERTIFICATE_USERNAME - Static variable in class com.loomcache.client.security.ClientCredentials
- clear() - Method in class com.loomcache.client.LoomList
- clear() - Method in class com.loomcache.client.LoomMap
- clear() - Method in class com.loomcache.client.LoomMultiMap
- clear() - Method in class com.loomcache.client.LoomPriorityQueue
- clear() - Method in class com.loomcache.client.LoomSet
- clear() - Method in class com.loomcache.client.security.ClientCredentials
- clearAsync() - Method in class com.loomcache.client.LoomSet
- clearNearCache() - Method in class com.loomcache.client.LoomClient
- clearStats() - Method in class com.loomcache.client.cache.NearCache
- client(ClientConfig) - Method in class com.loomcache.client.ClientFailoverConfig.Builder
- CLIENT_CHANGED_CLUSTER - Enum constant in enum class com.loomcache.client.LifecycleState
- CLIENT_CONNECTED - Enum constant in enum class com.loomcache.client.LifecycleState
- CLIENT_DISCONNECTED - Enum constant in enum class com.loomcache.client.LifecycleState
- ClientConfig - Class in com.loomcache.client
-
Immutable configuration for a single
LoomClientinstance. - ClientConfig.Builder - Class in com.loomcache.client
- ClientCredentials - Class in com.loomcache.client.security
-
Encapsulates the username and credential payload (password or token bytes) used to authenticate a client connection.
- ClientFailoverConfig - Class in com.loomcache.client
-
Configuration for
FailoverLoomClient, specifying the ordered list of cluster configurations to try when a connection fails. - ClientFailoverConfig.Builder - Class in com.loomcache.client
- ClientReconnectMode - Enum Class in com.loomcache.client
-
Controls how the client behaves when it loses its connection to the cluster.
- ClientRoutingMode - Enum Class in com.loomcache.client
-
Determines which cluster members the client sends requests to.
- clients() - Method in class com.loomcache.client.ClientFailoverConfig
- clients(List) - Method in class com.loomcache.client.ClientFailoverConfig.Builder
- clientStatisticsConfig() - Method in class com.loomcache.client.ClientConfig
- clientStatisticsConfig(ClientStatisticsConfig) - Method in class com.loomcache.client.ClientConfig.Builder
- clientStatisticsConfig(ClientStatisticsConfig) - Method in class com.loomcache.client.LoomClient.Builder
- ClientStatisticsConfig - Record Class in com.loomcache.client
-
Configuration for periodic upload of client-side statistics to the cluster.
- ClientStatisticsConfig(boolean, Duration) - Constructor for record class com.loomcache.client.ClientStatisticsConfig
-
Creates an instance of a
ClientStatisticsConfigrecord class. - clientStatisticsEnabled(boolean) - Method in class com.loomcache.client.LoomClient.Builder
- clientStatisticsUploadInterval(Duration) - Method in class com.loomcache.client.LoomClient.Builder
- close() - Method in class com.loomcache.client.AsyncLoomClient
- close() - Method in class com.loomcache.client.cache.AsyncReadThroughCache
- close() - Method in class com.loomcache.client.cache.NearCache
- close() - Method in class com.loomcache.client.cache.WriteBehindCache
- close() - Method in class com.loomcache.client.FailoverLoomClient
- close() - Method in class com.loomcache.client.LoomCache
- close() - Method in class com.loomcache.client.LoomClient
- close() - Method in class com.loomcache.client.LoomTransaction
- close() - Method in class com.loomcache.client.query.LoomQueryCache
- close() - Method in interface com.loomcache.client.security.CredentialsFactory
- close() - Method in class com.loomcache.client.security.StaticCredentialsFactory
- closeSubscriptions() - Method in class com.loomcache.client.LoomTopic
- coalesce() - Method in class com.loomcache.client.query.LoomQueryCacheConfig
- coalesce(boolean) - Method in class com.loomcache.client.query.LoomQueryCacheConfig.Builder
- col(String) - Static method in class com.loomcache.client.query.LoomPredicate
-
Normalizes alternate/legacy attribute spellings (
__key/key->_key,__value/this->value) and validates the attribute as a safe identifier path, returning the SQL column to address it. - columnCount() - Method in class com.loomcache.client.LoomSqlResult
- columnName() - Method in record class com.loomcache.client.query.IndexConfig
- columnNames() - Method in class com.loomcache.client.LoomSqlResult
- columnNames() - Method in record class com.loomcache.client.query.IndexConfig
-
Returns the value of the
columnNamesrecord component. - com.loomcache.client - package com.loomcache.client
-
Public client APIs for connecting to a LoomCache cluster and working with distributed objects.
- com.loomcache.client.cache - package com.loomcache.client.cache
- com.loomcache.client.query - package com.loomcache.client.query
- com.loomcache.client.retry - package com.loomcache.client.retry
- com.loomcache.client.security - package com.loomcache.client.security
- commit() - Method in class com.loomcache.client.LoomTransaction
- committedSubBatches() - Method in record class com.loomcache.client.LoomBatch.Result
-
Returns the value of the
committedSubBatchesrecord component. - compareAndDelete(K, V) - Method in class com.loomcache.client.LoomMap
- compareAndSet(long, long) - Method in class com.loomcache.client.LoomAtomicLong
- computeIfAbsent(K, Function) - Method in class com.loomcache.client.LoomMap
-
The mapping function may be invoked speculatively when another client wins the remote put-if-absent race.
- connect() - Method in class com.loomcache.client.FailoverLoomClient
- connect() - Method in class com.loomcache.client.LoomClient
- connect(ClientFailoverConfig) - Static method in class com.loomcache.client.FailoverLoomClient
- connect(String...) - Static method in class com.loomcache.client.LoomCache
- connect(List) - Static method in class com.loomcache.client.LoomCache
- connectAsync() - Method in class com.loomcache.client.AsyncLoomClient
- connectedNodeCount() - Method in class com.loomcache.client.AsyncLoomClient
- connectedNodeCount() - Method in class com.loomcache.client.FailoverLoomClient
- connectedNodeCount() - Method in class com.loomcache.client.LoomCache
- connectedNodeCount() - Method in class com.loomcache.client.LoomClient
- connectedNodes() - Method in class com.loomcache.client.LoomClient
- connectFailover(ClientFailoverConfig) - Static method in class com.loomcache.client.LoomCache
- connectionErrors() - Method in record class com.loomcache.client.ConnectionPoolMetrics.MetricsSnapshot
-
Returns the value of the
connectionErrorsrecord component. - ConnectionPoolMetrics - Class in com.loomcache.client
-
Live counters for the client's connection pool.
- ConnectionPoolMetrics() - Constructor for class com.loomcache.client.ConnectionPoolMetrics
- ConnectionPoolMetrics.MetricsSnapshot - Record Class in com.loomcache.client
- connectionTimeout() - Method in class com.loomcache.client.ClientConfig
- connectionTimeout(Duration) - Method in class com.loomcache.client.ClientConfig.Builder
- connectionTimeout(Duration) - Method in class com.loomcache.client.LoomClient.Builder
- consistencySubsystem() - Method in class com.loomcache.client.LoomClient
- contains(E) - Method in class com.loomcache.client.LoomGSet
- contains(E) - Method in class com.loomcache.client.LoomORSet
- contains(E) - Method in class com.loomcache.client.LoomSet
- containsAsync(E) - Method in class com.loomcache.client.LoomSet
- containsKey(K) - Method in class com.loomcache.client.LoomMap
- containsKey(K) - Method in class com.loomcache.client.LoomReplicatedMap
- containsKey(K) - Method in class com.loomcache.client.query.LoomQueryCache
- containsKey(K, Duration) - Method in class com.loomcache.client.LoomMap
- containsKeyAsync(K) - Method in class com.loomcache.client.LoomMap
- copy() - Method in class com.loomcache.client.security.ClientCredentials
- corePoolSize() - Method in record class com.loomcache.client.AsyncLoomClient.AsyncExecutorConfig
-
Returns the value of the
corePoolSizerecord component. - corePoolSize() - Method in record class com.loomcache.client.cache.AsyncReadThroughCache.AsyncExecutorConfig
-
Returns the value of the
corePoolSizerecord component. - count(LoomQuery) - Method in class com.loomcache.client.LoomMap
-
Counts entries matching
query(SELECT COUNT(*)). - create(LoomClient, String, BiPredicate, Class, Class) - Static method in class com.loomcache.client.query.LoomQueryCache
- create(LoomClient, String, BiPredicate, Class, Class, LoomQueryCacheConfig) - Static method in class com.loomcache.client.query.LoomQueryCache
- createdAtNs() - Method in record class com.loomcache.client.cache.NearCache.CacheEntryMetadata
-
Returns the value of the
createdAtNsrecord component. - createServerFiltered(LoomClient, String, SerializablePredicate, Class, Class) - Static method in class com.loomcache.client.query.LoomQueryCache
- createServerFiltered(LoomClient, String, SerializablePredicate, Class, Class, LoomQueryCacheConfig) - Static method in class com.loomcache.client.query.LoomQueryCache
- credentialsFactory() - Method in class com.loomcache.client.ClientConfig
- credentialsFactory(CredentialsFactory) - Method in class com.loomcache.client.ClientConfig.Builder
- credentialsFactory(CredentialsFactory) - Method in class com.loomcache.client.LoomClient.Builder
- CredentialsFactory - Interface in com.loomcache.client.security
-
Provider of
ClientCredentialsfor each authentication attempt. - CredentialsRequest - Record Class in com.loomcache.client.security
-
Context passed to a
CredentialsFactorywhen the client needs credentials for a specific cluster member. - CredentialsRequest(String, String) - Constructor for record class com.loomcache.client.security.CredentialsRequest
-
Creates an instance of a
CredentialsRequestrecord class. - currentClient() - Method in class com.loomcache.client.FailoverLoomClient
- currentConfigIndex() - Method in class com.loomcache.client.FailoverLoomClient
- currentWaitCount() - Method in record class com.loomcache.client.ConnectionPoolMetrics.MetricsSnapshot
-
Returns the value of the
currentWaitCountrecord component.
D
- decrementAndGet() - Method in class com.loomcache.client.LoomAtomicLong
- decrementAndGet() - Method in class com.loomcache.client.LoomPNCounter
- decrementWaitCount() - Method in class com.loomcache.client.ConnectionPoolMetrics
- DEFAULT_BATCH_MAX_OPERATIONS - Static variable in class com.loomcache.client.ClientConfig
- DEFAULT_BATCH_SIZE - Static variable in class com.loomcache.client.query.LoomQueryCacheConfig
- DEFAULT_BUFFER_SIZE - Static variable in class com.loomcache.client.query.LoomQueryCacheConfig
- DEFAULT_COALESCE - Static variable in class com.loomcache.client.query.LoomQueryCacheConfig
- DEFAULT_CONNECTION_TIMEOUT - Static variable in class com.loomcache.client.ClientConfig
- DEFAULT_CP_SESSION_HEARTBEAT_INTERVAL - Static variable in class com.loomcache.client.ClientConfig
- DEFAULT_DELAY_SECONDS - Static variable in class com.loomcache.client.query.LoomQueryCacheConfig
- DEFAULT_DIRECTORY - Static variable in class com.loomcache.client.NearCachePreloaderConfig
- DEFAULT_INTERVAL - Static variable in class com.loomcache.client.NearCacheReconciliationConfig
- DEFAULT_LEADER_ELECTION_RETRY_INTERVAL - Static variable in class com.loomcache.client.ClientConfig
- DEFAULT_LEADER_ELECTION_WAIT_TIMEOUT - Static variable in class com.loomcache.client.ClientConfig
- DEFAULT_LEADER_FAILURE_EVICTION_THRESHOLD - Static variable in class com.loomcache.client.ClientConfig
- DEFAULT_LISTENER_FANOUT_KEEP_ALIVE - Static variable in class com.loomcache.client.ClientConfig
- DEFAULT_MAX_IN_FLIGHT_REQUESTS - Static variable in class com.loomcache.client.ClientConfig
- DEFAULT_MAX_OPERATIONS - Static variable in class com.loomcache.client.LoomBatch
- DEFAULT_MAX_REDIRECTS - Static variable in class com.loomcache.client.ClientConfig
- DEFAULT_MAX_RETRIES - Static variable in class com.loomcache.client.ClientConfig
- DEFAULT_NEAR_CACHE_CLEANUP_INTERVAL - Static variable in class com.loomcache.client.ClientConfig
- DEFAULT_NEAR_CACHE_ENABLED - Static variable in class com.loomcache.client.ClientConfig
- DEFAULT_NEAR_CACHE_EVICTION_POLICY - Static variable in class com.loomcache.client.ClientConfig
- DEFAULT_NEAR_CACHE_LOCAL_UPDATE_POLICY - Static variable in class com.loomcache.client.ClientConfig
- DEFAULT_NEAR_CACHE_MAX_SIZE - Static variable in class com.loomcache.client.ClientConfig
- DEFAULT_NEAR_CACHE_POLL_DEFAULT_INTERVAL - Static variable in class com.loomcache.client.ClientConfig
- DEFAULT_NEAR_CACHE_POLL_MIN_INTERVAL - Static variable in class com.loomcache.client.ClientConfig
- DEFAULT_NEAR_CACHE_TTL - Static variable in class com.loomcache.client.ClientConfig
- DEFAULT_POPULATE - Static variable in class com.loomcache.client.query.LoomQueryCacheConfig
- DEFAULT_REQUEST_TIMEOUT - Static variable in class com.loomcache.client.ClientConfig
- DEFAULT_RETRY_BASE_DELAY - Static variable in class com.loomcache.client.ClientConfig
- DEFAULT_STORE_INITIAL_DELAY - Static variable in class com.loomcache.client.NearCachePreloaderConfig
- DEFAULT_STORE_INTERVAL - Static variable in class com.loomcache.client.NearCachePreloaderConfig
- DEFAULT_TOLERATED_MISS_COUNT - Static variable in class com.loomcache.client.NearCacheReconciliationConfig
- DEFAULT_TOPIC_POLLING_CONFIG - Static variable in class com.loomcache.client.ClientConfig
- DEFAULT_UPLOAD_INTERVAL - Static variable in record class com.loomcache.client.ClientStatisticsConfig
- defaultPolicy() - Static method in class com.loomcache.client.retry.RetryPolicy
- defaultQueryCacheConfig() - Method in class com.loomcache.client.ClientConfig
- defaultQueryCacheConfig() - Method in class com.loomcache.client.LoomClient
-
Default
LoomQueryCacheConfigapplied to continuous query caches created viaLoomQueryCache.create(LoomClient, String, BiPredicate, Class, Class)without an explicit config. - defaultQueryCacheConfig(LoomQueryCacheConfig) - Method in class com.loomcache.client.ClientConfig.Builder
-
Default continuous-query-cache config for caches created without an explicit one.
- defaultQueryCacheConfig(LoomQueryCacheConfig) - Method in class com.loomcache.client.LoomClient.Builder
-
Default
LoomQueryCacheConfigfor continuous query caches created without an explicit config. - defaults() - Static method in record class com.loomcache.client.AsyncLoomClient.AsyncExecutorConfig
- defaults() - Static method in record class com.loomcache.client.cache.AsyncReadThroughCache.AsyncExecutorConfig
- defaults() - Static method in record class com.loomcache.client.cache.NearCache.NearCacheConfig
- defaults() - Static method in record class com.loomcache.client.cache.WriteBehindCache.WriteBehindConfig
- defaults() - Static method in class com.loomcache.client.query.LoomQueryCacheConfig
- defaults() - Static method in record class com.loomcache.client.TopicPollingConfig
- delaySeconds() - Method in class com.loomcache.client.query.LoomQueryCacheConfig
- delaySeconds(int) - Method in class com.loomcache.client.query.LoomQueryCacheConfig.Builder
- delete(String) - Method in class com.loomcache.client.LoomBatch.MapOps
- delete(String, Object) - Method in class com.loomcache.client.LoomTransaction
- delete(String, String) - Method in class com.loomcache.client.LoomTransaction
- delete(K) - Method in class com.loomcache.client.LoomMap
- delete(K, Duration) - Method in class com.loomcache.client.LoomMap
- deleteAsync(K) - Method in class com.loomcache.client.LoomMap
- deleteObject(Object) - Method in class com.loomcache.client.LoomBatch.MapOps
- deleteObject(String, Object) - Method in class com.loomcache.client.LoomTransaction
- depth() - Method in class com.loomcache.client.Pipelining
- deregisterMapListener(String, LoomClient.MapChangeListener) - Method in class com.loomcache.client.LoomClient
- descending() - Method in record class com.loomcache.client.query.LoomQuery.OrderColumn
-
Returns the value of the
descendingrecord component. - deserializeClientValue(String) - Method in class com.loomcache.client.LoomClient
- directory() - Method in class com.loomcache.client.NearCachePreloaderConfig
- directory(Path) - Method in class com.loomcache.client.NearCachePreloaderConfig.Builder
- disabled() - Static method in record class com.loomcache.client.ClientStatisticsConfig
- disabled() - Static method in class com.loomcache.client.NearCachePreloaderConfig
- disabled() - Static method in class com.loomcache.client.NearCacheReconciliationConfig
- DISCARD_NEWEST - Enum constant in enum class com.loomcache.client.TopicOverloadPolicy
- DISCARD_OLDEST - Enum constant in enum class com.loomcache.client.TopicOverloadPolicy
- distributedObjectCreated(DistributedObjectEvent) - Method in interface com.loomcache.client.DistributedObjectListener
- distributedObjectDestroyed(DistributedObjectEvent) - Method in interface com.loomcache.client.DistributedObjectListener
- DistributedObjectEvent - Record Class in com.loomcache.client
-
Notification that a named distributed object was created or destroyed in the cluster.
- DistributedObjectEvent(String, String) - Constructor for record class com.loomcache.client.DistributedObjectEvent
-
Creates an instance of a
DistributedObjectEventrecord class. - DistributedObjectListener - Interface in com.loomcache.client
-
Listener notified when distributed objects are created or destroyed in the cluster.
- drain() - Method in class com.loomcache.client.LoomQueue
- drainAsync() - Method in class com.loomcache.client.LoomQueue
- drainTo(Collection) - Method in class com.loomcache.client.LoomQueue
- drainTo(Collection, int) - Method in class com.loomcache.client.LoomQueue
- drainToAsync(Collection, int) - Method in class com.loomcache.client.LoomQueue
E
- emptyPollDelay() - Method in record class com.loomcache.client.TopicPollingConfig
-
Returns the value of the
emptyPollDelayrecord component. - enabled() - Method in record class com.loomcache.client.ClientStatisticsConfig
-
Returns the value of the
enabledrecord component. - enabled() - Method in class com.loomcache.client.NearCachePreloaderConfig
- enabled() - Method in class com.loomcache.client.NearCacheReconciliationConfig
- enabled(boolean) - Method in class com.loomcache.client.NearCachePreloaderConfig.Builder
- enabled(boolean) - Method in class com.loomcache.client.NearCacheReconciliationConfig.Builder
- enabledConfig() - Static method in record class com.loomcache.client.ClientStatisticsConfig
- enabledDefaults() - Static method in class com.loomcache.client.NearCacheReconciliationConfig
- entrySet(LoomQuery) - Method in class com.loomcache.client.LoomMap
-
Returns the entries matching
query(query selects matching keys server-side, then values are fetched and deserialized client-side). - entrySetPage(LoomQuery, K, int) - Method in class com.loomcache.client.LoomMap
-
Keyset-paginated
LoomMap.entrySet(LoomQuery): seeLoomMap.keySetPage(LoomQuery, K, int). - eq(String, Object) - Static method in class com.loomcache.client.query.LoomPredicate
-
Equality; a
nullvalue compiles toIS NULL. - equals(Object) - Method in record class com.loomcache.client.AsyncLoomClient.AsyncExecutorConfig
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.loomcache.client.cache.AsyncReadThroughCache.AsyncExecutorConfig
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.loomcache.client.cache.NearCache.CacheEfficiency
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.loomcache.client.cache.NearCache.CacheEntryMetadata
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.loomcache.client.cache.NearCache.EvictionPolicy.LFU
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.loomcache.client.cache.NearCache.EvictionPolicy.LRU
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.loomcache.client.cache.NearCache.EvictionPolicy.Random
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.loomcache.client.cache.NearCache.NearCacheConfig
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.loomcache.client.cache.NearCache.NearCacheStats
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.loomcache.client.cache.WriteBehindCache.WriteBehindConfig
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.loomcache.client.ClientStatisticsConfig
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.loomcache.client.ConnectionPoolMetrics.MetricsSnapshot
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.loomcache.client.DistributedObjectEvent
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.loomcache.client.InitialMembershipEvent
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.loomcache.client.LifecycleEvent
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.loomcache.client.LoomBatch.Result
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.loomcache.client.LoomEntryView
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.loomcache.client.LoomLWWRegister.Snapshot
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.loomcache.client.LoomMap.LoomMapStats
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class com.loomcache.client.LoomSqlResult
- equals(Object) - Method in record class com.loomcache.client.MemberEvent
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.loomcache.client.query.IndexConfig
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.loomcache.client.query.LoomQuery.OrderColumn
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.loomcache.client.query.LoomQueryCache.QueryCacheStatistics
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.loomcache.client.retry.RetryPolicy.RetryStats
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.loomcache.client.security.CredentialsRequest
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.loomcache.client.TopicPollingConfig
-
Indicates whether some other object is "equal to" this one.
- ERROR - Enum constant in enum class com.loomcache.client.TopicOverloadPolicy
- ERROR_CODE - Static variable in exception class com.loomcache.client.PartialPutFailureException
- errorBackoffBaseDelay() - Method in record class com.loomcache.client.TopicPollingConfig
-
Returns the value of the
errorBackoffBaseDelayrecord component. - errorBackoffShiftCap() - Method in record class com.loomcache.client.TopicPollingConfig
-
Returns the value of the
errorBackoffShiftCaprecord component. - errorCode() - Method in exception class com.loomcache.client.PartialPutFailureException
- errorCode() - Method in exception class com.loomcache.client.RingbufferSequenceLostException
- errorCode() - Method in exception class com.loomcache.client.TopicSequenceLostException
- eventsProcessed() - Method in record class com.loomcache.client.query.LoomQueryCache.QueryCacheStatistics
-
Returns the value of the
eventsProcessedrecord component. - evict(K) - Method in class com.loomcache.client.LoomMap
-
Evicts the entry for
keyfrom the cluster's in-memory store while preserving the backing MapStore (evict ! - evictionPolicy() - Method in record class com.loomcache.client.cache.NearCache.NearCacheConfig
-
Returns the value of the
evictionPolicyrecord component. - evictionRate() - Method in record class com.loomcache.client.cache.NearCache.CacheEfficiency
-
Returns the value of the
evictionRaterecord component. - evictions() - Method in record class com.loomcache.client.cache.NearCache.NearCacheStats
-
Returns the value of the
evictionsrecord component. - execute() - Method in class com.loomcache.client.LoomBatch
- execute() - Method in interface com.loomcache.client.retry.RetryPolicy.RetryableOperation
- execute(RetryPolicy.RetryableOperation) - Method in class com.loomcache.client.retry.RetryPolicy
- executeAndReport() - Method in class com.loomcache.client.LoomBatch
- executeOnEntries(LoomQuery, EntryProcessor) - Method in class com.loomcache.client.LoomMap
-
Applies
processorto every entry whose value matchesquery(the matching keySet is resolved server-side by the SQL engine, then processed viaLoomMap.executeOnKeys(Set, EntryProcessor)). - executeOnEntries(EntryProcessor) - Method in class com.loomcache.client.LoomMap
-
Applies
processorto every entry in the map. - executeOnKey(K, EntryProcessor) - Method in class com.loomcache.client.LoomMap
-
Applies
processoratomically to the entry forkeyon its owning replicas and returns the processor result. - executeOnKeys(Set, EntryProcessor) - Method in class com.loomcache.client.LoomMap
-
Applies
processorto each of the given keys, returning the per-key results in iteration order. - expectedClusterId() - Method in class com.loomcache.client.ClientFailoverConfig
- expectedClusterId(String) - Method in class com.loomcache.client.ClientFailoverConfig.Builder
F
- failedKeys() - Method in exception class com.loomcache.client.PartialPutFailureException
- failover() - Method in class com.loomcache.client.FailoverLoomClient
- FailoverLoomClient - Class in com.loomcache.client
-
A client that can switch between multiple cluster configurations when the current cluster becomes unavailable.
- FailoverLoomClient(ClientFailoverConfig) - Constructor for class com.loomcache.client.FailoverLoomClient
- failure() - Method in record class com.loomcache.client.LoomBatch.Result
-
Returns the value of the
failurerecord component. - flush() - Method in class com.loomcache.client.cache.WriteBehindCache
- flush(K, V) - Method in interface com.loomcache.client.cache.WriteBehindCache.WriteFlushCallback
- flushInterval() - Method in record class com.loomcache.client.cache.WriteBehindCache.WriteBehindConfig
-
Returns the value of the
flushIntervalrecord component. - fromWireFormat(Map) - Static method in class com.loomcache.client.LoomSqlResult
G
- ge(String, Object) - Static method in class com.loomcache.client.query.LoomPredicate
- get() - Method in class com.loomcache.client.LoomAtomicLong
- get() - Method in class com.loomcache.client.LoomLWWRegister
- get() - Method in class com.loomcache.client.LoomPNCounter
- get(int) - Method in class com.loomcache.client.LoomList
- get(K) - Method in class com.loomcache.client.cache.NearCache
- get(K) - Method in class com.loomcache.client.cache.ReadThroughCache
- get(K) - Method in class com.loomcache.client.LoomMap
- get(K) - Method in class com.loomcache.client.LoomMultiMap
- get(K) - Method in class com.loomcache.client.LoomReplicatedMap
-
Returns the locally-visible value for
key, ornullif absent (or tombstoned). - get(K) - Method in class com.loomcache.client.query.LoomQueryCache
- get(K, Duration) - Method in class com.loomcache.client.LoomMap
- getActiveConnections() - Method in class com.loomcache.client.ConnectionPoolMetrics
- getAll(Collection) - Method in class com.loomcache.client.cache.ReadThroughCache
- getAll(Collection) - Method in class com.loomcache.client.LoomMap
- getAllAsync(Collection) - Method in class com.loomcache.client.cache.AsyncReadThroughCache
- getAndAdd(long) - Method in class com.loomcache.client.LoomAtomicLong
- getAndDecrement() - Method in class com.loomcache.client.LoomAtomicLong
- getAndIncrement() - Method in class com.loomcache.client.LoomAtomicLong
- getAndRemove(K) - Method in class com.loomcache.client.LoomMap
- getAndSet(long) - Method in class com.loomcache.client.LoomAtomicLong
- getAsync(K) - Method in class com.loomcache.client.cache.AsyncReadThroughCache
- getAsync(K) - Method in class com.loomcache.client.LoomMap
- getAtomicLong(String) - Method in class com.loomcache.client.LoomConsistencySubsystem
- getAverageWaitTime() - Method in class com.loomcache.client.ConnectionPoolMetrics
- getCacheEfficiency() - Method in class com.loomcache.client.cache.NearCache
- getColumnIndex(String) - Method in class com.loomcache.client.LoomSqlResult
- getColumnName(int) - Method in class com.loomcache.client.LoomSqlResult
- getConnectionErrors() - Method in class com.loomcache.client.ConnectionPoolMetrics
- getConsistencySubsystem() - Method in class com.loomcache.client.LoomClient
- getCredentials(CredentialsRequest) - Method in interface com.loomcache.client.security.CredentialsFactory
-
Returns credentials for one authentication attempt.
- getCredentials(CredentialsRequest) - Method in class com.loomcache.client.security.StaticCredentialsFactory
- getCurrentPollBackoffMs() - Method in class com.loomcache.client.LoomTopic
- getCurrentToken() - Method in class com.loomcache.client.LoomLinearizableLock
- getCurrentWaitCount() - Method in class com.loomcache.client.ConnectionPoolMetrics
- getDecodeFailureCount() - Method in class com.loomcache.client.LoomTopic
- getDetailedStats() - Method in class com.loomcache.client.cache.NearCache
- getEntryMetadata(K) - Method in class com.loomcache.client.cache.NearCache
- getEntryView(K) - Method in class com.loomcache.client.LoomMap
- getEvictionPolicy() - Method in class com.loomcache.client.cache.NearCache
- getExecutorService(String) - Method in class com.loomcache.client.LoomClient
- getForUpdate(String, String) - Method in class com.loomcache.client.LoomTransaction
- getGSet(String) - Method in class com.loomcache.client.LoomCache
- getGSet(String) - Method in class com.loomcache.client.LoomClient
- getIdGenerator(String) - Method in class com.loomcache.client.LoomCache
- getIdGenerator(String) - Method in class com.loomcache.client.LoomClient
- getIdGenerator(String, int, long) - Method in class com.loomcache.client.LoomCache
- getIdGenerator(String, int, long) - Method in class com.loomcache.client.LoomClient
- getIdleConnections() - Method in class com.loomcache.client.ConnectionPoolMetrics
- getLastSequenceLoss() - Method in class com.loomcache.client.LoomTopic
- getList(String) - Method in class com.loomcache.client.LoomCache
- getList(String) - Method in class com.loomcache.client.LoomClient
- getListenerFailureCount() - Method in class com.loomcache.client.LoomTopic
- getLock(String) - Method in class com.loomcache.client.LoomConsistencySubsystem
- getLWWRegister(String) - Method in class com.loomcache.client.LoomCache
- getLWWRegister(String) - Method in class com.loomcache.client.LoomClient
- getMap(String) - Method in class com.loomcache.client.LoomCache
- getMap(String) - Method in class com.loomcache.client.LoomClient
- getMetrics() - Method in class com.loomcache.client.ConnectionPoolMetrics
- getMultiMap(String) - Method in class com.loomcache.client.LoomCache
- getMultiMap(String) - Method in class com.loomcache.client.LoomClient
- getName() - Method in class com.loomcache.client.LoomReplicatedMap
- getNearCacheSize() - Method in class com.loomcache.client.LoomClient
- getObjectForUpdate(String, Object) - Method in class com.loomcache.client.LoomTransaction
- getORSet(String) - Method in class com.loomcache.client.LoomCache
- getORSet(String) - Method in class com.loomcache.client.LoomClient
- getPendingCount() - Method in class com.loomcache.client.cache.WriteBehindCache
- getPermanentListenerFailureCount() - Method in class com.loomcache.client.LoomTopic
- getPNCounter(String) - Method in class com.loomcache.client.LoomCache
- getPNCounter(String) - Method in class com.loomcache.client.LoomClient
- getPollFailureCount() - Method in class com.loomcache.client.LoomTopic
- getPriorityQueue(String) - Method in class com.loomcache.client.LoomCache
- getPriorityQueue(String) - Method in class com.loomcache.client.LoomClient
- getQueue(String) - Method in class com.loomcache.client.LoomCache
- getQueue(String) - Method in class com.loomcache.client.LoomClient
- getReliableTopic(String) - Method in class com.loomcache.client.LoomCache
- getReliableTopic(String) - Method in class com.loomcache.client.LoomClient
- getReliableTopic(String, int, TopicOverloadPolicy) - Method in class com.loomcache.client.LoomCache
- getReliableTopic(String, int, TopicOverloadPolicy) - Method in class com.loomcache.client.LoomClient
- getReplicatedMap(String) - Method in class com.loomcache.client.LoomClient
-
Returns a native AP
LoomReplicatedMap— an eventually-consistent, fast-local-read map for reference data (every node holds a full copy; writes broadcast under last-writer-wins). - getRetryStats() - Method in class com.loomcache.client.retry.RetryPolicy
- getRingbuffer(String) - Method in class com.loomcache.client.LoomCache
- getRingbuffer(String) - Method in class com.loomcache.client.LoomClient
- getRingbuffer(String, int) - Method in class com.loomcache.client.LoomCache
- getRingbuffer(String, int) - Method in class com.loomcache.client.LoomClient
- getRow(int) - Method in class com.loomcache.client.LoomSqlResult
- getSemaphore(String) - Method in class com.loomcache.client.LoomConsistencySubsystem
- getSequenceLossCount() - Method in class com.loomcache.client.LoomTopic
- getSet(String) - Method in class com.loomcache.client.LoomCache
- getSet(String) - Method in class com.loomcache.client.LoomClient
- getStatistics() - Method in class com.loomcache.client.query.LoomQueryCache
- getStats() - Method in class com.loomcache.client.cache.AsyncReadThroughCache
- getStats() - Method in class com.loomcache.client.cache.NearCache
- getStats() - Method in class com.loomcache.client.cache.ReadThroughCache
- getStats() - Method in class com.loomcache.client.LoomMap
- getTopic(String) - Method in class com.loomcache.client.LoomCache
- getTopic(String) - Method in class com.loomcache.client.LoomClient
- getTopic(String, Class) - Method in class com.loomcache.client.LoomClient
- getTotalCreated() - Method in class com.loomcache.client.ConnectionPoolMetrics
- getTotalDestroyed() - Method in class com.loomcache.client.ConnectionPoolMetrics
- getTotalWaitCount() - Method in class com.loomcache.client.ConnectionPoolMetrics
- getTotalWaitTime() - Method in class com.loomcache.client.ConnectionPoolMetrics
- getValue(int, int) - Method in class com.loomcache.client.LoomSqlResult
- getValue(int, String) - Method in class com.loomcache.client.LoomSqlResult
- getWithTimestamp() - Method in class com.loomcache.client.LoomLWWRegister
- groupIdempotencyKeys() - Method in exception class com.loomcache.client.PartialPutFailureException
- groupOutcomes() - Method in exception class com.loomcache.client.PartialPutFailureException
- gSetAdd(String, String) - Method in class com.loomcache.client.LoomClient
- gSetContains(String, String) - Method in class com.loomcache.client.LoomClient
- gSetMembers(String) - Method in class com.loomcache.client.LoomClient
- gSetSize(String) - Method in class com.loomcache.client.LoomClient
- gt(String, Object) - Static method in class com.loomcache.client.query.LoomPredicate
H
- hasExplicitLimit() - Method in class com.loomcache.client.query.LoomQuery
-
Whether the caller set an explicit
LoomQuery.limit(int). - hash(String, String, String...) - Static method in record class com.loomcache.client.query.IndexConfig
- hash(String, List) - Static method in record class com.loomcache.client.query.IndexConfig
- HASH - Enum constant in enum class com.loomcache.client.query.IndexType
- hashCode() - Method in record class com.loomcache.client.AsyncLoomClient.AsyncExecutorConfig
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.loomcache.client.cache.AsyncReadThroughCache.AsyncExecutorConfig
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.loomcache.client.cache.NearCache.CacheEfficiency
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.loomcache.client.cache.NearCache.CacheEntryMetadata
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.loomcache.client.cache.NearCache.EvictionPolicy.LFU
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.loomcache.client.cache.NearCache.EvictionPolicy.LRU
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.loomcache.client.cache.NearCache.EvictionPolicy.Random
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.loomcache.client.cache.NearCache.NearCacheConfig
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.loomcache.client.cache.NearCache.NearCacheStats
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.loomcache.client.cache.WriteBehindCache.WriteBehindConfig
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.loomcache.client.ClientStatisticsConfig
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.loomcache.client.ConnectionPoolMetrics.MetricsSnapshot
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.loomcache.client.DistributedObjectEvent
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.loomcache.client.InitialMembershipEvent
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.loomcache.client.LifecycleEvent
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.loomcache.client.LoomBatch.Result
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.loomcache.client.LoomEntryView
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.loomcache.client.LoomLWWRegister.Snapshot
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.loomcache.client.LoomMap.LoomMapStats
-
Returns a hash code value for this object.
- hashCode() - Method in class com.loomcache.client.LoomSqlResult
- hashCode() - Method in record class com.loomcache.client.MemberEvent
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.loomcache.client.query.IndexConfig
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.loomcache.client.query.LoomQuery.OrderColumn
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.loomcache.client.query.LoomQueryCache.QueryCacheStatistics
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.loomcache.client.retry.RetryPolicy.RetryStats
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.loomcache.client.security.CredentialsRequest
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.loomcache.client.TopicPollingConfig
-
Returns a hash code value for this object.
- headSequence() - Method in class com.loomcache.client.LoomRingbuffer
- headSequence() - Method in exception class com.loomcache.client.RingbufferSequenceLostException
- headSequence() - Method in exception class com.loomcache.client.TopicSequenceLostException
- hitCount() - Method in record class com.loomcache.client.cache.NearCache.CacheEntryMetadata
-
Returns the value of the
hitCountrecord component. - hitRate() - Method in record class com.loomcache.client.cache.NearCache.CacheEfficiency
-
Returns the value of the
hitRaterecord component. - hitRate() - Method in record class com.loomcache.client.cache.NearCache.NearCacheStats
-
Returns the value of the
hitRaterecord component. - hitRatio() - Method in record class com.loomcache.client.cache.NearCache.NearCacheStats
- hits() - Method in record class com.loomcache.client.cache.NearCache.NearCacheStats
-
Returns the value of the
hitsrecord component. - hits() - Method in record class com.loomcache.client.LoomEntryView
-
Returns the value of the
hitsrecord component.
I
- idGeneratorNext(String) - Method in class com.loomcache.client.LoomClient
- idGeneratorNextBatch(String, int) - Method in class com.loomcache.client.LoomClient
- idleCleanupInterval() - Method in record class com.loomcache.client.cache.NearCache.NearCacheConfig
-
Returns the value of the
idleCleanupIntervalrecord component. - idleConnections() - Method in record class com.loomcache.client.ConnectionPoolMetrics.MetricsSnapshot
-
Returns the value of the
idleConnectionsrecord component. - ilike(String, String) - Static method in class com.loomcache.client.query.LoomPredicate
-
Case-insensitive
LIKE. - in(String, Object...) - Static method in class com.loomcache.client.query.LoomPredicate
- in(String, Collection) - Static method in class com.loomcache.client.query.LoomPredicate
- incrementAndGet() - Method in class com.loomcache.client.LoomAtomicLong
- incrementAndGet() - Method in class com.loomcache.client.LoomPNCounter
- incrementWaitCount() - Method in class com.loomcache.client.ConnectionPoolMetrics
- IndexConfig - Record Class in com.loomcache.client.query
-
Describes a secondary index to be created on a distributed map.
- IndexConfig(String, String, IndexType) - Constructor for record class com.loomcache.client.query.IndexConfig
- IndexConfig(String, List, IndexType) - Constructor for record class com.loomcache.client.query.IndexConfig
-
Creates an instance of a
IndexConfigrecord class. - indexName() - Method in record class com.loomcache.client.query.IndexConfig
-
Returns the value of the
indexNamerecord component. - indexType() - Method in record class com.loomcache.client.query.IndexConfig
-
Returns the value of the
indexTyperecord component. - IndexType - Enum Class in com.loomcache.client.query
-
The kind of secondary index maintained by the cluster for a distributed map.
- inFlight() - Method in class com.loomcache.client.Pipelining
- init(InitialMembershipEvent) - Method in interface com.loomcache.client.InitialMembershipListener
- initialErrorLogCount() - Method in record class com.loomcache.client.TopicPollingConfig
-
Returns the value of the
initialErrorLogCountrecord component. - InitialMembershipEvent - Record Class in com.loomcache.client
-
Snapshot of the cluster membership delivered once to a newly registered
InitialMembershipListenerbefore any incremental add/remove events are sent. - InitialMembershipEvent(Set) - Constructor for record class com.loomcache.client.InitialMembershipEvent
-
Creates an instance of a
InitialMembershipEventrecord class. - InitialMembershipListener - Interface in com.loomcache.client
-
Extension of
MembershipListenerthat also receives the full membership snapshot when first registered, before any incremental change events arrive. - interval() - Method in class com.loomcache.client.NearCacheReconciliationConfig
- interval(Duration) - Method in class com.loomcache.client.NearCacheReconciliationConfig.Builder
- invalidate(K) - Method in class com.loomcache.client.cache.NearCache
- INVALIDATE - Enum constant in enum class com.loomcache.client.NearCacheLocalUpdatePolicy
- invalidateAll() - Method in class com.loomcache.client.cache.NearCache
- isActive() - Method in class com.loomcache.client.query.LoomQueryCache
- isClosed() - Method in class com.loomcache.client.security.StaticCredentialsFactory
- isConnected() - Method in class com.loomcache.client.AsyncLoomClient
- isConnected() - Method in class com.loomcache.client.FailoverLoomClient
- isConnected() - Method in class com.loomcache.client.LoomCache
- isConnected() - Method in class com.loomcache.client.LoomClient
- isEmpty() - Method in class com.loomcache.client.LoomGSet
- isEmpty() - Method in class com.loomcache.client.LoomORSet
- isEmpty() - Method in class com.loomcache.client.LoomSqlResult
- isEmpty() - Method in class com.loomcache.client.query.LoomQueryCache
- isEnabled() - Method in record class com.loomcache.client.ClientStatisticsConfig
- isFullyCommitted() - Method in record class com.loomcache.client.LoomBatch.Result
- isLocked() - Method in class com.loomcache.client.LoomLinearizableLock
- isNotNull(String) - Static method in class com.loomcache.client.query.LoomPredicate
- isNull(String) - Static method in class com.loomcache.client.query.LoomPredicate
- isReconnecting() - Method in class com.loomcache.client.LoomClient
- isRunning() - Method in class com.loomcache.client.cache.WriteBehindCache
- isSet() - Method in class com.loomcache.client.LoomLWWRegister
J
- jitterFactor(double) - Method in class com.loomcache.client.retry.RetryPolicy.Builder
K
- keepAliveSeconds() - Method in record class com.loomcache.client.AsyncLoomClient.AsyncExecutorConfig
-
Returns the value of the
keepAliveSecondsrecord component. - keepAliveSeconds() - Method in record class com.loomcache.client.cache.AsyncReadThroughCache.AsyncExecutorConfig
-
Returns the value of the
keepAliveSecondsrecord component. - key() - Method in record class com.loomcache.client.LoomEntryView
-
Returns the value of the
keyrecord component. - KEY_ATTRIBUTE - Static variable in class com.loomcache.client.query.LoomPredicate
-
Alternate/legacy key attribute spelling, normalized to LoomCache's synthetic
_keycolumn. - keys() - Method in class com.loomcache.client.LoomMultiMap
- keySet() - Method in class com.loomcache.client.query.LoomQueryCache
- keySet(LoomQuery) - Method in class com.loomcache.client.LoomMap
-
Returns the keys of entries matching
query, in the query'sORDER BYorder (or unspecified order if none). - keySetPage(LoomQuery, K, int) - Method in class com.loomcache.client.LoomMap
-
Keyset pagination: returns up to
pageSizekeys matchingquerywhose key is strictly greater thanafterKey(passnullfor the first page), ordered by key.
L
- lastAccessNs() - Method in record class com.loomcache.client.cache.NearCache.CacheEntryMetadata
-
Returns the value of the
lastAccessNsrecord component. - lastUpdateTimeMillis() - Method in record class com.loomcache.client.LoomEntryView
-
Returns the value of the
lastUpdateTimeMillisrecord component. - lastWriterNodeId() - Method in record class com.loomcache.client.LoomEntryView
-
Returns the value of the
lastWriterNodeIdrecord component. - le(String, Object) - Static method in class com.loomcache.client.query.LoomPredicate
- leaderElectionRetryInterval() - Method in class com.loomcache.client.ClientConfig
- leaderElectionRetryInterval(Duration) - Method in class com.loomcache.client.ClientConfig.Builder
- leaderElectionRetryInterval(Duration) - Method in class com.loomcache.client.LoomClient.Builder
- leaderElectionWaitTimeout() - Method in class com.loomcache.client.ClientConfig
- leaderElectionWaitTimeout(Duration) - Method in class com.loomcache.client.ClientConfig.Builder
- leaderElectionWaitTimeout(Duration) - Method in class com.loomcache.client.LoomClient.Builder
- leaderFailureEvictionThreshold() - Method in class com.loomcache.client.ClientConfig
- leaderFailureEvictionThreshold(int) - Method in class com.loomcache.client.ClientConfig.Builder
- leaderFailureEvictionThreshold(int) - Method in class com.loomcache.client.LoomClient.Builder
- LFU - Enum constant in enum class com.loomcache.client.NearCacheEvictionPolicy
- LFU() - Constructor for record class com.loomcache.client.cache.NearCache.EvictionPolicy.LFU
-
Creates an instance of a
LFUrecord class. - LifecycleEvent - Record Class in com.loomcache.client
-
Notification of a change in the client or cluster lifecycle.
- LifecycleEvent(LifecycleState) - Constructor for record class com.loomcache.client.LifecycleEvent
- LifecycleEvent(LifecycleState, String) - Constructor for record class com.loomcache.client.LifecycleEvent
-
Creates an instance of a
LifecycleEventrecord class. - LifecycleListener - Interface in com.loomcache.client
-
Callback invoked whenever the client or cluster lifecycle state changes.
- LifecycleState - Enum Class in com.loomcache.client
-
Represents a phase in the client or cluster connection lifecycle.
- like(String, String) - Static method in class com.loomcache.client.query.LoomPredicate
-
SQL
LIKEpattern (%= any run,_= any char). - limit(int) - Method in class com.loomcache.client.query.LoomQuery
-
Caps the number of returned rows.
- listAdd(String, String) - Method in class com.loomcache.client.LoomClient
- listClear(String) - Method in class com.loomcache.client.LoomClient
- listenerCount() - Method in record class com.loomcache.client.query.LoomQueryCache.QueryCacheStatistics
-
Returns the value of the
listenerCountrecord component. - listGet(String, int) - Method in class com.loomcache.client.LoomClient
- listRemove(String, int) - Method in class com.loomcache.client.LoomClient
- listSet(String, int, String) - Method in class com.loomcache.client.LoomClient
- listSize(String) - Method in class com.loomcache.client.LoomClient
- listSubList(String, int, int) - Method in class com.loomcache.client.LoomClient
- load(K) - Method in interface com.loomcache.client.cache.CacheLoader
- loadAll(boolean) - Method in class com.loomcache.client.LoomMap
-
Triggers a leader-owned bulk load of this map's entries from its configured MapStore (every store key).
- loadAll(Set, boolean) - Method in class com.loomcache.client.LoomMap
-
Triggers a leader-owned bulk load restricted to
keysfrom this map's configured MapStore. - loadAllAsync(Collection) - Method in interface com.loomcache.client.cache.AsyncCacheLoader
- loadAsync(K) - Method in interface com.loomcache.client.cache.AsyncCacheLoader
- loads() - Method in record class com.loomcache.client.cache.NearCache.NearCacheStats
-
Returns the value of the
loadsrecord component. - localhost(int) - Static method in class com.loomcache.client.LoomClient
-
Creates a client configured for a local single-node LoomCache endpoint.
- lock() - Method in class com.loomcache.client.LoomLinearizableLock
- lockAcquire(String) - Method in class com.loomcache.client.LoomClient
- lockAcquireAndGetFence(String) - Method in class com.loomcache.client.LoomClient
- lockRelease(String) - Method in class com.loomcache.client.LoomClient
- lockTryAcquire(String, Duration) - Method in class com.loomcache.client.LoomClient
- LoomAtomicLong - Class in com.loomcache.client
-
Client-side handle to a linearizable distributed
longcounter in the cluster. - LoomBatch - Class in com.loomcache.client
-
Accumulates multiple data-structure operations and submits them to the cluster in a single network round trip.
- LoomBatch(LoomClient) - Constructor for class com.loomcache.client.LoomBatch
- LoomBatch.MapOps - Class in com.loomcache.client
- LoomBatch.QueueOps - Class in com.loomcache.client
- LoomBatch.Result - Record Class in com.loomcache.client
- LoomBatch.SetOps - Class in com.loomcache.client
- LoomCache - Class in com.loomcache.client
-
High-level entry point for LoomCache's distributed data structures.
- LoomClient - Class in com.loomcache.client
-
Primary synchronous client for a LoomCache cluster.
- LoomClient(LoomClient.Builder) - Constructor for class com.loomcache.client.LoomClient
- LoomClient.Builder - Class in com.loomcache.client
- LoomClient.MapChangeListener - Interface in com.loomcache.client
- LoomConsistencySubsystem - Class in com.loomcache.client
-
Factory for linearizable CP (consistency primitive) handles backed by a connected
LoomClient. - LoomEntryView<K,
V> - Record Class in com.loomcache.client -
Read-only view of a map entry together with its metadata, returned by
LoomMap.getEntryView(K). - LoomEntryView(K, V, long, long, long, long, String) - Constructor for record class com.loomcache.client.LoomEntryView
-
Creates an instance of a
LoomEntryViewrecord class. - LoomExecutorService - Class in com.loomcache.client
-
Client-side handle for submitting tasks to a named distributed executor in the cluster.
- LoomGSet<E> - Class in com.loomcache.client
-
Client-side handle to a distributed grow-only set (CRDT) in the cluster.
- LoomIdGenerator - Class in com.loomcache.client
-
Client-side handle to a cluster-wide unique ID generator.
- LoomLinearizableLock - Class in com.loomcache.client
-
Client-side handle to a linearizable distributed lock in the cluster.
- LoomLinearizableSemaphore - Class in com.loomcache.client
-
Client-side handle to a linearizable distributed semaphore in the cluster.
- LoomList<E> - Class in com.loomcache.client
-
Client-side handle to a distributed ordered list stored in the cluster.
- LoomLWWRegister<V> - Class in com.loomcache.client
-
Client-side handle to a distributed last-write-wins register (CRDT) in the cluster.
- LoomLWWRegister.Snapshot<V> - Record Class in com.loomcache.client
- LoomMap<K,
V> - Class in com.loomcache.client -
Client-side handle to a distributed map stored in the cluster.
- LoomMap.LoomMapStats - Record Class in com.loomcache.client
- LoomMapStats(long, long, double) - Constructor for record class com.loomcache.client.LoomMap.LoomMapStats
-
Creates an instance of a
LoomMapStatsrecord class. - LoomMultiMap<K,
V> - Class in com.loomcache.client -
Client-side handle to a distributed multi-map stored in the cluster.
- LoomORSet<E> - Class in com.loomcache.client
-
Client-side handle to a distributed observed-remove set (CRDT) in the cluster.
- LoomPNCounter - Class in com.loomcache.client
-
Client-side handle to a distributed positive-negative counter (CRDT) in the cluster.
- LoomPredicate - Class in com.loomcache.client.query
-
A composable query predicate that compiles to a SQL
WHEREfragment for LoomCache's native SQL engine. - LoomPriorityQueue<E> - Class in com.loomcache.client
-
Client-side handle to a distributed priority queue stored in the cluster.
- LoomQuery - Class in com.loomcache.client.query
-
A native query against a LoomCache map: a
LoomPredicate(theWHERE) plus optional ordering and a row limit. - LoomQuery.OrderColumn - Record Class in com.loomcache.client.query
-
An ordering column: an attribute and a direction.
- LoomQueryCache<K,
V> - Class in com.loomcache.client.query -
A continuous-query cache (CQC) that maintains a local materialized view of the cluster entries matching a given predicate.
- LoomQueryCache.CQCListener<K,
V> - Interface in com.loomcache.client.query - LoomQueryCache.QueryCacheStatistics - Record Class in com.loomcache.client.query
- LoomQueryCacheConfig - Class in com.loomcache.client.query
-
Declarative configuration for a
LoomQueryCache(continuous query cache): the continuous-query-cache knobs that a migrating workload depends on. - LoomQueryCacheConfig.Builder - Class in com.loomcache.client.query
- LoomQueue<E> - Class in com.loomcache.client
-
Client-side handle to a distributed FIFO queue stored in the cluster.
- LoomReliableTopic<T> - Class in com.loomcache.client
-
Client-side handle to a durable, ringbuffer-backed publish/subscribe topic in the cluster.
- LoomReplicatedMap<K,
V> - Class in com.loomcache.client -
Client facade for a native AP
ReplicatedMap: an eventually-consistent, fast-local-read map for reference data. - LoomRingbuffer<E> - Class in com.loomcache.client
-
Client-side handle to a distributed ringbuffer stored in the cluster.
- LoomSet<E> - Class in com.loomcache.client
-
Client-side handle to a distributed set stored in the cluster.
- LoomSqlResult - Class in com.loomcache.client
-
Result of a SQL query executed against the cluster.
- LoomSqlResult(List, List) - Constructor for class com.loomcache.client.LoomSqlResult
- LoomSqlResult(List, List, boolean) - Constructor for class com.loomcache.client.LoomSqlResult
- LoomTopic<T> - Class in com.loomcache.client
-
Client-side handle to a best-effort publish/subscribe topic in the cluster.
- LoomTopicListenerException - Exception Class in com.loomcache.client
-
Thrown when a
LoomTopicmessage listener throws during message delivery. - LoomTopicListenerException(String, long, Throwable) - Constructor for exception class com.loomcache.client.LoomTopicListenerException
- LoomTransaction - Class in com.loomcache.client
-
Client-side transaction facade.
- LRU - Enum constant in enum class com.loomcache.client.NearCacheEvictionPolicy
- LRU() - Constructor for record class com.loomcache.client.cache.NearCache.EvictionPolicy.LRU
-
Creates an instance of a
LRUrecord class. - lt(String, Object) - Static method in class com.loomcache.client.query.LoomPredicate
- lwwGet(String) - Method in class com.loomcache.client.LoomClient
- lwwSet(String, String) - Method in class com.loomcache.client.LoomClient
- lwwTimestamp(String) - Method in class com.loomcache.client.LoomClient
M
- map(String) - Method in class com.loomcache.client.LoomBatch
- mapClear(String) - Method in class com.loomcache.client.LoomClient
- mapCompareDelete(String, String, String) - Method in class com.loomcache.client.LoomClient
- mapContainsKey(String, String) - Method in class com.loomcache.client.LoomClient
- mapContainsKeyWithTimeout(String, String, Duration) - Method in class com.loomcache.client.LoomClient
- mapDelete(String, String) - Method in class com.loomcache.client.AsyncLoomClient
- mapDelete(String, String) - Method in class com.loomcache.client.LoomClient
- mapDeleteAndGet(String, String) - Method in class com.loomcache.client.LoomClient
- mapDeleteWithTimeout(String, String, Duration) - Method in class com.loomcache.client.LoomClient
- mapEvict(String, String) - Method in class com.loomcache.client.LoomClient
-
Evicts a single key: a Raft-replicated in-memory removal that preserves the external MapStore (evict !
- mapExecuteOnKey(String, String, EntryProcessor) - Method in class com.loomcache.client.AsyncLoomClient
- mapExecuteOnKey(String, String, EntryProcessor) - Method in class com.loomcache.client.LoomClient
- mapGet(String, String) - Method in class com.loomcache.client.AsyncLoomClient
- mapGet(String, String) - Method in class com.loomcache.client.LoomClient
- mapGetAll(String, Collection) - Method in class com.loomcache.client.LoomClient
- mapGetEntryView(String, String) - Method in class com.loomcache.client.LoomClient
-
Returns the entry view (value + metadata) for
key, ornullwhen the key is absent. - mapGetWithTimeout(String, String, Duration) - Method in class com.loomcache.client.LoomClient
- mapLoadAll(String, Collection, boolean) - Method in class com.loomcache.client.LoomClient
-
Triggers a leader-owned, on-demand bulk MapStore load.
- mapPut(String, String, String) - Method in class com.loomcache.client.AsyncLoomClient
- mapPut(String, String, String) - Method in class com.loomcache.client.LoomClient
- mapPutAll(String, Map) - Method in class com.loomcache.client.LoomClient
- mapPutAll(String, Map, String) - Method in class com.loomcache.client.LoomClient
- mapPutAndGetPrevious(String, String, String) - Method in class com.loomcache.client.AsyncLoomClient
- mapPutIfAbsent(String, String, String) - Method in class com.loomcache.client.LoomClient
- mapPutTransient(String, String, String) - Method in class com.loomcache.client.LoomClient
-
Transient put: writes the value into the in-memory map (replicated across the Raft group) but bypasses the external
MapStorewrite-through. - mapPutWithTimeout(String, String, String, Duration) - Method in class com.loomcache.client.LoomClient
- mapPutWithTtl(String, String, String, long, TimeUnit) - Method in class com.loomcache.client.LoomClient
- mapPutWithTtl(String, String, String, Duration) - Method in class com.loomcache.client.LoomClient
- mapReplace(String, String, String) - Method in class com.loomcache.client.LoomClient
- mapReplaceCas(String, String, String, String) - Method in class com.loomcache.client.LoomClient
- mapScan(String, long, String, int) - Method in class com.loomcache.client.LoomClient
- mapSize(String) - Method in class com.loomcache.client.AsyncLoomClient
- mapSize(String) - Method in class com.loomcache.client.LoomClient
- max(LoomQuery, String) - Method in class com.loomcache.client.LoomMap
-
Maximum
attributeover matching entries (Aggregators.max);nullif no rows. - MAX_TRY_COUNT - Static variable in class com.loomcache.client.ClientFailoverConfig
- maxDelayMs(long) - Method in class com.loomcache.client.retry.RetryPolicy.Builder
- maxErrorBackoff() - Method in record class com.loomcache.client.TopicPollingConfig
-
Returns the value of the
maxErrorBackoffrecord component. - maxIdleTime() - Method in record class com.loomcache.client.cache.NearCache.NearCacheConfig
-
Returns the value of the
maxIdleTimerecord component. - maxInFlightRequests() - Method in class com.loomcache.client.ClientConfig
- maxInFlightRequests(int) - Method in class com.loomcache.client.ClientConfig.Builder
- maxInFlightRequests(int) - Method in class com.loomcache.client.LoomClient.Builder
- maxPendingWrites() - Method in record class com.loomcache.client.cache.WriteBehindCache.WriteBehindConfig
-
Returns the value of the
maxPendingWritesrecord component. - maxPoolSize() - Method in record class com.loomcache.client.AsyncLoomClient.AsyncExecutorConfig
-
Returns the value of the
maxPoolSizerecord component. - maxPoolSize() - Method in record class com.loomcache.client.cache.AsyncReadThroughCache.AsyncExecutorConfig
-
Returns the value of the
maxPoolSizerecord component. - maxRedirects() - Method in class com.loomcache.client.ClientConfig
- maxRedirects(int) - Method in class com.loomcache.client.ClientConfig.Builder
- maxRedirects(int) - Method in class com.loomcache.client.LoomClient.Builder
- maxRetries() - Method in class com.loomcache.client.ClientConfig
- maxRetries(int) - Method in class com.loomcache.client.ClientConfig.Builder
- maxRetries(int) - Method in class com.loomcache.client.LoomClient.Builder
- maxRetries(int) - Method in class com.loomcache.client.retry.RetryPolicy.Builder
- maxSize() - Method in record class com.loomcache.client.cache.NearCache.NearCacheConfig
-
Returns the value of the
maxSizerecord component. - maxSize() - Method in record class com.loomcache.client.cache.NearCache.NearCacheStats
-
Returns the value of the
maxSizerecord component. - memberAdded(MemberEvent) - Method in interface com.loomcache.client.MembershipListener
- MemberEvent - Record Class in com.loomcache.client
-
Notification that a cluster member joined or left.
- MemberEvent(String) - Constructor for record class com.loomcache.client.MemberEvent
-
Creates an instance of a
MemberEventrecord class. - memberId() - Method in record class com.loomcache.client.MemberEvent
-
Returns the value of the
memberIdrecord component. - memberRemoved(MemberEvent) - Method in interface com.loomcache.client.MembershipListener
- members() - Method in record class com.loomcache.client.InitialMembershipEvent
-
Returns the value of the
membersrecord component. - members() - Method in class com.loomcache.client.LoomGSet
- members() - Method in class com.loomcache.client.LoomORSet
- MembershipListener - Interface in com.loomcache.client
-
Listener notified when cluster members join or leave.
- MetricsSnapshot(long, long, long, long, long, double, long, long, long, Instant) - Constructor for record class com.loomcache.client.ConnectionPoolMetrics.MetricsSnapshot
-
Creates an instance of a
MetricsSnapshotrecord class. - min(LoomQuery, String) - Method in class com.loomcache.client.LoomMap
-
Minimum
attributeover matching entries (Aggregators.min);nullif no rows. - MIN_UPLOAD_INTERVAL - Static variable in record class com.loomcache.client.ClientStatisticsConfig
- misses() - Method in record class com.loomcache.client.cache.NearCache.NearCacheStats
-
Returns the value of the
missesrecord component. - missRate() - Method in record class com.loomcache.client.cache.NearCache.CacheEfficiency
-
Returns the value of the
missRaterecord component. - MULTI_MEMBER - Enum constant in enum class com.loomcache.client.ClientRoutingMode
- multiMapClear(String) - Method in class com.loomcache.client.LoomClient
- multiMapGet(String, String) - Method in class com.loomcache.client.LoomClient
- multiMapKeys(String) - Method in class com.loomcache.client.LoomClient
- multiMapPut(String, String, String) - Method in class com.loomcache.client.LoomClient
- multiMapPut(String, String, String) - Method in class com.loomcache.client.LoomTransaction
- multiMapRemove(String, String, String) - Method in class com.loomcache.client.LoomClient
- multiMapRemove(String, String, String) - Method in class com.loomcache.client.LoomTransaction
- multiMapSize(String) - Method in class com.loomcache.client.LoomClient
- multiMapValues(String) - Method in class com.loomcache.client.LoomClient
N
- name() - Method in record class com.loomcache.client.DistributedObjectEvent
-
Returns the value of the
namerecord component. - name() - Method in class com.loomcache.client.LoomExecutorService
- ne(String, Object) - Static method in class com.loomcache.client.query.LoomPredicate
-
Inequality; a
nullvalue compiles toIS NOT NULL. - NearCache<K,
V> - Class in com.loomcache.client.cache -
A standalone, in-process near-cache with configurable eviction, TTL, max-idle tracking, and periodic cleanup.
- NearCache(NearCache.NearCacheConfig) - Constructor for class com.loomcache.client.cache.NearCache
- NearCache.CacheEfficiency - Record Class in com.loomcache.client.cache
- NearCache.CacheEntryMetadata - Record Class in com.loomcache.client.cache
- NearCache.EvictionPolicy - Interface in com.loomcache.client.cache
- NearCache.EvictionPolicy.LFU - Record Class in com.loomcache.client.cache
- NearCache.EvictionPolicy.LRU - Record Class in com.loomcache.client.cache
- NearCache.EvictionPolicy.Random - Record Class in com.loomcache.client.cache
- NearCache.NearCacheConfig - Record Class in com.loomcache.client.cache
- NearCache.NearCacheStats - Record Class in com.loomcache.client.cache
- nearCacheCleanupInterval() - Method in class com.loomcache.client.ClientConfig
- nearCacheCleanupInterval() - Method in class com.loomcache.client.LoomClient
- nearCacheCleanupInterval(Duration) - Method in class com.loomcache.client.ClientConfig.Builder
- nearCacheCleanupInterval(Duration) - Method in class com.loomcache.client.LoomClient.Builder
- NearCacheConfig(int, Duration, NearCache.EvictionPolicy) - Constructor for record class com.loomcache.client.cache.NearCache.NearCacheConfig
- NearCacheConfig(int, Duration, NearCache.EvictionPolicy, Duration) - Constructor for record class com.loomcache.client.cache.NearCache.NearCacheConfig
- NearCacheConfig(int, Duration, NearCache.EvictionPolicy, Duration, Duration, Duration) - Constructor for record class com.loomcache.client.cache.NearCache.NearCacheConfig
-
Creates an instance of a
NearCacheConfigrecord class. - nearCacheEnabled() - Method in class com.loomcache.client.ClientConfig
- nearCacheEnabled(boolean) - Method in class com.loomcache.client.ClientConfig.Builder
- nearCacheEnabled(boolean) - Method in class com.loomcache.client.LoomClient.Builder
- nearCacheEvictionPolicy() - Method in class com.loomcache.client.ClientConfig
- nearCacheEvictionPolicy() - Method in class com.loomcache.client.LoomClient
- nearCacheEvictionPolicy(NearCacheEvictionPolicy) - Method in class com.loomcache.client.ClientConfig.Builder
- nearCacheEvictionPolicy(NearCacheEvictionPolicy) - Method in class com.loomcache.client.LoomClient.Builder
- NearCacheEvictionPolicy - Enum Class in com.loomcache.client
-
Eviction algorithm used by the client-side near-cache when its maximum size is reached.
- nearCacheLocalUpdatePolicy() - Method in class com.loomcache.client.ClientConfig
- nearCacheLocalUpdatePolicy() - Method in class com.loomcache.client.LoomClient
- nearCacheLocalUpdatePolicy(NearCacheLocalUpdatePolicy) - Method in class com.loomcache.client.ClientConfig.Builder
- nearCacheLocalUpdatePolicy(NearCacheLocalUpdatePolicy) - Method in class com.loomcache.client.LoomClient.Builder
- NearCacheLocalUpdatePolicy - Enum Class in com.loomcache.client
-
Determines how the near-cache is updated when the client writes a value to the cluster.
- nearCacheMaxSize() - Method in class com.loomcache.client.ClientConfig
- nearCacheMaxSize(int) - Method in class com.loomcache.client.ClientConfig.Builder
- nearCacheMaxSize(int) - Method in class com.loomcache.client.LoomClient.Builder
- nearCachePollDefaultInterval() - Method in class com.loomcache.client.ClientConfig
- nearCachePollDefaultInterval() - Method in class com.loomcache.client.LoomClient
- nearCachePollDefaultInterval(Duration) - Method in class com.loomcache.client.ClientConfig.Builder
- nearCachePollDefaultInterval(Duration) - Method in class com.loomcache.client.LoomClient.Builder
- nearCachePollMinInterval() - Method in class com.loomcache.client.ClientConfig
- nearCachePollMinInterval() - Method in class com.loomcache.client.LoomClient
- nearCachePollMinInterval(Duration) - Method in class com.loomcache.client.ClientConfig.Builder
- nearCachePollMinInterval(Duration) - Method in class com.loomcache.client.LoomClient.Builder
- nearCachePreloaderConfig() - Method in class com.loomcache.client.ClientConfig
- nearCachePreloaderConfig() - Method in class com.loomcache.client.LoomClient
- nearCachePreloaderConfig(NearCachePreloaderConfig) - Method in class com.loomcache.client.ClientConfig.Builder
- nearCachePreloaderConfig(NearCachePreloaderConfig) - Method in class com.loomcache.client.LoomClient.Builder
- NearCachePreloaderConfig - Class in com.loomcache.client
-
Configuration for the near-cache preloader, which persists the set of cached keys to disk and reloads them on the next client startup to warm the near-cache without waiting for organic traffic.
- NearCachePreloaderConfig.Builder - Class in com.loomcache.client
- nearCacheReconciliationConfig() - Method in class com.loomcache.client.ClientConfig
- nearCacheReconciliationConfig() - Method in class com.loomcache.client.LoomClient
- nearCacheReconciliationConfig(NearCacheReconciliationConfig) - Method in class com.loomcache.client.ClientConfig.Builder
- nearCacheReconciliationConfig(NearCacheReconciliationConfig) - Method in class com.loomcache.client.LoomClient.Builder
- NearCacheReconciliationConfig - Class in com.loomcache.client
-
Configuration for the near-cache anti-entropy reconciliation pass.
- NearCacheReconciliationConfig.Builder - Class in com.loomcache.client
- nearCacheSerializeKeys() - Method in class com.loomcache.client.ClientConfig
- nearCacheSerializeKeys() - Method in class com.loomcache.client.LoomClient
- nearCacheSerializeKeys(boolean) - Method in class com.loomcache.client.ClientConfig.Builder
- nearCacheSerializeKeys(boolean) - Method in class com.loomcache.client.LoomClient.Builder
- NearCacheStats(long, long, long, long, long, long, double) - Constructor for record class com.loomcache.client.cache.NearCache.NearCacheStats
-
Creates an instance of a
NearCacheStatsrecord class. - nearCacheTtl() - Method in class com.loomcache.client.ClientConfig
- nearCacheTtl(Duration) - Method in class com.loomcache.client.ClientConfig.Builder
- nearCacheTtl(Duration) - Method in class com.loomcache.client.LoomClient.Builder
- newTransaction() - Method in class com.loomcache.client.LoomClient
- newTransaction(Duration) - Method in class com.loomcache.client.LoomClient
- nextBatch(int) - Method in class com.loomcache.client.LoomIdGenerator
- nextId() - Method in class com.loomcache.client.LoomIdGenerator
- NO_TOKEN - Static variable in class com.loomcache.client.LoomLinearizableLock
- nodeId() - Method in record class com.loomcache.client.LifecycleEvent
-
Returns the value of the
nodeIdrecord component. - nodeId() - Method in record class com.loomcache.client.security.CredentialsRequest
-
Returns the value of the
nodeIdrecord component. - noRetry() - Static method in class com.loomcache.client.retry.RetryPolicy
- not(LoomPredicate) - Static method in class com.loomcache.client.query.LoomPredicate
O
- of(String, byte[]) - Static method in class com.loomcache.client.security.ClientCredentials
-
Creates credentials from a raw byte payload.
- of(String, String) - Static method in class com.loomcache.client.security.ClientCredentials
- of(String, String) - Static method in class com.loomcache.client.security.StaticCredentialsFactory
- OFF - Enum constant in enum class com.loomcache.client.ClientReconnectMode
- offer(byte[]) - Method in class com.loomcache.client.LoomBatch.QueueOps
- offer(E) - Method in class com.loomcache.client.LoomPriorityQueue
- offer(E) - Method in class com.loomcache.client.LoomQueue
- offer(E, int) - Method in class com.loomcache.client.LoomPriorityQueue
- offer(String) - Method in class com.loomcache.client.LoomBatch.QueueOps
- offerAll(Collection) - Method in class com.loomcache.client.LoomQueue
- offerAllAsync(Collection) - Method in class com.loomcache.client.LoomQueue
- offerAsync(E) - Method in class com.loomcache.client.LoomQueue
- offerObject(Object) - Method in class com.loomcache.client.LoomBatch.QueueOps
- ON - Enum constant in enum class com.loomcache.client.ClientReconnectMode
- onEntryAdded(String, String, String) - Method in interface com.loomcache.client.LoomClient.MapChangeListener
- onEntryAdded(K, V) - Method in interface com.loomcache.client.query.LoomQueryCache.CQCListener
- onEntryEvicted(String, String, String) - Method in interface com.loomcache.client.LoomClient.MapChangeListener
- onEntryExpired(String, String, String) - Method in interface com.loomcache.client.LoomClient.MapChangeListener
- onEntryLoaded(String, String, String) - Method in interface com.loomcache.client.LoomClient.MapChangeListener
- onEntryMerged(String, String, String, String) - Method in interface com.loomcache.client.LoomClient.MapChangeListener
- onEntryRemoved(String, String, String) - Method in interface com.loomcache.client.LoomClient.MapChangeListener
- onEntryRemoved(K, V) - Method in interface com.loomcache.client.query.LoomQueryCache.CQCListener
- onEntryUpdated(String, String, String, String) - Method in interface com.loomcache.client.LoomClient.MapChangeListener
- onEntryUpdated(K, V, V) - Method in interface com.loomcache.client.query.LoomQueryCache.CQCListener
- onMapCleared(String) - Method in interface com.loomcache.client.LoomClient.MapChangeListener
- or(LoomPredicate...) - Static method in class com.loomcache.client.query.LoomPredicate
- orderBy(String) - Method in class com.loomcache.client.query.LoomQuery
-
Orders ascending by
attribute. - orderByDescending(String) - Method in class com.loomcache.client.query.LoomQuery
-
Orders descending by
attribute. - orderByKey() - Method in class com.loomcache.client.query.LoomQuery
-
Orders ascending by the entry key — the stable order used for keyset pagination.
- OrderColumn(String, boolean) - Constructor for record class com.loomcache.client.query.LoomQuery.OrderColumn
-
Creates an instance of a
OrderColumnrecord class. - orSetAdd(String, String) - Method in class com.loomcache.client.LoomClient
- orSetContains(String, String) - Method in class com.loomcache.client.LoomClient
- orSetMembers(String) - Method in class com.loomcache.client.LoomClient
- orSetRemove(String, String) - Method in class com.loomcache.client.LoomClient
- orSetSize(String) - Method in class com.loomcache.client.LoomClient
P
- PartialPutFailureException - Exception Class in com.loomcache.client
-
Thrown when a multi-shard
putAlloperation succeeds on some shards but fails on others. - PartialPutFailureException(String, List, Map, Throwable) - Constructor for exception class com.loomcache.client.PartialPutFailureException
- PartialPutFailureException(String, List, Map, Map, Throwable) - Constructor for exception class com.loomcache.client.PartialPutFailureException
- peek() - Method in class com.loomcache.client.LoomPriorityQueue
- peek() - Method in class com.loomcache.client.LoomQueue
- peekAsync() - Method in class com.loomcache.client.LoomQueue
- pipelining(int) - Method in class com.loomcache.client.AsyncLoomClient
- Pipelining<E> - Class in com.loomcache.client
-
Concurrency-limiter for async operations that bounds the number of in-flight
CompletableFutures. - Pipelining(int) - Constructor for class com.loomcache.client.Pipelining
- pnCounterAddAndGet(String, long, String, long) - Method in class com.loomcache.client.LoomClient
- pnCounterDecrementAndGet(String, String, long) - Method in class com.loomcache.client.LoomClient
- pnCounterGet(String, String, long) - Method in class com.loomcache.client.LoomClient
- pnCounterIncrementAndGet(String, String, long) - Method in class com.loomcache.client.LoomClient
- pnCounterResetSession(String, String) - Method in class com.loomcache.client.LoomClient
- pnCounterSubtractAndGet(String, long, String, long) - Method in class com.loomcache.client.LoomClient
- poll() - Method in class com.loomcache.client.LoomPriorityQueue
- poll() - Method in class com.loomcache.client.LoomQueue
- poll(int) - Method in class com.loomcache.client.LoomQueue
- poll(Duration) - Method in class com.loomcache.client.LoomQueue
-
Removes and returns the head element, blocking up to
timeoutfor one to become available; returnsnullif the timeout elapses first. - pollAsync() - Method in class com.loomcache.client.LoomQueue
- pollAsync(int) - Method in class com.loomcache.client.LoomQueue
- populate() - Method in class com.loomcache.client.query.LoomQueryCacheConfig
- populate(boolean) - Method in class com.loomcache.client.query.LoomQueryCacheConfig.Builder
- predicateEvaluations() - Method in record class com.loomcache.client.query.LoomQueryCache.QueryCacheStatistics
-
Returns the value of the
predicateEvaluationsrecord component. - prefetchCount() - Method in class com.loomcache.client.LoomIdGenerator
- prefetchValidityMillis() - Method in class com.loomcache.client.LoomIdGenerator
- preload(Map) - Method in class com.loomcache.client.cache.NearCache
- priorityQueueClear(String) - Method in class com.loomcache.client.LoomClient
- priorityQueueOffer(String, String) - Method in class com.loomcache.client.LoomClient
- priorityQueueOffer(String, String, int) - Method in class com.loomcache.client.LoomClient
- priorityQueuePeek(String) - Method in class com.loomcache.client.LoomClient
- priorityQueuePoll(String) - Method in class com.loomcache.client.LoomClient
- priorityQueueSize(String) - Method in class com.loomcache.client.LoomClient
- project(LoomQuery, String...) - Method in class com.loomcache.client.LoomMap
-
Runs a raw projection:
SELECT <columns> FROM <map> WHERE ..., returning the column rows as aLoomSqlResult. - publish(T) - Method in class com.loomcache.client.LoomReliableTopic
- publish(T) - Method in class com.loomcache.client.LoomTopic
- publish(T, TopicOverloadPolicy) - Method in class com.loomcache.client.LoomReliableTopic
- put(String, byte[]) - Method in class com.loomcache.client.LoomBatch.MapOps
- put(String, Object, Object) - Method in class com.loomcache.client.LoomTransaction
- put(String, String) - Method in class com.loomcache.client.LoomBatch.MapOps
- put(String, String, String) - Method in class com.loomcache.client.LoomTransaction
- put(K, V) - Method in class com.loomcache.client.cache.NearCache
- put(K, V) - Method in class com.loomcache.client.cache.WriteBehindCache
- put(K, V) - Method in class com.loomcache.client.LoomMap
- put(K, V) - Method in class com.loomcache.client.LoomMultiMap
- put(K, V) - Method in class com.loomcache.client.LoomReplicatedMap
-
Writes
key=valueon the receiving node and broadcasts it to peers (last-writer-wins). - put(K, V, Duration) - Method in class com.loomcache.client.LoomMap
- putAll(Map) - Method in class com.loomcache.client.LoomMap
- putAll(Map, String) - Method in class com.loomcache.client.LoomMap
- putAsync(K, V) - Method in class com.loomcache.client.LoomMap
- putAsyncAndGetPrevious(K, V) - Method in class com.loomcache.client.LoomMap
- putIfAbsent(String, byte[]) - Method in class com.loomcache.client.LoomBatch.MapOps
- putIfAbsent(String, Object, Object) - Method in class com.loomcache.client.LoomTransaction
- putIfAbsent(String, String) - Method in class com.loomcache.client.LoomBatch.MapOps
- putIfAbsent(String, String, String) - Method in class com.loomcache.client.LoomTransaction
- putIfAbsent(K, V) - Method in class com.loomcache.client.LoomMap
- putIfAbsentObject(Object, Object) - Method in class com.loomcache.client.LoomBatch.MapOps
- putIfAbsentObject(String, Object, Object) - Method in class com.loomcache.client.LoomTransaction
- putObject(Object, Object) - Method in class com.loomcache.client.LoomBatch.MapOps
- putObject(String, Object, Object) - Method in class com.loomcache.client.LoomTransaction
- putTransient(K, V) - Method in class com.loomcache.client.LoomMap
-
Writes
valueinto the in-memory map but bypasses the externalMapStorewrite-through, so the value is never persisted to the backing store. - putWithTtl(K, V, long, TimeUnit) - Method in class com.loomcache.client.LoomMap
-
Time-unit variant of
LoomMap.putWithTtl(Object, Object, Duration). - putWithTtl(K, V, Duration) - Method in class com.loomcache.client.LoomMap
-
Associates
valuewithkeywith a time-to-live, returning the previous value mapped tokey(ornullif there was none). - putWithTTL(K, V, long, TimeUnit) - Method in class com.loomcache.client.LoomMap
-
Alias for
LoomMap.putWithTtl(Object, Object, long, TimeUnit)(attlof zero never expires). - putWithTTL(K, V, Duration) - Method in class com.loomcache.client.LoomMap
-
Alias for
LoomMap.putWithTtl(Object, Object, Duration)(attlof zero never expires).
Q
- QueryCacheStatistics(int, long, long, long, int, boolean) - Constructor for record class com.loomcache.client.query.LoomQueryCache.QueryCacheStatistics
-
Creates an instance of a
QueryCacheStatisticsrecord class. - queue(String) - Method in class com.loomcache.client.LoomBatch
- queueCapacity() - Method in record class com.loomcache.client.AsyncLoomClient.AsyncExecutorConfig
-
Returns the value of the
queueCapacityrecord component. - queueCapacity() - Method in record class com.loomcache.client.cache.AsyncReadThroughCache.AsyncExecutorConfig
-
Returns the value of the
queueCapacityrecord component. - queueDrain(String) - Method in class com.loomcache.client.AsyncLoomClient
- queueDrain(String) - Method in class com.loomcache.client.LoomClient
- queueDrainTo(String, int) - Method in class com.loomcache.client.AsyncLoomClient
- queueDrainTo(String, int) - Method in class com.loomcache.client.LoomClient
- queueOffer(String, Object) - Method in class com.loomcache.client.LoomTransaction
- queueOffer(String, String) - Method in class com.loomcache.client.AsyncLoomClient
- queueOffer(String, String) - Method in class com.loomcache.client.LoomClient
- queueOffer(String, String) - Method in class com.loomcache.client.LoomTransaction
- queueOfferAll(String, Collection) - Method in class com.loomcache.client.LoomClient
- queueOfferAll(String, Collection) - Method in class com.loomcache.client.AsyncLoomClient
- queueOfferObject(String, Object) - Method in class com.loomcache.client.LoomTransaction
- queueOfferWithTimeout(String, String, Duration) - Method in class com.loomcache.client.LoomClient
- queuePeek(String) - Method in class com.loomcache.client.AsyncLoomClient
- queuePeek(String) - Method in class com.loomcache.client.LoomClient
- queuePoll(String) - Method in class com.loomcache.client.AsyncLoomClient
- queuePoll(String) - Method in class com.loomcache.client.LoomClient
- queuePoll(String) - Method in class com.loomcache.client.LoomTransaction
- queuePollN(String, int) - Method in class com.loomcache.client.AsyncLoomClient
- queuePollN(String, int) - Method in class com.loomcache.client.LoomClient
- queuePollWithTimeout(String, Duration) - Method in class com.loomcache.client.LoomClient
- queueSize(String) - Method in class com.loomcache.client.AsyncLoomClient
- queueSize(String) - Method in class com.loomcache.client.LoomClient
R
- Random() - Constructor for record class com.loomcache.client.cache.NearCache.EvictionPolicy.Random
-
Creates an instance of a
Randomrecord class. - readFrom(long, int) - Method in class com.loomcache.client.LoomReliableTopic
- readMany(long, int) - Method in class com.loomcache.client.LoomRingbuffer
-
Reads up to
maxCountelements starting atstartSequence, in sequence order. - readOne(long) - Method in class com.loomcache.client.LoomRingbuffer
-
Reads the element at
sequence. - ReadThroughCache<K,
V> - Class in com.loomcache.client.cache -
Application-facing near-cache helper.
- ReadThroughCache(NearCache, CacheLoader) - Constructor for class com.loomcache.client.cache.ReadThroughCache
- reconnectMode() - Method in class com.loomcache.client.ClientConfig
- reconnectMode() - Method in class com.loomcache.client.LoomClient
- reconnectMode(ClientReconnectMode) - Method in class com.loomcache.client.ClientConfig.Builder
- reconnectMode(ClientReconnectMode) - Method in class com.loomcache.client.LoomClient.Builder
- recordConnectionCreated() - Method in class com.loomcache.client.ConnectionPoolMetrics
- recordConnectionDestroyed() - Method in class com.loomcache.client.ConnectionPoolMetrics
- recordConnectionError() - Method in class com.loomcache.client.ConnectionPoolMetrics
- recordWaitTime(long) - Method in class com.loomcache.client.ConnectionPoolMetrics
- recurringErrorLogInterval() - Method in record class com.loomcache.client.TopicPollingConfig
-
Returns the value of the
recurringErrorLogIntervalrecord component. - refresh(K) - Method in class com.loomcache.client.cache.ReadThroughCache
- refreshAll() - Method in class com.loomcache.client.cache.AsyncReadThroughCache
- refreshAll() - Method in class com.loomcache.client.cache.ReadThroughCache
- refreshAsync(K) - Method in class com.loomcache.client.cache.AsyncReadThroughCache
- regex(String, String) - Static method in class com.loomcache.client.query.LoomPredicate
-
Regular-expression match (server-side
RLIKE); the regex input length is bounded server-side. - registerClass(Class, int) - Method in class com.loomcache.client.LoomClient.Builder
- registerClass(Class, int) - Method in class com.loomcache.client.LoomClient
- registerClass(Class, int, Serializer) - Method in class com.loomcache.client.LoomClient.Builder
- registerClass(Class, int, Serializer) - Method in class com.loomcache.client.LoomClient
- registerClass(Class, int, Serializer, String) - Method in class com.loomcache.client.LoomClient.Builder
- registerClass(Class, int, Serializer, String) - Method in class com.loomcache.client.LoomClient
- registerMapListener(String, LoomClient.MapChangeListener) - Method in class com.loomcache.client.LoomClient
- release() - Method in class com.loomcache.client.LoomLinearizableSemaphore
- release(int) - Method in class com.loomcache.client.LoomLinearizableSemaphore
- reliableTopicPublish(String, String, TopicOverloadPolicy, int) - Method in class com.loomcache.client.LoomClient
- reliableTopicReadFrom(String, long, int) - Method in class com.loomcache.client.LoomClient
- remainingTtlMillis() - Method in record class com.loomcache.client.LoomEntryView
-
Returns the value of the
remainingTtlMillisrecord component. - remoteAddress() - Method in record class com.loomcache.client.security.CredentialsRequest
-
Returns the value of the
remoteAddressrecord component. - remoteFetches() - Method in record class com.loomcache.client.LoomMap.LoomMapStats
-
Returns the value of the
remoteFetchesrecord component. - remoteFetchRatePercent() - Method in record class com.loomcache.client.LoomMap.LoomMapStats
- remove(int) - Method in class com.loomcache.client.LoomList
- remove(E) - Method in class com.loomcache.client.LoomORSet
- remove(E) - Method in class com.loomcache.client.LoomSet
- remove(String) - Method in class com.loomcache.client.LoomBatch.SetOps
- remove(K) - Method in class com.loomcache.client.cache.NearCache
- remove(K) - Method in class com.loomcache.client.LoomReplicatedMap
-
Removes
key(a broadcast last-writer-wins tombstone). - remove(K, V) - Method in class com.loomcache.client.LoomMultiMap
- removeAll(LoomQuery) - Method in class com.loomcache.client.LoomMap
-
Removes every entry whose value matches
query, evaluated server-side by the SQL engine (the query keySet is resolved on the cluster, then client-split into keyed deletes). - removeAll(Collection) - Method in class com.loomcache.client.LoomMap
-
Removes each of the given keys, client-split into individual keyed deletes (each routed to its key's partition; per-key delete semantics are preserved).
- removeAsync(E) - Method in class com.loomcache.client.LoomSet
- removeDistributedObjectListener(DistributedObjectListener) - Method in class com.loomcache.client.LoomCache
- removeDistributedObjectListener(DistributedObjectListener) - Method in class com.loomcache.client.LoomClient
- removeEntryListener(String) - Method in class com.loomcache.client.LoomMap
- removeLifecycleListener(LifecycleListener) - Method in class com.loomcache.client.FailoverLoomClient
- removeLifecycleListener(LifecycleListener) - Method in class com.loomcache.client.LoomCache
- removeLifecycleListener(LifecycleListener) - Method in class com.loomcache.client.LoomClient
- removeListener(LoomQueryCache.CQCListener) - Method in class com.loomcache.client.query.LoomQueryCache
- removeMembershipListener(MembershipListener) - Method in class com.loomcache.client.LoomCache
- removeMembershipListener(MembershipListener) - Method in class com.loomcache.client.LoomClient
- removeObject(Object) - Method in class com.loomcache.client.LoomBatch.SetOps
- replace(K, V, V) - Method in class com.loomcache.client.LoomMap
- replicated() - Method in class com.loomcache.client.LoomBatch
- requestedSequence() - Method in exception class com.loomcache.client.RingbufferSequenceLostException
- requestTimeout() - Method in class com.loomcache.client.ClientConfig
- requestTimeout(Duration) - Method in class com.loomcache.client.ClientConfig.Builder
- requestTimeout(Duration) - Method in class com.loomcache.client.LoomClient.Builder
- reset() - Method in class com.loomcache.client.LoomPNCounter
- result(String) - Method in class com.loomcache.client.LoomExecutorService
- Result(int, int, Optional) - Constructor for record class com.loomcache.client.LoomBatch.Result
-
Creates an instance of a
Resultrecord class. - results() - Method in class com.loomcache.client.Pipelining
- results(Duration) - Method in class com.loomcache.client.Pipelining
- resyncActiveQueryCaches() - Method in class com.loomcache.client.LoomClient
- retryBaseDelay() - Method in class com.loomcache.client.ClientConfig
- retryBaseDelay(Duration) - Method in class com.loomcache.client.ClientConfig.Builder
- retryBaseDelay(Duration) - Method in class com.loomcache.client.LoomClient.Builder
- RetryPolicy - Class in com.loomcache.client.retry
-
Generic application retry helper.
- RetryPolicy.Builder - Class in com.loomcache.client.retry
- RetryPolicy.RetryableOperation<T> - Interface in com.loomcache.client.retry
- RetryPolicy.RetryStats - Record Class in com.loomcache.client.retry
- retryPredicate(Predicate) - Method in class com.loomcache.client.retry.RetryPolicy.Builder
- RetryStats(long, long, long, long, double) - Constructor for record class com.loomcache.client.retry.RetryPolicy.RetryStats
-
Creates an instance of a
RetryStatsrecord class. - ringbufferAdd(String, String, int) - Method in class com.loomcache.client.LoomClient
- ringbufferCapacity(String) - Method in class com.loomcache.client.LoomClient
- ringbufferHeadSequence(String) - Method in class com.loomcache.client.LoomClient
- ringbufferReadMany(String, long, int) - Method in class com.loomcache.client.LoomClient
- ringbufferReadOne(String, long) - Method in class com.loomcache.client.LoomClient
- RingbufferSequenceLostException - Exception Class in com.loomcache.client
-
Thrown when a ringbuffer read requests a sequence that has already been overwritten.
- RingbufferSequenceLostException(String, long, long) - Constructor for exception class com.loomcache.client.RingbufferSequenceLostException
- ringbufferTailSequence(String) - Method in class com.loomcache.client.LoomClient
- rmapGet(String, String) - Method in class com.loomcache.client.LoomClient
- rmapPut(String, String, String) - Method in class com.loomcache.client.LoomClient
- rmapRemove(String, String) - Method in class com.loomcache.client.LoomClient
- rmapSize(String) - Method in class com.loomcache.client.LoomClient
- rollback() - Method in class com.loomcache.client.LoomTransaction
- routingMemberGroup() - Method in class com.loomcache.client.ClientConfig
- routingMemberGroup() - Method in class com.loomcache.client.LoomClient
- routingMemberGroup(String) - Method in class com.loomcache.client.ClientConfig.Builder
- routingMemberGroup(String) - Method in class com.loomcache.client.LoomClient.Builder
- routingMode() - Method in class com.loomcache.client.ClientConfig
- routingMode() - Method in class com.loomcache.client.LoomClient
- routingMode(ClientRoutingMode) - Method in class com.loomcache.client.ClientConfig.Builder
- routingMode(ClientRoutingMode) - Method in class com.loomcache.client.LoomClient.Builder
- routingPartitionGroupConfig() - Method in class com.loomcache.client.ClientConfig
- routingPartitionGroupConfig() - Method in class com.loomcache.client.LoomClient
- routingPartitionGroupConfig(PartitionGroupConfig) - Method in class com.loomcache.client.ClientConfig.Builder
- routingPartitionGroupConfig(PartitionGroupConfig) - Method in class com.loomcache.client.LoomClient.Builder
- rowCount() - Method in class com.loomcache.client.LoomSqlResult
- rows() - Method in class com.loomcache.client.LoomSqlResult
S
- scan(long) - Method in class com.loomcache.client.LoomMap
- scan(long) - Method in class com.loomcache.client.LoomSet
- scan(long, String) - Method in class com.loomcache.client.LoomMap
- scan(long, String) - Method in class com.loomcache.client.LoomSet
- scan(long, String, int) - Method in class com.loomcache.client.LoomMap
- scan(long, String, int) - Method in class com.loomcache.client.LoomSet
- scanner() - Method in class com.loomcache.client.LoomMap
- scanner() - Method in class com.loomcache.client.LoomSet
- scanner(String) - Method in class com.loomcache.client.LoomMap
- scanner(String) - Method in class com.loomcache.client.LoomSet
- scanner(String, int) - Method in class com.loomcache.client.LoomMap
- scanner(String, int) - Method in class com.loomcache.client.LoomSet
- seeds() - Method in class com.loomcache.client.ClientConfig
- seeds(String...) - Method in class com.loomcache.client.ClientConfig.Builder
- seeds(String...) - Method in class com.loomcache.client.LoomClient.Builder
- seeds(List) - Method in class com.loomcache.client.ClientConfig.Builder
- seeds(List) - Method in class com.loomcache.client.LoomClient.Builder
- semaphoreAcquire(String, int) - Method in class com.loomcache.client.LoomClient
- semaphoreAvailablePermits(String) - Method in class com.loomcache.client.LoomClient
- semaphoreRelease(String, int) - Method in class com.loomcache.client.LoomClient
- semaphoreTryAcquire(String, int, Duration) - Method in class com.loomcache.client.LoomClient
- sequenceId() - Method in exception class com.loomcache.client.LoomTopicListenerException
- serializeClientValue(Object) - Method in class com.loomcache.client.LoomClient
- set(int, E) - Method in class com.loomcache.client.LoomList
- set(long) - Method in class com.loomcache.client.LoomAtomicLong
- set(V) - Method in class com.loomcache.client.LoomLWWRegister
- set(String) - Method in class com.loomcache.client.LoomBatch
- setActiveConnections(long) - Method in class com.loomcache.client.ConnectionPoolMetrics
- setAdd(String, Object) - Method in class com.loomcache.client.LoomTransaction
- setAdd(String, String) - Method in class com.loomcache.client.AsyncLoomClient
- setAdd(String, String) - Method in class com.loomcache.client.LoomClient
- setAdd(String, String) - Method in class com.loomcache.client.LoomTransaction
- setAddObject(String, Object) - Method in class com.loomcache.client.LoomTransaction
- setAddWithTimeout(String, String, Duration) - Method in class com.loomcache.client.LoomClient
- setClear(String) - Method in class com.loomcache.client.AsyncLoomClient
- setClear(String) - Method in class com.loomcache.client.LoomClient
- setContains(String, String) - Method in class com.loomcache.client.AsyncLoomClient
- setContains(String, String) - Method in class com.loomcache.client.LoomClient
- setContainsWithTimeout(String, String, Duration) - Method in class com.loomcache.client.LoomClient
- setEvictionPolicy(NearCache.EvictionPolicy) - Method in class com.loomcache.client.cache.NearCache
- setIdleConnections(long) - Method in class com.loomcache.client.ConnectionPoolMetrics
- setNearCacheEnabled(boolean) - Method in class com.loomcache.client.LoomClient
- setNearCacheEvictionPolicy(NearCacheEvictionPolicy) - Method in class com.loomcache.client.LoomClient
- setNearCacheLocalUpdatePolicy(NearCacheLocalUpdatePolicy) - Method in class com.loomcache.client.LoomClient
- setNearCacheMaxSize(int) - Method in class com.loomcache.client.LoomClient
- setNearCachePreloaderConfig(NearCachePreloaderConfig) - Method in class com.loomcache.client.LoomClient
- setNearCacheReconciliationConfig(NearCacheReconciliationConfig) - Method in class com.loomcache.client.LoomClient
- setNearCacheSerializeKeys(boolean) - Method in class com.loomcache.client.LoomClient
- setNearCacheTtlMs(long) - Method in class com.loomcache.client.LoomClient
- setRemove(String, Object) - Method in class com.loomcache.client.LoomTransaction
- setRemove(String, String) - Method in class com.loomcache.client.AsyncLoomClient
- setRemove(String, String) - Method in class com.loomcache.client.LoomClient
- setRemove(String, String) - Method in class com.loomcache.client.LoomTransaction
- setRemoveObject(String, Object) - Method in class com.loomcache.client.LoomTransaction
- setRemoveWithTimeout(String, String, Duration) - Method in class com.loomcache.client.LoomClient
- setScan(String, long, String, int) - Method in class com.loomcache.client.LoomClient
- setSize(String) - Method in class com.loomcache.client.AsyncLoomClient
- setSize(String) - Method in class com.loomcache.client.LoomClient
- shutdown() - Method in class com.loomcache.client.AsyncLoomClient
- shutdown() - Method in class com.loomcache.client.cache.NearCache
- shutdown() - Method in class com.loomcache.client.LoomExecutorService
- SHUTDOWN - Enum constant in enum class com.loomcache.client.LifecycleState
- shutdownAwait() - Method in record class com.loomcache.client.cache.NearCache.NearCacheConfig
-
Returns the value of the
shutdownAwaitrecord component. - SHUTTING_DOWN - Enum constant in enum class com.loomcache.client.LifecycleState
- SINGLE_MEMBER - Enum constant in enum class com.loomcache.client.ClientRoutingMode
- size() - Method in record class com.loomcache.client.cache.NearCache.NearCacheStats
-
Returns the value of the
sizerecord component. - size() - Method in class com.loomcache.client.cache.NearCache
- size() - Method in class com.loomcache.client.LoomBatch
- size() - Method in class com.loomcache.client.LoomGSet
- size() - Method in class com.loomcache.client.LoomList
- size() - Method in class com.loomcache.client.LoomMap
- size() - Method in class com.loomcache.client.LoomMultiMap
- size() - Method in class com.loomcache.client.LoomORSet
- size() - Method in class com.loomcache.client.LoomPriorityQueue
- size() - Method in class com.loomcache.client.LoomQueue
- size() - Method in class com.loomcache.client.LoomReplicatedMap
-
Number of live entries visible on the serving node.
- size() - Method in class com.loomcache.client.LoomSet
- size() - Method in class com.loomcache.client.Pipelining
- size() - Method in class com.loomcache.client.query.LoomQueryCache
- sizeAsync() - Method in class com.loomcache.client.LoomMap
- sizeAsync() - Method in class com.loomcache.client.LoomQueue
- sizeAsync() - Method in class com.loomcache.client.LoomSet
- snapshot() - Method in class com.loomcache.client.query.LoomQueryCache
- Snapshot(V, long) - Constructor for record class com.loomcache.client.LoomLWWRegister.Snapshot
-
Creates an instance of a
Snapshotrecord class. - sorted(String, String, String...) - Static method in record class com.loomcache.client.query.IndexConfig
- sorted(String, List) - Static method in record class com.loomcache.client.query.IndexConfig
- SORTED - Enum constant in enum class com.loomcache.client.query.IndexType
- sql(String) - Method in class com.loomcache.client.LoomClient
- start() - Method in class com.loomcache.client.cache.WriteBehindCache
- STARTED - Enum constant in enum class com.loomcache.client.LifecycleState
- STARTING - Enum constant in enum class com.loomcache.client.LifecycleState
- state() - Method in record class com.loomcache.client.LifecycleEvent
-
Returns the value of the
staterecord component. - stateChanged(LifecycleEvent) - Method in interface com.loomcache.client.LifecycleListener
- StaticCredentialsFactory - Class in com.loomcache.client.security
-
A
CredentialsFactorythat returns the same pre-configuredClientCredentialsfor every authentication request. - StaticCredentialsFactory(ClientCredentials) - Constructor for class com.loomcache.client.security.StaticCredentialsFactory
- status(String) - Method in class com.loomcache.client.LoomExecutorService
- storeInitialDelay() - Method in class com.loomcache.client.NearCachePreloaderConfig
- storeInitialDelay(Duration) - Method in class com.loomcache.client.NearCachePreloaderConfig.Builder
- storeInterval() - Method in class com.loomcache.client.NearCachePreloaderConfig
- storeInterval(Duration) - Method in class com.loomcache.client.NearCachePreloaderConfig.Builder
- subList(int, int) - Method in class com.loomcache.client.LoomList
- submit(Callable) - Method in class com.loomcache.client.LoomExecutorService
- submitToAll(Callable) - Method in class com.loomcache.client.LoomExecutorService
-
Submits one task record per known member ID for observability.
- submitToKey(String, Callable) - Method in class com.loomcache.client.LoomExecutorService
-
Submits a task and records
keyas routing metadata. - submitToMember(String, Callable) - Method in class com.loomcache.client.LoomExecutorService
-
Submits a task and records
memberIdas target metadata. - subscribe(Consumer) - Method in class com.loomcache.client.LoomTopic
- subscribe(Consumer, Consumer) - Method in class com.loomcache.client.LoomTopic
- subtractAndGet(long) - Method in class com.loomcache.client.LoomPNCounter
- sum(LoomQuery, String) - Method in class com.loomcache.client.LoomMap
-
Sum of
attributeover matching entries (Aggregators.integerSum/doubleSum); empty if no rows.
T
- tailSequence() - Method in class com.loomcache.client.LoomRingbuffer
- take() - Method in class com.loomcache.client.LoomQueue
-
Removes and returns the head element, blocking until one becomes available.
- timestamp() - Method in record class com.loomcache.client.LoomLWWRegister.Snapshot
-
Returns the value of the
timestamprecord component. - timestamp() - Method in class com.loomcache.client.LoomLWWRegister
- tlsConfig() - Method in class com.loomcache.client.ClientConfig
- tlsConfig(TlsConfig) - Method in class com.loomcache.client.ClientConfig.Builder
- tlsConfig(TlsConfig) - Method in class com.loomcache.client.LoomClient.Builder
- toCreateIndexSql(String) - Method in record class com.loomcache.client.query.IndexConfig
- token(byte[]) - Static method in class com.loomcache.client.security.ClientCredentials
-
Creates token credentials from a raw byte payload.
- token(String) - Static method in class com.loomcache.client.security.ClientCredentials
- TOKEN_USERNAME - Static variable in class com.loomcache.client.security.ClientCredentials
- toleratedMissCount() - Method in class com.loomcache.client.NearCacheReconciliationConfig
- toleratedMissCount(int) - Method in class com.loomcache.client.NearCacheReconciliationConfig.Builder
- TopicOverloadPolicy - Enum Class in com.loomcache.client
-
Policy that controls what happens when a
LoomReliableTopicringbuffer is full. - topicPoll(String, long) - Method in class com.loomcache.client.AsyncLoomClient
- topicPoll(String, long) - Method in class com.loomcache.client.LoomClient
- topicPollingConfig() - Method in class com.loomcache.client.ClientConfig
- topicPollingConfig(TopicPollingConfig) - Method in class com.loomcache.client.ClientConfig.Builder
- topicPollingConfig(TopicPollingConfig) - Method in class com.loomcache.client.LoomClient.Builder
- TopicPollingConfig - Record Class in com.loomcache.client
-
Timing and retry configuration for the background poll loop used by
LoomTopicsubscribers. - TopicPollingConfig(Duration, Duration, Duration, int, int, int, Duration) - Constructor for record class com.loomcache.client.TopicPollingConfig
-
Creates an instance of a
TopicPollingConfigrecord class. - topicPublish(String, String) - Method in class com.loomcache.client.AsyncLoomClient
- topicPublish(String, String) - Method in class com.loomcache.client.LoomClient
- topicPublishWithTimeout(String, String, Duration) - Method in class com.loomcache.client.LoomClient
- TopicSequenceLostException - Exception Class in com.loomcache.client
-
Thrown when a topic consumer's sequence falls behind the ringbuffer head, meaning messages were lost because the consumer could not keep up.
- TopicSequenceLostException(String, long) - Constructor for exception class com.loomcache.client.TopicSequenceLostException
- toSelect(String, String) - Method in class com.loomcache.client.query.LoomQuery
-
Compiles to
SELECT <projection> FROM <fromMap> WHERE ... [ORDER BY ...] [LIMIT n]. - toString() - Method in record class com.loomcache.client.AsyncLoomClient.AsyncExecutorConfig
-
Returns a string representation of this record class.
- toString() - Method in record class com.loomcache.client.cache.AsyncReadThroughCache.AsyncExecutorConfig
-
Returns a string representation of this record class.
- toString() - Method in record class com.loomcache.client.cache.NearCache.CacheEfficiency
-
Returns a string representation of this record class.
- toString() - Method in record class com.loomcache.client.cache.NearCache.CacheEntryMetadata
-
Returns a string representation of this record class.
- toString() - Method in record class com.loomcache.client.cache.NearCache.EvictionPolicy.LFU
-
Returns a string representation of this record class.
- toString() - Method in record class com.loomcache.client.cache.NearCache.EvictionPolicy.LRU
-
Returns a string representation of this record class.
- toString() - Method in record class com.loomcache.client.cache.NearCache.EvictionPolicy.Random
-
Returns a string representation of this record class.
- toString() - Method in record class com.loomcache.client.cache.NearCache.NearCacheConfig
-
Returns a string representation of this record class.
- toString() - Method in record class com.loomcache.client.cache.NearCache.NearCacheStats
-
Returns a string representation of this record class.
- toString() - Method in record class com.loomcache.client.cache.WriteBehindCache.WriteBehindConfig
-
Returns a string representation of this record class.
- toString() - Method in record class com.loomcache.client.ClientStatisticsConfig
-
Returns a string representation of this record class.
- toString() - Method in record class com.loomcache.client.ConnectionPoolMetrics.MetricsSnapshot
-
Returns a string representation of this record class.
- toString() - Method in record class com.loomcache.client.DistributedObjectEvent
-
Returns a string representation of this record class.
- toString() - Method in record class com.loomcache.client.InitialMembershipEvent
-
Returns a string representation of this record class.
- toString() - Method in record class com.loomcache.client.LifecycleEvent
-
Returns a string representation of this record class.
- toString() - Method in record class com.loomcache.client.LoomBatch.Result
-
Returns a string representation of this record class.
- toString() - Method in record class com.loomcache.client.LoomEntryView
-
Returns a string representation of this record class.
- toString() - Method in record class com.loomcache.client.LoomLWWRegister.Snapshot
-
Returns a string representation of this record class.
- toString() - Method in record class com.loomcache.client.LoomMap.LoomMapStats
-
Returns a string representation of this record class.
- toString() - Method in class com.loomcache.client.LoomSqlResult
- toString() - Method in record class com.loomcache.client.MemberEvent
-
Returns a string representation of this record class.
- toString() - Method in record class com.loomcache.client.query.IndexConfig
-
Returns a string representation of this record class.
- toString() - Method in class com.loomcache.client.query.LoomPredicate
- toString() - Method in record class com.loomcache.client.query.LoomQuery.OrderColumn
-
Returns a string representation of this record class.
- toString() - Method in class com.loomcache.client.query.LoomQuery
- toString() - Method in record class com.loomcache.client.query.LoomQueryCache.QueryCacheStatistics
-
Returns a string representation of this record class.
- toString() - Method in class com.loomcache.client.query.LoomQueryCacheConfig
- toString() - Method in record class com.loomcache.client.retry.RetryPolicy.RetryStats
-
Returns a string representation of this record class.
- toString() - Method in record class com.loomcache.client.security.CredentialsRequest
-
Returns a string representation of this record class.
- toString() - Method in record class com.loomcache.client.TopicPollingConfig
-
Returns a string representation of this record class.
- totalAttempts() - Method in record class com.loomcache.client.retry.RetryPolicy.RetryStats
-
Returns the value of the
totalAttemptsrecord component. - totalCreated() - Method in record class com.loomcache.client.ConnectionPoolMetrics.MetricsSnapshot
-
Returns the value of the
totalCreatedrecord component. - totalDestroyed() - Method in record class com.loomcache.client.ConnectionPoolMetrics.MetricsSnapshot
-
Returns the value of the
totalDestroyedrecord component. - totalFailures() - Method in record class com.loomcache.client.retry.RetryPolicy.RetryStats
-
Returns the value of the
totalFailuresrecord component. - totalOps() - Method in record class com.loomcache.client.LoomMap.LoomMapStats
-
Returns the value of the
totalOpsrecord component. - totalRetries() - Method in record class com.loomcache.client.retry.RetryPolicy.RetryStats
-
Returns the value of the
totalRetriesrecord component. - totalSubBatches() - Method in record class com.loomcache.client.LoomBatch.Result
-
Returns the value of the
totalSubBatchesrecord component. - totalSuccesses() - Method in record class com.loomcache.client.retry.RetryPolicy.RetryStats
-
Returns the value of the
totalSuccessesrecord component. - totalWaitCount() - Method in record class com.loomcache.client.ConnectionPoolMetrics.MetricsSnapshot
-
Returns the value of the
totalWaitCountrecord component. - totalWaitTimeMs() - Method in record class com.loomcache.client.ConnectionPoolMetrics.MetricsSnapshot
-
Returns the value of the
totalWaitTimeMsrecord component. - truncated() - Method in class com.loomcache.client.LoomSqlResult
- tryAcquire(int, long, TimeUnit) - Method in class com.loomcache.client.LoomLinearizableSemaphore
- tryAcquire(int, Duration) - Method in class com.loomcache.client.LoomLinearizableSemaphore
- tryAcquire(Duration) - Method in class com.loomcache.client.LoomLinearizableSemaphore
- tryCount() - Method in class com.loomcache.client.ClientFailoverConfig
- tryCount(int) - Method in class com.loomcache.client.ClientFailoverConfig.Builder
- tryLock() - Method in class com.loomcache.client.LoomLinearizableLock
- tryLock(long, TimeUnit) - Method in class com.loomcache.client.LoomLinearizableLock
- tryLock(Duration) - Method in class com.loomcache.client.LoomLinearizableLock
- ttl() - Method in record class com.loomcache.client.cache.NearCache.CacheEntryMetadata
-
Returns the value of the
ttlrecord component. - ttl() - Method in record class com.loomcache.client.cache.NearCache.NearCacheConfig
-
Returns the value of the
ttlrecord component. - type() - Method in record class com.loomcache.client.DistributedObjectEvent
-
Returns the value of the
typerecord component.
U
- unlock() - Method in class com.loomcache.client.LoomLinearizableLock
- unsubscribe() - Method in class com.loomcache.client.LoomReliableTopic
- unsubscribe(int) - Method in class com.loomcache.client.LoomTopic
- unsubscribeWaitTimeout() - Method in record class com.loomcache.client.TopicPollingConfig
-
Returns the value of the
unsubscribeWaitTimeoutrecord component. - uploadInterval() - Method in record class com.loomcache.client.ClientStatisticsConfig
-
Returns the value of the
uploadIntervalrecord component. - username() - Method in class com.loomcache.client.security.ClientCredentials
V
- value() - Method in record class com.loomcache.client.LoomEntryView
-
Returns the value of the
valuerecord component. - value() - Method in record class com.loomcache.client.LoomLWWRegister.Snapshot
-
Returns the value of the
valuerecord component. - VALUE_ATTRIBUTE - Static variable in class com.loomcache.client.query.LoomPredicate
-
Alternate/legacy whole-value spellings, normalized to LoomCache's
valuecolumn. - valueOf(String) - Static method in enum class com.loomcache.client.ClientReconnectMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.loomcache.client.ClientRoutingMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.loomcache.client.LifecycleState
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.loomcache.client.NearCacheEvictionPolicy
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.loomcache.client.NearCacheLocalUpdatePolicy
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.loomcache.client.query.IndexType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.loomcache.client.TopicOverloadPolicy
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class com.loomcache.client.ClientReconnectMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.loomcache.client.ClientRoutingMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.loomcache.client.LifecycleState
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Method in class com.loomcache.client.LoomMultiMap
- values() - Static method in enum class com.loomcache.client.NearCacheEvictionPolicy
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.loomcache.client.NearCacheLocalUpdatePolicy
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.loomcache.client.query.IndexType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Method in class com.loomcache.client.query.LoomQueryCache
- values() - Static method in enum class com.loomcache.client.TopicOverloadPolicy
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values(LoomQuery) - Method in class com.loomcache.client.LoomMap
-
Returns the values of entries matching
query. - version() - Method in record class com.loomcache.client.LoomEntryView
-
Returns the value of the
versionrecord component. - viewSize() - Method in record class com.loomcache.client.query.LoomQueryCache.QueryCacheStatistics
-
Returns the value of the
viewSizerecord component. - viewUpdates() - Method in record class com.loomcache.client.query.LoomQueryCache.QueryCacheStatistics
-
Returns the value of the
viewUpdatesrecord component.
W
- where(LoomPredicate) - Static method in class com.loomcache.client.query.LoomQuery
-
Filters by
predicate. - withCredentialPayload(Consumer) - Method in class com.loomcache.client.security.ClientCredentials
- withDepth(int) - Static method in class com.loomcache.client.Pipelining
- withEnabled(boolean) - Method in record class com.loomcache.client.ClientStatisticsConfig
- withJitter(double) - Method in class com.loomcache.client.retry.RetryPolicy
- withoutOrderBy() - Method in class com.loomcache.client.query.LoomQuery
-
Returns a copy without explicit ordering.
- withRetryPredicate(Predicate) - Method in class com.loomcache.client.retry.RetryPolicy
- withUploadInterval(Duration) - Method in record class com.loomcache.client.ClientStatisticsConfig
- wrap(LoomClient) - Static method in class com.loomcache.client.LoomCache
- WriteBehindCache<K,
V> - Class in com.loomcache.client.cache -
Application-facing write-behind utility.
- WriteBehindCache(WriteBehindCache.WriteBehindConfig, WriteBehindCache.WriteFlushCallback) - Constructor for class com.loomcache.client.cache.WriteBehindCache
- WriteBehindCache.WriteBehindConfig - Record Class in com.loomcache.client.cache
- WriteBehindCache.WriteFlushCallback<K,
V> - Interface in com.loomcache.client.cache - WriteBehindConfig(int, Duration, int) - Constructor for record class com.loomcache.client.cache.WriteBehindCache.WriteBehindConfig
-
Creates an instance of a
WriteBehindConfigrecord class.
All Classes and Interfaces|All Packages|Constant Field Values