Package akka.remote.artery
Class FlightRecorder$
- java.lang.Object
-
- akka.remote.artery.FlightRecorder$
-
- All Implemented Interfaces:
java.io.Serializable,scala.Serializable
public class FlightRecorder$ extends java.lang.Object implements scala.Serializable- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static FlightRecorder$MODULE$Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description FlightRecorder$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intAlertLogSize()intAlertRecordSize()intAlertSectionOffset()intAlertSectionSize()intAlertWindow()intAlignment()java.nio.file.PathcreateFlightRecorderFile(java.lang.String destination, java.nio.file.FileSystem fs)java.nio.file.FileSystemcreateFlightRecorderFile$default$2()intGlobalSectionSize()intHiFreqBatchSize()intHiFreqEntryCountFieldOffset()intHiFreqLogSize()intHiFreqRecordSize()intHiFreqSectionOffset()intHiFreqSectionSize()intHiFreqWindow()intLoFreqLogSize()intLoFreqRecordSize()intLoFreqSectionOffset()intLoFreqSectionSize()intLoFreqWindow()intLogHeaderSize()intMagicString()java.nio.channels.FileChannelprepareFileForFlightRecorder(java.nio.file.Path path)intSnapshotCount()intSnapshotMask()intStartTimeStampOffset()intTotalSize()
-
-
-
Field Detail
-
MODULE$
public static final FlightRecorder$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
createFlightRecorderFile
public java.nio.file.Path createFlightRecorderFile(java.lang.String destination, java.nio.file.FileSystem fs)
-
createFlightRecorderFile$default$2
public java.nio.file.FileSystem createFlightRecorderFile$default$2()
-
prepareFileForFlightRecorder
public java.nio.channels.FileChannel prepareFileForFlightRecorder(java.nio.file.Path path)
-
Alignment
public int Alignment()
-
MagicString
public int MagicString()
-
GlobalSectionSize
public int GlobalSectionSize()
-
StartTimeStampOffset
public int StartTimeStampOffset()
-
LogHeaderSize
public int LogHeaderSize()
-
SnapshotCount
public int SnapshotCount()
-
SnapshotMask
public int SnapshotMask()
-
AlertRecordSize
public int AlertRecordSize()
-
LoFreqRecordSize
public int LoFreqRecordSize()
-
HiFreqBatchSize
public int HiFreqBatchSize()
-
HiFreqRecordSize
public int HiFreqRecordSize()
-
AlertWindow
public int AlertWindow()
-
LoFreqWindow
public int LoFreqWindow()
-
HiFreqWindow
public int HiFreqWindow()
-
AlertLogSize
public int AlertLogSize()
-
LoFreqLogSize
public int LoFreqLogSize()
-
HiFreqLogSize
public int HiFreqLogSize()
-
AlertSectionSize
public int AlertSectionSize()
-
LoFreqSectionSize
public int LoFreqSectionSize()
-
HiFreqSectionSize
public int HiFreqSectionSize()
-
AlertSectionOffset
public int AlertSectionOffset()
-
LoFreqSectionOffset
public int LoFreqSectionOffset()
-
HiFreqSectionOffset
public int HiFreqSectionOffset()
-
TotalSize
public int TotalSize()
-
HiFreqEntryCountFieldOffset
public int HiFreqEntryCountFieldOffset()
-
-