public interface TableConfiguration
Modifier and Type | Method and Description |
---|---|
Iterable<TableMatchingPolicy> |
getActiveMatchingPolicies()
Returns the matching policies configured for this table.
|
TableMatchingPolicy |
getDefaultMatchingPolicy()
Returns the default matching policy.
|
boolean |
isPauseMatchingTrigger()
Verifies whether the matching trigger is active or inactive.
|
boolean isPauseMatchingTrigger()
Verifies whether the matching trigger is active or inactive.
TableMatchingPolicy getDefaultMatchingPolicy()
Returns the default matching policy.
Iterable<TableMatchingPolicy> getActiveMatchingPolicies()
Returns the matching policies configured for this table.