Uses of Class
org.hcjf.layers.Layer
-
-
-
Uses of Layer in org.hcjf.cloud.impl.network
Subclasses of Layer in org.hcjf.cloud.impl.network Modifier and Type Class Description static classCloudOrchestrator.SystemCloudNodeReadableImplementationstatic classCloudOrchestrator.SystemCloudServiceReadableImplementation -
Uses of Layer in org.hcjf.io.net.http
Subclasses of Layer in org.hcjf.io.net.http Modifier and Type Class Description classFormUrlEncodedDecoderThis layer implementation contains the logic to decode a body using the form url encoding standard method, that correspond with the content type header 'application/x-www-form-urlencoded'static classHttpPackage.ChunkedDecoderLayerThis decoder implementation resolve the chunked encoding method for http.classMultipartFormDataDecoderThis layer implementation contains the logic to decode a body using the form url encoding standard method, that correspond with the content type header 'multipart/form-data' -
Uses of Layer in org.hcjf.io.net.kubernetes
Subclasses of Layer in org.hcjf.io.net.kubernetes Modifier and Type Class Description classKubernetesJobResourceclassKubernetesSpyResource -
Uses of Layer in org.hcjf.layers
Subclasses of Layer in org.hcjf.layers Modifier and Type Class Description static classLayers.SystemLayerReadableImplementationstatic classLayers.SystemResourceReadableImplementationMethods in org.hcjf.layers with type parameters of type Layer Modifier and Type Method Description static <L extends Layer>
java.lang.StringLayers. publishLayer(L layerInstance)This method publish the layers in order to be used by anyone that has the credentials to use the layer.Method parameters in org.hcjf.layers with type arguments of type Layer Modifier and Type Method Description static java.util.Set<java.lang.Class<? extends LayerInterface>>Layers. getLayerInterfaceClass(java.lang.Class<? extends Layer> layerClass)Return the layer interface that implements the layer class.static java.lang.StringLayers. publishLayer(java.lang.Class<? extends Layer> layerClass)This method publish the layers in order to be used by anyone that has the credentials to use the layer.Constructors in org.hcjf.layers with parameters of type Layer Constructor Description LayerAgent(Layer layer) -
Uses of Layer in org.hcjf.layers.crud
Subclasses of Layer in org.hcjf.layers.crud Modifier and Type Class Description classCrudLayer<O> -
Uses of Layer in org.hcjf.layers.distributed
Subclasses of Layer in org.hcjf.layers.distributed Modifier and Type Class Description classDistributedLayerThis class is an interceptor component to make the distributed call. -
Uses of Layer in org.hcjf.layers.locale
Subclasses of Layer in org.hcjf.layers.locale Modifier and Type Class Description classDefaultLocaleLayerThis is the default implementationclassPropertiesFileLocaleLayerThis class use the java resource bundle api to translate the text for the specific locale. -
Uses of Layer in org.hcjf.layers.plugins
Subclasses of Layer in org.hcjf.layers.plugins Modifier and Type Class Description classPluginLayerMethods in org.hcjf.layers.plugins that return types with arguments of type Layer Modifier and Type Method Description java.util.List<java.lang.Class<? extends Layer>>Plugin. getLayers()Returns a list of layer definition.Method parameters in org.hcjf.layers.plugins with type arguments of type Layer Modifier and Type Method Description voidPlugin. addLayer(java.lang.Class<? extends Layer> layerClass)Add a layer class into the plugin definition. -
Uses of Layer in org.hcjf.layers.query
Subclasses of Layer in org.hcjf.layers.query Modifier and Type Class Description static classParameterizedQuery.ParameterizedQueryBsonCustomBuilderLayerThis inner class implements the custom method to create a Parameterized Query instance from a bson document. -
Uses of Layer in org.hcjf.layers.query.functions
-
Uses of Layer in org.hcjf.layers.query.model
Subclasses of Layer in org.hcjf.layers.query.model Modifier and Type Class Description classQueryBsonBuilderLayerThis inner class implements the custom method to create a query instance from a bson document. -
Uses of Layer in org.hcjf.service
Methods in org.hcjf.service that return types with arguments of type Layer Modifier and Type Method Description java.lang.Class<? extends Layer>ServiceSession.LayerStackElement. getLayerClass()Returns the layer class.Constructor parameters in org.hcjf.service with type arguments of type Layer Constructor Description LayerStackElement(java.lang.Class<? extends Layer> layerClass, java.lang.String implName, boolean plugin, boolean stateful)
-