@PerFileSystem public class CryptoFileSystemStats extends Object
The available metrics are constantly updated in a thread-safe manner and can be polled at any time.
| Modifier and Type | Method and Description |
|---|---|
long |
pollBytesDecrypted() |
long |
pollBytesEncrypted() |
long |
pollBytesRead() |
long |
pollBytesWritten() |
long |
pollChunkCacheAccesses() |
long |
pollChunkCacheHits() |
long |
pollChunkCacheMisses() |
public long pollBytesRead()
public long pollBytesWritten()
public long pollBytesDecrypted()
public long pollBytesEncrypted()
public long pollChunkCacheAccesses()
public long pollChunkCacheHits()
public long pollChunkCacheMisses()
Copyright © 2017. All rights reserved.