Vertica::UDFileSystemStats Class Reference
Collaboration diagram for Vertica::UDFileSystemStats:
| Public Member Functions | |
|---|---|
| int64_t | getDataReadCount () const |
| int64_t | getDataWriteCount () const |
| int64_t | getDownstreamBytes () const |
| int64_t | getFailureCount () const |
| int64_t | getMappedCount () const |
| int64_t | getMetadataReadCount () const |
| int64_t | getMetadataWriteCount () const |
| int64_t | getOpenHandleCount () const |
| int64_t | getReadingCount () const |
| int64_t | getRetryCount () const |
| int64_t | getSuccessCount () const |
| int64_t | getUpstreamBytes () const |
| int64_t | getWritingCount () const |
| void | incDataRead () |
| void | incDataWrite () |
| void | incDownstreamBytes (int64_t size) |
| void | incFailure () |
| void | incMappedCount (int64_t cnt) |
| void | incMetadataRead () |
| void | incMetadataWrite () |
| void | incOpenHandleCount (int64_t cnt) |
| void | incReadingCount (int64_t cnt) |
| void | incRetry () |
| void | incSuccess () |
| void | incUpstreamBytes (int64_t size) |
| void | incWritingCount (int64_t cnt) |
| void | resetCounters () |
| Protected Member Functions | |
|---|---|
| template | |
| T | incrementCounter (T *ptr, T by=1) |
| Protected Attributes | |
|---|---|
| int64_t | dataReadCount_ |
| int64_t | dataWriteCount_ |
| int64_t | downstreamBytes_ |
| int64_t | failureCount_ |
| int64_t | mappedCount_ |
| int64_t | metadataReadCount_ |
| int64_t | metadataWriteCount_ |
| int64_t | openHandleCount_ |
| int64_t | readingCount_ |
| int64_t | retryCount_ |
| int64_t | successCount_ |
| int64_t | upstreamBytes_ |
| int64_t | writingCount_ |