public class TableReplicationState extends Object
| Constructor and Description |
|---|
TableReplicationState(String database,
String table,
TableState state,
ReplicationError error) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDatabase() |
ReplicationError |
getError() |
TableState |
getState() |
String |
getTable() |
int |
hashCode() |
public TableReplicationState(String database, String table, TableState state, @Nullable ReplicationError error)
public String getDatabase()
public String getTable()
public TableState getState()
public ReplicationError getError()
Copyright © 2020 CDAP Licensed under the Apache License, Version 2.0.