Klasse AdminIgnite
java.lang.Object
io.github.primelib.webmethodsapigateway4j.models.AdminIgnite
AdminIgnite
Used to hold the information about the Ignite settings of an API Gateway cluster
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected Stringthe communication port for Ignite clusteringprotected Stringthe discovery port for Ignite clusteringprotected Stringcomma-separated list of host names for Ignite clusteringprotected Stringthe Kubernetes discovery mode for ignite clusteringprotected Stringthe Kubernetes namespace name for Ignite clusteringprotected Stringthe Kubernetes service name for Ignite clusteringprotected Integerthe size of the port ranges for Ignite clustering -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedAdminIgnite(String communicationPort, String discoveryPort, String hostNames, String k8SDiscoveryMode, String k8SNamespace, String k8SServiceName, Integer portRange) Constructs a validated instance ofAdminIgnite.AdminIgnite(Consumer<AdminIgnite> spec) Constructs a validated instance ofAdminIgnite. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected booleanthe communication port for Ignite clusteringcommunicationPort(String communicationPort) the communication port for Ignite clusteringthe discovery port for Ignite clusteringdiscoveryPort(String discoveryPort) the discovery port for Ignite clusteringbooleaninthashCode()comma-separated list of host names for Ignite clusteringcomma-separated list of host names for Ignite clusteringthe Kubernetes discovery mode for ignite clusteringk8SDiscoveryMode(String k8SDiscoveryMode) the Kubernetes discovery mode for ignite clusteringthe Kubernetes namespace name for Ignite clusteringk8SNamespace(String k8SNamespace) the Kubernetes namespace name for Ignite clusteringthe Kubernetes service name for Ignite clusteringk8SServiceName(String k8SServiceName) the Kubernetes service name for Ignite clusteringthe size of the port ranges for Ignite clusteringthe size of the port ranges for Ignite clusteringtoString()
-
Felddetails
-
communicationPort
the communication port for Ignite clustering -
discoveryPort
the discovery port for Ignite clustering -
hostNames
comma-separated list of host names for Ignite clustering -
k8SDiscoveryMode
the Kubernetes discovery mode for ignite clustering -
k8SNamespace
the Kubernetes namespace name for Ignite clustering -
k8SServiceName
the Kubernetes service name for Ignite clustering -
portRange
the size of the port ranges for Ignite clustering
-
-
Konstruktordetails
-
AdminIgnite
Constructs a validated instance ofAdminIgnite.- Parameter:
spec- the specification to process
-
AdminIgnite
@Internal public AdminIgnite(String communicationPort, String discoveryPort, String hostNames, String k8SDiscoveryMode, String k8SNamespace, String k8SServiceName, Integer portRange) Constructs a validated instance ofAdminIgnite.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
AdminIgnite(Consumer)instead.- Parameter:
communicationPort- the communication port for Ignite clusteringdiscoveryPort- the discovery port for Ignite clusteringhostNames- comma-separated list of host names for Ignite clusteringk8SDiscoveryMode- the Kubernetes discovery mode for ignite clusteringk8SNamespace- the Kubernetes namespace name for Ignite clusteringk8SServiceName- the Kubernetes service name for Ignite clusteringportRange- the size of the port ranges for Ignite clustering
-
AdminIgnite
protected AdminIgnite()
-
-
Methodendetails
-
communicationPort
the communication port for Ignite clustering -
discoveryPort
the discovery port for Ignite clustering -
hostNames
comma-separated list of host names for Ignite clustering -
k8SDiscoveryMode
the Kubernetes discovery mode for ignite clustering -
k8SNamespace
the Kubernetes namespace name for Ignite clustering -
k8SServiceName
the Kubernetes service name for Ignite clustering -
portRange
the size of the port ranges for Ignite clustering -
communicationPort
the communication port for Ignite clustering- Gibt zurück:
this.
-
discoveryPort
the discovery port for Ignite clustering- Gibt zurück:
this.
-
hostNames
comma-separated list of host names for Ignite clustering- Gibt zurück:
this.
-
k8SDiscoveryMode
the Kubernetes discovery mode for ignite clustering- Gibt zurück:
this.
-
k8SNamespace
the Kubernetes namespace name for Ignite clustering- Gibt zurück:
this.
-
k8SServiceName
the Kubernetes service name for Ignite clustering- Gibt zurück:
this.
-
portRange
the size of the port ranges for Ignite clustering- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
-
toString
-