コード例 #1
0
ファイル: JournalSet.java プロジェクト: bharathravi/hadoop
 public void startLogSegment(long txId) throws IOException {
   Preconditions.checkState(stream == null);
   disabled = false;
   stream = journal.startLogSegment(txId);
 }