public interface ITridentResource
This interface is implemented by various Trident classes in order to gather and propogate resources that have been set on them.
ResourceDeclarer
Modifier and Type | Method and Description |
---|---|
Map<String,Number> |
getResources()
Get resource.
|
Set<SharedMemory> |
getSharedMemory()
Get shared memory.
|
Map<String,Number> getResources()
Get resource.
Set<SharedMemory> getSharedMemory()
Get shared memory.
Copyright © 2022 The Apache Software Foundation. All rights reserved.