Uses of Enum Class
org.apache.bookkeeper.metastore.MetastoreScannableTable.Order
Packages that use MetastoreScannableTable.Order
-
Uses of MetastoreScannableTable.Order in org.apache.bookkeeper.metastore
Methods in org.apache.bookkeeper.metastore that return MetastoreScannableTable.OrderModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static MetastoreScannableTable.Order[]MetastoreScannableTable.Order.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.bookkeeper.metastore with parameters of type MetastoreScannableTable.OrderModifier and TypeMethodDescriptionvoidInMemoryMetastoreTable.openCursor(String firstKey, boolean firstInclusive, String lastKey, boolean lastInclusive, MetastoreScannableTable.Order order, Set<String> fields, MetastoreCallback<MetastoreCursor> cb, Object ctx) voidInMemoryMetastoreTable.openCursor(String firstKey, boolean firstInclusive, String lastKey, boolean lastInclusive, MetastoreScannableTable.Order order, MetastoreCallback<MetastoreCursor> cb, Object ctx) voidMetastoreScannableTable.openCursor(String firstKey, boolean firstInclusive, String lastKey, boolean lastInclusive, MetastoreScannableTable.Order order, Set<String> fields, MetastoreCallback<MetastoreCursor> cb, Object ctx) Open a cursor to loop over the entries belonging to a key range, which returns the specifiedfieldsfor each entry.voidMetastoreScannableTable.openCursor(String firstKey, boolean firstInclusive, String lastKey, boolean lastInclusive, MetastoreScannableTable.Order order, MetastoreCallback<MetastoreCursor> cb, Object ctx) Open a cursor to loop over the entries belonging to a key range, which returns all fields for each entry.