Uses of Interface
eu.cloudnetservice.driver.document.property.DefaultedDocPropertyHolder
Packages that use DefaultedDocPropertyHolder
Package
Description
-
Uses of DefaultedDocPropertyHolder in eu.cloudnetservice.driver
Classes in eu.cloudnetservice.driver that implement DefaultedDocPropertyHolderModifier and TypeClassDescriptionfinal classRepresents the current environment in which the driver is running. -
Uses of DefaultedDocPropertyHolder in eu.cloudnetservice.driver.cluster
Classes in eu.cloudnetservice.driver.cluster that implement DefaultedDocPropertyHolderModifier and TypeClassDescriptionfinal classRepresents a general information holder about a node running in a cluster.final classHolds information about a node which is connected to the cluster. -
Uses of DefaultedDocPropertyHolder in eu.cloudnetservice.driver.document.property
Subinterfaces of DefaultedDocPropertyHolder in eu.cloudnetservice.driver.document.propertyModifier and TypeInterfaceDescriptionstatic interfaceDefaultedDocPropertyHolder.Mutable<S extends DocPropertyHolder.Mutable<S>>An implementation of a mutable doc property holder that defaults all method calls to the underlying document that is returned by theDocPropertyHolder.propertyHolder()method.static interfaceA subclass of a mutable doc property holder which allows to modify the underlying property document of this holder easily. -
Uses of DefaultedDocPropertyHolder in eu.cloudnetservice.driver.service
Classes in eu.cloudnetservice.driver.service that implement DefaultedDocPropertyHolderModifier and TypeClassDescriptionclassRepresents a group configuration.static classRepresents a builder for a group configuration.classThe configuration based on which a service gets created.static classRepresents a builder for a service configuration.classThe base configuration class for everything which can configure a service in any way.static classServiceConfigurationBase.Builder<T extends ServiceConfigurationBase, B extends ServiceConfigurationBase.Builder<T,B>> The base builder class for everything which is a service configuration.classA deployment for a service.final classThe service environment type groups multiple service environments together and holds all common variables to identify them.classRepresents the state of a service at the snapshot creation time.final classAn inclusion which can be added to a service and will download a file from the specified url to the given destination.classThe main base configuration for all services within the CloudNet cluster.static classA builder for a service task.