Interface StorageLookup
- All Known Subinterfaces:
DataRoutingService
,DataRoutingService.NonListening
,WritableDataRoutingService
,WritableDataRoutingServiceInternal
- All Known Implementing Classes:
DataRoutingService.Delegating
,DataRoutingServiceCachingImpl
,DataRoutingServiceK8sImpl
,DataRoutingServiceKvEtcdImpl
,DataRoutingServiceKvImpl
,DataRoutingServiceKvInMemImpl
,DataRoutingServiceYmlImpl
,DataRoutingServiceYmlImpl.ResolvingImpl
,InvalidDataRoutingService
public interface StorageLookup
Interface providing a way to look up storage configurations by name.
-
Method Summary
Modifier and TypeMethodDescriptiongetStorage
(String name) Get the StorageConfig associated with the given name.
-
Method Details
-
getStorage
Get the StorageConfig associated with the given name.- Parameters:
name
- The name of the storage to look up. May be null, in which case null will always be returned.- Returns:
- The storage config, or null if not found
-