Package edu.sc.seis.seisFile.earthworm
Class FileBufferingEarthwormExport
- java.lang.Object
-
- edu.sc.seis.seisFile.earthworm.BufferingEarthwormExport
-
- edu.sc.seis.seisFile.earthworm.FileBufferingEarthwormExport
-
public class FileBufferingEarthwormExport extends BufferingEarthwormExport
-
-
Constructor Summary
Constructors Constructor Description FileBufferingEarthwormExport(int port, int module, int institution, java.lang.String heartbeatMessage, int heartbeatSeconds, int bufferSize, int sleepMillis, java.lang.String bufferDirPath)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidoffer(TraceBuf2 tb)TraceBuf2pop()-
Methods inherited from class edu.sc.seis.seisFile.earthworm.BufferingEarthwormExport
getMaxSize, getSentCount, getSleepMillis, getTossCount, getTotal, setSleepMillis
-
-
-
-
Constructor Detail
-
FileBufferingEarthwormExport
public FileBufferingEarthwormExport(int port, int module, int institution, java.lang.String heartbeatMessage, int heartbeatSeconds, int bufferSize, int sleepMillis, java.lang.String bufferDirPath) throws java.net.UnknownHostException, java.io.IOException, SeisFileException- Throws:
java.net.UnknownHostExceptionjava.io.IOExceptionSeisFileException
-
-
Method Detail
-
offer
public void offer(TraceBuf2 tb)
- Overrides:
offerin classBufferingEarthwormExport
-
pop
public TraceBuf2 pop()
- Overrides:
popin classBufferingEarthwormExport
-
-