|
Kieker 1.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object kieker.monitoring.writer.filesystem.AsyncFsWriter
public final class AsyncFsWriter
Constructor Summary | |
---|---|
AsyncFsWriter()
|
|
AsyncFsWriter(String storagePathBase,
int asyncRecordQueueSize,
boolean blockOnFullQueue)
|
Method Summary | |
---|---|
String |
getFilenamePrefix()
|
String |
getInfoString()
Returns a human-readable information string about the writer's configuration and state. |
Vector<AbstractWorkerThread> |
getWorkers()
Returns a vector of workers, or null if none. |
boolean |
init(String initString)
Initialize instance from passed initialization string which is typically a list of separated parameter/values pairs. |
boolean |
newMonitoringRecord(IMonitoringRecord monitoringRecord)
This method is not synchronized. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AsyncFsWriter()
public AsyncFsWriter(String storagePathBase, int asyncRecordQueueSize, boolean blockOnFullQueue)
Method Detail |
---|
public boolean init(String initString)
IMonitoringLogWriter
init
in interface IMonitoringLogWriter
initString
- the initialization string
public Vector<AbstractWorkerThread> getWorkers()
IMonitoringLogWriter
getWorkers
in interface IMonitoringLogWriter
public boolean newMonitoringRecord(IMonitoringRecord monitoringRecord)
newMonitoringRecord
in interface IMonitoringRecordReceiver
monitoringRecord
- the record.
public String getFilenamePrefix()
public String getInfoString()
IMonitoringLogWriter
getInfoString
in interface IMonitoringLogWriter
|
Kieker 1.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |