Enum KeyRange.Endpoint

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

Defines whether a range includes or excludes its endpoint keys.

Fields

NameDescription
CLOSED

Ranges include the endpoint key.

OPEN

Ranges exclude the endpoint key.

Methods

NameDescription
valueOf(String name)
values()