Package | Description |
---|---|
alluxio.wire |
Modifier and Type | Method and Description |
---|---|
MasterWebUIMetrics |
MasterWebUIMetrics.setCacheHitLocal(String CacheHitLocal)
Sets cache hit local.
|
MasterWebUIMetrics |
MasterWebUIMetrics.setCacheHitRemote(String CacheHitRemote)
Sets cache hit remote.
|
MasterWebUIMetrics |
MasterWebUIMetrics.setCacheMiss(String CacheMiss)
Sets cache miss.
|
MasterWebUIMetrics |
MasterWebUIMetrics.setMasterCapacityFreePercentage(int MasterCapacityFreePercentage)
Sets master capacity free percentage.
|
MasterWebUIMetrics |
MasterWebUIMetrics.setMasterCapacityUsedPercentage(int MasterCapacityUsedPercentage)
Sets master capacity used percentage.
|
MasterWebUIMetrics |
MasterWebUIMetrics.setMasterUnderfsCapacityFreePercentage(int MasterUnderfsCapacityFreePercentage)
Sets master underfs capacity free percentage.
|
MasterWebUIMetrics |
MasterWebUIMetrics.setMasterUnderfsCapacityUsedPercentage(int MasterUnderfsCapacityUsedPercentage)
Sets master underfs capacity used percentage.
|
MasterWebUIMetrics |
MasterWebUIMetrics.setOperationMetrics(Map<String,com.codahale.metrics.Metric> operationMetrics)
Sets operation metrics.
|
MasterWebUIMetrics |
MasterWebUIMetrics.setRpcInvocationMetrics(Map<String,com.codahale.metrics.Counter> rpcInvocationMetrics)
Sets rpc invocation metrics.
|
MasterWebUIMetrics |
MasterWebUIMetrics.setTimeSeriesMetrics(List<TimeSeries> timeSeries) |
MasterWebUIMetrics |
MasterWebUIMetrics.setTotalBytesReadDomainSocket(String TotalBytesReadDomainSocket)
Sets total bytes read from domain socket.
|
MasterWebUIMetrics |
MasterWebUIMetrics.setTotalBytesReadDomainSocketThroughput(String TotalBytesReadDomainSocketThroughput)
Sets total bytes read domain socket throughput.
|
MasterWebUIMetrics |
MasterWebUIMetrics.setTotalBytesReadLocal(String TotalBytesReadLocal)
Sets total bytes read local.
|
MasterWebUIMetrics |
MasterWebUIMetrics.setTotalBytesReadLocalThroughput(String TotalBytesReadLocalThroughput)
Sets total bytes read local throughput.
|
MasterWebUIMetrics |
MasterWebUIMetrics.setTotalBytesReadRemote(String TotalBytesReadRemote)
Sets total bytes read remote.
|
MasterWebUIMetrics |
MasterWebUIMetrics.setTotalBytesReadRemoteThroughput(String TotalBytesReadRemoteThroughput)
Sets total bytes read remote throughput.
|
MasterWebUIMetrics |
MasterWebUIMetrics.setTotalBytesReadUfs(String TotalBytesReadUfs)
Sets total bytes read ufs.
|
MasterWebUIMetrics |
MasterWebUIMetrics.setTotalBytesReadUfsThroughput(String TotalBytesReadUfsThroughput)
Sets total bytes read ufs throughput.
|
MasterWebUIMetrics |
MasterWebUIMetrics.setTotalBytesWrittenAlluxio(String TotalBytesWrittenAlluxio)
Sets total bytes written alluxio.
|
MasterWebUIMetrics |
MasterWebUIMetrics.setTotalBytesWrittenAlluxioThroughput(String TotalBytesWrittenAlluxioThroughput)
Sets total bytes written alluxio throughput.
|
MasterWebUIMetrics |
MasterWebUIMetrics.setTotalBytesWrittenDomainSocket(String TotalBytesWrittenDoaminSocket)
Sets total bytes written through domain socket.
|
MasterWebUIMetrics |
MasterWebUIMetrics.setTotalBytesWrittenDomainSocketThroughput(String TotalBytesWrittenDoaminSocketThroughput)
Sets total bytes written domain socket throughput.
|
MasterWebUIMetrics |
MasterWebUIMetrics.setTotalBytesWrittenLocal(String TotalBytesWrittenLocal)
Sets total bytes written local.
|
MasterWebUIMetrics |
MasterWebUIMetrics.setTotalBytesWrittenLocalThroughput(String TotalBytesWrittenLocalThroughput)
Sets total bytes written local throughput.
|
MasterWebUIMetrics |
MasterWebUIMetrics.setTotalBytesWrittenUfs(String TotalBytesWrittenUfs)
Sets total bytes written ufs.
|
MasterWebUIMetrics |
MasterWebUIMetrics.setTotalBytesWrittenUfsThroughput(String TotalBytesWrittenUfsThroughput)
Sets total bytes written ufs throughput.
|
MasterWebUIMetrics |
MasterWebUIMetrics.setUfsOps(Map<String,Map<String,Long>> UfsOps)
Sets ufs ops.
|
MasterWebUIMetrics |
MasterWebUIMetrics.setUfsReadSize(Map<String,String> UfsReadSize)
Sets ufs read size.
|
MasterWebUIMetrics |
MasterWebUIMetrics.setUfsWriteSize(Map<String,String> UfsWriteSize)
Sets ufs write size.
|
Copyright © 2023. All Rights Reserved.