T - The object type.public interface ObjectRef<T>
| Modifier and Type | Method and Description |
|---|---|
T |
get()
Fetch the object from the object store, this method will block
until the object is locally available.
|
T get()
Copyright © 2020. All rights reserved.