org.weakref.jmx.Nested Java Examples
The following examples show how to use
org.weakref.jmx.Nested.
You can vote up the ones you like or vote down the ones you don't like,
and go to the original project or source file by following the links above each example. You may check out the related API usage on the sidebar.
Example #1
Source File: PageFunctionCompiler.java From presto with Apache License 2.0 | 5 votes |
@Nullable @Managed @Nested public CacheStatsMBean getFilterCache() { return filterCacheStats; }
Example #2
Source File: InternalResourceGroup.java From presto with Apache License 2.0 | 4 votes |
@Managed @Nested public CounterStat getTimeBetweenStartsSec() { return timeBetweenStartsSec; }
Example #3
Source File: BackupOperationStats.java From presto with Apache License 2.0 | 4 votes |
@Managed @Nested public CounterStat getTimeouts() { return timeouts; }
Example #4
Source File: ThriftMetastoreStats.java From presto with Apache License 2.0 | 4 votes |
@Managed @Nested public ThriftMetastoreApiStats getAcquireLock() { return acquireLock; }
Example #5
Source File: PrestoS3FileSystemStats.java From presto with Apache License 2.0 | 4 votes |
@Managed @Nested public CounterStat getGetMetadataRetries() { return getMetadataRetries; }
Example #6
Source File: PrestoS3FileSystemStats.java From presto with Apache License 2.0 | 4 votes |
@Managed @Nested public CounterStat getGetObjectRetries() { return getObjectRetries; }
Example #7
Source File: BackupOperationStats.java From presto with Apache License 2.0 | 4 votes |
@Managed @Nested public TimeStat getTime() { return time; }
Example #8
Source File: QueryManagerStats.java From presto with Apache License 2.0 | 4 votes |
@Managed @Nested public CounterStat getConsumedInputBytes() { return consumedInputBytes; }
Example #9
Source File: ShardCleaner.java From presto with Apache License 2.0 | 4 votes |
@Managed @Nested public CounterStat getBackupShardsQueued() { return backupShardsQueued; }
Example #10
Source File: QueryManagerStats.java From presto with Apache License 2.0 | 4 votes |
@Managed @Nested public CounterStat getFailedQueries() { return failedQueries; }
Example #11
Source File: PrestoS3FileSystemStats.java From presto with Apache License 2.0 | 4 votes |
@Managed @Nested public CounterStat getAwsRequestCount() { return awsRequestCount; }
Example #12
Source File: BackupStats.java From presto with Apache License 2.0 | 4 votes |
@Managed @Nested public DistributionStat getQueuedTimeMilliSeconds() { return queuedTimeMilliSeconds; }
Example #13
Source File: SqlTaskIoStats.java From presto with Apache License 2.0 | 4 votes |
@Managed @Nested public CounterStat getInputPositions() { return inputPositions; }
Example #14
Source File: GlueMetastoreStats.java From presto with Apache License 2.0 | 4 votes |
@Managed @Nested public GlueMetastoreApiStats getAlterPartition() { return alterPartition; }
Example #15
Source File: SqlTaskManager.java From presto with Apache License 2.0 | 4 votes |
@Managed(description = "Failed tasks counter") @Nested public CounterStat getFailedTasks() { return failedTasks; }
Example #16
Source File: ShardRecoveryStats.java From presto with Apache License 2.0 | 4 votes |
@Managed @Nested public DistributionStat getShardRecoveryTimeInMilliSeconds() { return shardRecoveryTimeInMilliSeconds; }
Example #17
Source File: SqlTaskIoStats.java From presto with Apache License 2.0 | 4 votes |
@Managed @Nested public CounterStat getOutputPositions() { return outputPositions; }
Example #18
Source File: AsyncHttpExecutionMBean.java From presto with Apache License 2.0 | 4 votes |
@Managed @Nested public ThreadPoolExecutorMBean getTimeoutExecutor() { return timeoutExecutor; }
Example #19
Source File: TaskExecutor.java From presto with Apache License 2.0 | 4 votes |
@Managed @Nested public CounterStat getGlobalScheduledTimeMicros() { return globalScheduledTimeMicros; }
Example #20
Source File: TaskExecutor.java From presto with Apache License 2.0 | 4 votes |
@Managed @Nested public TimeDistribution getLeafSplitWaitTime() { return leafSplitWaitTime; }
Example #21
Source File: GlueMetastoreStats.java From presto with Apache License 2.0 | 4 votes |
@Managed @Nested public GlueMetastoreApiStats getGetAllViews() { return getAllViews; }
Example #22
Source File: ShardOrganizer.java From presto with Apache License 2.0 | 4 votes |
@Managed @Nested public ThreadPoolExecutorMBean getExecutor() { return executorMBean; }
Example #23
Source File: PrestoS3FileSystemStats.java From presto with Apache License 2.0 | 4 votes |
@Managed @Nested public CounterStat getGetObjectErrors() { return getObjectErrors; }
Example #24
Source File: IndexJoinLookupStats.java From presto with Apache License 2.0 | 4 votes |
@Managed @Nested public CounterStat getTotalIndexJoinLookups() { return totalIndexJoinLookups; }
Example #25
Source File: ExchangeClientFactory.java From presto with Apache License 2.0 | 4 votes |
@Managed @Nested public ThreadPoolExecutorMBean getExecutor() { return executorMBean; }
Example #26
Source File: PrestoS3FileSystemStats.java From presto with Apache License 2.0 | 4 votes |
@Managed @Nested public CounterStat getSuccessfulUploads() { return successfulUploads; }
Example #27
Source File: ManagedBackupStore.java From presto with Apache License 2.0 | 4 votes |
@Managed @Nested public BackupOperationStats getDeleteShard() { return deleteShard; }
Example #28
Source File: ShardEjector.java From presto with Apache License 2.0 | 4 votes |
@Managed @Nested public CounterStat getJobErrors() { return jobErrors; }
Example #29
Source File: TaskExecutor.java From presto with Apache License 2.0 | 4 votes |
@Managed @Nested public TimeDistribution getIntermediateSplitWaitTime() { return intermediateSplitWaitTime; }
Example #30
Source File: AccessControlManager.java From presto with Apache License 2.0 | 4 votes |
@Managed @Nested public CounterStat getAuthorizationSuccess() { return authorizationSuccess; }