public class MasterFeederSource extends Object implements FeederSource
| Constructor and Description |
|---|
MasterFeederSource(RepImpl envImpl,
VLSNIndex vlsnIndex,
NameIdPair replicaNameIdPair,
VLSN startVLSN) |
| Modifier and Type | Method and Description |
|---|---|
String |
dumpState() |
OutputWireRecord |
getWireRecord(VLSN vlsn,
int waitTime)
Must be called to allow deletion of files protected by this feeder.
|
void |
shutdown(EnvironmentImpl envImpl)
Must be called to allow deletion of files protected by this feeder.
|
public MasterFeederSource(RepImpl envImpl, VLSNIndex vlsnIndex, NameIdPair replicaNameIdPair, VLSN startVLSN) throws DatabaseException, IOException
DatabaseExceptionIOExceptionpublic void shutdown(EnvironmentImpl envImpl)
shutdown in interface FeederSourcepublic OutputWireRecord getWireRecord(VLSN vlsn, int waitTime) throws DatabaseException, InterruptedException, IOException
FeederSourcegetWireRecord in interface FeederSourceDatabaseExceptionInterruptedExceptionIOExceptionpublic String dumpState()
dumpState in interface FeederSourceCopyright © 2024. All rights reserved.