Uses of Class
com.yandex.ydb.table.description.KeyBound
-
Packages that use KeyBound Package Description com.yandex.ydb.table.description -
-
Uses of KeyBound in com.yandex.ydb.table.description
Methods in com.yandex.ydb.table.description that return KeyBound Modifier and Type Method Description static KeyBoundKeyBound. exclusive(Value value)static KeyBoundKeyBound. inclusive(Value value)Methods in com.yandex.ydb.table.description that return types with arguments of type KeyBound Modifier and Type Method Description Optional<KeyBound>KeyRange. getFrom()Optional<KeyBound>KeyRange. getTo()Constructor parameters in com.yandex.ydb.table.description with type arguments of type KeyBound Constructor Description KeyRange(Optional<KeyBound> from, Optional<KeyBound> to)
-