Index

A B C D E F G H I J K L M N O P Q R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values

A

acceptTimeoutMs() - Method in class com.loomcache.common.config.TlsConfig
 
acceptTimeoutMs(int) - Method in class com.loomcache.common.config.TlsConfig.Builder
 
ACK_ON_OPERATION_COMPLETE - Enum constant in enum class com.loomcache.common.config.WanAcknowledgeType
 
ACK_ON_RECEIPT - Enum constant in enum class com.loomcache.common.config.WanAcknowledgeType
 
action() - Method in record class com.loomcache.common.config.AuthConfig.PermissionRequest
Returns the value of the action record component.
actions() - Method in record class com.loomcache.common.config.AuthConfig.PermissionConfig
Returns the value of the actions record component.
addAdminRole(String) - Method in class com.loomcache.common.config.AuthConfig.Builder
 
addAllowedJaasLoginModuleClassName(String) - Method in class com.loomcache.common.config.AuthConfig.Builder
 
addCertPermission(String, String) - Method in class com.loomcache.common.config.AuthConfig.Builder
 
ADDED - Enum constant in enum class com.loomcache.common.listener.EntryEvent.EventType
 
addJaasLoginModule(String) - Method in class com.loomcache.common.config.AuthConfig.Builder
 
addJaasLoginModule(String, AuthConfig.LoginModuleControlFlag, Map) - Method in class com.loomcache.common.config.AuthConfig.Builder
 
addJaasLoginModule(String, String, Map) - Method in class com.loomcache.common.config.AuthConfig.Builder
 
addJaasRolePrincipalClassName(String) - Method in class com.loomcache.common.config.AuthConfig.Builder
 
address() - Method in class com.loomcache.common.config.ClusterConfig
 
address() - Method in record class com.loomcache.common.config.ClusterConfig.RaftBootstrapServer
 
addRole(String, String...) - Method in class com.loomcache.common.config.AuthConfig.Builder
 
addRole(String, Set) - Method in class com.loomcache.common.config.AuthConfig.Builder
 
addRole(String, Set, Set) - Method in class com.loomcache.common.config.AuthConfig.Builder
 
addRole(String, Set, Set, Set) - Method in class com.loomcache.common.config.AuthConfig.Builder
 
addRoleEndpoint(String, String) - Method in class com.loomcache.common.config.AuthConfig.Builder
 
addRoleEndpoints(String, Set) - Method in class com.loomcache.common.config.AuthConfig.Builder
 
addRolePermissionConfig(String, AuthConfig.PermissionConfig) - Method in class com.loomcache.common.config.AuthConfig.Builder
 
addToken(byte[], String, Set) - Method in class com.loomcache.common.config.AuthConfig.Builder
 
addToken(String, String, Set) - Method in class com.loomcache.common.config.AuthConfig.Builder
 
addTokenHash(String, String, Set) - Method in class com.loomcache.common.config.AuthConfig.Builder
 
addTrustedGatewayAddress(String) - Method in class com.loomcache.common.config.AuthConfig.Builder
 
adminEnabled() - Method in class com.loomcache.common.config.ClusterConfig
 
adminEnabled(boolean) - Method in class com.loomcache.common.config.ClusterConfig.Builder
 
adminPort() - Method in class com.loomcache.common.config.ClusterConfig
 
adminPort(int) - Method in class com.loomcache.common.config.ClusterConfig.Builder
 
all() - Static method in interface com.loomcache.common.protocol.SerializablePredicate
Returns a predicate that matches every entry.
allowedJaasLoginModuleClassNames(Set) - Method in class com.loomcache.common.config.AuthConfig.Builder
 
any() - Static method in class com.loomcache.common.config.AuthConfig.EndpointConfig
 
any() - Static method in record class com.loomcache.common.config.AuthConfig.PermissionConfig
 
APPLICATION_REGISTRATION_ID_FLOOR - Static variable in class com.loomcache.common.serialization.KryoSerializer
 
applicationRegisteredClass(String) - Method in class com.loomcache.common.serialization.KryoSerializer
 
applicationRegistrationIdentityDigestHex(Class) - Method in class com.loomcache.common.serialization.KryoSerializer
 
authConfig() - Method in class com.loomcache.common.config.ClusterConfig
 
authConfig(AuthConfig) - Method in class com.loomcache.common.config.ClusterConfig.Builder
 
AuthConfig - Class in com.loomcache.common.config
 
AuthConfig.Builder - Class in com.loomcache.common.config
 
AuthConfig.EndpointConfig - Class in com.loomcache.common.config
 
AuthConfig.JaasConfig - Record Class in com.loomcache.common.config
 
AuthConfig.KerberosConfig - Record Class in com.loomcache.common.config
 
AuthConfig.LdapConfig - Record Class in com.loomcache.common.config
 
AuthConfig.LoginModuleConfig - Record Class in com.loomcache.common.config
 
AuthConfig.LoginModuleControlFlag - Enum Class in com.loomcache.common.config
 
AuthConfig.PermissionConfig - Record Class in com.loomcache.common.config
 
AuthConfig.PermissionRequest - Record Class in com.loomcache.common.config
 
AuthConfig.Role - Record Class in com.loomcache.common.config
 
AuthConfig.TokenConfig - Class in com.loomcache.common.config
 
AuthConfig.TokenCredential - Record Class in com.loomcache.common.config
 
AuthenticationException - Exception Class in com.loomcache.common.exception
 
AuthenticationException(String) - Constructor for exception class com.loomcache.common.exception.AuthenticationException
 
AuthenticationException(String, String, AuthenticationException.AuthError, Throwable) - Constructor for exception class com.loomcache.common.exception.AuthenticationException
 
AuthenticationException(String, Throwable) - Constructor for exception class com.loomcache.common.exception.AuthenticationException
 
AuthenticationException.AuthError - Enum Class in com.loomcache.common.exception
 
authIdentity() - Method in record class com.loomcache.common.config.AuthConfig.LdapConfig
Returns the value of the authIdentity record component.
authMaxSessions() - Method in class com.loomcache.common.config.ClusterConfig
 
authMaxSessions(int) - Method in class com.loomcache.common.config.ClusterConfig.Builder
 
authorizeRoles(Set, AuthConfig.PermissionRequest) - Method in class com.loomcache.common.config.AuthConfig
 
authorizeRoles(Set, String) - Method in class com.loomcache.common.config.AuthConfig
 
authzIdentity() - Method in record class com.loomcache.common.config.AuthConfig.LdapConfig
Returns the value of the authzIdentity record component.
avgDeserializeSizeBytes() - Method in class com.loomcache.common.serialization.SerializationStats
 
avgSerializeSizeBytes() - Method in class com.loomcache.common.serialization.SerializationStats
 

B

BackingStoreWriteException - Exception Class in com.loomcache.common.exception
 
BackingStoreWriteException(String) - Constructor for exception class com.loomcache.common.exception.BackingStoreWriteException
 
BackingStoreWriteException(String, Throwable) - Constructor for exception class com.loomcache.common.exception.BackingStoreWriteException
 
batchRaftSubmitTimeoutMs() - Method in class com.loomcache.common.config.ClusterConfig
 
batchRaftSubmitTimeoutMs(long) - Method in class com.loomcache.common.config.ClusterConfig.Builder
 
batchReplayCacheEntries() - Method in class com.loomcache.common.config.ClusterConfig
 
batchReplayCacheEntries(int) - Method in class com.loomcache.common.config.ClusterConfig.Builder
 
bindAddress() - Method in class com.loomcache.common.config.ClusterConfig
 
bindAddress(String) - Method in class com.loomcache.common.config.ClusterConfig.Builder
 
BOOLEAN - Enum constant in enum class com.loomcache.common.serialization.compact.CompactFieldKind
 
build() - Method in class com.loomcache.common.config.AuthConfig.Builder
 
build() - Method in class com.loomcache.common.config.ClusterConfig.Builder
 
build() - Method in class com.loomcache.common.config.DataConnectionConfig.Builder
 
build() - Method in class com.loomcache.common.config.DiscoveryConfig.Builder
 
build() - Method in class com.loomcache.common.config.EndpointTlsConfig.Builder
 
build() - Method in class com.loomcache.common.config.GenericMapStoreConfig.Builder
 
build() - Method in class com.loomcache.common.config.PartitionGroupConfig.Builder
 
build() - Method in class com.loomcache.common.config.PriorityQueueConfig.Builder
 
build() - Method in class com.loomcache.common.config.QueueConfig.Builder
 
build() - Method in class com.loomcache.common.config.TlsConfig.Builder
 
build() - Method in class com.loomcache.common.serialization.compact.GenericRecord.Builder
 
builder() - Static method in class com.loomcache.common.config.AuthConfig
 
builder() - Static method in class com.loomcache.common.config.ClusterConfig
 
builder() - Static method in record class com.loomcache.common.config.DataConnectionConfig
 
builder() - Static method in class com.loomcache.common.config.DiscoveryConfig
 
builder() - Static method in class com.loomcache.common.config.EndpointTlsConfig
 
builder() - Static method in record class com.loomcache.common.config.GenericMapStoreConfig
 
builder() - Static method in class com.loomcache.common.config.PartitionGroupConfig
 
builder() - Static method in record class com.loomcache.common.config.PriorityQueueConfig
 
builder() - Static method in record class com.loomcache.common.config.QueueConfig
 
builder() - Static method in class com.loomcache.common.config.TlsConfig
 
builder(PartitionGroupConfig) - Static method in class com.loomcache.common.config.PartitionGroupConfig
 
builder(String) - Static method in class com.loomcache.common.serialization.compact.GenericRecord
 
Builder() - Constructor for class com.loomcache.common.config.AuthConfig.Builder
 
Builder() - Constructor for class com.loomcache.common.config.ClusterConfig.Builder
 
Builder() - Constructor for class com.loomcache.common.config.EndpointTlsConfig.Builder
 
Builder() - Constructor for class com.loomcache.common.config.TlsConfig.Builder
 
BYTES - Enum constant in enum class com.loomcache.common.serialization.compact.CompactFieldKind
 

C

CANCELLED - Enum constant in enum class com.loomcache.common.listener.EntryEvent.EventType
 
capacity() - Method in record class com.loomcache.common.config.QueueConfig
Returns the value of the capacity record component.
capacity(int) - Method in class com.loomcache.common.config.QueueConfig.Builder
 
CapacityExceededException - Exception Class in com.loomcache.common.exception
 
CapacityExceededException(String) - Constructor for exception class com.loomcache.common.exception.CapacityExceededException
 
CapacityExceededException(String, long, long, String) - Constructor for exception class com.loomcache.common.exception.CapacityExceededException
 
CapacityExceededException(String, long, long, String, Throwable) - Constructor for exception class com.loomcache.common.exception.CapacityExceededException
 
CapacityExceededException(String, Throwable) - Constructor for exception class com.loomcache.common.exception.CapacityExceededException
 
certExpirationCriticalDays() - Method in class com.loomcache.common.config.TlsConfig
 
certExpirationCriticalDays(int) - Method in class com.loomcache.common.config.TlsConfig.Builder
 
certExpirationWarningDays() - Method in class com.loomcache.common.config.TlsConfig
 
certExpirationWarningDays(int) - Method in class com.loomcache.common.config.TlsConfig.Builder
 
certPermissions() - Method in class com.loomcache.common.config.AuthConfig
 
cidr() - Method in class com.loomcache.common.config.AuthConfig.EndpointConfig
 
cipherSuites() - Method in class com.loomcache.common.config.TlsConfig
 
cipherSuites(String...) - Method in class com.loomcache.common.config.TlsConfig.Builder
 
cipherSuites(List) - Method in class com.loomcache.common.config.TlsConfig.Builder
 
className() - Method in record class com.loomcache.common.config.AuthConfig.LoginModuleConfig
Returns the value of the className record component.
className() - Method in record class com.loomcache.common.serialization.PortableObjectEnvelope.Decoded
Returns the value of the className record component.
CLEAR_ALL - Enum constant in enum class com.loomcache.common.listener.EntryEvent.EventType
 
CLIENT - Enum constant in enum class com.loomcache.common.config.EndpointTlsConfig.Endpoint
 
clientTlsConfig() - Method in class com.loomcache.common.config.EndpointTlsConfig
 
clientTlsConfig(TlsConfig) - Method in class com.loomcache.common.config.EndpointTlsConfig.Builder
 
ClusterConfig - Class in com.loomcache.common.config
 
ClusterConfig.Builder - Class in com.loomcache.common.config
 
ClusterConfig.RaftBootstrapServer - Record Class in com.loomcache.common.config
 
ClusterConfig.ShutdownHookPolicy - Enum Class in com.loomcache.common.config
 
clusterDataRecoveryPolicy() - Method in class com.loomcache.common.config.ClusterConfig
 
clusterDataRecoveryPolicy(ClusterDataRecoveryPolicy) - Method in class com.loomcache.common.config.ClusterConfig.Builder
 
ClusterDataRecoveryPolicy - Enum Class in com.loomcache.common.config
 
clusterId() - Method in class com.loomcache.common.config.ClusterConfig
 
clusterId(String) - Method in class com.loomcache.common.config.ClusterConfig.Builder
 
clusterIdExplicit() - Method in class com.loomcache.common.config.ClusterConfig
 
ClusterPassiveException - Exception Class in com.loomcache.common.exception
 
ClusterPassiveException(String, String, String) - Constructor for exception class com.loomcache.common.exception.ClusterPassiveException
 
ClusterPassiveException(String) - Constructor for exception class com.loomcache.common.exception.ClusterPassiveException
 
code() - Method in enum class com.loomcache.common.listener.EntryEvent.EventType
 
code() - Method in enum class com.loomcache.common.listener.EntryEvent.Origin
 
com.loomcache.common.compute - package com.loomcache.common.compute
 
com.loomcache.common.config - package com.loomcache.common.config
Shared configuration types used by LoomCache clients, servers, and integrations.
com.loomcache.common.exception - package com.loomcache.common.exception
 
com.loomcache.common.listener - package com.loomcache.common.listener
 
com.loomcache.common.model - package com.loomcache.common.model
 
com.loomcache.common.protocol - package com.loomcache.common.protocol
Wire-protocol compatibility types shared by LoomCache modules.
com.loomcache.common.serialization - package com.loomcache.common.serialization
Public serialization API for LoomCache.
com.loomcache.common.serialization.compact - package com.loomcache.common.serialization.compact
Compact serialization: a schema-oriented binary format for LoomCache.
command() - Method in record class com.loomcache.common.config.AuthConfig.PermissionRequest
Returns the value of the command record component.
command(String) - Static method in record class com.loomcache.common.config.AuthConfig.PermissionRequest
 
commandExecutorThreads() - Method in class com.loomcache.common.config.ClusterConfig
 
commandExecutorThreads(int) - Method in class com.loomcache.common.config.ClusterConfig.Builder
 
commandQueueCapacity() - Method in class com.loomcache.common.config.ClusterConfig
 
commandQueueCapacity(int) - Method in class com.loomcache.common.config.ClusterConfig.Builder
 
CompactField - Record Class in com.loomcache.common.serialization.compact
One field in a Compact schema: a non-blank field name paired with its CompactFieldKind.
CompactField(String, CompactFieldKind) - Constructor for record class com.loomcache.common.serialization.compact.CompactField
Creates an instance of a CompactField record class.
CompactFieldKind - Enum Class in com.loomcache.common.serialization.compact
The set of field types supported by Compact serialization, each with a stable numeric wire ID.
CompactReader - Class in com.loomcache.common.serialization.compact
Field-by-field reader handed to a CompactTypeSerializer when decoding a Compact payload.
CompactSchema - Class in com.loomcache.common.serialization.compact
The schema of a Compact payload: a type name plus an ordered list of CompactFields, with a derived 64-bit fingerprint.
CompactSchema(String, List) - Constructor for class com.loomcache.common.serialization.compact.CompactSchema
 
CompactSchema(String, List, long) - Constructor for class com.loomcache.common.serialization.compact.CompactSchema
 
CompactSerializationService - Class in com.loomcache.common.serialization.compact
Registry and entry point for Compact serialization: registers CompactTypeSerializers and encodes/decodes Compact payloads.
CompactSerializationService() - Constructor for class com.loomcache.common.serialization.compact.CompactSerializationService
 
CompactTypeSerializer<T> - Interface in com.loomcache.common.serialization.compact
Extension point applications implement to map a class to and from the Compact format.
CompactWriter - Class in com.loomcache.common.serialization.compact
Field-by-field writer handed to a CompactTypeSerializer when encoding a Compact payload.
configChangeCommitTimeoutMs() - Method in class com.loomcache.common.config.ClusterConfig
 
configChangeCommitTimeoutMs(long) - Method in class com.loomcache.common.config.ClusterConfig.Builder
 
CONNECT_TIMEOUT - Enum constant in enum class com.loomcache.common.exception.ConnectionException.ConnectionError
 
ConnectionException - Exception Class in com.loomcache.common.exception
 
ConnectionException(String) - Constructor for exception class com.loomcache.common.exception.ConnectionException
 
ConnectionException(String, String, int, ConnectionException.ConnectionError, Throwable) - Constructor for exception class com.loomcache.common.exception.ConnectionException
 
ConnectionException(String, Throwable) - Constructor for exception class com.loomcache.common.exception.ConnectionException
 
ConnectionException.ConnectionError - Enum Class in com.loomcache.common.exception
 
ConsistencyLostException - Exception Class in com.loomcache.common.exception
 
ConsistencyLostException(String, String, String) - Constructor for exception class com.loomcache.common.exception.ConsistencyLostException
 
ConsistencyLostException(String, String, String, Throwable) - Constructor for exception class com.loomcache.common.exception.ConsistencyLostException
 
ConsistencyLostException(String) - Constructor for exception class com.loomcache.common.exception.ConsistencyLostException
 
ConsistencyLostException(String, Throwable) - Constructor for exception class com.loomcache.common.exception.ConsistencyLostException
 
controlFlag() - Method in record class com.loomcache.common.config.AuthConfig.KerberosConfig
Returns the value of the controlFlag record component.
controlFlag() - Method in record class com.loomcache.common.config.AuthConfig.LdapConfig
Returns the value of the controlFlag record component.
controlFlag() - Method in record class com.loomcache.common.config.AuthConfig.LoginModuleConfig
Returns the value of the controlFlag record component.
createSerializer() - Method in interface com.loomcache.common.serialization.LoomSerializerProvider
 
credentialsBySha256() - Method in class com.loomcache.common.config.AuthConfig.TokenConfig
 
current() - Static method in enum class com.loomcache.common.config.LoomProfile
 
current() - Static method in class com.loomcache.common.serialization.GlobalSerializerRegistry
 
cursor() - Method in record class com.loomcache.common.model.ScanPage
Returns the value of the cursor record component.
cursor() - Method in record class com.loomcache.common.protocol.ScanResult
Returns the value of the cursor record component.
CUSTOM - Enum constant in enum class com.loomcache.common.config.PartitionGroupType
 

D

dataConnectionConfig(String, DataConnectionConfig) - Method in class com.loomcache.common.config.ClusterConfig.Builder
 
DataConnectionConfig - Record Class in com.loomcache.common.config
 
DataConnectionConfig(String, String, String, String, String, int, long, Map) - Constructor for record class com.loomcache.common.config.DataConnectionConfig
Creates an instance of a DataConnectionConfig record class.
DataConnectionConfig.Builder - Class in com.loomcache.common.config
 
dataConnectionConfigs() - Method in class com.loomcache.common.config.ClusterConfig
 
dataConnectionConfigs(Map) - Method in class com.loomcache.common.config.ClusterConfig.Builder
 
dataConnectionRef() - Method in record class com.loomcache.common.config.GenericMapStoreConfig
Returns the value of the dataConnectionRef record component.
dataConnectionRef(String) - Method in class com.loomcache.common.config.GenericMapStoreConfig.Builder
 
dataDir() - Method in class com.loomcache.common.config.ClusterConfig
 
dataDir(String) - Method in class com.loomcache.common.config.ClusterConfig.Builder
 
dataWriteReplayCacheEntries() - Method in class com.loomcache.common.config.ClusterConfig
 
dataWriteReplayCacheEntries(int) - Method in class com.loomcache.common.config.ClusterConfig.Builder
 
debug() - Method in record class com.loomcache.common.config.AuthConfig.KerberosConfig
Returns the value of the debug record component.
Decoded(String, byte[]) - Constructor for record class com.loomcache.common.serialization.PortableObjectEnvelope.Decoded
Creates an instance of a Decoded record class.
DEFAULT - Static variable in record class com.loomcache.common.config.PriorityQueueConfig
 
DEFAULT - Static variable in record class com.loomcache.common.config.QueueConfig
 
DEFAULT_ADMIN_ENABLED - Static variable in class com.loomcache.common.config.ClusterConfig
 
DEFAULT_ADMIN_PORT - Static variable in class com.loomcache.common.config.ClusterConfig
 
DEFAULT_AUTH_MAX_SESSIONS - Static variable in class com.loomcache.common.config.ClusterConfig
 
DEFAULT_BATCH_RAFT_SUBMIT_TIMEOUT_MS - Static variable in class com.loomcache.common.config.ClusterConfig
 
DEFAULT_BATCH_REPLAY_CACHE_ENTRIES - Static variable in class com.loomcache.common.config.ClusterConfig
 
DEFAULT_CLUSTER_NAME - Static variable in class com.loomcache.common.config.ClusterConfig
 
DEFAULT_COMMAND_EXECUTOR_THREADS - Static variable in class com.loomcache.common.config.ClusterConfig
 
DEFAULT_COMMAND_QUEUE_CAPACITY - Static variable in class com.loomcache.common.config.ClusterConfig
 
DEFAULT_DATA_WRITE_REPLAY_CACHE_ENTRIES - Static variable in class com.loomcache.common.config.ClusterConfig
 
DEFAULT_ENABLED - Static variable in record class com.loomcache.common.config.IcmpFailureDetectorConfig
 
DEFAULT_ENABLED - Static variable in record class com.loomcache.common.config.SlowOperationDetectorConfig
 
DEFAULT_FAIL_FAST_ON_STARTUP - Static variable in record class com.loomcache.common.config.IcmpFailureDetectorConfig
 
DEFAULT_GRACEFUL_SHUTDOWN_DRAIN_MS - Static variable in class com.loomcache.common.config.ClusterConfig
 
DEFAULT_HEALTH_TLS_ENABLED - Static variable in class com.loomcache.common.config.ClusterConfig
 
DEFAULT_HEALTH_TLS_PLAIN_TEXT_DISABLED - Static variable in class com.loomcache.common.config.ClusterConfig
 
DEFAULT_HEALTH_TLS_PORT - Static variable in class com.loomcache.common.config.ClusterConfig
 
DEFAULT_HEARTBEAT_INTERVAL_MS - Static variable in class com.loomcache.common.config.ClusterConfig
 
DEFAULT_HEARTBEAT_TIMEOUT_MS - Static variable in class com.loomcache.common.config.ClusterConfig
 
DEFAULT_HOST - Static variable in class com.loomcache.common.config.ClusterConfig
 
DEFAULT_IDEMPOTENCY_TTL_MS - Static variable in class com.loomcache.common.config.ClusterConfig
 
DEFAULT_INTERVAL_MS - Static variable in record class com.loomcache.common.config.IcmpFailureDetectorConfig
 
DEFAULT_KEY_COLUMN - Static variable in record class com.loomcache.common.config.GenericMapStoreConfig
 
DEFAULT_MAP_NAME_COLUMN - Static variable in record class com.loomcache.common.config.GenericMapStoreConfig
 
DEFAULT_MAX_ATTEMPTS - Static variable in record class com.loomcache.common.config.IcmpFailureDetectorConfig
 
DEFAULT_MAX_CONNECTIONS - Static variable in class com.loomcache.common.config.ClusterConfig
 
DEFAULT_MAX_EXECUTOR_TASK_PAYLOAD_BYTES - Static variable in class com.loomcache.common.config.ClusterConfig
 
DEFAULT_MAX_LOAD_KEYS - Static variable in record class com.loomcache.common.config.GenericMapStoreConfig
 
DEFAULT_MAX_PARALLEL_MIGRATIONS - Static variable in class com.loomcache.common.config.ClusterConfig
 
DEFAULT_MAX_POOL_SIZE - Static variable in record class com.loomcache.common.config.DataConnectionConfig
 
DEFAULT_MAX_RECORDS - Static variable in record class com.loomcache.common.config.SlowOperationDetectorConfig
 
DEFAULT_MAX_STACK_FRAMES - Static variable in record class com.loomcache.common.config.SlowOperationDetectorConfig
 
DEFAULT_NODE_ID - Static variable in class com.loomcache.common.config.ClusterConfig
 
DEFAULT_PARTITION_GROUP_TYPE - Static variable in class com.loomcache.common.config.ClusterConfig
 
DEFAULT_PIPELINED_EXECUTION - Static variable in class com.loomcache.common.config.ClusterConfig
 
DEFAULT_POOL_ACQUIRE_TIMEOUT_MILLIS - Static variable in record class com.loomcache.common.config.DataConnectionConfig
 
DEFAULT_PORT - Static variable in class com.loomcache.common.config.ClusterConfig
 
DEFAULT_QUERY_MAX_AGGREGATE_SCAN_ENTRIES - Static variable in class com.loomcache.common.config.ClusterConfig
 
DEFAULT_QUERY_MAX_REGEX_INPUT_LENGTH - Static variable in class com.loomcache.common.config.ClusterConfig
 
DEFAULT_QUERY_MAX_SQL_LENGTH - Static variable in class com.loomcache.common.config.ClusterConfig
 
DEFAULT_QUERY_SLOW_QUERY_THRESHOLD_MS - Static variable in class com.loomcache.common.config.ClusterConfig
 
DEFAULT_QUERY_TIMEOUT_MS - Static variable in class com.loomcache.common.config.ClusterConfig
 
DEFAULT_SAMPLE_INTERVAL_MS - Static variable in record class com.loomcache.common.config.SlowOperationDetectorConfig
 
DEFAULT_SHUTDOWN_FLUSH_TIMEOUT - Static variable in record class com.loomcache.common.config.GenericMapStoreConfig
 
DEFAULT_SHUTDOWN_HOOK_ENABLED - Static variable in class com.loomcache.common.config.ClusterConfig
 
DEFAULT_SHUTDOWN_HOOK_POLICY - Static variable in class com.loomcache.common.config.ClusterConfig
 
DEFAULT_SHUTDOWN_MAX_WAIT_SECONDS - Static variable in class com.loomcache.common.config.ClusterConfig
 
DEFAULT_SNAPSHOT_THRESHOLD - Static variable in class com.loomcache.common.config.ClusterConfig
 
DEFAULT_TABLE_NAME - Static variable in record class com.loomcache.common.config.GenericMapStoreConfig
 
DEFAULT_TCP_ACCEPT_BACKOFF_MAX_MS - Static variable in class com.loomcache.common.config.ClusterConfig
 
DEFAULT_TCP_ACCEPT_TIMEOUT_MS - Static variable in class com.loomcache.common.config.ClusterConfig
 
DEFAULT_TCP_IDLE_TIMEOUT_MS - Static variable in class com.loomcache.common.config.ClusterConfig
 
DEFAULT_TCP_READ_TIMEOUT_MS - Static variable in class com.loomcache.common.config.ClusterConfig
 
DEFAULT_TCP_WRITE_QUEUE_CAPACITY - Static variable in class com.loomcache.common.config.ClusterConfig
 
DEFAULT_THRESHOLD_MS - Static variable in record class com.loomcache.common.config.SlowOperationDetectorConfig
 
DEFAULT_TIMEOUT_MS - Static variable in record class com.loomcache.common.config.IcmpFailureDetectorConfig
 
DEFAULT_TRANSACTION_COMMIT_APPLY_MAX_ATTEMPTS - Static variable in class com.loomcache.common.config.ClusterConfig
 
DEFAULT_TRANSACTION_COMMIT_APPLY_RETRY_DELAY_MS - Static variable in class com.loomcache.common.config.ClusterConfig
 
DEFAULT_TRANSACTION_MAX_BUFFERED_OPS - Static variable in class com.loomcache.common.config.ClusterConfig
 
DEFAULT_TRANSACTION_MAX_OPERATION_PAYLOAD_BYTES - Static variable in class com.loomcache.common.config.ClusterConfig
 
DEFAULT_TRANSACTION_MAX_PARTICIPANT_GROUP_COUNT - Static variable in class com.loomcache.common.config.ClusterConfig
 
DEFAULT_VALUE_COLUMN - Static variable in record class com.loomcache.common.config.GenericMapStoreConfig
 
DEFAULT_WRITE_BATCH_SIZE - Static variable in record class com.loomcache.common.config.GenericMapStoreConfig
 
DEFAULT_WRITE_DELAY - Static variable in record class com.loomcache.common.config.GenericMapStoreConfig
 
DEFAULT_WRITE_MAX_RETRIES - Static variable in record class com.loomcache.common.config.GenericMapStoreConfig
 
DEFAULT_WRITE_QUEUE_CAPACITY - Static variable in record class com.loomcache.common.config.GenericMapStoreConfig
 
defaultConfig() - Static method in class com.loomcache.common.config.PartitionGroupConfig
 
defaultIdGeneratorNodeId(int) - Static method in class com.loomcache.common.config.ClusterConfig
Legacy instance-number-derived default.
defaultIdGeneratorNodeId(String) - Static method in class com.loomcache.common.config.ClusterConfig
Derives a cluster-unique-by-default Snowflake ID-generator node id from the cluster-unique nodeId string.
defaultRegistrationDigest() - Static method in class com.loomcache.common.serialization.KryoSerializer
 
defaults() - Static method in record class com.loomcache.common.config.IcmpFailureDetectorConfig
 
defaults() - Static method in record class com.loomcache.common.config.SlowOperationDetectorConfig
 
defaults(TlsConfig) - Method in class com.loomcache.common.config.EndpointTlsConfig.Builder
 
derivedHost(String) - Method in class com.loomcache.common.config.ClusterConfig.Builder
 
deserializationCount() - Method in class com.loomcache.common.serialization.SerializationStats
 
deserialize(byte[], Class) - Method in class com.loomcache.common.serialization.compact.CompactSerializationService
Deserializes a Compact payload with the serializer registered for targetType.
deserialize(byte[]) - Method in class com.loomcache.common.serialization.KryoSerializer
 
deserialize(byte[]) - Method in interface com.loomcache.common.serialization.LoomSerializer
 
deserialize(byte[], Class) - Method in class com.loomcache.common.serialization.KryoSerializer
 
deserialize(byte[], Class) - Method in interface com.loomcache.common.serialization.LoomSerializer
 
deserializeChecked(byte[], Class) - Method in class com.loomcache.common.serialization.KryoSerializer
 
deserializeChecked(byte[], Class) - Method in interface com.loomcache.common.serialization.KryoSerializerApi
 
deserializeExact(byte[], Class) - Method in class com.loomcache.common.serialization.KryoSerializer
 
deserializeExact(byte[], Class) - Method in interface com.loomcache.common.serialization.KryoSerializerApi
 
deserializeForSnapshot(byte[]) - Method in class com.loomcache.common.serialization.KryoSerializer
 
deserializeForSnapshot(byte[]) - Method in interface com.loomcache.common.serialization.LoomSerializer
 
deserializeRecord(byte[]) - Method in class com.loomcache.common.serialization.compact.CompactSerializationService
Decodes a Compact payload as a class-free GenericRecord.
deserializeWithClassGate(byte[], Class, Predicate) - Method in class com.loomcache.common.serialization.KryoSerializer
Deserializes a Kryo payload, gating the declared class through classGate BEFORE any object graph is constructed.
DEVELOPMENT - Enum constant in enum class com.loomcache.common.config.LoomProfile
 
disabled() - Static method in class com.loomcache.common.config.AuthConfig
 
disabled() - Static method in record class com.loomcache.common.config.AuthConfig.JaasConfig
 
disabled() - Static method in record class com.loomcache.common.config.AuthConfig.KerberosConfig
 
disabled() - Static method in record class com.loomcache.common.config.AuthConfig.LdapConfig
 
disabled() - Static method in class com.loomcache.common.config.AuthConfig.TokenConfig
 
disabled() - Static method in class com.loomcache.common.config.DiscoveryConfig
 
disabled() - Static method in class com.loomcache.common.config.EndpointTlsConfig
 
disabled() - Static method in record class com.loomcache.common.config.IcmpFailureDetectorConfig
 
disabled() - Static method in record class com.loomcache.common.config.SlowOperationDetectorConfig
 
disabled() - Static method in class com.loomcache.common.config.TlsConfig
 
discoveryConfig() - Method in class com.loomcache.common.config.ClusterConfig
 
discoveryConfig(DiscoveryConfig) - Method in class com.loomcache.common.config.ClusterConfig.Builder
 
DiscoveryConfig - Class in com.loomcache.common.config
 
DiscoveryConfig.Builder - Class in com.loomcache.common.config
 
discoveryEntry() - Method in record class com.loomcache.common.config.ClusterConfig.RaftBootstrapServer
 
doNotPrompt() - Method in record class com.loomcache.common.config.AuthConfig.KerberosConfig
Returns the value of the doNotPrompt record component.
driverClassName() - Method in record class com.loomcache.common.config.DataConnectionConfig
Returns the value of the driverClassName record component.
driverClassName(String) - Method in class com.loomcache.common.config.DataConnectionConfig.Builder
 

E

EAGER - Enum constant in enum class com.loomcache.common.config.GenericMapStoreConfig.LoadMode
 
EMPTY_QUEUE_TTL_DISABLED - Static variable in record class com.loomcache.common.config.QueueConfig
 
emptyQueueTtl(long, TimeUnit) - Method in class com.loomcache.common.config.QueueConfig.Builder
 
emptyQueueTtlMillis() - Method in record class com.loomcache.common.config.QueueConfig
Returns the value of the emptyQueueTtlMillis record component.
emptyQueueTtlMillis(long) - Method in class com.loomcache.common.config.QueueConfig.Builder
 
enabled() - Method in class com.loomcache.common.config.AuthConfig
 
enabled() - Method in record class com.loomcache.common.config.AuthConfig.JaasConfig
Returns the value of the enabled record component.
enabled() - Method in record class com.loomcache.common.config.AuthConfig.KerberosConfig
Returns the value of the enabled record component.
enabled() - Method in record class com.loomcache.common.config.AuthConfig.LdapConfig
Returns the value of the enabled record component.
enabled() - Method in class com.loomcache.common.config.AuthConfig.TokenConfig
 
enabled() - Method in record class com.loomcache.common.config.GenericMapStoreConfig
Returns the value of the enabled record component.
enabled() - Method in record class com.loomcache.common.config.IcmpFailureDetectorConfig
Returns the value of the enabled record component.
enabled() - Method in record class com.loomcache.common.config.SlowOperationDetectorConfig
Returns the value of the enabled record component.
enabled() - Method in class com.loomcache.common.config.TlsConfig
 
enabled(boolean) - Method in class com.loomcache.common.config.AuthConfig.Builder
 
enabled(boolean) - Method in class com.loomcache.common.config.GenericMapStoreConfig.Builder
 
enabled(boolean) - Method in class com.loomcache.common.config.TlsConfig.Builder
 
encode(Class, byte[]) - Static method in class com.loomcache.common.serialization.PortableObjectEnvelope
Encodes payload with payloadClass.getName() as the declared application class.
encode(String, byte[]) - Static method in class com.loomcache.common.serialization.PortableObjectEnvelope
Encodes payload with the supplied declared application class name.
EndpointConfig(String) - Constructor for class com.loomcache.common.config.AuthConfig.EndpointConfig
 
endpoints() - Method in record class com.loomcache.common.config.AuthConfig.Role
Returns the value of the endpoints record component.
endpointTlsConfig() - Method in class com.loomcache.common.config.ClusterConfig
 
endpointTlsConfig(EndpointTlsConfig) - Method in class com.loomcache.common.config.ClusterConfig.Builder
 
EndpointTlsConfig - Class in com.loomcache.common.config
 
EndpointTlsConfig.Builder - Class in com.loomcache.common.config
 
EndpointTlsConfig.Endpoint - Enum Class in com.loomcache.common.config
 
entryAdded(EntryEvent) - Method in interface com.loomcache.common.listener.EntryAddedListener
 
EntryAddedListener<K,V> - Interface in com.loomcache.common.listener
 
entryCancelled(EntryEvent) - Method in interface com.loomcache.common.listener.EntryCancelledListener
 
EntryCancelledListener<K,V> - Interface in com.loomcache.common.listener
 
entryCleared(EntryEvent) - Method in interface com.loomcache.common.listener.EntryClearedListener
 
EntryClearedListener<K,V> - Interface in com.loomcache.common.listener
 
EntryEvent<K,V> - Record Class in com.loomcache.common.listener
 
EntryEvent(String, EntryEvent.EventType, K, V, V, EntryEvent.Origin) - Constructor for record class com.loomcache.common.listener.EntryEvent
Creates an instance of a EntryEvent record class.
EntryEvent.EventType - Enum Class in com.loomcache.common.listener
 
EntryEvent.Origin - Enum Class in com.loomcache.common.listener
 
entryEvicted(EntryEvent) - Method in interface com.loomcache.common.listener.EntryEvictedListener
 
EntryEvictedListener<K,V> - Interface in com.loomcache.common.listener
 
entryExpired(EntryEvent) - Method in interface com.loomcache.common.listener.EntryExpiredListener
 
EntryExpiredListener<K,V> - Interface in com.loomcache.common.listener
 
entryLoaded(EntryEvent) - Method in interface com.loomcache.common.listener.EntryLoadedListener
 
EntryLoadedListener<K,V> - Interface in com.loomcache.common.listener
 
entryMerged(EntryEvent) - Method in interface com.loomcache.common.listener.EntryMergedListener
 
EntryMergedListener<K,V> - Interface in com.loomcache.common.listener
 
EntryProcessor<K,V,R> - Interface in com.loomcache.common.compute
A function applied atomically to a single map entry under that entry's lock.
EntryProcessor.Entry<K,V> - Interface in com.loomcache.common.compute
 
entryRemoved(EntryEvent) - Method in interface com.loomcache.common.listener.EntryRemovedListener
 
EntryRemovedListener<K,V> - Interface in com.loomcache.common.listener
 
entryUpdated(EntryEvent) - Method in interface com.loomcache.common.listener.EntryUpdatedListener
 
EntryUpdatedListener<K,V> - Interface in com.loomcache.common.listener
 
equals(Object) - Method in record class com.loomcache.common.serialization.PortableObjectEnvelope.Decoded
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.loomcache.common.config.AuthConfig.EndpointConfig
 
equals(Object) - Method in record class com.loomcache.common.config.AuthConfig.JaasConfig
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.loomcache.common.config.AuthConfig.KerberosConfig
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.loomcache.common.config.AuthConfig.LdapConfig
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.loomcache.common.config.AuthConfig.LoginModuleConfig
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.loomcache.common.config.AuthConfig.PermissionConfig
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.loomcache.common.config.AuthConfig.PermissionRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.loomcache.common.config.AuthConfig.Role
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.loomcache.common.config.AuthConfig.TokenConfig
 
equals(Object) - Method in record class com.loomcache.common.config.AuthConfig.TokenCredential
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.loomcache.common.config.ClusterConfig.RaftBootstrapServer
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.loomcache.common.config.DataConnectionConfig
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.loomcache.common.config.GenericMapStoreConfig
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.loomcache.common.config.IcmpFailureDetectorConfig
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.loomcache.common.config.PriorityQueueConfig
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.loomcache.common.config.QueueConfig
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.loomcache.common.config.SlowOperationDetectorConfig
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.loomcache.common.listener.EntryEvent
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.loomcache.common.model.ScanPage
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.loomcache.common.protocol.ScanResult
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.loomcache.common.serialization.compact.CompactField
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.loomcache.common.serialization.compact.CompactSchema
 
errorCode() - Method in exception class com.loomcache.common.exception.AuthenticationException
 
errorCode() - Method in exception class com.loomcache.common.exception.BackingStoreWriteException
 
errorCode() - Method in exception class com.loomcache.common.exception.CapacityExceededException
 
errorCode() - Method in exception class com.loomcache.common.exception.ClusterPassiveException
 
errorCode() - Method in exception class com.loomcache.common.exception.ConnectionException
 
errorCode() - Method in exception class com.loomcache.common.exception.ConsistencyLostException
 
errorCode() - Method in exception class com.loomcache.common.exception.GracefulShutdownException
 
errorCode() - Method in exception class com.loomcache.common.exception.InterceptorExecutionException
 
errorCode() - Method in exception class com.loomcache.common.exception.InvalidConfigurationException
 
errorCode() - Method in exception class com.loomcache.common.exception.LeaderChangedException
 
errorCode() - Method in exception class com.loomcache.common.exception.LockOwnershipLostException
 
errorCode() - Method in exception class com.loomcache.common.exception.LockTimeoutException
 
errorCode() - Method in exception class com.loomcache.common.exception.LoomException
 
errorCode() - Method in exception class com.loomcache.common.exception.NotLeaderException
 
errorCode() - Method in exception class com.loomcache.common.exception.QuorumUnavailableException
 
errorCode() - Method in exception class com.loomcache.common.exception.SerializationException
 
errorCode() - Method in exception class com.loomcache.common.exception.SessionExpiredException
 
errorCode() - Method in exception class com.loomcache.common.exception.StaleReadException
 
errorCode() - Method in exception class com.loomcache.common.exception.TimeoutException
 
errorCode() - Method in exception class com.loomcache.common.exception.TransactionException
 
errorCode() - Method in exception class com.loomcache.common.exception.UnknownOperationOutcomeException
 
errorCode() - Method in exception class com.loomcache.common.exception.WalDurabilityException
 
EVICTED - Enum constant in enum class com.loomcache.common.listener.EntryEvent.EventType
 
exists() - Method in interface com.loomcache.common.compute.EntryProcessor.Entry
 
EXPIRED - Enum constant in enum class com.loomcache.common.listener.EntryEvent.EventType
 
EXPIRED_CREDENTIALS - Enum constant in enum class com.loomcache.common.exception.AuthenticationException.AuthError
 
EXTERNAL_REGISTRATIONS_ENV - Static variable in class com.loomcache.common.serialization.KryoSerializer
 
EXTERNAL_REGISTRATIONS_PROPERTY - Static variable in class com.loomcache.common.serialization.KryoSerializer
 

F

failFastOnStartup() - Method in record class com.loomcache.common.config.IcmpFailureDetectorConfig
Returns the value of the failFastOnStartup record component.
fieldKind(String) - Method in class com.loomcache.common.serialization.compact.CompactSchema
 
fieldKind(String) - Method in class com.loomcache.common.serialization.compact.GenericRecord
 
fields() - Method in class com.loomcache.common.serialization.compact.CompactSchema
 
fields() - Method in class com.loomcache.common.serialization.compact.GenericRecord
 
findCredential(byte[]) - Method in class com.loomcache.common.config.AuthConfig.TokenConfig
 
fingerprint() - Method in class com.loomcache.common.serialization.compact.CompactSchema
 
fingerprint() - Method in class com.loomcache.common.serialization.compact.GenericRecord
 
fingerprintFull() - Method in class com.loomcache.common.serialization.compact.CompactSchema
 
FLOAT64 - Enum constant in enum class com.loomcache.common.serialization.compact.CompactFieldKind
 
fromCode(byte) - Static method in enum class com.loomcache.common.listener.EntryEvent.EventType
 
fromCode(byte) - Static method in enum class com.loomcache.common.listener.EntryEvent.Origin
 
fromConfigValue(String) - Static method in enum class com.loomcache.common.config.TlsProvider
 
fromModel(ScanPage) - Static method in record class com.loomcache.common.protocol.ScanResult
 
fromSystemProperty() - Static method in enum class com.loomcache.common.config.LoomProfile
 
fromWireId(int) - Static method in enum class com.loomcache.common.serialization.compact.CompactFieldKind
 
FULL - Enum constant in enum class com.loomcache.common.config.ClusterDataRecoveryPolicy
 

G

gatewayTrust() - Method in class com.loomcache.common.config.AuthConfig
 
gatewayTrust(boolean) - Method in class com.loomcache.common.config.AuthConfig.Builder
 
genericMapStoreConfig(String, GenericMapStoreConfig) - Method in class com.loomcache.common.config.ClusterConfig.Builder
 
GenericMapStoreConfig - Record Class in com.loomcache.common.config
 
GenericMapStoreConfig(boolean, String, String, String, String, String, boolean, boolean, int, Duration, GenericMapStoreConfig.LoadMode, int, int, int, Duration) - Constructor for record class com.loomcache.common.config.GenericMapStoreConfig
Creates an instance of a GenericMapStoreConfig record class.
GenericMapStoreConfig.Builder - Class in com.loomcache.common.config
 
GenericMapStoreConfig.LoadMode - Enum Class in com.loomcache.common.config
 
genericMapStoreConfigs() - Method in class com.loomcache.common.config.ClusterConfig
 
genericMapStoreConfigs(Map) - Method in class com.loomcache.common.config.ClusterConfig.Builder
 
GenericRecord - Class in com.loomcache.common.serialization.compact
Schema-bound, immutable view of a Compact payload that can be read or built without loading the application class.
GenericRecord.Builder - Class in com.loomcache.common.serialization.compact
Fluent builder for a GenericRecord; each set* call adds one typed field and GenericRecord.Builder.build() produces an immutable record with the accumulated schema and values.
getAvailableNodes() - Method in exception class com.loomcache.common.exception.QuorumUnavailableException
 
getBoolean(String, boolean) - Method in class com.loomcache.common.serialization.compact.GenericRecord
 
getBytes(String) - Method in class com.loomcache.common.serialization.compact.GenericRecord
 
getBytes(String, byte[]) - Method in class com.loomcache.common.serialization.compact.GenericRecord
 
getErrorType() - Method in exception class com.loomcache.common.exception.AuthenticationException
 
getFloat64(String, double) - Method in class com.loomcache.common.serialization.compact.GenericRecord
 
getForensicPrincipal() - Method in exception class com.loomcache.common.exception.AuthenticationException
 
getInt32(String, int) - Method in class com.loomcache.common.serialization.compact.GenericRecord
 
getInt64(String, long) - Method in class com.loomcache.common.serialization.compact.GenericRecord
 
getNodesNeeded() - Method in exception class com.loomcache.common.exception.QuorumUnavailableException
 
getPercentageUsed() - Method in exception class com.loomcache.common.exception.CapacityExceededException
 
getRemoteEndpoint() - Method in exception class com.loomcache.common.exception.ConnectionException
 
getRequiredNodes() - Method in exception class com.loomcache.common.exception.QuorumUnavailableException
 
getSerializationStats() - Method in interface com.loomcache.common.serialization.KryoSerializerApi
 
getString(String) - Method in class com.loomcache.common.serialization.compact.GenericRecord
 
getString(String, String) - Method in class com.loomcache.common.serialization.compact.GenericRecord
 
GlobalSerializerRegistry - Class in com.loomcache.common.serialization
Process-wide holder for the active LoomSerializer.
GRACEFUL - Enum constant in enum class com.loomcache.common.config.ClusterConfig.ShutdownHookPolicy
 
gracefulShutdownDrainMs() - Method in class com.loomcache.common.config.ClusterConfig
 
gracefulShutdownDrainMs(long) - Method in class com.loomcache.common.config.ClusterConfig.Builder
 
GracefulShutdownException - Exception Class in com.loomcache.common.exception
 
GracefulShutdownException(String, String, String) - Constructor for exception class com.loomcache.common.exception.GracefulShutdownException
 
GracefulShutdownException(String, String, String, Throwable) - Constructor for exception class com.loomcache.common.exception.GracefulShutdownException
 
GracefulShutdownException(String) - Constructor for exception class com.loomcache.common.exception.GracefulShutdownException
 
GracefulShutdownException(String, Throwable) - Constructor for exception class com.loomcache.common.exception.GracefulShutdownException
 

H

hasCapacityInfo() - Method in exception class com.loomcache.common.exception.CapacityExceededException
 
hasCapacityLimit() - Method in record class com.loomcache.common.config.QueueConfig
 
hasDynamicDiscovery() - Method in class com.loomcache.common.config.DiscoveryConfig
 
hasEmptyQueueTtl() - Method in record class com.loomcache.common.config.QueueConfig
 
hasEnvelope(byte[]) - Static method in class com.loomcache.common.serialization.PortableObjectEnvelope
Returns whether data begins with the known envelope magic and current version byte.
hasExplicitEndpointTlsOverrides() - Method in class com.loomcache.common.config.EndpointTlsConfig
 
hasField(String) - Method in class com.loomcache.common.serialization.compact.CompactSchema
 
hasField(String) - Method in class com.loomcache.common.serialization.compact.GenericRecord
 
hashCode() - Method in class com.loomcache.common.config.AuthConfig.EndpointConfig
 
hashCode() - Method in record class com.loomcache.common.config.AuthConfig.JaasConfig
Returns a hash code value for this object.
hashCode() - Method in record class com.loomcache.common.config.AuthConfig.KerberosConfig
Returns a hash code value for this object.
hashCode() - Method in record class com.loomcache.common.config.AuthConfig.LdapConfig
Returns a hash code value for this object.
hashCode() - Method in record class com.loomcache.common.config.AuthConfig.LoginModuleConfig
Returns a hash code value for this object.
hashCode() - Method in record class com.loomcache.common.config.AuthConfig.PermissionConfig
Returns a hash code value for this object.
hashCode() - Method in record class com.loomcache.common.config.AuthConfig.PermissionRequest
Returns a hash code value for this object.
hashCode() - Method in record class com.loomcache.common.config.AuthConfig.Role
Returns a hash code value for this object.
hashCode() - Method in class com.loomcache.common.config.AuthConfig.TokenConfig
 
hashCode() - Method in record class com.loomcache.common.config.AuthConfig.TokenCredential
Returns a hash code value for this object.
hashCode() - Method in record class com.loomcache.common.config.ClusterConfig.RaftBootstrapServer
Returns a hash code value for this object.
hashCode() - Method in record class com.loomcache.common.config.DataConnectionConfig
Returns a hash code value for this object.
hashCode() - Method in record class com.loomcache.common.config.GenericMapStoreConfig
Returns a hash code value for this object.
hashCode() - Method in record class com.loomcache.common.config.IcmpFailureDetectorConfig
Returns a hash code value for this object.
hashCode() - Method in record class com.loomcache.common.config.PriorityQueueConfig
Returns a hash code value for this object.
hashCode() - Method in record class com.loomcache.common.config.QueueConfig
Returns a hash code value for this object.
hashCode() - Method in record class com.loomcache.common.config.SlowOperationDetectorConfig
Returns a hash code value for this object.
hashCode() - Method in record class com.loomcache.common.listener.EntryEvent
Returns a hash code value for this object.
hashCode() - Method in record class com.loomcache.common.model.ScanPage
Returns a hash code value for this object.
hashCode() - Method in record class com.loomcache.common.protocol.ScanResult
Returns a hash code value for this object.
hashCode() - Method in record class com.loomcache.common.serialization.compact.CompactField
Returns a hash code value for this object.
hashCode() - Method in class com.loomcache.common.serialization.compact.CompactSchema
 
hashCode() - Method in record class com.loomcache.common.serialization.PortableObjectEnvelope.Decoded
Returns a hash code value for this object.
hasLeaderInfo() - Method in exception class com.loomcache.common.exception.NotLeaderException
 
hasPriorityComparatorClassName() - Method in record class com.loomcache.common.config.PriorityQueueConfig
 
hasRoleEndpointPolicy(String) - Method in class com.loomcache.common.config.AuthConfig
 
hasSingleListenerEndpointTlsCollapse() - Method in class com.loomcache.common.config.EndpointTlsConfig
 
hasTimeout() - Method in exception class com.loomcache.common.exception.TimeoutException
 
healthTlsEnabled() - Method in class com.loomcache.common.config.ClusterConfig
 
healthTlsEnabled(boolean) - Method in class com.loomcache.common.config.ClusterConfig.Builder
 
healthTlsPlainTextDisabled() - Method in class com.loomcache.common.config.ClusterConfig
 
healthTlsPlainTextDisabled(boolean) - Method in class com.loomcache.common.config.ClusterConfig.Builder
 
healthTlsPort() - Method in class com.loomcache.common.config.ClusterConfig
 
healthTlsPort(int) - Method in class com.loomcache.common.config.ClusterConfig.Builder
 
heartbeatIntervalMs() - Method in class com.loomcache.common.config.ClusterConfig
 
heartbeatIntervalMs(long) - Method in class com.loomcache.common.config.ClusterConfig.Builder
 
heartbeatTimeoutMs() - Method in class com.loomcache.common.config.ClusterConfig
 
heartbeatTimeoutMs(long) - Method in class com.loomcache.common.config.ClusterConfig.Builder
 
host() - Method in class com.loomcache.common.config.ClusterConfig
 
host() - Method in record class com.loomcache.common.config.ClusterConfig.RaftBootstrapServer
Returns the value of the host record component.
host(String) - Method in class com.loomcache.common.config.ClusterConfig.Builder
 
HOST_AWARE - Enum constant in enum class com.loomcache.common.config.PartitionGroupType
 
hostExplicit() - Method in class com.loomcache.common.config.ClusterConfig
 

I

icmpFailureDetectorConfig() - Method in class com.loomcache.common.config.ClusterConfig
 
icmpFailureDetectorConfig(IcmpFailureDetectorConfig) - Method in class com.loomcache.common.config.ClusterConfig.Builder
 
IcmpFailureDetectorConfig - Record Class in com.loomcache.common.config
 
IcmpFailureDetectorConfig(boolean, long, long, int, boolean) - Constructor for record class com.loomcache.common.config.IcmpFailureDetectorConfig
Creates an instance of a IcmpFailureDetectorConfig record class.
idempotencyTtlMs() - Method in class com.loomcache.common.config.ClusterConfig
 
idempotencyTtlMs(long) - Method in class com.loomcache.common.config.ClusterConfig.Builder
 
idGeneratorNodeId() - Method in class com.loomcache.common.config.ClusterConfig
 
idGeneratorNodeId(int) - Method in class com.loomcache.common.config.ClusterConfig.Builder
 
idGeneratorNodeIdExplicit() - Method in class com.loomcache.common.config.ClusterConfig
 
instance() - Method in record class com.loomcache.common.config.AuthConfig.PermissionConfig
Returns the value of the instance record component.
instanceNumber() - Method in class com.loomcache.common.config.ClusterConfig
 
instanceNumber(int) - Method in class com.loomcache.common.config.ClusterConfig.Builder
 
INSUFFICIENT_PERMISSIONS - Enum constant in enum class com.loomcache.common.exception.AuthenticationException.AuthError
 
INT32 - Enum constant in enum class com.loomcache.common.serialization.compact.CompactFieldKind
 
INT64 - Enum constant in enum class com.loomcache.common.serialization.compact.CompactFieldKind
 
InterceptorExecutionException - Exception Class in com.loomcache.common.exception
 
InterceptorExecutionException(String) - Constructor for exception class com.loomcache.common.exception.InterceptorExecutionException
 
InterceptorExecutionException(String, Throwable) - Constructor for exception class com.loomcache.common.exception.InterceptorExecutionException
 
interfaces() - Method in class com.loomcache.common.config.PartitionGroupConfig.MemberGroup
 
intervalMs() - Method in record class com.loomcache.common.config.IcmpFailureDetectorConfig
Returns the value of the intervalMs record component.
INVALID_CREDENTIALS - Enum constant in enum class com.loomcache.common.exception.AuthenticationException.AuthError
 
InvalidConfigurationException - Exception Class in com.loomcache.common.exception
 
InvalidConfigurationException(String) - Constructor for exception class com.loomcache.common.exception.InvalidConfigurationException
 
InvalidConfigurationException(String, String, String, String) - Constructor for exception class com.loomcache.common.exception.InvalidConfigurationException
 
InvalidConfigurationException(String, Throwable) - Constructor for exception class com.loomcache.common.exception.InvalidConfigurationException
 
isApplicationRegisteredClass(Class) - Method in class com.loomcache.common.serialization.KryoSerializer
 
isApplicationRegisteredClass(Class) - Method in interface com.loomcache.common.serialization.KryoSerializerApi
 
isApplicationRegisteredClassName(String) - Method in class com.loomcache.common.serialization.KryoSerializer
 
isApplicationRegisteredClassName(String) - Method in interface com.loomcache.common.serialization.KryoSerializerApi
 
isAuthorized(Set, String) - Method in class com.loomcache.common.config.AuthConfig
 
isAuthorized(Set, Set, AuthConfig.PermissionRequest) - Method in class com.loomcache.common.config.AuthConfig
 
isComplete() - Method in record class com.loomcache.common.model.ScanPage
 
isComplete() - Method in record class com.loomcache.common.protocol.ScanResult
 
isDeserializing() - Method in exception class com.loomcache.common.exception.SerializationException
 
isDevelopment() - Method in enum class com.loomcache.common.config.LoomProfile
 
isInitiator() - Method in record class com.loomcache.common.config.AuthConfig.KerberosConfig
Returns the value of the isInitiator record component.
isOutcomeKnown() - Method in exception class com.loomcache.common.exception.LoomException
 
isOutcomeKnown() - Method in enum class com.loomcache.common.exception.LoomException.RetryClassification
 
isProduction() - Method in enum class com.loomcache.common.config.LoomProfile
 
isRetryable() - Method in exception class com.loomcache.common.exception.LoomException
 
isRetryable() - Method in enum class com.loomcache.common.exception.LoomException.RetryClassification
 
isRoleEndpointAllowed(String, String) - Method in class com.loomcache.common.config.AuthConfig
 

J

jaasConfig() - Method in class com.loomcache.common.config.AuthConfig
 
JaasConfig(boolean, String, List, Set) - Constructor for record class com.loomcache.common.config.AuthConfig.JaasConfig
Creates an instance of a JaasConfig record class.
jaasEnabled(boolean) - Method in class com.loomcache.common.config.AuthConfig.Builder
 
jaasLoginContextName(String) - Method in class com.loomcache.common.config.AuthConfig.Builder
 
jaasRolePrincipalClassNames(Set) - Method in class com.loomcache.common.config.AuthConfig.Builder
 
jdbcUrl() - Method in record class com.loomcache.common.config.DataConnectionConfig
Returns the value of the jdbcUrl record component.
jdbcUrl(String) - Method in class com.loomcache.common.config.DataConnectionConfig.Builder
 
JDK - Enum constant in enum class com.loomcache.common.config.TlsProvider
 

K

kerberosConfig() - Method in class com.loomcache.common.config.AuthConfig
 
KerberosConfig(boolean, String, String, String, boolean, boolean, boolean, String, boolean, boolean, boolean, boolean, boolean, AuthConfig.LoginModuleControlFlag, Map) - Constructor for record class com.loomcache.common.config.AuthConfig.KerberosConfig
Creates an instance of a KerberosConfig record class.
kerberosControlFlag(AuthConfig.LoginModuleControlFlag) - Method in class com.loomcache.common.config.AuthConfig.Builder
 
kerberosControlFlag(String) - Method in class com.loomcache.common.config.AuthConfig.Builder
 
kerberosDebug(boolean) - Method in class com.loomcache.common.config.AuthConfig.Builder
 
kerberosDoNotPrompt(boolean) - Method in class com.loomcache.common.config.AuthConfig.Builder
 
kerberosEnabled(boolean) - Method in class com.loomcache.common.config.AuthConfig.Builder
 
kerberosIsInitiator(boolean) - Method in class com.loomcache.common.config.AuthConfig.Builder
 
kerberosKeyTab(String) - Method in class com.loomcache.common.config.AuthConfig.Builder
 
kerberosLoginModuleClassName(String) - Method in class com.loomcache.common.config.AuthConfig.Builder
 
kerberosOption(String, String) - Method in class com.loomcache.common.config.AuthConfig.Builder
 
kerberosOptions(Map) - Method in class com.loomcache.common.config.AuthConfig.Builder
 
kerberosPrincipal(String) - Method in class com.loomcache.common.config.AuthConfig.Builder
 
kerberosRefreshKrb5Config(boolean) - Method in class com.loomcache.common.config.AuthConfig.Builder
 
kerberosRenewTgt(boolean) - Method in class com.loomcache.common.config.AuthConfig.Builder
 
kerberosStoreKey(boolean) - Method in class com.loomcache.common.config.AuthConfig.Builder
 
kerberosTicketCache(String) - Method in class com.loomcache.common.config.AuthConfig.Builder
 
kerberosUseKeyTab(boolean) - Method in class com.loomcache.common.config.AuthConfig.Builder
 
kerberosUseTicketCache(boolean) - Method in class com.loomcache.common.config.AuthConfig.Builder
 
key() - Method in interface com.loomcache.common.compute.EntryProcessor.Entry
 
key() - Method in record class com.loomcache.common.listener.EntryEvent
Returns the value of the key record component.
keyColumn() - Method in record class com.loomcache.common.config.GenericMapStoreConfig
Returns the value of the keyColumn record component.
keyColumn(String) - Method in class com.loomcache.common.config.GenericMapStoreConfig.Builder
 
keyEquals(String) - Static method in interface com.loomcache.common.protocol.SerializablePredicate
Returns a predicate that matches entries whose key equals value.
keys() - Method in record class com.loomcache.common.model.ScanPage
Returns the value of the keys record component.
keys() - Method in record class com.loomcache.common.protocol.ScanResult
Returns the value of the keys record component.
keyStartsWith(String) - Static method in interface com.loomcache.common.protocol.SerializablePredicate
Returns a predicate that matches entries whose key starts with prefix.
keyStorePassword(char[]) - Method in class com.loomcache.common.config.TlsConfig.Builder
 
keyStorePassword(String) - Method in class com.loomcache.common.config.TlsConfig.Builder
Convenience overload for String-sourced configuration (property files, env vars), kept deliberately un-deprecated: the password already exists as a String at every such call site, so forcing .toCharArray() there clears nothing.
keyStorePasswordChars() - Method in class com.loomcache.common.config.TlsConfig
 
keyStorePath() - Method in class com.loomcache.common.config.TlsConfig
 
keyStorePath(String) - Method in class com.loomcache.common.config.TlsConfig.Builder
 
keyStorePath(Path) - Method in class com.loomcache.common.config.TlsConfig.Builder
 
keyStoreType() - Method in class com.loomcache.common.config.TlsConfig
 
keyStoreType(String) - Method in class com.loomcache.common.config.TlsConfig.Builder
 
keyTab() - Method in record class com.loomcache.common.config.AuthConfig.KerberosConfig
Returns the value of the keyTab record component.
kind() - Method in record class com.loomcache.common.serialization.compact.CompactField
Returns the value of the kind record component.
KryoSerializer - Class in com.loomcache.common.serialization
Default LoomCache serializer, backed by Kryo with explicit class registration.
KryoSerializer() - Constructor for class com.loomcache.common.serialization.KryoSerializer
 
KryoSerializerApi - Interface in com.loomcache.common.serialization
Kryo-specific extension of LoomSerializer exposing class-registration and digest operations.

L

LAZY - Enum constant in enum class com.loomcache.common.config.GenericMapStoreConfig.LoadMode
 
ldapAuthIdentity(String) - Method in class com.loomcache.common.config.AuthConfig.Builder
 
ldapAuthzIdentity(String) - Method in class com.loomcache.common.config.AuthConfig.Builder
 
ldapConfig() - Method in class com.loomcache.common.config.AuthConfig
 
LdapConfig(boolean, String, String, String, String, boolean, AuthConfig.LoginModuleControlFlag, Map) - Constructor for record class com.loomcache.common.config.AuthConfig.LdapConfig
Creates an instance of a LdapConfig record class.
ldapControlFlag(AuthConfig.LoginModuleControlFlag) - Method in class com.loomcache.common.config.AuthConfig.Builder
 
ldapControlFlag(String) - Method in class com.loomcache.common.config.AuthConfig.Builder
 
ldapEnabled(boolean) - Method in class com.loomcache.common.config.AuthConfig.Builder
 
ldapOption(String, String) - Method in class com.loomcache.common.config.AuthConfig.Builder
 
ldapOptions(Map) - Method in class com.loomcache.common.config.AuthConfig.Builder
 
ldapUserFilter(String) - Method in class com.loomcache.common.config.AuthConfig.Builder
 
ldapUserProvider(String) - Method in class com.loomcache.common.config.AuthConfig.Builder
 
ldapUseSsl(boolean) - Method in class com.loomcache.common.config.AuthConfig.Builder
 
LeaderChangedException - Exception Class in com.loomcache.common.exception
 
LeaderChangedException(String) - Constructor for exception class com.loomcache.common.exception.LeaderChangedException
 
LOADED - Enum constant in enum class com.loomcache.common.listener.EntryEvent.EventType
 
loadMode() - Method in record class com.loomcache.common.config.GenericMapStoreConfig
Returns the value of the loadMode record component.
loadMode(GenericMapStoreConfig.LoadMode) - Method in class com.loomcache.common.config.GenericMapStoreConfig.Builder
 
LOCAL - Enum constant in enum class com.loomcache.common.listener.EntryEvent.Origin
 
LockOwnershipLostException - Exception Class in com.loomcache.common.exception
 
LockOwnershipLostException(String) - Constructor for exception class com.loomcache.common.exception.LockOwnershipLostException
 
LockOwnershipLostException(String, Throwable) - Constructor for exception class com.loomcache.common.exception.LockOwnershipLostException
 
LockTimeoutException - Exception Class in com.loomcache.common.exception
 
LockTimeoutException(String, long) - Constructor for exception class com.loomcache.common.exception.LockTimeoutException
 
loginContextName() - Method in record class com.loomcache.common.config.AuthConfig.JaasConfig
Returns the value of the loginContextName record component.
loginModuleClassName() - Method in record class com.loomcache.common.config.AuthConfig.KerberosConfig
Returns the value of the loginModuleClassName record component.
LoginModuleConfig(String, AuthConfig.LoginModuleControlFlag, Map) - Constructor for record class com.loomcache.common.config.AuthConfig.LoginModuleConfig
Creates an instance of a LoginModuleConfig record class.
loginModuleOptions() - Method in record class com.loomcache.common.config.AuthConfig.KerberosConfig
 
loginModuleOptions() - Method in record class com.loomcache.common.config.AuthConfig.LdapConfig
 
loginModules() - Method in record class com.loomcache.common.config.AuthConfig.JaasConfig
Returns the value of the loginModules record component.
LoomException - Exception Class in com.loomcache.common.exception
 
LoomException(String) - Constructor for exception class com.loomcache.common.exception.LoomException
 
LoomException(String, Throwable) - Constructor for exception class com.loomcache.common.exception.LoomException
 
LoomException.RetryClassification - Enum Class in com.loomcache.common.exception
 
LoomProfile - Enum Class in com.loomcache.common.config
 
LoomSerializer - Interface in com.loomcache.common.serialization
The process-wide object serializer abstraction used by LoomCache for map values, snapshots, WAL records, and protocol payloads.
LoomSerializerProvider - Interface in com.loomcache.common.serialization
ServiceLoader extension point for supplying a custom process-wide LoomSerializer.

M

mapEvictionPolicy() - Method in class com.loomcache.common.config.ClusterConfig
 
mapEvictionPolicy(String) - Method in class com.loomcache.common.config.ClusterConfig.Builder
 
MapListener - Interface in com.loomcache.common.listener
 
mapMaxEntries() - Method in class com.loomcache.common.config.ClusterConfig
 
mapMaxEntries(int) - Method in class com.loomcache.common.config.ClusterConfig.Builder
 
mapName() - Method in record class com.loomcache.common.listener.EntryEvent
Returns the value of the mapName record component.
mapNameColumn() - Method in record class com.loomcache.common.config.GenericMapStoreConfig
Returns the value of the mapNameColumn record component.
mapNameColumn(String) - Method in class com.loomcache.common.config.GenericMapStoreConfig.Builder
 
matches(AuthConfig.PermissionRequest) - Method in record class com.loomcache.common.config.AuthConfig.PermissionConfig
 
matches(String) - Method in class com.loomcache.common.config.AuthConfig.EndpointConfig
 
matches(String) - Method in class com.loomcache.common.config.PartitionGroupConfig.MemberGroup
 
matchesEndpoint(String) - Method in record class com.loomcache.common.config.AuthConfig.Role
 
MAX_CLASS_NAME_BYTES - Static variable in class com.loomcache.common.serialization.PortableObjectEnvelope
Maximum UTF-8 byte length of the declared payload class name accepted by the envelope.
MAX_ID_GENERATOR_NODE_ID - Static variable in class com.loomcache.common.config.ClusterConfig
 
maxAttempts() - Method in record class com.loomcache.common.config.IcmpFailureDetectorConfig
Returns the value of the maxAttempts record component.
maxConnections() - Method in class com.loomcache.common.config.ClusterConfig
 
maxConnections(int) - Method in class com.loomcache.common.config.ClusterConfig.Builder
 
maxExecutorTaskPayloadBytes() - Method in class com.loomcache.common.config.ClusterConfig
 
maxExecutorTaskPayloadBytes(int) - Method in class com.loomcache.common.config.ClusterConfig.Builder
 
maxLoadKeys() - Method in record class com.loomcache.common.config.GenericMapStoreConfig
Returns the value of the maxLoadKeys record component.
maxLoadKeys(int) - Method in class com.loomcache.common.config.GenericMapStoreConfig.Builder
 
maxMemoryBytes() - Method in class com.loomcache.common.config.ClusterConfig
 
maxMemoryBytes(long) - Method in class com.loomcache.common.config.ClusterConfig.Builder
 
maxParallelMigrations() - Method in class com.loomcache.common.config.ClusterConfig
 
maxParallelMigrations(int) - Method in class com.loomcache.common.config.ClusterConfig.Builder
 
maxPoolSize() - Method in record class com.loomcache.common.config.DataConnectionConfig
Returns the value of the maxPoolSize record component.
maxPoolSize(int) - Method in class com.loomcache.common.config.DataConnectionConfig.Builder
 
maxRecords() - Method in record class com.loomcache.common.config.SlowOperationDetectorConfig
Returns the value of the maxRecords record component.
maxSize() - Method in record class com.loomcache.common.config.QueueConfig
 
maxSize(int) - Method in class com.loomcache.common.config.QueueConfig.Builder
 
maxStackFrames() - Method in record class com.loomcache.common.config.SlowOperationDetectorConfig
Returns the value of the maxStackFrames record component.
MEMBER - Enum constant in enum class com.loomcache.common.config.EndpointTlsConfig.Endpoint
 
memberGroup(String, List) - Method in class com.loomcache.common.config.PartitionGroupConfig.Builder
 
MemberGroup(String, List) - Constructor for class com.loomcache.common.config.PartitionGroupConfig.MemberGroup
 
memberGroupForHost(String) - Method in class com.loomcache.common.config.PartitionGroupConfig
 
memberGroups() - Method in class com.loomcache.common.config.PartitionGroupConfig
 
memberGroups(List) - Method in class com.loomcache.common.config.PartitionGroupConfig.Builder
 
memberTlsConfig() - Method in class com.loomcache.common.config.EndpointTlsConfig
 
memberTlsConfig(TlsConfig) - Method in class com.loomcache.common.config.EndpointTlsConfig.Builder
 
MERGED - Enum constant in enum class com.loomcache.common.listener.EntryEvent.EventType
 
migrationDurableChunks() - Method in class com.loomcache.common.config.ClusterConfig
Durable partition migration (chunks committed through the target group's Raft); default off.
migrationDurableChunks(boolean) - Method in class com.loomcache.common.config.ClusterConfig.Builder
 
MIN_ID_GENERATOR_NODE_ID - Static variable in class com.loomcache.common.config.ClusterConfig
 
MISSING_CREDENTIALS - Enum constant in enum class com.loomcache.common.exception.AuthenticationException.AuthError
 

N

name() - Method in record class com.loomcache.common.config.DataConnectionConfig
Returns the value of the name record component.
name() - Method in class com.loomcache.common.config.PartitionGroupConfig.MemberGroup
 
name() - Method in record class com.loomcache.common.serialization.compact.CompactField
Returns the value of the name record component.
name() - Method in class com.loomcache.common.serialization.KryoSerializer
 
name() - Method in interface com.loomcache.common.serialization.LoomSerializer
 
name(String) - Method in class com.loomcache.common.config.DataConnectionConfig.Builder
 
nettyNative() - Method in enum class com.loomcache.common.config.TlsProvider
 
newValue() - Method in record class com.loomcache.common.listener.EntryEvent
Returns the value of the newValue record component.
nodeId() - Method in class com.loomcache.common.config.ClusterConfig
 
nodeId() - Method in record class com.loomcache.common.config.ClusterConfig.RaftBootstrapServer
Returns the value of the nodeId record component.
nodeId(String) - Method in class com.loomcache.common.config.ClusterConfig.Builder
 
nodeIdExplicit() - Method in class com.loomcache.common.config.ClusterConfig
 
normalizeRoleNames(Set) - Method in class com.loomcache.common.config.AuthConfig
 
normalizeSha256Hex(String) - Static method in class com.loomcache.common.config.AuthConfig.TokenConfig
 
NotLeaderException - Exception Class in com.loomcache.common.exception
 
NotLeaderException(String) - Constructor for exception class com.loomcache.common.exception.NotLeaderException
 
NotLeaderException(String, String) - Constructor for exception class com.loomcache.common.exception.NotLeaderException
 
numGroups() - Method in class com.loomcache.common.config.ClusterConfig
 
numGroups(int) - Method in class com.loomcache.common.config.ClusterConfig.Builder
 

O

of(String, List) - Static method in class com.loomcache.common.serialization.compact.CompactSchema
 
OffloadableProcessor - Interface in com.loomcache.common.compute
 
oldValue() - Method in record class com.loomcache.common.listener.EntryEvent
Returns the value of the oldValue record component.
OPENSSL - Enum constant in enum class com.loomcache.common.config.TlsProvider
 
OPENSSL_REFCNT - Enum constant in enum class com.loomcache.common.config.TlsProvider
 
OPTIONAL - Enum constant in enum class com.loomcache.common.config.AuthConfig.LoginModuleControlFlag
 
options() - Method in record class com.loomcache.common.config.AuthConfig.KerberosConfig
Returns the value of the options record component.
options() - Method in record class com.loomcache.common.config.AuthConfig.LdapConfig
Returns the value of the options record component.
options() - Method in record class com.loomcache.common.config.AuthConfig.LoginModuleConfig
Returns the value of the options record component.
origin() - Method in record class com.loomcache.common.listener.EntryEvent
Returns the value of the origin record component.
OTHER - Enum constant in enum class com.loomcache.common.exception.AuthenticationException.AuthError
 
OTHER - Enum constant in enum class com.loomcache.common.exception.ConnectionException.ConnectionError
 

P

parse(String) - Static method in enum class com.loomcache.common.config.AuthConfig.LoginModuleControlFlag
 
parse(String) - Static method in enum class com.loomcache.common.config.ClusterDataRecoveryPolicy
 
parse(String) - Static method in enum class com.loomcache.common.config.PartitionGroupType
 
parse(String) - Static method in enum class com.loomcache.common.config.WanAcknowledgeType
 
parseLoadMode(String) - Static method in record class com.loomcache.common.config.GenericMapStoreConfig
 
parseRaftBootstrapServer(String) - Static method in class com.loomcache.common.config.ClusterConfig
 
parseRaftBootstrapServers(List) - Static method in class com.loomcache.common.config.ClusterConfig
 
parseRolesHeader(String) - Method in class com.loomcache.common.config.AuthConfig
 
PARTIAL_MOST_COMPLETE - Enum constant in enum class com.loomcache.common.config.ClusterDataRecoveryPolicy
 
PARTIAL_MOST_RECENT - Enum constant in enum class com.loomcache.common.config.ClusterDataRecoveryPolicy
 
partitionGroupConfig() - Method in class com.loomcache.common.config.ClusterConfig
 
partitionGroupConfig(PartitionGroupConfig) - Method in class com.loomcache.common.config.ClusterConfig.Builder
 
PartitionGroupConfig - Class in com.loomcache.common.config
 
PartitionGroupConfig.Builder - Class in com.loomcache.common.config
 
PartitionGroupConfig.MemberGroup - Class in com.loomcache.common.config
 
partitionGroupType() - Method in class com.loomcache.common.config.ClusterConfig
 
partitionGroupType(PartitionGroupType) - Method in class com.loomcache.common.config.ClusterConfig.Builder
 
PartitionGroupType - Enum Class in com.loomcache.common.config
 
partitionMigrationCommitTimeoutMs() - Method in class com.loomcache.common.config.ClusterConfig
 
partitionMigrationCommitTimeoutMs(long) - Method in class com.loomcache.common.config.ClusterConfig.Builder
 
password() - Method in record class com.loomcache.common.config.DataConnectionConfig
Returns the value of the password record component.
password(String) - Method in class com.loomcache.common.config.DataConnectionConfig.Builder
 
payload() - Method in record class com.loomcache.common.serialization.PortableObjectEnvelope.Decoded
Returns the value of the payload record component.
payloadCopy() - Method in record class com.loomcache.common.serialization.PortableObjectEnvelope.Decoded
 
PER_MEMBER - Enum constant in enum class com.loomcache.common.config.PartitionGroupType
 
PermissionConfig(String, String, Set) - Constructor for record class com.loomcache.common.config.AuthConfig.PermissionConfig
Creates an instance of a PermissionConfig record class.
permissionConfigs() - Method in record class com.loomcache.common.config.AuthConfig.Role
Returns the value of the permissionConfigs record component.
PermissionRequest(String, String, String, String) - Constructor for record class com.loomcache.common.config.AuthConfig.PermissionRequest
Creates an instance of a PermissionRequest record class.
permissions() - Method in record class com.loomcache.common.config.AuthConfig.Role
Returns the value of the permissions record component.
persistenceBackupDir() - Method in class com.loomcache.common.config.ClusterConfig
 
persistenceBackupDir(String) - Method in class com.loomcache.common.config.ClusterConfig.Builder
 
persistenceDataLoadTimeoutSeconds() - Method in class com.loomcache.common.config.ClusterConfig
 
persistenceDataLoadTimeoutSeconds(long) - Method in class com.loomcache.common.config.ClusterConfig.Builder
 
persistenceHotBackupIntervalSeconds() - Method in class com.loomcache.common.config.ClusterConfig
 
persistenceHotBackupIntervalSeconds(long) - Method in class com.loomcache.common.config.ClusterConfig.Builder
 
persistenceRecoveryParallelism() - Method in class com.loomcache.common.config.ClusterConfig
 
persistenceRecoveryParallelism(int) - Method in class com.loomcache.common.config.ClusterConfig.Builder
 
persistenceValidationTimeoutSeconds() - Method in class com.loomcache.common.config.ClusterConfig
 
persistenceValidationTimeoutSeconds(long) - Method in class com.loomcache.common.config.ClusterConfig.Builder
 
pipelinedExecution() - Method in class com.loomcache.common.config.ClusterConfig
 
pipelinedExecution(boolean) - Method in class com.loomcache.common.config.ClusterConfig.Builder
 
PLACEMENT_AWARE - Enum constant in enum class com.loomcache.common.config.PartitionGroupType
 
poolAcquireTimeoutMillis() - Method in record class com.loomcache.common.config.DataConnectionConfig
Returns the value of the poolAcquireTimeoutMillis record component.
poolAcquireTimeoutMillis(long) - Method in class com.loomcache.common.config.DataConnectionConfig.Builder
 
port() - Method in class com.loomcache.common.config.ClusterConfig
 
port() - Method in record class com.loomcache.common.config.ClusterConfig.RaftBootstrapServer
Returns the value of the port record component.
port(int) - Method in class com.loomcache.common.config.ClusterConfig.Builder
 
PortableObjectEnvelope - Class in com.loomcache.common.serialization
Encodes a serialized application object with the payload class name.
PortableObjectEnvelope.Decoded - Record Class in com.loomcache.common.serialization
Result of decoding a portable object envelope: the payload's declared class name and a defensive copy of the payload bytes.
principal() - Method in record class com.loomcache.common.config.AuthConfig.KerberosConfig
Returns the value of the principal record component.
priority() - Method in interface com.loomcache.common.serialization.LoomSerializerProvider
 
priorityComparatorClass(Class) - Method in class com.loomcache.common.config.PriorityQueueConfig.Builder
 
priorityComparatorClassName() - Method in record class com.loomcache.common.config.PriorityQueueConfig
Returns the value of the priorityComparatorClassName record component.
priorityComparatorClassName(String) - Method in class com.loomcache.common.config.PriorityQueueConfig.Builder
 
priorityQueueConfig(String, PriorityQueueConfig) - Method in class com.loomcache.common.config.ClusterConfig.Builder
 
PriorityQueueConfig - Record Class in com.loomcache.common.config
 
PriorityQueueConfig(String) - Constructor for record class com.loomcache.common.config.PriorityQueueConfig
Creates an instance of a PriorityQueueConfig record class.
PriorityQueueConfig.Builder - Class in com.loomcache.common.config
 
priorityQueueConfigs() - Method in class com.loomcache.common.config.ClusterConfig
 
priorityQueueConfigs(Map) - Method in class com.loomcache.common.config.ClusterConfig.Builder
 
process(EntryProcessor.Entry) - Method in interface com.loomcache.common.compute.EntryProcessor
 
PRODUCTION - Enum constant in enum class com.loomcache.common.config.LoomProfile
 
properties() - Method in record class com.loomcache.common.config.DataConnectionConfig
Returns the value of the properties record component.
properties(Map) - Method in class com.loomcache.common.config.DataConnectionConfig.Builder
 
property(String, String) - Method in class com.loomcache.common.config.DataConnectionConfig.Builder
 
protocols() - Method in class com.loomcache.common.config.TlsConfig
 
protocols(String...) - Method in class com.loomcache.common.config.TlsConfig.Builder
 
protocols(List) - Method in class com.loomcache.common.config.TlsConfig.Builder
 
provider() - Method in class com.loomcache.common.config.TlsConfig
 
provider(TlsProvider) - Method in class com.loomcache.common.config.TlsConfig.Builder
 
provider(String) - Method in class com.loomcache.common.config.TlsConfig.Builder
 

Q

queryMaxAggregateScanEntries() - Method in class com.loomcache.common.config.ClusterConfig
 
queryMaxAggregateScanEntries(int) - Method in class com.loomcache.common.config.ClusterConfig.Builder
 
queryMaxRegexInputLength() - Method in class com.loomcache.common.config.ClusterConfig
 
queryMaxRegexInputLength(int) - Method in class com.loomcache.common.config.ClusterConfig.Builder
 
queryMaxSqlLength() - Method in class com.loomcache.common.config.ClusterConfig
 
queryMaxSqlLength(int) - Method in class com.loomcache.common.config.ClusterConfig.Builder
 
querySlowQueryThresholdMs() - Method in class com.loomcache.common.config.ClusterConfig
 
querySlowQueryThresholdMs(long) - Method in class com.loomcache.common.config.ClusterConfig.Builder
 
queryTimeoutMs() - Method in class com.loomcache.common.config.ClusterConfig
 
queryTimeoutMs(long) - Method in class com.loomcache.common.config.ClusterConfig.Builder
 
queueConfig(String, QueueConfig) - Method in class com.loomcache.common.config.ClusterConfig.Builder
 
QueueConfig - Record Class in com.loomcache.common.config
 
QueueConfig(int, long) - Constructor for record class com.loomcache.common.config.QueueConfig
Creates an instance of a QueueConfig record class.
QueueConfig.Builder - Class in com.loomcache.common.config
 
queueConfigs() - Method in class com.loomcache.common.config.ClusterConfig
 
queueConfigs(Map) - Method in class com.loomcache.common.config.ClusterConfig.Builder
 
QuorumUnavailableException - Exception Class in com.loomcache.common.exception
 
QuorumUnavailableException(int, int) - Constructor for exception class com.loomcache.common.exception.QuorumUnavailableException
 

R

RaftBootstrapServer(String, String, int) - Constructor for record class com.loomcache.common.config.ClusterConfig.RaftBootstrapServer
Creates an instance of a RaftBootstrapServer record class.
raftBootstrapServerEntries(String...) - Method in class com.loomcache.common.config.ClusterConfig.Builder
 
raftBootstrapServerEntries(List) - Method in class com.loomcache.common.config.ClusterConfig.Builder
 
raftBootstrapServers() - Method in class com.loomcache.common.config.ClusterConfig
 
raftBootstrapServers(List) - Method in class com.loomcache.common.config.ClusterConfig.Builder
 
rawPassword() - Method in record class com.loomcache.common.config.DataConnectionConfig
 
rawProperties() - Method in record class com.loomcache.common.config.DataConnectionConfig
 
read(CompactReader) - Method in interface com.loomcache.common.serialization.compact.CompactTypeSerializer
 
readBackupData() - Method in class com.loomcache.common.config.ClusterConfig
 
readBackupData(boolean) - Method in class com.loomcache.common.config.ClusterConfig.Builder
 
readBoolean(String, boolean) - Method in class com.loomcache.common.serialization.compact.CompactReader
 
readBytes(String) - Method in class com.loomcache.common.serialization.compact.CompactReader
 
readBytes(String, byte[]) - Method in class com.loomcache.common.serialization.compact.CompactReader
 
readFloat64(String, double) - Method in class com.loomcache.common.serialization.compact.CompactReader
 
readInt32(String, int) - Method in class com.loomcache.common.serialization.compact.CompactReader
 
readInt64(String, long) - Method in class com.loomcache.common.serialization.compact.CompactReader
 
readString(String) - Method in class com.loomcache.common.serialization.compact.CompactReader
 
readString(String, String) - Method in class com.loomcache.common.serialization.compact.CompactReader
 
recordDeserialization(long) - Method in class com.loomcache.common.serialization.SerializationStats
 
recordError() - Method in class com.loomcache.common.serialization.SerializationStats
 
recordSerialization(long) - Method in class com.loomcache.common.serialization.SerializationStats
 
refreshKrb5Config() - Method in record class com.loomcache.common.config.AuthConfig.KerberosConfig
Returns the value of the refreshKrb5Config record component.
REFUSED - Enum constant in enum class com.loomcache.common.exception.ConnectionException.ConnectionError
 
register(CompactTypeSerializer) - Method in class com.loomcache.common.serialization.compact.CompactSerializationService
Registers the serializer for its declared Java type.
registerClass(Class, int) - Method in class com.loomcache.common.serialization.KryoSerializer
 
registerClass(Class, int) - Method in interface com.loomcache.common.serialization.KryoSerializerApi
 
registerClass(Class, int, Serializer) - Method in class com.loomcache.common.serialization.KryoSerializer
 
registerClass(Class, int, Serializer) - Method in interface com.loomcache.common.serialization.KryoSerializerApi
 
registerClass(Class, int, Serializer, String) - Method in class com.loomcache.common.serialization.KryoSerializer
 
registerClass(Class, int, Serializer, String) - Method in interface com.loomcache.common.serialization.KryoSerializerApi
 
registrationDigest() - Method in class com.loomcache.common.serialization.KryoSerializer
 
registrationDigest() - Method in interface com.loomcache.common.serialization.KryoSerializerApi
 
registrationDigestHex() - Method in class com.loomcache.common.serialization.KryoSerializer
 
registrationDigestHex() - Method in interface com.loomcache.common.serialization.KryoSerializerApi
 
remove() - Method in interface com.loomcache.common.compute.EntryProcessor.Entry
 
REMOVED - Enum constant in enum class com.loomcache.common.listener.EntryEvent.EventType
 
renewTgt() - Method in record class com.loomcache.common.config.AuthConfig.KerberosConfig
Returns the value of the renewTgt record component.
replace(LoomSerializer) - Static method in class com.loomcache.common.serialization.GlobalSerializerRegistry
 
REPLICATED - Enum constant in enum class com.loomcache.common.listener.EntryEvent.Origin
 
requireClientAuth() - Method in class com.loomcache.common.config.TlsConfig
 
requireClientAuth(boolean) - Method in class com.loomcache.common.config.TlsConfig.Builder
 
REQUIRED - Enum constant in enum class com.loomcache.common.config.AuthConfig.LoginModuleControlFlag
 
requiresDedicatedInboundListeners() - Method in class com.loomcache.common.config.EndpointTlsConfig
 
requiresStrictLocalRecovery() - Method in enum class com.loomcache.common.config.ClusterDataRecoveryPolicy
 
REQUISITE - Enum constant in enum class com.loomcache.common.config.AuthConfig.LoginModuleControlFlag
 
reset() - Method in class com.loomcache.common.serialization.SerializationStats
 
RESET - Enum constant in enum class com.loomcache.common.exception.ConnectionException.ConnectionError
 
resetToDefault() - Static method in class com.loomcache.common.serialization.GlobalSerializerRegistry
 
resolvePermissionConfigs(Set) - Method in class com.loomcache.common.config.AuthConfig
 
resolvePermissionConfigs(Set, String) - Method in class com.loomcache.common.config.AuthConfig
 
resolvePermissions(Set) - Method in class com.loomcache.common.config.AuthConfig
 
resolvePermissions(Set, String) - Method in class com.loomcache.common.config.AuthConfig
 
resolveRoleNamesForEndpoint(Set, String) - Method in class com.loomcache.common.config.AuthConfig
 
resourceName() - Method in record class com.loomcache.common.config.AuthConfig.PermissionRequest
Returns the value of the resourceName record component.
resourceType() - Method in record class com.loomcache.common.config.AuthConfig.PermissionRequest
Returns the value of the resourceType record component.
RETRYABLE_KNOWN_OUTCOME - Enum constant in enum class com.loomcache.common.exception.LoomException.RetryClassification
 
RETRYABLE_UNKNOWN_OUTCOME - Enum constant in enum class com.loomcache.common.exception.LoomException.RetryClassification
 
retryClassification() - Method in exception class com.loomcache.common.exception.LeaderChangedException
 
retryClassification() - Method in exception class com.loomcache.common.exception.LoomException
 
retryClassification() - Method in exception class com.loomcache.common.exception.NotLeaderException
 
retryClassification() - Method in exception class com.loomcache.common.exception.QuorumUnavailableException
 
retryClassification() - Method in exception class com.loomcache.common.exception.StaleReadException
 
retryClassification() - Method in exception class com.loomcache.common.exception.TimeoutException
 
retryClassification() - Method in exception class com.loomcache.common.exception.UnknownOperationOutcomeException
 
retryClassification() - Method in exception class com.loomcache.common.exception.WalDurabilityException
 
revocationCheckingEnabled() - Method in class com.loomcache.common.config.TlsConfig
 
revocationCheckingEnabled(boolean) - Method in class com.loomcache.common.config.TlsConfig.Builder
 
revocationSoftFail() - Method in class com.loomcache.common.config.TlsConfig
 
revocationSoftFail(boolean) - Method in class com.loomcache.common.config.TlsConfig.Builder
 
Role(Set) - Constructor for record class com.loomcache.common.config.AuthConfig.Role
 
Role(Set, Set) - Constructor for record class com.loomcache.common.config.AuthConfig.Role
 
Role(Set, Set, Set) - Constructor for record class com.loomcache.common.config.AuthConfig.Role
Creates an instance of a Role record class.
roleNames() - Method in record class com.loomcache.common.config.AuthConfig.TokenCredential
Returns the value of the roleNames record component.
rolePrefix() - Method in class com.loomcache.common.config.AuthConfig
 
rolePrefix(String) - Method in class com.loomcache.common.config.AuthConfig.Builder
 
rolePrincipalClassNames() - Method in record class com.loomcache.common.config.AuthConfig.JaasConfig
Returns the value of the rolePrincipalClassNames record component.
roles() - Method in class com.loomcache.common.config.AuthConfig
 
roleSeparator() - Method in class com.loomcache.common.config.AuthConfig
 
roleSeparator(String) - Method in class com.loomcache.common.config.AuthConfig.Builder
 

S

same(TlsConfig) - Static method in class com.loomcache.common.config.EndpointTlsConfig
 
sampleIntervalMs() - Method in record class com.loomcache.common.config.SlowOperationDetectorConfig
Returns the value of the sampleIntervalMs record component.
ScanPage - Record Class in com.loomcache.common.model
Immutable cursor page used to represent a bounded scan result.
ScanPage(long, List) - Constructor for record class com.loomcache.common.model.ScanPage
Creates an instance of a ScanPage record class.
ScanResult - Record Class in com.loomcache.common.protocol
Immutable cursor page returned by map and set scan APIs.
ScanResult(long, List) - Constructor for record class com.loomcache.common.protocol.ScanResult
Creates an instance of a ScanResult record class.
schema() - Method in class com.loomcache.common.serialization.compact.CompactReader
 
schema() - Method in class com.loomcache.common.serialization.compact.GenericRecord
 
schemaOf(byte[]) - Method in class com.loomcache.common.serialization.compact.CompactSerializationService
Extracts the schema carried by a Compact payload.
seeds() - Method in class com.loomcache.common.config.ClusterConfig
 
seeds(String...) - Method in class com.loomcache.common.config.ClusterConfig.Builder
 
seeds(List) - Method in class com.loomcache.common.config.ClusterConfig.Builder
 
SerializablePredicate - Interface in com.loomcache.common.protocol
Serializable predicate evaluated by LoomCache servers for filtered scans, entry-listener filters, and continuous-query cache seeding.
serializationCount() - Method in class com.loomcache.common.serialization.SerializationStats
 
SerializationException - Exception Class in com.loomcache.common.exception
 
SerializationException(String) - Constructor for exception class com.loomcache.common.exception.SerializationException
 
SerializationException(String, Throwable) - Constructor for exception class com.loomcache.common.exception.SerializationException
 
SerializationException(String, String, boolean, Throwable) - Constructor for exception class com.loomcache.common.exception.SerializationException
 
SerializationStats - Class in com.loomcache.common.serialization
Thread-safe counters tracking serialization activity for a LoomSerializer.
SerializationStats() - Constructor for class com.loomcache.common.serialization.SerializationStats
 
serialize(T, Class) - Method in class com.loomcache.common.serialization.KryoSerializer
 
serialize(T, Class) - Method in interface com.loomcache.common.serialization.LoomSerializer
 
serialize(Object) - Method in class com.loomcache.common.serialization.KryoSerializer
 
serialize(Object) - Method in interface com.loomcache.common.serialization.LoomSerializer
 
serialize(Object, int) - Method in class com.loomcache.common.serialization.KryoSerializer
 
serialize(T) - Method in class com.loomcache.common.serialization.compact.CompactSerializationService
Serializes value using the serializer registered for its runtime class.
serialize(T, Class) - Method in class com.loomcache.common.serialization.compact.CompactSerializationService
Serializes value using the serializer registered for sourceType.
serializeForSnapshot(Object) - Method in class com.loomcache.common.serialization.KryoSerializer
 
serializeForSnapshot(Object) - Method in interface com.loomcache.common.serialization.LoomSerializer
 
serializeRecord(GenericRecord) - Method in class com.loomcache.common.serialization.compact.CompactSerializationService
Serializes a class-free GenericRecord as an opaque Compact payload.
SERVER_UNAVAILABLE - Enum constant in enum class com.loomcache.common.exception.AuthenticationException.AuthError
 
SessionExpiredException - Exception Class in com.loomcache.common.exception
 
SessionExpiredException(String) - Constructor for exception class com.loomcache.common.exception.SessionExpiredException
 
set(LoomSerializer) - Static method in class com.loomcache.common.serialization.GlobalSerializerRegistry
 
setBoolean(String, boolean) - Method in class com.loomcache.common.serialization.compact.GenericRecord.Builder
 
setBytes(String, byte[]) - Method in class com.loomcache.common.serialization.compact.GenericRecord.Builder
 
setFloat64(String, double) - Method in class com.loomcache.common.serialization.compact.GenericRecord.Builder
 
setInt32(String, int) - Method in class com.loomcache.common.serialization.compact.GenericRecord.Builder
 
setInt64(String, long) - Method in class com.loomcache.common.serialization.compact.GenericRecord.Builder
 
setString(String, String) - Method in class com.loomcache.common.serialization.compact.GenericRecord.Builder
 
setValue(V) - Method in interface com.loomcache.common.compute.EntryProcessor.Entry
 
sha256Hex(byte[]) - Static method in class com.loomcache.common.config.AuthConfig.TokenConfig
 
sha256Hex(String) - Static method in class com.loomcache.common.config.AuthConfig.TokenConfig
 
shardingEnabled() - Method in class com.loomcache.common.config.ClusterConfig
 
shardingEnabled(boolean) - Method in class com.loomcache.common.config.ClusterConfig.Builder
 
shutdownFlushTimeout() - Method in record class com.loomcache.common.config.GenericMapStoreConfig
Returns the value of the shutdownFlushTimeout record component.
shutdownFlushTimeout(Duration) - Method in class com.loomcache.common.config.GenericMapStoreConfig.Builder
 
shutdownHookEnabled() - Method in class com.loomcache.common.config.ClusterConfig
 
shutdownHookEnabled(boolean) - Method in class com.loomcache.common.config.ClusterConfig.Builder
 
shutdownHookPolicy() - Method in class com.loomcache.common.config.ClusterConfig
 
shutdownHookPolicy(ClusterConfig.ShutdownHookPolicy) - Method in class com.loomcache.common.config.ClusterConfig.Builder
 
shutdownMaxWaitSeconds() - Method in class com.loomcache.common.config.ClusterConfig
 
shutdownMaxWaitSeconds(long) - Method in class com.loomcache.common.config.ClusterConfig.Builder
 
slowOperationDetectorConfig() - Method in class com.loomcache.common.config.ClusterConfig
 
slowOperationDetectorConfig(SlowOperationDetectorConfig) - Method in class com.loomcache.common.config.ClusterConfig.Builder
 
SlowOperationDetectorConfig - Record Class in com.loomcache.common.config
 
SlowOperationDetectorConfig(boolean, long, long, int, int) - Constructor for record class com.loomcache.common.config.SlowOperationDetectorConfig
Creates an instance of a SlowOperationDetectorConfig record class.
snapshotThreshold() - Method in class com.loomcache.common.config.ClusterConfig
 
snapshotThreshold(int) - Method in class com.loomcache.common.config.ClusterConfig.Builder
 
SPI - Enum constant in enum class com.loomcache.common.config.PartitionGroupType
 
stableSerializerFingerprint() - Method in interface com.loomcache.common.serialization.StableSerializerFingerprint
 
StableSerializerFingerprint - Interface in com.loomcache.common.serialization
Optional contract for custom Kryo Serializer registrations that supply their fingerprint through the three-argument registerClass(clazz, id, serializer) API.
StaleReadException - Exception Class in com.loomcache.common.exception
 
StaleReadException() - Constructor for exception class com.loomcache.common.exception.StaleReadException
 
StaleReadException(String) - Constructor for exception class com.loomcache.common.exception.StaleReadException
 
StaleReadException(String, Throwable) - Constructor for exception class com.loomcache.common.exception.StaleReadException
 
staticRaftBootstrapFingerprint() - Method in class com.loomcache.common.config.ClusterConfig
 
storeKey() - Method in record class com.loomcache.common.config.AuthConfig.KerberosConfig
Returns the value of the storeKey record component.
STRING - Enum constant in enum class com.loomcache.common.serialization.compact.CompactFieldKind
 
SUFFICIENT - Enum constant in enum class com.loomcache.common.config.AuthConfig.LoginModuleControlFlag
 
SYSTEM_PROPERTY - Static variable in enum class com.loomcache.common.config.LoomProfile
 

T

tableName() - Method in record class com.loomcache.common.config.GenericMapStoreConfig
Returns the value of the tableName record component.
tableName(String) - Method in class com.loomcache.common.config.GenericMapStoreConfig.Builder
 
tcpAcceptBackoffMaxMs() - Method in class com.loomcache.common.config.ClusterConfig
 
tcpAcceptBackoffMaxMs(long) - Method in class com.loomcache.common.config.ClusterConfig.Builder
 
tcpAcceptTimeoutMs() - Method in class com.loomcache.common.config.ClusterConfig
 
tcpAcceptTimeoutMs(int) - Method in class com.loomcache.common.config.ClusterConfig.Builder
 
tcpIdleTimeoutMs() - Method in class com.loomcache.common.config.ClusterConfig
 
tcpIdleTimeoutMs(long) - Method in class com.loomcache.common.config.ClusterConfig.Builder
 
tcpReadTimeoutMs() - Method in class com.loomcache.common.config.ClusterConfig
 
tcpReadTimeoutMs(long) - Method in class com.loomcache.common.config.ClusterConfig.Builder
 
tcpWriteQueueCapacity() - Method in class com.loomcache.common.config.ClusterConfig
 
tcpWriteQueueCapacity(int) - Method in class com.loomcache.common.config.ClusterConfig.Builder
 
TERMINAL - Enum constant in enum class com.loomcache.common.exception.LoomException.RetryClassification
 
TERMINATE - Enum constant in enum class com.loomcache.common.config.ClusterConfig.ShutdownHookPolicy
 
test(String, String) - Method in interface com.loomcache.common.protocol.SerializablePredicate
Evaluates this predicate locally against a key/value pair using the same semantics as the server-supported predicate family.
thresholdMs() - Method in record class com.loomcache.common.config.SlowOperationDetectorConfig
Returns the value of the thresholdMs record component.
ticketCache() - Method in record class com.loomcache.common.config.AuthConfig.KerberosConfig
Returns the value of the ticketCache record component.
TimeoutException - Exception Class in com.loomcache.common.exception
 
TimeoutException(long, String) - Constructor for exception class com.loomcache.common.exception.TimeoutException
 
TimeoutException(String) - Constructor for exception class com.loomcache.common.exception.TimeoutException
 
TimeoutException(String, Throwable) - Constructor for exception class com.loomcache.common.exception.TimeoutException
 
timeoutMs() - Method in record class com.loomcache.common.config.IcmpFailureDetectorConfig
Returns the value of the timeoutMs record component.
TLS_HANDSHAKE_FAILED - Enum constant in enum class com.loomcache.common.exception.ConnectionException.ConnectionError
 
tlsConfig() - Method in class com.loomcache.common.config.ClusterConfig
 
tlsConfig(TlsConfig) - Method in class com.loomcache.common.config.ClusterConfig.Builder
 
TlsConfig - Class in com.loomcache.common.config
 
TlsConfig.Builder - Class in com.loomcache.common.config
 
tlsConfigFor(EndpointTlsConfig.Endpoint) - Method in class com.loomcache.common.config.EndpointTlsConfig
 
TlsProvider - Enum Class in com.loomcache.common.config
 
tokenConfig() - Method in class com.loomcache.common.config.AuthConfig
 
TokenConfig(boolean, Map) - Constructor for class com.loomcache.common.config.AuthConfig.TokenConfig
 
TokenCredential(String, Set) - Constructor for record class com.loomcache.common.config.AuthConfig.TokenCredential
Creates an instance of a TokenCredential record class.
tokenEnabled(boolean) - Method in class com.loomcache.common.config.AuthConfig.Builder
 
toModel() - Method in record class com.loomcache.common.protocol.ScanResult
 
toString() - Method in class com.loomcache.common.config.AuthConfig.EndpointConfig
 
toString() - Method in record class com.loomcache.common.config.AuthConfig.JaasConfig
Returns a string representation of this record class.
toString() - Method in record class com.loomcache.common.config.AuthConfig.KerberosConfig
Returns a string representation of this record class.
toString() - Method in record class com.loomcache.common.config.AuthConfig.LdapConfig
Returns a string representation of this record class.
toString() - Method in record class com.loomcache.common.config.AuthConfig.LoginModuleConfig
Returns a string representation of this record class.
toString() - Method in record class com.loomcache.common.config.AuthConfig.PermissionConfig
Returns a string representation of this record class.
toString() - Method in record class com.loomcache.common.config.AuthConfig.PermissionRequest
Returns a string representation of this record class.
toString() - Method in record class com.loomcache.common.config.AuthConfig.Role
Returns a string representation of this record class.
toString() - Method in class com.loomcache.common.config.AuthConfig.TokenConfig
 
toString() - Method in record class com.loomcache.common.config.AuthConfig.TokenCredential
Returns a string representation of this record class.
toString() - Method in class com.loomcache.common.config.AuthConfig
 
toString() - Method in record class com.loomcache.common.config.ClusterConfig.RaftBootstrapServer
Returns a string representation of this record class.
toString() - Method in record class com.loomcache.common.config.DataConnectionConfig
Returns a string representation of this record class.
toString() - Method in record class com.loomcache.common.config.GenericMapStoreConfig
Returns a string representation of this record class.
toString() - Method in record class com.loomcache.common.config.IcmpFailureDetectorConfig
Returns a string representation of this record class.
toString() - Method in record class com.loomcache.common.config.PriorityQueueConfig
Returns a string representation of this record class.
toString() - Method in record class com.loomcache.common.config.QueueConfig
Returns a string representation of this record class.
toString() - Method in record class com.loomcache.common.config.SlowOperationDetectorConfig
Returns a string representation of this record class.
toString() - Method in class com.loomcache.common.config.TlsConfig
 
toString() - Method in record class com.loomcache.common.listener.EntryEvent
Returns a string representation of this record class.
toString() - Method in record class com.loomcache.common.model.ScanPage
Returns a string representation of this record class.
toString() - Method in record class com.loomcache.common.protocol.ScanResult
Returns a string representation of this record class.
toString() - Method in record class com.loomcache.common.serialization.compact.CompactField
Returns a string representation of this record class.
toString() - Method in class com.loomcache.common.serialization.compact.CompactSchema
 
toString() - Method in record class com.loomcache.common.serialization.PortableObjectEnvelope.Decoded
Returns a string representation of this record class.
totalDeserialized() - Method in class com.loomcache.common.serialization.SerializationStats
 
totalErrors() - Method in class com.loomcache.common.serialization.SerializationStats
 
totalSerialized() - Method in class com.loomcache.common.serialization.SerializationStats
 
transactionCommitApplyMaxAttempts() - Method in class com.loomcache.common.config.ClusterConfig
 
transactionCommitApplyMaxAttempts(int) - Method in class com.loomcache.common.config.ClusterConfig.Builder
 
transactionCommitApplyRetryDelayMs() - Method in class com.loomcache.common.config.ClusterConfig
 
transactionCommitApplyRetryDelayMs(long) - Method in class com.loomcache.common.config.ClusterConfig.Builder
 
TransactionException - Exception Class in com.loomcache.common.exception
 
TransactionException(String, String) - Constructor for exception class com.loomcache.common.exception.TransactionException
 
transactionMaxBufferedOps() - Method in class com.loomcache.common.config.ClusterConfig
 
transactionMaxBufferedOps(int) - Method in class com.loomcache.common.config.ClusterConfig.Builder
 
transactionMaxOperationPayloadBytes() - Method in class com.loomcache.common.config.ClusterConfig
 
transactionMaxOperationPayloadBytes(int) - Method in class com.loomcache.common.config.ClusterConfig.Builder
 
transactionMaxParticipantGroupCount() - Method in class com.loomcache.common.config.ClusterConfig
 
transactionMaxParticipantGroupCount(int) - Method in class com.loomcache.common.config.ClusterConfig.Builder
 
trustedGatewayAddresses() - Method in class com.loomcache.common.config.AuthConfig
 
trustedGatewayAddresses(Set) - Method in class com.loomcache.common.config.AuthConfig.Builder
 
trustStorePassword(char[]) - Method in class com.loomcache.common.config.TlsConfig.Builder
 
trustStorePassword(String) - Method in class com.loomcache.common.config.TlsConfig.Builder
Convenience overload for String-sourced configuration — see TlsConfig.Builder.keyStorePassword(String).
trustStorePasswordChars() - Method in class com.loomcache.common.config.TlsConfig
 
trustStorePath() - Method in class com.loomcache.common.config.TlsConfig
 
trustStorePath(String) - Method in class com.loomcache.common.config.TlsConfig.Builder
 
trustStorePath(Path) - Method in class com.loomcache.common.config.TlsConfig.Builder
 
trustStoreType() - Method in class com.loomcache.common.config.TlsConfig
 
trustStoreType(String) - Method in class com.loomcache.common.config.TlsConfig.Builder
 
tryDecode(byte[]) - Static method in class com.loomcache.common.serialization.PortableObjectEnvelope
Attempts to decode a versioned portable object envelope.
type() - Method in record class com.loomcache.common.config.AuthConfig.PermissionConfig
Returns the value of the type record component.
type() - Method in class com.loomcache.common.config.PartitionGroupConfig
 
type() - Method in record class com.loomcache.common.listener.EntryEvent
Returns the value of the type record component.
type() - Method in interface com.loomcache.common.serialization.compact.CompactTypeSerializer
 
type(PartitionGroupType) - Method in class com.loomcache.common.config.PartitionGroupConfig.Builder
 
typeName() - Method in class com.loomcache.common.serialization.compact.CompactSchema
 
typeName() - Method in interface com.loomcache.common.serialization.compact.CompactTypeSerializer
 
typeName() - Method in class com.loomcache.common.serialization.compact.GenericRecord
 

U

UNBOUNDED_CAPACITY - Static variable in record class com.loomcache.common.config.QueueConfig
 
UNKNOWN - Enum constant in enum class com.loomcache.common.listener.EntryEvent.EventType
 
UNKNOWN_CAPACITY - Static variable in exception class com.loomcache.common.exception.CapacityExceededException
 
UNKNOWN_ERROR_CODE - Static variable in exception class com.loomcache.common.exception.LoomException
 
UNKNOWN_PORT - Static variable in exception class com.loomcache.common.exception.ConnectionException
 
UNKNOWN_TIMEOUT_MS - Static variable in exception class com.loomcache.common.exception.TimeoutException
 
UnknownOperationOutcomeException - Exception Class in com.loomcache.common.exception
 
UnknownOperationOutcomeException(String) - Constructor for exception class com.loomcache.common.exception.UnknownOperationOutcomeException
 
UnknownOperationOutcomeException(String, Throwable) - Constructor for exception class com.loomcache.common.exception.UnknownOperationOutcomeException
 
UNREACHABLE - Enum constant in enum class com.loomcache.common.exception.ConnectionException.ConnectionError
 
UPDATED - Enum constant in enum class com.loomcache.common.listener.EntryEvent.EventType
 
useKeyTab() - Method in record class com.loomcache.common.config.AuthConfig.KerberosConfig
Returns the value of the useKeyTab record component.
userFilter() - Method in record class com.loomcache.common.config.AuthConfig.LdapConfig
Returns the value of the userFilter record component.
username() - Method in record class com.loomcache.common.config.AuthConfig.TokenCredential
Returns the value of the username record component.
username() - Method in record class com.loomcache.common.config.DataConnectionConfig
Returns the value of the username record component.
username(String) - Method in class com.loomcache.common.config.DataConnectionConfig.Builder
 
userProvider() - Method in record class com.loomcache.common.config.AuthConfig.LdapConfig
Returns the value of the userProvider record component.
useSsl() - Method in record class com.loomcache.common.config.AuthConfig.LdapConfig
Returns the value of the useSsl record component.
useTicketCache() - Method in record class com.loomcache.common.config.AuthConfig.KerberosConfig
Returns the value of the useTicketCache record component.

V

validate() - Method in class com.loomcache.common.config.PartitionGroupConfig
 
validate(LoomProfile) - Method in class com.loomcache.common.config.AuthConfig
 
validateIdGeneratorNodeId(int) - Static method in class com.loomcache.common.config.ClusterConfig
 
value() - Method in interface com.loomcache.common.compute.EntryProcessor.Entry
 
valueColumn() - Method in record class com.loomcache.common.config.GenericMapStoreConfig
Returns the value of the valueColumn record component.
valueColumn(String) - Method in class com.loomcache.common.config.GenericMapStoreConfig.Builder
 
valueContains(String) - Static method in interface com.loomcache.common.protocol.SerializablePredicate
Returns a predicate that matches values containing substring.
valueEquals(String) - Static method in interface com.loomcache.common.protocol.SerializablePredicate
Returns a predicate that matches entries whose value equals value.
valueOf(String) - Static method in enum class com.loomcache.common.config.AuthConfig.LoginModuleControlFlag
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.loomcache.common.config.ClusterConfig.ShutdownHookPolicy
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.loomcache.common.config.ClusterDataRecoveryPolicy
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.loomcache.common.config.EndpointTlsConfig.Endpoint
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.loomcache.common.config.GenericMapStoreConfig.LoadMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.loomcache.common.config.LoomProfile
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.loomcache.common.config.PartitionGroupType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.loomcache.common.config.TlsProvider
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.loomcache.common.config.WanAcknowledgeType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.loomcache.common.exception.AuthenticationException.AuthError
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.loomcache.common.exception.ConnectionException.ConnectionError
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.loomcache.common.exception.LoomException.RetryClassification
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.loomcache.common.listener.EntryEvent.EventType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.loomcache.common.listener.EntryEvent.Origin
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.loomcache.common.serialization.compact.CompactFieldKind
Returns the enum constant of this class with the specified name.
values() - Static method in enum class com.loomcache.common.config.AuthConfig.LoginModuleControlFlag
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.loomcache.common.config.ClusterConfig.ShutdownHookPolicy
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.loomcache.common.config.ClusterDataRecoveryPolicy
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.loomcache.common.config.EndpointTlsConfig.Endpoint
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.loomcache.common.config.GenericMapStoreConfig.LoadMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.loomcache.common.config.LoomProfile
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.loomcache.common.config.PartitionGroupType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.loomcache.common.config.TlsProvider
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.loomcache.common.config.WanAcknowledgeType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.loomcache.common.exception.AuthenticationException.AuthError
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.loomcache.common.exception.ConnectionException.ConnectionError
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.loomcache.common.exception.LoomException.RetryClassification
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.loomcache.common.listener.EntryEvent.EventType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.loomcache.common.listener.EntryEvent.Origin
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.loomcache.common.serialization.compact.CompactFieldKind
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Method in class com.loomcache.common.serialization.compact.GenericRecord
 

W

WalDurabilityException - Exception Class in com.loomcache.common.exception
 
WalDurabilityException(String) - Constructor for exception class com.loomcache.common.exception.WalDurabilityException
 
WalDurabilityException(String, Throwable) - Constructor for exception class com.loomcache.common.exception.WalDurabilityException
 
WAN - Enum constant in enum class com.loomcache.common.config.EndpointTlsConfig.Endpoint
 
wanAcknowledgeType() - Method in class com.loomcache.common.config.ClusterConfig
 
wanAcknowledgeType(WanAcknowledgeType) - Method in class com.loomcache.common.config.ClusterConfig.Builder
 
WanAcknowledgeType - Enum Class in com.loomcache.common.config
 
wanDurableOutbound() - Method in class com.loomcache.common.config.ClusterConfig
Durable (Raft-replicated) active-passive outbound WAN; default off.
wanDurableOutbound(boolean) - Method in class com.loomcache.common.config.ClusterConfig.Builder
 
wanPersistReplicatedData() - Method in class com.loomcache.common.config.ClusterConfig
 
wanPersistReplicatedData(boolean) - Method in class com.loomcache.common.config.ClusterConfig.Builder
 
wanTlsConfig() - Method in class com.loomcache.common.config.EndpointTlsConfig
 
wanTlsConfig(TlsConfig) - Method in class com.loomcache.common.config.EndpointTlsConfig.Builder
 
wireId() - Method in enum class com.loomcache.common.serialization.compact.CompactFieldKind
 
withType(PartitionGroupType) - Method in class com.loomcache.common.config.PartitionGroupConfig
 
write(T, CompactWriter) - Method in interface com.loomcache.common.serialization.compact.CompactTypeSerializer
 
writeBatchSize() - Method in record class com.loomcache.common.config.GenericMapStoreConfig
Returns the value of the writeBatchSize record component.
writeBatchSize(int) - Method in class com.loomcache.common.config.GenericMapStoreConfig.Builder
 
writeBehind() - Method in record class com.loomcache.common.config.GenericMapStoreConfig
Returns the value of the writeBehind record component.
writeBehind(boolean) - Method in class com.loomcache.common.config.GenericMapStoreConfig.Builder
 
writeBoolean(String, boolean) - Method in class com.loomcache.common.serialization.compact.CompactWriter
 
writeBytes(String, byte[]) - Method in class com.loomcache.common.serialization.compact.CompactWriter
 
writeDelay() - Method in record class com.loomcache.common.config.GenericMapStoreConfig
Returns the value of the writeDelay record component.
writeDelay(Duration) - Method in class com.loomcache.common.config.GenericMapStoreConfig.Builder
 
writeFloat64(String, double) - Method in class com.loomcache.common.serialization.compact.CompactWriter
 
writeInt32(String, int) - Method in class com.loomcache.common.serialization.compact.CompactWriter
 
writeInt64(String, long) - Method in class com.loomcache.common.serialization.compact.CompactWriter
 
writeMaxRetries() - Method in record class com.loomcache.common.config.GenericMapStoreConfig
Returns the value of the writeMaxRetries record component.
writeMaxRetries(int) - Method in class com.loomcache.common.config.GenericMapStoreConfig.Builder
 
writeQueueCapacity() - Method in record class com.loomcache.common.config.GenericMapStoreConfig
Returns the value of the writeQueueCapacity record component.
writeQueueCapacity(int) - Method in class com.loomcache.common.config.GenericMapStoreConfig.Builder
 
writeString(String, String) - Method in class com.loomcache.common.serialization.compact.CompactWriter
 
writeThrough() - Method in record class com.loomcache.common.config.GenericMapStoreConfig
Returns the value of the writeThrough record component.
writeThrough(boolean) - Method in class com.loomcache.common.config.GenericMapStoreConfig.Builder
 
A B C D E F G H I J K L M N O P Q R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values