Package io.deephaven.enterprise.database
Interface ReplayAccess.OutputAttributes
- Enclosing class:
- ReplayAccess
public static sealed interface ReplayAccess.OutputAttributes
The output
Table attributes.-
Method Summary
Static MethodsModifier and TypeMethodDescriptionaddOnly()The output will berefreshingwith attributeTable.ADD_ONLY_TABLE_ATTRIBUTE.blink()The output will berefreshingwith attributeTable.BLINK_TABLE_ATTRIBUTE.The output will be static.
-
Method Details
-
addOnly
The output will berefreshingwith attributeTable.ADD_ONLY_TABLE_ATTRIBUTE.- Returns:
- the add-only output type
-
blink
The output will berefreshingwith attributeTable.BLINK_TABLE_ATTRIBUTE.- Returns:
- the blink output type
-
staticOutput
The output will be static.- Returns:
- the static output type
-