Uses of Class
org.apache.bookkeeper.metastore.Value
Packages that use Value
-
Uses of Value in org.apache.bookkeeper.metastore
Methods in org.apache.bookkeeper.metastore that return ValueMethods in org.apache.bookkeeper.metastore that return types with arguments of type ValueModifier and TypeMethodDescriptionInMemoryMetastoreTable.cloneValue(Value value, Version version, Set<String> fields) MetastoreTableItem.getValue()Get the value of the item.Methods in org.apache.bookkeeper.metastore with parameters of type ValueModifier and TypeMethodDescriptionInMemoryMetastoreTable.cloneValue(Value value, Version version, Set<String> fields) Merge other value.voidInMemoryMetastoreTable.put(String key, Value value, Version version, MetastoreCallback<Version> cb, Object ctx) voidMetastoreTable.put(String key, Value value, Version version, MetastoreCallback<Version> cb, Object ctx) Update a key according to its version.Method parameters in org.apache.bookkeeper.metastore with type arguments of type ValueModifier and TypeMethodDescriptionvoidInMemoryMetastoreTable.get(String key, Set<String> fields, MetastoreCallback<Versioned<Value>> cb, Object ctx) voidvoidInMemoryMetastoreTable.get(String key, MetastoreWatcher watcher, MetastoreCallback<Versioned<Value>> cb, Object ctx) voidMetastoreTable.get(String key, Set<String> fields, MetastoreCallback<Versioned<Value>> cb, Object ctx) Get specified fields of a key.voidGet all fields of a key.voidMetastoreTable.get(String key, MetastoreWatcher watcher, MetastoreCallback<Versioned<Value>> cb, Object ctx) Get all fields of a key.voidInMemoryMetastoreTable.scheduleGet(String key, Set<String> fields, MetastoreCallback<Versioned<Value>> cb, Object ctx) voidSet the value of the item.Constructors in org.apache.bookkeeper.metastore with parameters of type ValueConstructor parameters in org.apache.bookkeeper.metastore with type arguments of type ValueModifierConstructorDescriptionInMemoryMetastoreCursor(SortedMap<String, Versioned<Value>> map, Set<String> fields, ScheduledExecutorService scheduler) MetastoreTableItem(String key, Versioned<Value> value)