public interface ContainerDelegate<K> extends Container<K>, Container.Lifecycle
Container.LifecycleEMPTY_CONTAINER_NAMESPACE| 限定符和类型 | 方法和说明 |
|---|---|
default void |
destroy()
Destroy the container
|
default Map<K,?> |
get(Collection<K> keys)
Enter a batch of key values to return data source objects grouped by key values.
|
@NonNull Container<K> |
getContainer()
Get the delegate container.
|
default String |
getNamespace()
Gets the namespace of the data source container,
which should be globally unique.
|
default void |
init()
Initialize the container
|
@NonNull Container<K> getContainer()
default String getNamespace()
getNamespace 在接口中 Container<K>default Map<K,?> get(Collection<K> keys)
default void init()
init 在接口中 Container.Lifecycledefault void destroy()
destroy 在接口中 Container.LifecycleCopyright © 2024. All rights reserved.