public final class UdbBypassSpec extends Object
Constructor and Description |
---|
UdbBypassSpec(Map<String,Set<String>> tablePartMap) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasFullTable(String tableName)
Checks if all partitions of a table should be bypassed.
|
boolean |
hasPartition(String tableName,
String partitionName)
Checks by a partition's name if it should be bypassed.
|
boolean |
hasTable(String tableName)
Checks if a table should be bypassed.
|
public boolean hasTable(String tableName)
tableName
- the table namehasFullTable(String)
public boolean hasFullTable(String tableName)
tableName
- the table namehasTable(String)
Copyright © 2023. All Rights Reserved.