@InterfaceAudience.Private public class ReplicationGroupOffset extends Object
| Modifier and Type | Field and Description |
|---|---|
static ReplicationGroupOffset |
BEGIN |
| Constructor and Description |
|---|
ReplicationGroupOffset(String wal,
long offset) |
| Modifier and Type | Method and Description |
|---|---|
long |
getOffset()
A negative value means this file has already been fully replicated out
|
String |
getWal() |
static ReplicationGroupOffset |
parse(String str) |
String |
toString() |
public static final ReplicationGroupOffset BEGIN
public ReplicationGroupOffset(String wal, long offset)
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.