Uses of Interface
org.hcjf.layers.storage.StorageLayerInterface
-
Packages that use StorageLayerInterface Package Description org.hcjf.layers org.hcjf.layers.storage -
-
Uses of StorageLayerInterface in org.hcjf.layers
Methods in org.hcjf.layers with type parameters of type StorageLayerInterface Modifier and Type Method Description protected <L extends StorageLayerInterface<?>>
LLayer. getStorageLayer(java.lang.String implName)Delegation method to get some storage layer implementation. -
Uses of StorageLayerInterface in org.hcjf.layers.storage
Classes in org.hcjf.layers.storage that implement StorageLayerInterface Modifier and Type Class Description classStorageLayer<S extends StorageSession>Base class to make a storage implementation.
-