Index

A C D E F G H K M O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values

A

aas - Variable in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.AasK8SJavaProxy
 
AAS_NAME - Static variable in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.MasterAasCreator
 
AAS_NAME - Static variable in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.WorkerAasCreator
 
AAS_SUBMODEL_NAME - Static variable in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.MasterAasCreator
 
AAS_SUBMODEL_NAME - Static variable in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.WorkerAasCreator
 
AAS_SUBMODEL_OPERATION_SEND_TO_AAS - Static variable in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.WorkerAasCreator
 
AAS_SUBMODEL_OPERATION_SEND_TO_K8S - Static variable in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.MasterAasCreator
 
AAS_SUBMODEL_OPERATION_SEND_WATCH_TO_AAS - Static variable in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.WorkerAasCreator
 
AAS_SUBMODEL_OPERATION_SEND_WATCH_TO_K8S - Static variable in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.MasterAasCreator
 
AAS_SUBMODEL_PROPERTY_DESCRIPTION - Static variable in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.MasterAasCreator
 
AAS_SUBMODEL_PROPERTY_DESCRIPTION - Static variable in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.WorkerAasCreator
 
AAS_SUBMODEL_PROPERTY_NAME - Static variable in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.MasterAasCreator
 
AAS_SUBMODEL_PROPERTY_NAME - Static variable in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.WorkerAasCreator
 
AAS_SUBMODEL_PROPERTY_VERSION - Static variable in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.MasterAasCreator
 
AAS_SUBMODEL_PROPERTY_VERSION - Static variable in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.WorkerAasCreator
 
AasK8SJavaProxy - Class in de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy
The Implementation of AAS for the Abstract class AbstractK8SJavaProxy.
AasK8SJavaProxy(ProxyType, int, String, String, boolean) - Constructor for class de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.AasK8SJavaProxy
Creates a K8S java proxy instance, it will be either MasterProxy or WorkerProxy.
AbstractK8SJavaProxy - Class in de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy
An abstract for K8SJavaProxy Interface to make shared methods.
AbstractK8SJavaProxy(ProxyType, String) - Constructor for class de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.AbstractK8SJavaProxy
Creates a K8S java proxy instance, it will be either MasterProxy or WorkerProxy.
addContainer(URI) - Method in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.KubernetesContainerManager
 

C

client - Variable in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.AbstractK8SJavaProxy
 
confFile - Variable in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.AbstractK8SJavaProxy
 
config - Static variable in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.KubernetesContainerManager
 
convertBase64StringToByte(String) - Method in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.K8SRequest
convert the request from base64 String to array of bytes.
convertBase64StringToString(String) - Method in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.K8SRequest
convert the String from base64 String to request as String.
convertByteArrayToBase64String(byte[]) - Method in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.K8SRequest
convert the array of bytes to Base64 String.
convertToBase64String() - Method in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.K8SRequest
convert the request array of byte to base64 String.
convertToBase64StringWithID() - Method in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.K8SRequest
convert the request to base64 String with ID.
createAas(ServerAddress) - Static method in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.MasterAasCreator
Creates an AAS for testing.
createAas(ServerAddress) - Static method in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.WorkerAasCreator
Creates an AAS for testing.
createContainerManagerInstance() - Method in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.KubernetesContainerManager.FactoryDescriptor
 
createK8SRequest(byte[]) - Method in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.AbstractK8SJavaProxy
Create K8S request object from the actual array of bytes for the received request.
createK8SRequest(byte[]) - Method in interface de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.K8SJavaProxy
Create K8S request object from the actual array of bytes for the received request.

D

de.iip_ecosphere.platform.ecsRuntime.kubernetes - package de.iip_ecosphere.platform.ecsRuntime.kubernetes
Implementation.
de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy - package de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy
The basic implementation for the Kubernetes proxy.

E

executeK8SDelete(K8SRequest) - Method in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.AasK8SJavaProxy
Execute DELETE request and send it to the MasterProxy.
executeK8SDelete(K8SRequest) - Method in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.HttpK8SJavaProxy
Execute DELETE request and send it to the MasterProxy.
executeK8SDelete(K8SRequest) - Method in interface de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.K8SJavaProxy
Execute DELETE request and send it to the MasterProxy.
executeK8SGet(BufferedOutputStream, K8SRequest) - Method in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.AasK8SJavaProxy
Execute GET request and send it to the MasterProxy.
executeK8SGet(BufferedOutputStream, K8SRequest) - Method in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.HttpK8SJavaProxy
Execute GET request and send it to the MasterProxy.
executeK8SGet(BufferedOutputStream, K8SRequest) - Method in interface de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.K8SJavaProxy
Execute GET request and send it to the MasterProxy.
executeK8SJavaClientRequest(BufferedOutputStream, K8SRequest) - Method in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.AbstractK8SJavaProxy
Execute the request and send it to K8S apiserver.
executeK8SJavaClientRequest(BufferedOutputStream, K8SRequest) - Method in interface de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.K8SJavaProxy
Execute the request and send it to K8S apiserver.
executeK8SPatch(K8SRequest) - Method in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.AasK8SJavaProxy
Execute PATCH request and send it to the MasterProxy.
executeK8SPatch(K8SRequest) - Method in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.HttpK8SJavaProxy
Execute PATCH request and send it to the MasterProxy.
executeK8SPatch(K8SRequest) - Method in interface de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.K8SJavaProxy
Execute PATCH request and send it to the MasterProxy.
executeK8SPost(K8SRequest) - Method in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.AasK8SJavaProxy
Execute POST request and send it to the MasterProxy.
executeK8SPost(K8SRequest) - Method in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.HttpK8SJavaProxy
Execute POST request and send it to the MasterProxy.
executeK8SPost(K8SRequest) - Method in interface de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.K8SJavaProxy
Execute POST request and send it to the MasterProxy.
executeK8SPut(K8SRequest) - Method in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.AasK8SJavaProxy
Execute PUT request and send it to the MasterProxy.
executeK8SPut(K8SRequest) - Method in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.HttpK8SJavaProxy
Execute PUT request and send it to the MasterProxy.
executeK8SPut(K8SRequest) - Method in interface de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.K8SJavaProxy
Execute PUT request and send it to the MasterProxy.
executeWatchK8SJavaClientRequest(K8SRequest) - Method in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.AbstractK8SJavaProxy
Execute the request and send it to K8S apiserver.
executeWatchK8SJavaClientRequest(K8SRequest) - Method in interface de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.K8SJavaProxy
Execute the request and send it to K8S apiserver.
extractK8SRequestByte(InputStream) - Method in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.AbstractK8SJavaProxy
Extract the request as array of bytes from the InputStream of the localhost server socket.
extractK8SRequestByte(InputStream) - Method in interface de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.K8SJavaProxy
Extract the request as array of bytes from the InputStream of the localhost server socket.

F

FactoryDescriptor() - Constructor for class de.iip_ecosphere.platform.ecsRuntime.kubernetes.KubernetesContainerManager.FactoryDescriptor
 
formatK8SResponse(K8SRequest, Response) - Method in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.AbstractK8SJavaProxy
Format the response from K8S apiserver.
formatK8SResponse(K8SRequest, Response) - Method in interface de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.K8SJavaProxy
Format the response from K8S apiserver.
formatK8SResponse(K8SRequest, HttpResponse) - Method in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.AbstractK8SJavaProxy
Format the response from the MasterProxy.
formatK8SResponse(K8SRequest, HttpResponse) - Method in interface de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.K8SJavaProxy
Format the response from the MasterProxy.
formatWatchK8SResponse(BufferedOutputStream, K8SRequest, Response) - Method in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.AbstractK8SJavaProxy
Format the response from K8S apiserver.
formatWatchK8SResponse(BufferedOutputStream, K8SRequest, Response) - Method in interface de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.K8SJavaProxy
Format the response from K8S apiserver.
formatWatchK8SResponse(BufferedOutputStream, K8SRequest, HttpResponse) - Method in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.AbstractK8SJavaProxy
Format the response from the MasterProxy.
formatWatchK8SResponse(BufferedOutputStream, K8SRequest, HttpResponse) - Method in interface de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.K8SJavaProxy
Format the response from the MasterProxy.
formatWatchK8SResponse(BufferedWriter, K8SRequest, Response) - Method in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.AasK8SJavaProxy
Format the response from K8S apiserver.

G

generateStreamIdNo() - Method in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.TransportMessage
Generate and append id number for the stream id.
getConfiguration() - Method in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.KubernetesContainerManager.FactoryDescriptor
 
getContainer(String) - Method in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.KubernetesContainerManager
 
getContainers() - Method in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.KubernetesContainerManager
 
getContainerSystemName() - Method in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.KubernetesContainerManager
 
getContainerSystemVersion() - Method in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.KubernetesContainerManager
 
getHeaders() - Method in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.K8SRequest
Returns the headers of the request.
getIds() - Method in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.KubernetesContainerManager
 
getMessageByte() - Method in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.TransportMessage
Returns the text for the message.
getMethod() - Method in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.HttpDeleteWithBody
Returns the method name of the request.
getMethod() - Method in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.K8SRequest
Returns the method of the request.
getPath() - Method in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.K8SRequest
Returns the path of the request.
getPathNoParameter() - Method in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.K8SRequest
get the path without parameters.
getPayload() - Method in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.K8SRequest
Returns the payload of the request.
getProtocol() - Method in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.K8SRequest
Returns the protocol of the request.
getProxyType() - Method in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.AbstractK8SJavaProxy
Returns the proxyType of K8S java proxy.
getRequestByte() - Method in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.K8SRequest
Returns the request as bytes.
getRequestWatch() - Method in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.TransportMessage
Returns the Request Watch Type for the stream message.
getServerAddress() - Method in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.AbstractK8SJavaProxy
Returns the serverAddress which K8S java proxy is connect to.
getServerAddress(ProxyType, String, String, boolean) - Static method in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.AbstractK8SJavaProxy
Create the server address and port string which is either the MasterProxy or K8S apiserver.
getServerSocket(int, String, String, String, boolean) - Method in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.AbstractK8SJavaProxy
Create server socket for specified port on localhost to receive new requests.
getServerSocket(int, String, String, String, boolean) - Method in interface de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.K8SJavaProxy
Create server socket for specified port on localhost to receive new requests.
getShutdownHook() - Method in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.KubernetesProxyLifecycleDescriptor
 
getSSLHttpClients() - Method in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.HttpK8SJavaProxy
Get new connection with SSL security.
getState(String) - Method in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.KubernetesContainerManager
 
getStreamId() - Method in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.TransportMessage
Returns the streamId for the stream message.

H

headers - Variable in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.K8SRequest
 
httpClient - Variable in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.HttpK8SJavaProxy
 
HttpDeleteWithBody - Class in de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy
Extended the http apache base request to add body to the delete http apache request.
HttpDeleteWithBody() - Constructor for class de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.HttpDeleteWithBody
Creates a HttpDeleteWithBody instance.
HttpDeleteWithBody(String) - Constructor for class de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.HttpDeleteWithBody
Creates a HttpDeleteWithBody instance.
HttpDeleteWithBody(URI) - Constructor for class de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.HttpDeleteWithBody
Creates a HttpDeleteWithBody instance.
HttpK8SJavaProxy - Class in de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy
The Implementation of http apache for the Abstract class AbstractK8SJavaProxy.
HttpK8SJavaProxy(ProxyType, String, String, boolean) - Constructor for class de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.HttpK8SJavaProxy
Creates a K8S java proxy instance, it will be either MasterProxy or WorkerProxy.

K

K8SJavaProxy - Interface in de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy
An interface to create K8S (Kubernetes) proxy.
K8SRequest - Class in de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy
Details of the K8S (Kubernetes) request.
K8SRequest() - Constructor for class de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.K8SRequest
Creates a K8S Request instance.
KubernetesConfiguration - Class in de.iip_ecosphere.platform.ecsRuntime.kubernetes
Implements the Kubernetes specific configuration.
KubernetesConfiguration() - Constructor for class de.iip_ecosphere.platform.ecsRuntime.kubernetes.KubernetesConfiguration
 
KubernetesContainerDescriptor - Class in de.iip_ecosphere.platform.ecsRuntime.kubernetes
Implements a container descriptor for Kubernetes-based container management.
KubernetesContainerDescriptor() - Constructor for class de.iip_ecosphere.platform.ecsRuntime.kubernetes.KubernetesContainerDescriptor
Creates a container descriptor instance.
KubernetesContainerDescriptor(String, String, Version, URI) - Constructor for class de.iip_ecosphere.platform.ecsRuntime.kubernetes.KubernetesContainerDescriptor
Creates a container descriptor instance.
KubernetesContainerManager - Class in de.iip_ecosphere.platform.ecsRuntime.kubernetes
Implements a docker-based container manager for IIP-Ecosphere.
KubernetesContainerManager() - Constructor for class de.iip_ecosphere.platform.ecsRuntime.kubernetes.KubernetesContainerManager
 
KubernetesContainerManager.FactoryDescriptor - Class in de.iip_ecosphere.platform.ecsRuntime.kubernetes
Implements the factory descriptor for hooking the Docker container manager into the ECS factory.
KubernetesContainerPluginDescriptor - Class in de.iip_ecosphere.platform.ecsRuntime.kubernetes
The container plugin descriptor returning the implemented EcsFactoryDescriptor.
KubernetesContainerPluginDescriptor() - Constructor for class de.iip_ecosphere.platform.ecsRuntime.kubernetes.KubernetesContainerPluginDescriptor
Creates the instance via JSL.
KubernetesProxyLifecycleDescriptor - Class in de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy
Defines the lifecycle for the Kubernetes proxy.
KubernetesProxyLifecycleDescriptor() - Constructor for class de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.KubernetesProxyLifecycleDescriptor
 

M

MasterAasCreator - Class in de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy
Creates a test AAS.
MasterAasCreator() - Constructor for class de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.MasterAasCreator
 
MasterProxy - Enum constant in enum class de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.ProxyType
 
messageByte - Variable in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.TransportMessage
 
method - Variable in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.K8SRequest
 
METHOD_NAME - Static variable in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.HttpDeleteWithBody
 
migrateContainer(String, String) - Method in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.KubernetesContainerManager
 

O

okHttpClient - Variable in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.AbstractK8SJavaProxy
 

P

path - Variable in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.K8SRequest
 
payload - Variable in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.K8SRequest
 
priority() - Method in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.KubernetesProxyLifecycleDescriptor
 
protocol - Variable in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.K8SRequest
 
proxyType - Variable in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.AbstractK8SJavaProxy
 
ProxyType - Enum Class in de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy
The Proxy types based on the machine.
ProxyType() - Constructor for enum class de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.ProxyType
 

R

readFromYaml() - Static method in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.KubernetesConfiguration
Reads a KubernetesConfiguration instance from a AbstractSetup.DEFAULT_FNAME in the root folder of the jar/classpath.
requestByte - Variable in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.K8SRequest
 
requestWatch - Variable in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.TransportMessage
 

S

sendK8SRequest(BufferedOutputStream, K8SRequest) - Method in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.AasK8SJavaProxy
 
sendK8SRequest(BufferedOutputStream, K8SRequest) - Method in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.AbstractK8SJavaProxy
Send the K8S request object to the MasterProxy or K8S apiserver.
sendK8SRequest(BufferedOutputStream, K8SRequest) - Method in interface de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.K8SJavaProxy
Send the K8S request object to the MasterProxy or K8S apiserver.
serverAddress - Variable in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.AbstractK8SJavaProxy
 
setHeaders(Map<String, String[]>) - Method in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.K8SRequest
Set the headers of the request.
setId(String) - Method in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.KubernetesContainerDescriptor
 
setMessageByte(byte[]) - Method in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.TransportMessage
Set the method of the text for the message.
setMethod(String) - Method in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.K8SRequest
Set the method of the request.
setName(String) - Method in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.KubernetesContainerDescriptor
 
setPath(String) - Method in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.K8SRequest
Set the path of the request.
setPayload(byte[]) - Method in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.K8SRequest
Set the payload of the request.
setProtocol(String) - Method in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.K8SRequest
Set the protocol of the request.
setProxyType(ProxyType) - Method in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.AbstractK8SJavaProxy
Set the proxyType of K8S java proxy.
setRequestByte(byte[]) - Method in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.K8SRequest
Set the request as bytes.
setRequestWatch(String) - Method in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.TransportMessage
Set the RequestWatchType for the stream message.
setServerAddress(String) - Method in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.AbstractK8SJavaProxy
Set the serverAddress which K8S java proxy is connect to.
setState(ContainerState) - Method in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.KubernetesContainerDescriptor
 
setStreamId(String) - Method in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.TransportMessage
Set the streamId for the stream message.
setVersion(Version) - Method in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.KubernetesContainerDescriptor
 
shutdown() - Method in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.KubernetesProxyLifecycleDescriptor
 
startContainer(String) - Method in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.KubernetesContainerManager
 
startup(String[]) - Method in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.KubernetesProxyLifecycleDescriptor
 
stopContainer(String) - Method in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.KubernetesContainerManager
 
streamId - Variable in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.TransportMessage
 
submodel - Variable in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.AasK8SJavaProxy
 

T

tlsCheck - Variable in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.HttpK8SJavaProxy
 
TransportMessage - Class in de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy
A test data class.
TransportMessage() - Constructor for class de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.TransportMessage
Creates an empty TransportMessage instance.
TransportMessage(String, byte[], String) - Constructor for class de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.TransportMessage
Creates a TransportMessage instance.

U

undeployContainer(String) - Method in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.KubernetesContainerManager
 
updateContainer(String, URI) - Method in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.KubernetesContainerManager
 
URN_AAS - Static variable in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.MasterAasCreator
 
URN_AAS - Static variable in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.WorkerAasCreator
 

V

VAB_OPERATION_SEND_TO_AAS - Static variable in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.WorkerAasCreator
 
VAB_OPERATION_SEND_TO_K8S - Static variable in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.MasterAasCreator
 
VAB_OPERATION_SEND_WATCH_TO_AAS - Static variable in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.WorkerAasCreator
 
VAB_OPERATION_SEND_WATCH_TO_K8S - Static variable in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.MasterAasCreator
 
VAB_PROPERTY_DESCRIPTION - Static variable in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.MasterAasCreator
 
VAB_PROPERTY_DESCRIPTION - Static variable in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.WorkerAasCreator
 
VAB_PROPERTY_NAME - Static variable in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.MasterAasCreator
 
VAB_PROPERTY_NAME - Static variable in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.WorkerAasCreator
 
VAB_PROPERTY_VERSION - Static variable in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.MasterAasCreator
 
VAB_PROPERTY_VERSION - Static variable in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.WorkerAasCreator
 
valueOf(String) - Static method in enum class de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.ProxyType
Returns the enum constant of this class with the specified name.
values() - Static method in enum class de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.ProxyType
Returns an array containing the constants of this enum class, in the order they are declared.

W

watchAas - Variable in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.AasK8SJavaProxy
 
watchSubmodel - Variable in class de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.AasK8SJavaProxy
 
WorkerAasCreator - Class in de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy
Creates a test AAS.
WorkerAasCreator() - Constructor for class de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.WorkerAasCreator
 
WorkerProxy - Enum constant in enum class de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.ProxyType
 
A C D E F G H K M O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values