public interface Snapshottable<T> extends ReadOnlySnapshottable<T>
Modifier and Type | Method and Description |
---|---|
void |
set(T o) |
T |
update(ValueUpdater updater) |
get
beginCommit, commit
T update(ValueUpdater updater)
void set(T o)
Copyright © 2022 The Apache Software Foundation. All rights reserved.