public class Broker<V> extends Object
| 构造器和说明 |
|---|
Broker() |
| 限定符和类型 | 方法和说明 |
|---|---|
V |
get(String key)
Blocking retrieval and removal of the object to share.
|
V |
getAndRemove(String key)
Blocking retrieval and removal of the object to share.
|
void |
handIn(String key,
V obj)
Hand in the object to share.
|
void |
remove(String key)
Blocking retrieval and removal of the object to share.
|
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.