public interface MetastoreInstrumentation
Modifier and Type | Method and Description |
---|---|
void |
directoryMarkedAuthoritative()
A directory has been tagged as authoritative.
|
void |
entryAdded(long durationNanos)
An entry was added.
|
void |
initialized()
Initialized event.
|
void |
recordsDeleted(int count)
Records have been deleted.
|
void |
recordsRead(int count)
Records have been read.
|
void |
recordsWritten(int count)
records have been written (including tombstones).
|
void |
retrying()
S3Guard is retrying after a (retryable) failure.
|
void |
storeClosed()
Store has been closed.
|
void |
throttled()
Throttled request.
|
void initialized()
void storeClosed()
void throttled()
void retrying()
void recordsDeleted(int count)
count
- the number of records deleted.void recordsRead(int count)
count
- the number of records readvoid recordsWritten(int count)
count
- number of records written.void directoryMarkedAuthoritative()
void entryAdded(long durationNanos)
durationNanos
- time to addCopyright © 2008–2020 Apache Software Foundation. All rights reserved.