public interface TransactionLog
| Modifier and Type | Method and Description | 
|---|---|
void | 
append(List<TransactionEdit> edits)  | 
void | 
append(TransactionEdit edit)  | 
void | 
close()  | 
String | 
getName()  | 
TransactionLogReader | 
getReader()  | 
long | 
getTimestamp()  | 
String getName()
long getTimestamp()
void append(TransactionEdit edit) throws IOException
IOExceptionvoid append(List<TransactionEdit> edits) throws IOException
IOExceptionvoid close()
           throws IOException
IOExceptionTransactionLogReader getReader() throws IOException
IOExceptionCopyright © 2016 The Apache Software Foundation. All rights reserved.