public class RemoteEditLogManifest extends Object
Constructor and Description |
---|
RemoteEditLogManifest() |
RemoteEditLogManifest(List<RemoteEditLog> logs) |
RemoteEditLogManifest(List<RemoteEditLog> logs,
long committedTxnId) |
Modifier and Type | Method and Description |
---|---|
long |
getCommittedTxnId() |
List<RemoteEditLog> |
getLogs() |
String |
toString() |
public RemoteEditLogManifest()
public RemoteEditLogManifest(List<RemoteEditLog> logs)
public RemoteEditLogManifest(List<RemoteEditLog> logs, long committedTxnId)
public List<RemoteEditLog> getLogs()
public long getCommittedTxnId()
Copyright © 2008–2020 Apache Software Foundation. All rights reserved.