-
public interface Diarizer
-
-
Field Summary
Fields Modifier and Type Field Description static intMAXIMUM_LINES_TO_EXAMINE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleancompleted()booleandiarize(String line)StringgetCommandLine()DiarygetDiary()intgetMaxTenuringThreshold()DateTimeStampgetTimeOfFirstEvent()booleanhasJVMEvents()booleanisUnified()
-
-
-
Field Detail
-
MAXIMUM_LINES_TO_EXAMINE
static final int MAXIMUM_LINES_TO_EXAMINE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getCommandLine
String getCommandLine()
-
getTimeOfFirstEvent
DateTimeStamp getTimeOfFirstEvent()
-
getMaxTenuringThreshold
int getMaxTenuringThreshold()
-
isUnified
boolean isUnified()
-
getDiary
Diary getDiary()
-
hasJVMEvents
boolean hasJVMEvents()
-
completed
boolean completed()
-
diarize
boolean diarize(String line)
-
-