Package com.netcracker.profiler.io
Class CallReaderFile
java.lang.Object
com.netcracker.profiler.io.CallReader
com.netcracker.profiler.io.CallReaderFile
- All Implemented Interfaces:
ICallReader
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final booleanstatic final booleanstatic final booleanFields inherited from class com.netcracker.profiler.io.CallReader
begin, beginSuspendLog, callback, callBeginTime, callDataReader, cf, end, endSuspendLog, exceptions, minCallBeginTime, reactorCallReaderFields inherited from interface com.netcracker.profiler.io.ICallReader
SUSPEND_LOG_READER_EXTRA_TIME -
Constructor Summary
ConstructorsConstructorDescriptionCallReaderFile(CallListener callback, CallFilterer cf) CallReaderFile(CallListener callback, CallFilterer cf, Set<String> nodes) CallReaderFile(CallListener callback, CallFilterer cf, Set<String> nodes, boolean readDictionary) CallReaderFile(CallListener callback, CallFilterer cf, Set<String> nodes, boolean readDictionary, Set<String> dumpDirs) -
Method Summary
Methods inherited from class com.netcracker.profiler.io.CallReader
find, findCallsInStream, findCallsInStream, getBegin, getEnd, getExceptions, getRootReference, readStartTime, setTimeFilterCondition
-
Field Details
-
READ_CALL_RANGES
public static final boolean READ_CALL_RANGES -
READ_CALLS_DICTIONARY
public static final boolean READ_CALLS_DICTIONARY -
USE_FAST_CALL_READER
public static final boolean USE_FAST_CALL_READER -
CALLS_SCANNER_UPPER_BOUND_MINUTES
public static final int CALLS_SCANNER_UPPER_BOUND_MINUTES
-
-
Constructor Details
-
CallReaderFile
-
CallReaderFile
-
CallReaderFile
public CallReaderFile(CallListener callback, CallFilterer cf, Set<String> nodes, boolean readDictionary) -
CallReaderFile
public CallReaderFile(CallListener callback, CallFilterer cf, Set<String> nodes, boolean readDictionary, Set<String> dumpDirs)
-
-
Method Details
-
innerFind
protected void innerFind()- Specified by:
innerFindin classCallReader
-