Package | Description |
---|---|
org.apache.hadoop.hdfs.server.common | |
org.apache.hadoop.hdfs.server.namenode |
Modifier and Type | Method and Description |
---|---|
MetaRecoveryContext |
HdfsServerConstants.StartupOption.createRecoveryContext() |
Modifier and Type | Method and Description |
---|---|
static void |
MetaRecoveryContext.editLogLoaderPrompt(String prompt,
MetaRecoveryContext recovery,
String contStr) |
long |
FSImage.loadEdits(Iterable<EditLogInputStream> editStreams,
FSNamesystem target,
MetaRecoveryContext recovery)
Load the specified list of edit files into the image.
|
Collection<EditLogInputStream> |
FSEditLog.selectInputStreams(long fromTxId,
long toAtLeastTxId,
MetaRecoveryContext recovery,
boolean inProgressOk)
Select a list of input streams to load
|
Collection<EditLogInputStream> |
FSEditLog.selectInputStreams(long fromTxId,
long toAtLeastTxId,
MetaRecoveryContext recovery,
boolean inProgressOk,
boolean forReading)
Select a list of input streams.
|
Copyright © 2013 Apache Software Foundation. All rights reserved.