public interface FileChannelCounterMBean extends ChannelCounterMBean
| Modifier and Type | Method and Description | 
|---|---|
long | 
getCheckpointBackupWriteErrorCount()
A count of the number of errors encountered while trying to write the backup checkpoints. 
 | 
long | 
getCheckpointWriteErrorCount()
A count of the number of errors encountered while trying to write the checkpoints. 
 | 
int | 
getClosed()
The numeric representation (0/1) of the negated value of the open flag. 
 | 
long | 
getEventPutErrorCount()
A count of the number of IOExceptions encountered while trying to put() onto the channel. 
 | 
long | 
getEventTakeErrorCount()
A count of the number of errors encountered while trying to take() from the channel,
 including IOExceptions and corruption-related errors. 
 | 
int | 
getUnhealthy()
A value of 0 represents that the channel is in a healthy state: it is either starting
 up (i.e. 
 | 
boolean | 
isOpen()  | 
getChannelCapacity, getChannelFillPercentage, getChannelSize, getEventPutAttemptCount, getEventPutSuccessCount, getEventTakeAttemptCount, getEventTakeSuccessCount, getStartTime, getStopTime, getTypeboolean isOpen()
int getClosed()
int getUnhealthy()
long getEventPutErrorCount()
#doPut(org.apache.flume.Event)long getEventTakeErrorCount()
FileChannel.FileBackedTransaction.doTake()long getCheckpointWriteErrorCount()
Log.BackgroundWorker.run()long getCheckpointBackupWriteErrorCount()
EventQueueBackingStoreFile.startBackupThread()Copyright © 2009-2022 Apache Software Foundation. All Rights Reserved.