A B C D E F G H I L M N O P Q R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- ABORT_RATE - org.infinispan.extendedstats.container.ExtendedStatistic
- add(ExtendedStatistic, double, boolean) - Method in class org.infinispan.extendedstats.container.ConcurrentGlobalContainer
- add(ExtendedStatistic, double, GlobalTransaction, boolean) - Method in class org.infinispan.extendedstats.CacheStatisticManager
-
Adds a value to a statistic.
- addGet(Object, boolean) - Method in class org.infinispan.extendedstats.topK.StreamSummaryContainer
-
Adds the key to the read top-key.
- addLocalValue(ExtendedStatistic, double) - Method in class org.infinispan.extendedstats.CacheStatisticCollector
-
Adds a value to a local statistic.
- addLockInformation(Object, boolean, boolean) - Method in class org.infinispan.extendedstats.topK.StreamSummaryContainer
-
Adds the lock information about the key, namely if the key suffer some contention and if the keys was locked or not.
- addPut(Object, boolean) - Method in class org.infinispan.extendedstats.topK.StreamSummaryContainer
-
Adds the key to the put top-key.
- addRemoteValue(ExtendedStatistic, double) - Method in class org.infinispan.extendedstats.CacheStatisticCollector
-
Adds a value to a remote statistic.
- addValue(ExtendedStatistic, double) - Method in class org.infinispan.extendedstats.container.BaseExtendedStatisticsContainer
- addValue(ExtendedStatistic, double) - Method in interface org.infinispan.extendedstats.container.ExtendedStatisticsContainer
-
it adds the value to the statistic.
- addValue(ExtendedStatistic, double) - Method in class org.infinispan.extendedstats.TransactionStatistics
-
Adds a value to a statistic collected for this transaction.
- addWriteSkewFailed(Object) - Method in class org.infinispan.extendedstats.topK.StreamSummaryContainer
-
Adds the key to the write skew failed top-key.
- ALL_GET_EXECUTION - org.infinispan.extendedstats.container.ExtendedStatistic
- ARRIVAL_RATE - org.infinispan.extendedstats.container.ExtendedStatistic
- ASYNC_COMPLETE_NOTIFY_TIME - org.infinispan.extendedstats.container.ExtendedStatistic
B
- BaseExtendedStatisticsContainer - Class in org.infinispan.extendedstats.container
-
Common logic for the
ExtendedStatisticsContainer - BaseExtendedStatisticsContainer(int) - Constructor for class org.infinispan.extendedstats.container.BaseExtendedStatisticsContainer
- beginTransaction(GlobalTransaction, boolean) - Method in class org.infinispan.extendedstats.CacheStatisticManager
-
Signals the start of a transaction.
- blocking(CompletionStage<T>) - Method in class org.infinispan.extendedstats.wrappers.ExtendedStatisticRpcManager
C
- CacheStatisticCollector - Class in org.infinispan.extendedstats
-
Collects and maintains all the statistics for a cache.
- CacheStatisticCollector(TimeService) - Constructor for class org.infinispan.extendedstats.CacheStatisticCollector
- CacheStatisticManager - Class in org.infinispan.extendedstats
-
Manages all the statistics for a single cache.
- CacheStatisticManager(Configuration, TimeService) - Constructor for class org.infinispan.extendedstats.CacheStatisticManager
- CacheUsageInterceptor - Class in org.infinispan.extendedstats.topK
-
Intercepts the VisitableCommands to calculate the corresponding top-key values.
- CacheUsageInterceptor() - Constructor for class org.infinispan.extendedstats.topK.CacheUsageInterceptor
- CLUSTERED_GET_COMMAND_SIZE - org.infinispan.extendedstats.container.ExtendedStatistic
- COMMIT_COMMAND_SIZE - org.infinispan.extendedstats.container.ExtendedStatistic
- COMMIT_EXECUTION_TIME - org.infinispan.extendedstats.container.ExtendedStatistic
- ConcurrentGlobalContainer - Class in org.infinispan.extendedstats.container
-
Thread safe cache statistics that allows multiple writers and reader at the same time.
- ConcurrentGlobalContainer(TimeService) - Constructor for class org.infinispan.extendedstats.container.ConcurrentGlobalContainer
- convertNanosToMicro(double) - Static method in class org.infinispan.extendedstats.CacheStatisticCollector
- convertNanosToSeconds(double) - Static method in class org.infinispan.extendedstats.CacheStatisticCollector
- copyValue(ExtendedStatistic, ExtendedStatistic) - Method in class org.infinispan.extendedstats.TransactionStatistics
-
Copies a statistic value and adds it to another statistic.
D
- DEFAULT_TOP_KEY - Static variable in class org.infinispan.extendedstats.topK.CacheUsageInterceptor
- dumpCacheStatistics() - Method in class org.infinispan.extendedstats.CacheStatisticManager
- dumpCacheStatisticsTo(PrintStream) - Method in class org.infinispan.extendedstats.CacheStatisticManager
-
Prints the cache statistics values to a
PrintStream. - dumpStatistics() - Method in class org.infinispan.extendedstats.wrappers.ExtendedStatisticInterceptor
- dumpStatisticsToSystemOut() - Method in class org.infinispan.extendedstats.wrappers.ExtendedStatisticInterceptor
- dumpStatisticToFile(String) - Method in class org.infinispan.extendedstats.wrappers.ExtendedStatisticInterceptor
- dumpTo(PrintWriter) - Method in class org.infinispan.extendedstats.CacheStatisticCollector
-
Prints the cache statistics values to a
PrintStream. - dumpTo(PrintWriter) - Method in class org.infinispan.extendedstats.container.ConcurrentGlobalContainer
- dumpTo(StringBuilder) - Method in class org.infinispan.extendedstats.CacheStatisticCollector
-
Dumps all the cache statistic values to a
StringBuilder
E
- equals(Object) - Method in class org.infinispan.extendedstats.topK.StreamSummaryContainer
- ExtendedStatistic - Enum in org.infinispan.extendedstats.container
-
The available extended statistics
- ExtendedStatisticInterceptor - Class in org.infinispan.extendedstats.wrappers
-
Take the statistics about relevant visitable commands.
- ExtendedStatisticInterceptor() - Constructor for class org.infinispan.extendedstats.wrappers.ExtendedStatisticInterceptor
- ExtendedStatisticLockManager - Class in org.infinispan.extendedstats.wrappers
-
Takes statistic about lock acquisition.
- ExtendedStatisticLockManager(LockManager, CacheStatisticManager, TimeService) - Constructor for class org.infinispan.extendedstats.wrappers.ExtendedStatisticLockManager
- ExtendedStatisticNotFoundException - Exception in org.infinispan.extendedstats
- ExtendedStatisticNotFoundException(String) - Constructor for exception org.infinispan.extendedstats.ExtendedStatisticNotFoundException
- extendedStatisticNotFoundForPercentile(ExtendedStatistic, Throwable) - Method in class org.infinispan.extendedstats.logging.Log_$logger
- extendedStatisticNotFoundForPercentile(ExtendedStatistic, Throwable) - Method in interface org.infinispan.extendedstats.logging.Log
- extendedStatisticNotFoundForPercentile$str() - Method in class org.infinispan.extendedstats.logging.Log_$logger
- ExtendedStatisticRpcManager - Class in org.infinispan.extendedstats.wrappers
-
Takes statistics about the RPC invocations.
- ExtendedStatisticRpcManager(RpcManager, CacheStatisticManager, TimeService, StreamingMarshaller) - Constructor for class org.infinispan.extendedstats.wrappers.ExtendedStatisticRpcManager
- ExtendedStatisticsContainer - Interface in org.infinispan.extendedstats.container
-
Contains the statistic's values and allows to perform modifications on them.
- ExtendedStatisticsModuleImpl - Class in org.infinispan.extendedstats
- ExtendedStatisticsModuleImpl() - Constructor for class org.infinispan.extendedstats.ExtendedStatisticsModuleImpl
- ExtendedStatisticsPackageImpl - Class in org.infinispan.extendedstats.topK
- ExtendedStatisticsPackageImpl - Class in org.infinispan.extendedstats.wrappers
- ExtendedStatisticsPackageImpl() - Constructor for class org.infinispan.extendedstats.topK.ExtendedStatisticsPackageImpl
- ExtendedStatisticsPackageImpl() - Constructor for class org.infinispan.extendedstats.wrappers.ExtendedStatisticsPackageImpl
F
- flushing() - Method in class org.infinispan.extendedstats.container.ConcurrentGlobalContainer
- flushTo(ConcurrentGlobalContainer) - Method in class org.infinispan.extendedstats.TransactionStatistics
-
Merges this statistics in the global container.
G
- getAbortRate() - Method in class org.infinispan.extendedstats.wrappers.ExtendedStatisticInterceptor
- getActual() - Method in class org.infinispan.extendedstats.wrappers.ExtendedStatisticLockManager
- getAddress() - Method in class org.infinispan.extendedstats.wrappers.ExtendedStatisticRpcManager
- getAttribute(ExtendedStatistic) - Method in class org.infinispan.extendedstats.CacheStatisticCollector
- getAttribute(ExtendedStatistic) - Method in class org.infinispan.extendedstats.CacheStatisticManager
- getAttribute(ExtendedStatistic) - Method in class org.infinispan.extendedstats.wrappers.ExtendedStatisticInterceptor
- getAvailableExtendedStatistics() - Method in class org.infinispan.extendedstats.wrappers.ExtendedStatisticInterceptor
- getAvgAbortedWriteTxDuration() - Method in class org.infinispan.extendedstats.wrappers.ExtendedStatisticInterceptor
- getAvgClusteredGetCommandSize() - Method in class org.infinispan.extendedstats.wrappers.ExtendedStatisticInterceptor
- getAvgCommitCommandSize() - Method in class org.infinispan.extendedstats.wrappers.ExtendedStatisticInterceptor
- getAvgCommitRtt() - Method in class org.infinispan.extendedstats.wrappers.ExtendedStatisticInterceptor
- getAvgCommitTime() - Method in class org.infinispan.extendedstats.wrappers.ExtendedStatisticInterceptor
- getAvgCompleteNotificationAsync() - Method in class org.infinispan.extendedstats.wrappers.ExtendedStatisticInterceptor
- getAvgGetsPerROTransaction() - Method in class org.infinispan.extendedstats.wrappers.ExtendedStatisticInterceptor
- getAvgGetsPerWrTransaction() - Method in class org.infinispan.extendedstats.wrappers.ExtendedStatisticInterceptor
- getAvgLocalCommitTime() - Method in class org.infinispan.extendedstats.wrappers.ExtendedStatisticInterceptor
- getAvgLocalGetTime() - Method in class org.infinispan.extendedstats.wrappers.ExtendedStatisticInterceptor
- getAvgLocalLockHoldTime() - Method in class org.infinispan.extendedstats.wrappers.ExtendedStatisticInterceptor
- getAvgLocalPrepareTime() - Method in class org.infinispan.extendedstats.wrappers.ExtendedStatisticInterceptor
- getAvgLocalRollbackTime() - Method in class org.infinispan.extendedstats.wrappers.ExtendedStatisticInterceptor
- getAvgLockHoldTime() - Method in class org.infinispan.extendedstats.wrappers.ExtendedStatisticInterceptor
- getAvgLockWaitingTime() - Method in class org.infinispan.extendedstats.wrappers.ExtendedStatisticInterceptor
- getAvgNumNodesCommit() - Method in class org.infinispan.extendedstats.wrappers.ExtendedStatisticInterceptor
- getAvgNumNodesCompleteNotification() - Method in class org.infinispan.extendedstats.wrappers.ExtendedStatisticInterceptor
- getAvgNumNodesPrepare() - Method in class org.infinispan.extendedstats.wrappers.ExtendedStatisticInterceptor
- getAvgNumNodesRemoteGet() - Method in class org.infinispan.extendedstats.wrappers.ExtendedStatisticInterceptor
- getAvgNumNodesRollback() - Method in class org.infinispan.extendedstats.wrappers.ExtendedStatisticInterceptor
- getAvgNumOfLockLocalTx() - Method in class org.infinispan.extendedstats.wrappers.ExtendedStatisticInterceptor
- getAvgNumOfLockRemoteTx() - Method in class org.infinispan.extendedstats.wrappers.ExtendedStatisticInterceptor
- getAvgNumOfLockSuccessLocalTx() - Method in class org.infinispan.extendedstats.wrappers.ExtendedStatisticInterceptor
- getAvgPrepareCommandSize() - Method in class org.infinispan.extendedstats.wrappers.ExtendedStatisticInterceptor
- getAvgPrepareRtt() - Method in class org.infinispan.extendedstats.wrappers.ExtendedStatisticInterceptor
- getAvgPutsPerWrTransaction() - Method in class org.infinispan.extendedstats.wrappers.ExtendedStatisticInterceptor
- getAvgReadOnlyTxDuration() - Method in class org.infinispan.extendedstats.wrappers.ExtendedStatisticInterceptor
- getAvgRemoteCommitTime() - Method in class org.infinispan.extendedstats.wrappers.ExtendedStatisticInterceptor
- getAvgRemoteGetRtt() - Method in class org.infinispan.extendedstats.wrappers.ExtendedStatisticInterceptor
- getAvgRemoteGetsPerROTransaction() - Method in class org.infinispan.extendedstats.wrappers.ExtendedStatisticInterceptor
- getAvgRemoteGetsPerWrTransaction() - Method in class org.infinispan.extendedstats.wrappers.ExtendedStatisticInterceptor
- getAvgRemoteLockHoldTime() - Method in class org.infinispan.extendedstats.wrappers.ExtendedStatisticInterceptor
- getAvgRemotePrepareTime() - Method in class org.infinispan.extendedstats.wrappers.ExtendedStatisticInterceptor
- getAvgRemotePutsPerWrTransaction() - Method in class org.infinispan.extendedstats.wrappers.ExtendedStatisticInterceptor
- getAvgRemoteRollbackTime() - Method in class org.infinispan.extendedstats.wrappers.ExtendedStatisticInterceptor
- getAvgResponseTime() - Method in class org.infinispan.extendedstats.wrappers.ExtendedStatisticInterceptor
- getAvgRollbackRtt() - Method in class org.infinispan.extendedstats.wrappers.ExtendedStatisticInterceptor
- getAvgRollbackTime() - Method in class org.infinispan.extendedstats.wrappers.ExtendedStatisticInterceptor
- getAvgTxArrivalRate() - Method in class org.infinispan.extendedstats.wrappers.ExtendedStatisticInterceptor
- getAvgWriteTxDuration() - Method in class org.infinispan.extendedstats.wrappers.ExtendedStatisticInterceptor
- getCacheStatisticManager() - Method in class org.infinispan.extendedstats.wrappers.ExtendedStatisticInterceptor
- getCapacity() - Method in class org.infinispan.extendedstats.topK.CacheUsageInterceptor
- getCapacity() - Method in class org.infinispan.extendedstats.topK.StreamSummaryContainer
- getIndex(ExtendedStatistic) - Method in class org.infinispan.extendedstats.container.BaseExtendedStatisticsContainer
- getIndex(ExtendedStatistic) - Method in class org.infinispan.extendedstats.container.LocalExtendedStatisticsContainer
- getIndex(ExtendedStatistic) - Method in class org.infinispan.extendedstats.container.RemoteExtendedStatisticsContainer
- getKPercentile(int) - Method in class org.infinispan.extendedstats.percentiles.ReservoirSampler
- getLastResetTime() - Method in class org.infinispan.extendedstats.container.StatisticsSnapshot
- getLocal(ExtendedStatistic) - Method in class org.infinispan.extendedstats.container.StatisticsSnapshot
- getLocalActiveTransactions() - Method in class org.infinispan.extendedstats.wrappers.ExtendedStatisticInterceptor
- getLocalExecutionTimeWithoutLock() - Method in class org.infinispan.extendedstats.wrappers.ExtendedStatisticInterceptor
- getLocalIndex() - Method in enum org.infinispan.extendedstats.container.ExtendedStatistic
- getLocalIndex(ExtendedStatistic) - Static method in class org.infinispan.extendedstats.container.ConcurrentGlobalContainer
- getLocalStatsSize() - Static method in enum org.infinispan.extendedstats.container.ExtendedStatistic
- getLocalTopGets() - Method in class org.infinispan.extendedstats.topK.CacheUsageInterceptor
- getLocalTopPuts() - Method in class org.infinispan.extendedstats.topK.CacheUsageInterceptor
- getLock(Object) - Method in class org.infinispan.extendedstats.wrappers.ExtendedStatisticLockManager
- getLock(Object) - Method in class org.infinispan.extendedstats.wrappers.TopKeyLockManager
- getLoggingLocale() - Method in class org.infinispan.extendedstats.logging.Log_$logger
- getMembers() - Method in class org.infinispan.extendedstats.wrappers.ExtendedStatisticRpcManager
- getModuleName() - Method in class org.infinispan.extendedstats.ExtendedStatisticsModuleImpl
- getNLocalTopGets(int) - Method in class org.infinispan.extendedstats.topK.CacheUsageInterceptor
- getNLocalTopPuts(int) - Method in class org.infinispan.extendedstats.topK.CacheUsageInterceptor
- getNRemoteTopGets(int) - Method in class org.infinispan.extendedstats.topK.CacheUsageInterceptor
- getNRemoteTopPuts(int) - Method in class org.infinispan.extendedstats.topK.CacheUsageInterceptor
- getNTopContendedKeys(int) - Method in class org.infinispan.extendedstats.topK.CacheUsageInterceptor
- getNTopLockedKeys(int) - Method in class org.infinispan.extendedstats.topK.CacheUsageInterceptor
- getNTopLockFailedKeys(int) - Method in class org.infinispan.extendedstats.topK.CacheUsageInterceptor
- getNTopWriteSkewFailedKeys(int) - Method in class org.infinispan.extendedstats.topK.CacheUsageInterceptor
- getNumAbortedTxDueDeadlock() - Method in class org.infinispan.extendedstats.wrappers.ExtendedStatisticInterceptor
- getNumAbortedTxDueTimeout() - Method in class org.infinispan.extendedstats.wrappers.ExtendedStatisticInterceptor
- getNumberOfCommits() - Method in class org.infinispan.extendedstats.wrappers.ExtendedStatisticInterceptor
- getNumberOfGets() - Method in class org.infinispan.extendedstats.wrappers.ExtendedStatisticInterceptor
- getNumberOfLocalCommits() - Method in class org.infinispan.extendedstats.wrappers.ExtendedStatisticInterceptor
- getNumberOfLocksHeld() - Method in class org.infinispan.extendedstats.wrappers.ExtendedStatisticLockManager
- getNumberOfLocksHeld() - Method in class org.infinispan.extendedstats.wrappers.TopKeyLockManager
- getNumberOfPuts() - Method in class org.infinispan.extendedstats.wrappers.ExtendedStatisticInterceptor
- getNumberOfRemoteGets() - Method in class org.infinispan.extendedstats.wrappers.ExtendedStatisticInterceptor
- getNumberOfRemotePuts() - Method in class org.infinispan.extendedstats.wrappers.ExtendedStatisticInterceptor
- getNumNodes() - Method in class org.infinispan.extendedstats.wrappers.ExtendedStatisticInterceptor
- getOptionalDependencies() - Method in class org.infinispan.extendedstats.ExtendedStatisticsModuleImpl
- getOrCreateStreamLibContainer(Cache) - Static method in class org.infinispan.extendedstats.topK.StreamSummaryContainer
- getOwner(Object) - Method in class org.infinispan.extendedstats.wrappers.ExtendedStatisticLockManager
- getOwner(Object) - Method in class org.infinispan.extendedstats.wrappers.TopKeyLockManager
- getPercentageSuccessWriteTransactions() - Method in class org.infinispan.extendedstats.wrappers.ExtendedStatisticInterceptor
- getPercentageWriteTransactions() - Method in class org.infinispan.extendedstats.wrappers.ExtendedStatisticInterceptor
- getPercentile(PercentileStatistic, int) - Method in class org.infinispan.extendedstats.CacheStatisticCollector
- getPercentile(PercentileStatistic, int) - Method in class org.infinispan.extendedstats.CacheStatisticManager
- getPercentileLocalReadOnlyTransaction(int) - Method in class org.infinispan.extendedstats.wrappers.ExtendedStatisticInterceptor
- getPercentileLocalRWriteTransaction(int) - Method in class org.infinispan.extendedstats.wrappers.ExtendedStatisticInterceptor
- getPercentileRemoteReadOnlyTransaction(int) - Method in class org.infinispan.extendedstats.wrappers.ExtendedStatisticInterceptor
- getPercentileRemoteWriteTransaction(int) - Method in class org.infinispan.extendedstats.wrappers.ExtendedStatisticInterceptor
- getRemote(ExtendedStatistic) - Method in class org.infinispan.extendedstats.container.StatisticsSnapshot
- getRemoteGetExecutionTime() - Method in class org.infinispan.extendedstats.wrappers.ExtendedStatisticInterceptor
- getRemoteIndex() - Method in enum org.infinispan.extendedstats.container.ExtendedStatistic
- getRemoteIndex(ExtendedStatistic) - Static method in class org.infinispan.extendedstats.container.ConcurrentGlobalContainer
- getRemotePutExecutionTime() - Method in class org.infinispan.extendedstats.wrappers.ExtendedStatisticInterceptor
- getRemoteStatsSize() - Static method in enum org.infinispan.extendedstats.container.ExtendedStatistic
- getRemoteTopGets() - Method in class org.infinispan.extendedstats.topK.CacheUsageInterceptor
- getRemoteTopPuts() - Method in class org.infinispan.extendedstats.topK.CacheUsageInterceptor
- getReplicationDegree() - Method in class org.infinispan.extendedstats.wrappers.ExtendedStatisticInterceptor
- getRequiredDependencies() - Method in class org.infinispan.extendedstats.ExtendedStatisticsModuleImpl
- getSnapshot() - Method in class org.infinispan.extendedstats.container.ConcurrentGlobalContainer
- getStatisticValue(String) - Method in class org.infinispan.extendedstats.wrappers.ExtendedStatisticInterceptor
- getSyncRpcOptions() - Method in class org.infinispan.extendedstats.wrappers.ExtendedStatisticRpcManager
- getThroughput() - Method in class org.infinispan.extendedstats.wrappers.ExtendedStatisticInterceptor
- getTopContendedKeys() - Method in class org.infinispan.extendedstats.topK.CacheUsageInterceptor
- getTopKFrom(StreamSummaryContainer.Stat) - Method in class org.infinispan.extendedstats.topK.StreamSummaryContainer
- getTopKFrom(StreamSummaryContainer.Stat, int) - Method in class org.infinispan.extendedstats.topK.StreamSummaryContainer
- getTopKFromAsKeyString(StreamSummaryContainer.Stat) - Method in class org.infinispan.extendedstats.topK.StreamSummaryContainer
-
Same as
StreamSummaryContainer.getTopKFrom(StreamSummaryContainer.Stat)but the keys are returned in their String format. - getTopKFromAsKeyString(StreamSummaryContainer.Stat, int) - Method in class org.infinispan.extendedstats.topK.StreamSummaryContainer
-
Same as
StreamSummaryContainer.getTopKFrom(StreamSummaryContainer.Stat, int)but the keys are returned in their String format. - getTopLockedKeys() - Method in class org.infinispan.extendedstats.topK.CacheUsageInterceptor
- getTopLockFailedKeys() - Method in class org.infinispan.extendedstats.topK.CacheUsageInterceptor
- getTopologyId() - Method in class org.infinispan.extendedstats.wrappers.ExtendedStatisticRpcManager
- getTopWriteSkewFailedKeys() - Method in class org.infinispan.extendedstats.topK.CacheUsageInterceptor
- getTotalSyncRpcOptions() - Method in class org.infinispan.extendedstats.wrappers.ExtendedStatisticRpcManager
- getTransport() - Method in class org.infinispan.extendedstats.wrappers.ExtendedStatisticRpcManager
- getValue(ExtendedStatistic) - Method in class org.infinispan.extendedstats.container.BaseExtendedStatisticsContainer
- getValue(ExtendedStatistic) - Method in interface org.infinispan.extendedstats.container.ExtendedStatisticsContainer
- getValue(ExtendedStatistic) - Method in class org.infinispan.extendedstats.TransactionStatistics
- getWriteSkewProbability() - Method in class org.infinispan.extendedstats.wrappers.ExtendedStatisticInterceptor
H
- hashCode() - Method in class org.infinispan.extendedstats.topK.StreamSummaryContainer
- hasPendingTransactions() - Method in class org.infinispan.extendedstats.CacheStatisticManager
I
- increment(ExtendedStatistic, GlobalTransaction, boolean) - Method in class org.infinispan.extendedstats.CacheStatisticManager
-
Increments the statistic value.
- incrementValue(ExtendedStatistic) - Method in class org.infinispan.extendedstats.TransactionStatistics
-
Increments a statistic value.
- initTime - Variable in class org.infinispan.extendedstats.TransactionStatistics
- insertSample(double) - Method in class org.infinispan.extendedstats.percentiles.ReservoirSampler
- invokeCommand(Collection<Address>, ReplicableCommand, ResponseCollector<T>, RpcOptions) - Method in class org.infinispan.extendedstats.wrappers.ExtendedStatisticRpcManager
- invokeCommand(Address, ReplicableCommand, ResponseCollector<T>, RpcOptions) - Method in class org.infinispan.extendedstats.wrappers.ExtendedStatisticRpcManager
- invokeCommandOnAll(ReplicableCommand, ResponseCollector<T>, RpcOptions) - Method in class org.infinispan.extendedstats.wrappers.ExtendedStatisticRpcManager
- invokeCommands(Collection<Address>, Function<Address, ReplicableCommand>, ResponseCollector<T>, RpcOptions) - Method in class org.infinispan.extendedstats.wrappers.ExtendedStatisticRpcManager
- invokeCommandStaggered(Collection<Address>, ReplicableCommand, ResponseCollector<T>, RpcOptions) - Method in class org.infinispan.extendedstats.wrappers.ExtendedStatisticRpcManager
- invokeRemotelyAsync(Collection<Address>, ReplicableCommand, RpcOptions) - Method in class org.infinispan.extendedstats.wrappers.ExtendedStatisticRpcManager
- invokeXSite(XSiteBackup, XSiteReplicateCommand<O>) - Method in class org.infinispan.extendedstats.wrappers.ExtendedStatisticRpcManager
- isCommitted() - Method in class org.infinispan.extendedstats.TransactionStatistics
- isEnabled() - Method in class org.infinispan.extendedstats.topK.StreamSummaryContainer
- isLocal() - Method in enum org.infinispan.extendedstats.container.ExtendedStatistic
- isLocalTransaction() - Method in class org.infinispan.extendedstats.LocalTransactionStatistics
- isLocalTransaction() - Method in class org.infinispan.extendedstats.RemoteTransactionStatistics
- isLocalTransaction() - Method in class org.infinispan.extendedstats.TransactionStatistics
- isLocked(Object) - Method in class org.infinispan.extendedstats.wrappers.ExtendedStatisticLockManager
- isLocked(Object) - Method in class org.infinispan.extendedstats.wrappers.TopKeyLockManager
- isReadOnly() - Method in class org.infinispan.extendedstats.TransactionStatistics
- isRemote() - Method in enum org.infinispan.extendedstats.container.ExtendedStatistic
- isReset() - Method in class org.infinispan.extendedstats.container.ConcurrentGlobalContainer
L
- LOCAL_COMMIT_EXECUTION_TIME - org.infinispan.extendedstats.container.ExtendedStatistic
- LOCAL_EXEC_NO_CONT - org.infinispan.extendedstats.container.ExtendedStatistic
- LOCAL_GET - org.infinispan.extendedstats.topK.StreamSummaryContainer.Stat
- LOCAL_GET_EXECUTION - org.infinispan.extendedstats.container.ExtendedStatistic
- LOCAL_PREPARE_EXECUTION_TIME - org.infinispan.extendedstats.container.ExtendedStatistic
- LOCAL_PUT - org.infinispan.extendedstats.topK.StreamSummaryContainer.Stat
- LOCAL_PUT_EXECUTION - org.infinispan.extendedstats.container.ExtendedStatistic
- LOCAL_ROLLBACK_EXECUTION_TIME - org.infinispan.extendedstats.container.ExtendedStatistic
- LocalExtendedStatisticsContainer - Class in org.infinispan.extendedstats.container
-
Container for the statistics corresponding to local originated transactions.
- LocalExtendedStatisticsContainer() - Constructor for class org.infinispan.extendedstats.container.LocalExtendedStatisticsContainer
- LocalTransactionStatistics - Class in org.infinispan.extendedstats
-
Represents the statistics collected for a local transaction
- LocalTransactionStatistics(boolean, TimeService) - Constructor for class org.infinispan.extendedstats.LocalTransactionStatistics
- lock(Object, Object, long, TimeUnit) - Method in class org.infinispan.extendedstats.wrappers.ExtendedStatisticLockManager
- lock(Object, Object, long, TimeUnit) - Method in class org.infinispan.extendedstats.wrappers.TopKeyLockManager
- LOCK_HOLD_TIME - org.infinispan.extendedstats.container.ExtendedStatistic
- LOCK_HOLD_TIME_LOCAL - org.infinispan.extendedstats.container.ExtendedStatistic
- LOCK_HOLD_TIME_REMOTE - org.infinispan.extendedstats.container.ExtendedStatistic
- LOCK_HOLD_TIME_SUCCESS_LOCAL_TX - org.infinispan.extendedstats.container.ExtendedStatistic
- LOCK_WAITING_TIME - org.infinispan.extendedstats.container.ExtendedStatistic
- lockAll(Collection<?>, Object, long, TimeUnit) - Method in class org.infinispan.extendedstats.wrappers.ExtendedStatisticLockManager
- lockAll(Collection<?>, Object, long, TimeUnit) - Method in class org.infinispan.extendedstats.wrappers.TopKeyLockManager
- log - Static variable in class org.infinispan.extendedstats.TransactionStatistics
- Log - Interface in org.infinispan.extendedstats.logging
-
The JBoss Logging interface which defined the logging methods for the extended statistics module.
- Log_$logger - Class in org.infinispan.extendedstats.logging
-
Warning this class consists of generated code.
- Log_$logger(Logger) - Constructor for class org.infinispan.extendedstats.logging.Log_$logger
M
- markAsUpdateTransaction() - Method in class org.infinispan.extendedstats.TransactionStatistics
-
Sets this transaction as a write transaction.
- markAsWriteTransaction(GlobalTransaction, boolean) - Method in class org.infinispan.extendedstats.CacheStatisticManager
-
Marks the transaction as a write transaction (instead of a read only transaction)
- markUnexistingTransactionAsWriteTransaction(String) - Method in class org.infinispan.extendedstats.logging.Log_$logger
- markUnexistingTransactionAsWriteTransaction(String) - Method in interface org.infinispan.extendedstats.logging.Log
- markUnexistingTransactionAsWriteTransaction$str() - Method in class org.infinispan.extendedstats.logging.Log_$logger
- merge(double[], boolean) - Method in class org.infinispan.extendedstats.container.ConcurrentGlobalContainer
- merge(TransactionStatistics) - Method in class org.infinispan.extendedstats.CacheStatisticCollector
-
Merges a transaction statistics in this cache statistics.
- mergeTo(ConcurrentGlobalContainer) - Method in interface org.infinispan.extendedstats.container.ExtendedStatisticsContainer
-
it merges in
thisthe statistic's values inother. - mergeTo(ConcurrentGlobalContainer) - Method in class org.infinispan.extendedstats.container.LocalExtendedStatisticsContainer
- mergeTo(ConcurrentGlobalContainer) - Method in class org.infinispan.extendedstats.container.RemoteExtendedStatisticsContainer
- Module - Class in org.infinispan.extendedstats
-
InfinispanModuleannotation is required for component annotation processing - Module() - Constructor for class org.infinispan.extendedstats.Module
- MOST_CONTENDED_KEYS - org.infinispan.extendedstats.topK.StreamSummaryContainer.Stat
- MOST_FAILED_KEYS - org.infinispan.extendedstats.topK.StreamSummaryContainer.Stat
- MOST_LOCKED_KEYS - org.infinispan.extendedstats.topK.StreamSummaryContainer.Stat
- MOST_WRITE_SKEW_FAILED_KEYS - org.infinispan.extendedstats.topK.StreamSummaryContainer.Stat
N
- newModuleLifecycle() - Method in class org.infinispan.extendedstats.ExtendedStatisticsModuleImpl
- NO_INDEX - Static variable in enum org.infinispan.extendedstats.container.ExtendedStatistic
- NUM_ABORTED_RO_TX - org.infinispan.extendedstats.container.ExtendedStatistic
- NUM_ABORTED_WR_TX - org.infinispan.extendedstats.container.ExtendedStatistic
- NUM_ASYNC_COMPLETE_NOTIFY - org.infinispan.extendedstats.container.ExtendedStatistic
- NUM_COMMIT_COMMAND - org.infinispan.extendedstats.container.ExtendedStatistic
- NUM_COMMITTED_RO_TX - org.infinispan.extendedstats.container.ExtendedStatistic
- NUM_COMMITTED_TX - org.infinispan.extendedstats.container.ExtendedStatistic
- NUM_COMMITTED_WR_TX - org.infinispan.extendedstats.container.ExtendedStatistic
- NUM_GET - org.infinispan.extendedstats.container.ExtendedStatistic
- NUM_GETS_RO_TX - org.infinispan.extendedstats.container.ExtendedStatistic
- NUM_GETS_WR_TX - org.infinispan.extendedstats.container.ExtendedStatistic
- NUM_HELD_LOCKS - org.infinispan.extendedstats.container.ExtendedStatistic
- NUM_HELD_LOCKS_SUCCESS_LOCAL_TX - org.infinispan.extendedstats.container.ExtendedStatistic
- NUM_LOCAL_COMMITTED_TX - org.infinispan.extendedstats.container.ExtendedStatistic
- NUM_LOCK_FAILED_DEADLOCK - org.infinispan.extendedstats.container.ExtendedStatistic
- NUM_LOCK_FAILED_TIMEOUT - org.infinispan.extendedstats.container.ExtendedStatistic
- NUM_LOCK_PER_LOCAL_TX - org.infinispan.extendedstats.container.ExtendedStatistic
- NUM_LOCK_PER_REMOTE_TX - org.infinispan.extendedstats.container.ExtendedStatistic
- NUM_NODES_COMMIT - org.infinispan.extendedstats.container.ExtendedStatistic
- NUM_NODES_COMPLETE_NOTIFY - org.infinispan.extendedstats.container.ExtendedStatistic
- NUM_NODES_GET - org.infinispan.extendedstats.container.ExtendedStatistic
- NUM_NODES_PREPARE - org.infinispan.extendedstats.container.ExtendedStatistic
- NUM_NODES_ROLLBACK - org.infinispan.extendedstats.container.ExtendedStatistic
- NUM_PREPARE_COMMAND - org.infinispan.extendedstats.container.ExtendedStatistic
- NUM_PUT - org.infinispan.extendedstats.container.ExtendedStatistic
- NUM_PUTS_WR_TX - org.infinispan.extendedstats.container.ExtendedStatistic
- NUM_REMOTE_GET - org.infinispan.extendedstats.container.ExtendedStatistic
- NUM_REMOTE_GETS_RO_TX - org.infinispan.extendedstats.container.ExtendedStatistic
- NUM_REMOTE_GETS_WR_TX - org.infinispan.extendedstats.container.ExtendedStatistic
- NUM_REMOTE_PUT - org.infinispan.extendedstats.container.ExtendedStatistic
- NUM_REMOTE_PUTS_WR_TX - org.infinispan.extendedstats.container.ExtendedStatistic
- NUM_ROLLBACK_COMMAND - org.infinispan.extendedstats.container.ExtendedStatistic
- NUM_SYNC_COMMIT - org.infinispan.extendedstats.container.ExtendedStatistic
- NUM_SYNC_GET - org.infinispan.extendedstats.container.ExtendedStatistic
- NUM_SYNC_PREPARE - org.infinispan.extendedstats.container.ExtendedStatistic
- NUM_SYNC_ROLLBACK - org.infinispan.extendedstats.container.ExtendedStatistic
- NUM_WAITED_FOR_LOCKS - org.infinispan.extendedstats.container.ExtendedStatistic
- NUM_WRITE_SKEW - org.infinispan.extendedstats.container.ExtendedStatistic
O
- onPrepareCommand() - Method in class org.infinispan.extendedstats.LocalTransactionStatistics
- onPrepareCommand() - Method in class org.infinispan.extendedstats.RemoteTransactionStatistics
- onPrepareCommand() - Method in class org.infinispan.extendedstats.TransactionStatistics
-
Signals the reception of the
PrepareCommand. - onPrepareCommand(GlobalTransaction, boolean) - Method in class org.infinispan.extendedstats.CacheStatisticManager
-
Invoked when a
PrepareCommandis received for a transaction. - org.infinispan.extendedstats - package org.infinispan.extendedstats
-
Infinispan Extended Statistics.
- org.infinispan.extendedstats.container - package org.infinispan.extendedstats.container
- org.infinispan.extendedstats.logging - package org.infinispan.extendedstats.logging
- org.infinispan.extendedstats.percentiles - package org.infinispan.extendedstats.percentiles
- org.infinispan.extendedstats.topK - package org.infinispan.extendedstats.topK
- org.infinispan.extendedstats.wrappers - package org.infinispan.extendedstats.wrappers
- outcomeOnUnexistingTransaction(String, String) - Method in class org.infinispan.extendedstats.logging.Log_$logger
- outcomeOnUnexistingTransaction(String, String) - Method in interface org.infinispan.extendedstats.logging.Log
- outcomeOnUnexistingTransaction$str() - Method in class org.infinispan.extendedstats.logging.Log_$logger
- ownsLock(Object, Object) - Method in class org.infinispan.extendedstats.wrappers.ExtendedStatisticLockManager
- ownsLock(Object, Object) - Method in class org.infinispan.extendedstats.wrappers.TopKeyLockManager
P
- PercentileStatistic - Enum in org.infinispan.extendedstats.percentiles
-
Percentile statistic for the transaction execution time.
- PREPARE_COMMAND_SIZE - org.infinispan.extendedstats.container.ExtendedStatistic
- PREPARE_EXECUTION_TIME - org.infinispan.extendedstats.container.ExtendedStatistic
- prepareOnUnexistingTransaction(String) - Method in class org.infinispan.extendedstats.logging.Log_$logger
- prepareOnUnexistingTransaction(String) - Method in interface org.infinispan.extendedstats.logging.Log
- prepareOnUnexistingTransaction$str() - Method in class org.infinispan.extendedstats.logging.Log_$logger
- printLockInfo() - Method in class org.infinispan.extendedstats.wrappers.ExtendedStatisticLockManager
- printLockInfo() - Method in class org.infinispan.extendedstats.wrappers.TopKeyLockManager
Q
- queue() - Method in class org.infinispan.extendedstats.container.ConcurrentGlobalContainer
R
- registerMetadata(ModuleMetadataBuilder.ModuleBuilder) - Method in class org.infinispan.extendedstats.ExtendedStatisticsModuleImpl
- registerMetadata(ModuleMetadataBuilder.ModuleBuilder) - Static method in class org.infinispan.extendedstats.topK.ExtendedStatisticsPackageImpl
- registerMetadata(ModuleMetadataBuilder.ModuleBuilder) - Static method in class org.infinispan.extendedstats.wrappers.ExtendedStatisticsPackageImpl
- REMOTE_COMMIT_EXECUTION_TIME - org.infinispan.extendedstats.container.ExtendedStatistic
- REMOTE_GET - org.infinispan.extendedstats.topK.StreamSummaryContainer.Stat
- REMOTE_GET_EXECUTION - org.infinispan.extendedstats.container.ExtendedStatistic
- REMOTE_PREPARE_EXECUTION_TIME - org.infinispan.extendedstats.container.ExtendedStatistic
- REMOTE_PUT - org.infinispan.extendedstats.topK.StreamSummaryContainer.Stat
- REMOTE_PUT_EXECUTION - org.infinispan.extendedstats.container.ExtendedStatistic
- REMOTE_ROLLBACK_EXECUTION_TIME - org.infinispan.extendedstats.container.ExtendedStatistic
- RemoteExtendedStatisticsContainer - Class in org.infinispan.extendedstats.container
-
Container for the statistics corresponding to remote originated transactions.
- RemoteExtendedStatisticsContainer() - Constructor for class org.infinispan.extendedstats.container.RemoteExtendedStatisticsContainer
- RemoteTransactionStatistics - Class in org.infinispan.extendedstats
-
Represents the statistic collected for a remote transaction
- RemoteTransactionStatistics(TimeService) - Constructor for class org.infinispan.extendedstats.RemoteTransactionStatistics
- replaceComponent(String, Object, Object) - Method in class org.infinispan.extendedstats.logging.Log_$logger
- replaceComponent(String, Object, Object) - Method in interface org.infinispan.extendedstats.logging.Log
- replaceComponent$str() - Method in class org.infinispan.extendedstats.logging.Log_$logger
- replaceComponents() - Method in class org.infinispan.extendedstats.logging.Log_$logger
- replaceComponents() - Method in interface org.infinispan.extendedstats.logging.Log
- replaceComponents$str() - Method in class org.infinispan.extendedstats.logging.Log_$logger
- ReservoirSampler - Class in org.infinispan.extendedstats.percentiles
-
Keeps the sample for percentile calculations.
- ReservoirSampler() - Constructor for class org.infinispan.extendedstats.percentiles.ReservoirSampler
- ReservoirSampler(int) - Constructor for class org.infinispan.extendedstats.percentiles.ReservoirSampler
- reset() - Method in class org.infinispan.extendedstats.CacheStatisticCollector
-
reset all the statistics collected so far.
- reset() - Method in class org.infinispan.extendedstats.CacheStatisticManager
-
Resets the cache statistics collected so far.
- reset() - Method in class org.infinispan.extendedstats.container.ConcurrentGlobalContainer
- reset() - Method in class org.infinispan.extendedstats.percentiles.ReservoirSampler
- resetAll() - Method in class org.infinispan.extendedstats.topK.StreamSummaryContainer
-
Resets all the top-key collected so far.
- resetStatistics() - Method in class org.infinispan.extendedstats.topK.CacheUsageInterceptor
- resetStatistics() - Method in class org.infinispan.extendedstats.wrappers.ExtendedStatisticInterceptor
- RESPONSE_TIME - org.infinispan.extendedstats.container.ExtendedStatistic
- RO_LOCAL_EXECUTION - org.infinispan.extendedstats.percentiles.PercentileStatistic
- RO_REMOTE_EXECUTION - org.infinispan.extendedstats.percentiles.PercentileStatistic
- RO_TX_ABORTED_EXECUTION_TIME - org.infinispan.extendedstats.container.ExtendedStatistic
- RO_TX_SUCCESSFUL_EXECUTION_TIME - org.infinispan.extendedstats.container.ExtendedStatistic
- ROLLBACK_EXECUTION_TIME - org.infinispan.extendedstats.container.ExtendedStatistic
S
- sendTo(Address, ReplicableCommand, DeliverOrder) - Method in class org.infinispan.extendedstats.wrappers.ExtendedStatisticRpcManager
- sendToAll(ReplicableCommand, DeliverOrder) - Method in class org.infinispan.extendedstats.wrappers.ExtendedStatisticRpcManager
- sendToMany(Collection<Address>, ReplicableCommand, DeliverOrder) - Method in class org.infinispan.extendedstats.wrappers.ExtendedStatisticRpcManager
- setCapacity(int) - Method in class org.infinispan.extendedstats.topK.StreamSummaryContainer
-
Sets the capacity of the top-key.
- setEnabled(boolean) - Method in class org.infinispan.extendedstats.topK.StreamSummaryContainer
-
Enables or disables the top-key collection
- setOutcome(boolean) - Method in class org.infinispan.extendedstats.TransactionStatistics
-
Sets the transaction outcome.
- setStatisticsEnabled(boolean) - Method in class org.infinispan.extendedstats.topK.CacheUsageInterceptor
- setTopKValue(int) - Method in class org.infinispan.extendedstats.topK.CacheUsageInterceptor
- setTransactionOutcome(boolean, GlobalTransaction, boolean) - Method in class org.infinispan.extendedstats.CacheStatisticManager
-
Sets the transaction outcome to commit or rollback, depending if the transaction has commit successfully or not respectively.
- start() - Method in class org.infinispan.extendedstats.topK.CacheUsageInterceptor
- start() - Method in class org.infinispan.extendedstats.wrappers.ExtendedStatisticInterceptor
- startExtendedStatisticInterceptor() - Method in class org.infinispan.extendedstats.logging.Log_$logger
- startExtendedStatisticInterceptor() - Method in interface org.infinispan.extendedstats.logging.Log
- startExtendedStatisticInterceptor$str() - Method in class org.infinispan.extendedstats.logging.Log_$logger
- startStreamSummaryInterceptor() - Method in class org.infinispan.extendedstats.logging.Log_$logger
- startStreamSummaryInterceptor() - Method in interface org.infinispan.extendedstats.logging.Log
- startStreamSummaryInterceptor$str() - Method in class org.infinispan.extendedstats.logging.Log_$logger
- StatisticsSnapshot - Class in org.infinispan.extendedstats.container
-
A Statistic Snapshot;
- StatisticsSnapshot(double[]) - Constructor for class org.infinispan.extendedstats.container.StatisticsSnapshot
- stats - Variable in class org.infinispan.extendedstats.container.BaseExtendedStatisticsContainer
- stop() - Method in class org.infinispan.extendedstats.topK.CacheUsageInterceptor
- stopStreamSummaryInterceptor() - Method in class org.infinispan.extendedstats.logging.Log_$logger
- stopStreamSummaryInterceptor() - Method in interface org.infinispan.extendedstats.logging.Log
- stopStreamSummaryInterceptor$str() - Method in class org.infinispan.extendedstats.logging.Log_$logger
- StreamSummaryContainer - Class in org.infinispan.extendedstats.topK
-
This contains all the stream lib top keys.
- StreamSummaryContainer(String, String) - Constructor for class org.infinispan.extendedstats.topK.StreamSummaryContainer
- StreamSummaryContainer.Stat - Enum in org.infinispan.extendedstats.topK
- SUCCESSFUL_WRITE_TX_PERCENTAGE - org.infinispan.extendedstats.container.ExtendedStatistic
- SYNC_COMMIT_TIME - org.infinispan.extendedstats.container.ExtendedStatistic
- SYNC_GET_TIME - org.infinispan.extendedstats.container.ExtendedStatistic
- SYNC_PREPARE_TIME - org.infinispan.extendedstats.container.ExtendedStatistic
- SYNC_ROLLBACK_TIME - org.infinispan.extendedstats.container.ExtendedStatistic
T
- terminate() - Method in class org.infinispan.extendedstats.LocalTransactionStatistics
- terminate() - Method in class org.infinispan.extendedstats.RemoteTransactionStatistics
- terminate() - Method in class org.infinispan.extendedstats.TransactionStatistics
-
Signals this transaction as completed and updates the statistics to the final values ready to be merged in the cache statistics.
- terminateTransaction() - Method in class org.infinispan.extendedstats.TransactionStatistics
-
Signals this transaction as completed and updates the statistics to the final values ready to be merged in the cache statistics.
- terminateTransaction(GlobalTransaction, boolean, boolean) - Method in class org.infinispan.extendedstats.CacheStatisticManager
-
Signals the ending of a transaction.
- THROUGHPUT - org.infinispan.extendedstats.container.ExtendedStatistic
- timeService - Variable in class org.infinispan.extendedstats.TransactionStatistics
- TopKeyLockManager - Class in org.infinispan.extendedstats.wrappers
-
Top-key stats about locks.
- TopKeyLockManager(LockManager, StreamSummaryContainer) - Constructor for class org.infinispan.extendedstats.wrappers.TopKeyLockManager
- toString() - Method in class org.infinispan.extendedstats.container.LocalExtendedStatisticsContainer
- toString() - Method in class org.infinispan.extendedstats.LocalTransactionStatistics
- toString() - Method in class org.infinispan.extendedstats.RemoteTransactionStatistics
- toString() - Method in class org.infinispan.extendedstats.topK.StreamSummaryContainer
- toString() - Method in class org.infinispan.extendedstats.TransactionStatistics
- TransactionStatistics - Class in org.infinispan.extendedstats
-
Keeps the temporary statistics for a transaction.
- TransactionStatistics(ExtendedStatisticsContainer, TimeService) - Constructor for class org.infinispan.extendedstats.TransactionStatistics
- tryFlushAll() - Method in class org.infinispan.extendedstats.topK.StreamSummaryContainer
-
Tries to flush all the enqueue offers to be visible globally.
U
- unableToCalculateLocalExecutionTimeWithoutContention(Throwable) - Method in class org.infinispan.extendedstats.logging.Log_$logger
- unableToCalculateLocalExecutionTimeWithoutContention(Throwable) - Method in interface org.infinispan.extendedstats.logging.Log
- unableToCalculateLocalExecutionTimeWithoutContention$str() - Method in class org.infinispan.extendedstats.logging.Log_$logger
- unableToCopyValue(ExtendedStatistic, ExtendedStatistic, Throwable) - Method in class org.infinispan.extendedstats.logging.Log_$logger
- unableToCopyValue(ExtendedStatistic, ExtendedStatistic, Throwable) - Method in interface org.infinispan.extendedstats.logging.Log
- unableToCopyValue$str() - Method in class org.infinispan.extendedstats.logging.Log_$logger
- unableToGetPercentile(int, PercentileStatistic, Throwable) - Method in class org.infinispan.extendedstats.logging.Log_$logger
- unableToGetPercentile(int, PercentileStatistic, Throwable) - Method in interface org.infinispan.extendedstats.logging.Log
- unableToGetPercentile$str() - Method in class org.infinispan.extendedstats.logging.Log_$logger
- unableToGetStatistic(ExtendedStatistic, Throwable) - Method in class org.infinispan.extendedstats.logging.Log_$logger
- unableToGetStatistic(ExtendedStatistic, Throwable) - Method in interface org.infinispan.extendedstats.logging.Log
- unableToGetStatistic$str() - Method in class org.infinispan.extendedstats.logging.Log_$logger
- unlock(Object, Object) - Method in class org.infinispan.extendedstats.wrappers.ExtendedStatisticLockManager
- unlock(Object, Object) - Method in class org.infinispan.extendedstats.wrappers.TopKeyLockManager
- unlockAll(Collection<?>, Object) - Method in class org.infinispan.extendedstats.wrappers.ExtendedStatisticLockManager
- unlockAll(Collection<?>, Object) - Method in class org.infinispan.extendedstats.wrappers.TopKeyLockManager
- unlockAll(InvocationContext) - Method in class org.infinispan.extendedstats.wrappers.ExtendedStatisticLockManager
- unlockAll(InvocationContext) - Method in class org.infinispan.extendedstats.wrappers.TopKeyLockManager
V
- valueOf(String) - Static method in enum org.infinispan.extendedstats.container.ExtendedStatistic
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.extendedstats.percentiles.PercentileStatistic
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.extendedstats.topK.StreamSummaryContainer.Stat
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.infinispan.extendedstats.container.ExtendedStatistic
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.infinispan.extendedstats.percentiles.PercentileStatistic
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.infinispan.extendedstats.topK.StreamSummaryContainer.Stat
-
Returns an array containing the constants of this enum type, in the order they are declared.
- visitCommitCommand(TxInvocationContext, CommitCommand) - Method in class org.infinispan.extendedstats.wrappers.ExtendedStatisticInterceptor
- visitComputeCommand(InvocationContext, ComputeCommand) - Method in class org.infinispan.extendedstats.wrappers.ExtendedStatisticInterceptor
- visitComputeIfAbsentCommand(InvocationContext, ComputeIfAbsentCommand) - Method in class org.infinispan.extendedstats.wrappers.ExtendedStatisticInterceptor
- visitGetAllCommand(InvocationContext, GetAllCommand) - Method in class org.infinispan.extendedstats.topK.CacheUsageInterceptor
- visitGetAllCommand(InvocationContext, GetAllCommand) - Method in class org.infinispan.extendedstats.wrappers.ExtendedStatisticInterceptor
- visitGetKeyValueCommand(InvocationContext, GetKeyValueCommand) - Method in class org.infinispan.extendedstats.topK.CacheUsageInterceptor
- visitGetKeyValueCommand(InvocationContext, GetKeyValueCommand) - Method in class org.infinispan.extendedstats.wrappers.ExtendedStatisticInterceptor
- visitPrepareCommand(TxInvocationContext, PrepareCommand) - Method in class org.infinispan.extendedstats.topK.CacheUsageInterceptor
- visitPrepareCommand(TxInvocationContext, PrepareCommand) - Method in class org.infinispan.extendedstats.wrappers.ExtendedStatisticInterceptor
- visitPutKeyValueCommand(InvocationContext, PutKeyValueCommand) - Method in class org.infinispan.extendedstats.topK.CacheUsageInterceptor
- visitPutKeyValueCommand(InvocationContext, PutKeyValueCommand) - Method in class org.infinispan.extendedstats.wrappers.ExtendedStatisticInterceptor
- visitReadWriteKeyCommand(InvocationContext, ReadWriteKeyCommand) - Method in class org.infinispan.extendedstats.wrappers.ExtendedStatisticInterceptor
- visitRemoveCommand(InvocationContext, RemoveCommand) - Method in class org.infinispan.extendedstats.wrappers.ExtendedStatisticInterceptor
- visitReplaceCommand(InvocationContext, ReplaceCommand) - Method in class org.infinispan.extendedstats.wrappers.ExtendedStatisticInterceptor
- visitRollbackCommand(TxInvocationContext, RollbackCommand) - Method in class org.infinispan.extendedstats.wrappers.ExtendedStatisticInterceptor
W
- WR_LOCAL_EXECUTION - org.infinispan.extendedstats.percentiles.PercentileStatistic
- WR_REMOTE_EXECUTION - org.infinispan.extendedstats.percentiles.PercentileStatistic
- WR_TX_ABORTED_EXECUTION_TIME - org.infinispan.extendedstats.container.ExtendedStatistic
- WR_TX_SUCCESSFUL_EXECUTION_TIME - org.infinispan.extendedstats.container.ExtendedStatistic
- WRITE_SKEW_PROBABILITY - org.infinispan.extendedstats.container.ExtendedStatistic
- WRITE_TX_PERCENTAGE - org.infinispan.extendedstats.container.ExtendedStatistic
All Classes All Packages