Enum TimestampBound.Mode

public enum TimestampBound.Mode extends Enum<TimestampBound.Mode>

The type of timestamp bound. See the class documentation of TimestampBound for a detailed discussion of the various modes.

Static Fields

NameDescription
EXACT_STALENESS
MAX_STALENESS
MIN_READ_TIMESTAMP
READ_TIMESTAMP
STRONG

Static Methods

NameDescription
valueOf(String name)
values()