Enum KeyRange.Endpoint

public enum KeyRange.Endpoint extends Enum<KeyRange.Endpoint>

Defines whether a range includes or excludes its endpoint keys.

Static Fields

NameDescription
CLOSED

Ranges include the endpoint key.

OPEN

Ranges exclude the endpoint key.

Static Methods

NameDescription
valueOf(String name)
values()