Uses of Class
org.gcube.smartgears.handlers.container.ContainerHandler
-
Packages that use ContainerHandler Package Description org.gcube.smartgears.configuration.container org.gcube.smartgears.handlers.container org.gcube.smartgears.handlers.container.lifecycle -
-
Uses of ContainerHandler in org.gcube.smartgears.configuration.container
Methods in org.gcube.smartgears.configuration.container that return types with arguments of type ContainerHandler Modifier and Type Method Description List<ContainerHandler>ContainerHandlers. get()Returns theContainerHandlers for the service.Methods in org.gcube.smartgears.configuration.container with parameters of type ContainerHandler Modifier and Type Method Description ContainerHandlersContainerHandlers. set(ContainerHandler... handlers)Sets theContainerHandlers for the service. -
Uses of ContainerHandler in org.gcube.smartgears.handlers.container
Constructor parameters in org.gcube.smartgears.handlers.container with type arguments of type ContainerHandler Constructor Description ContainerPipeline(List<ContainerHandler> handlers)Creates an instance with a given list of handlers. -
Uses of ContainerHandler in org.gcube.smartgears.handlers.container.lifecycle
Subclasses of ContainerHandler in org.gcube.smartgears.handlers.container.lifecycle Modifier and Type Class Description classAccountingManagerclassProfileManagerManages the resource profile of the container.
-