Uses of Record Class
io.kroxylicious.proxy.config.TargetCluster
Packages that use TargetCluster
Package
Description
-
Uses of TargetCluster in io.kroxylicious.proxy.config
Methods in io.kroxylicious.proxy.config that return TargetClusterModifier and TypeMethodDescriptionVirtualCluster.targetCluster()Deprecated, for removal: This API element is subject to removal in a future version.ClusterDefinition.toTargetCluster()Converts this definition to aTargetClusterfor use in the runtime.Constructors in io.kroxylicious.proxy.config with parameters of type TargetClusterModifierConstructorDescriptionVirtualCluster(String name, TargetCluster targetCluster, RouteTarget target, List<VirtualClusterGateway> gateways, boolean logNetwork, boolean logFrames, List<String> filters, TransportSubjectBuilderConfig subjectBuilder, CacheConfiguration topicNameCache, Duration drainTimeout) Creates an instance of aVirtualClusterrecord class.VirtualCluster(String name, TargetCluster targetCluster, List<VirtualClusterGateway> gateways, boolean logNetwork, boolean logFrames, List<String> filters) -
Uses of TargetCluster in io.kroxylicious.proxy.internal.routing
Methods in io.kroxylicious.proxy.internal.routing that return TargetClusterModifier and TypeMethodDescriptionRouteDescriptor.targetCluster()Returns the value of thetargetClusterrecord component.UpstreamClusterModel.targetCluster()Returns the value of thetargetClusterrecord component.Methods in io.kroxylicious.proxy.internal.routing with parameters of type TargetClusterModifier and TypeMethodDescriptionstatic UpstreamClusterModelUpstreamClusterModel.build(TargetCluster targetCluster, PluginFactoryRegistry pfr) Builds a fully-resolvedUpstreamClusterModelfor the given target cluster, constructing the SSL context and TLS credential supplier manager from the cluster's TLS configuration.Constructors in io.kroxylicious.proxy.internal.routing with parameters of type TargetClusterModifierConstructorDescriptionDirectRouting(String routeName, TargetCluster targetCluster) Test-only constructor: creates a routing model with no TLS resources resolved.RouteDescriptor(String name, int id, TargetCluster targetCluster, String routerName, List<NamedFilterDefinition> filters) Creates an instance of aRouteDescriptorrecord class.UpstreamClusterModel(TargetCluster targetCluster, Optional<io.netty.handler.ssl.SslContext> upstreamSslContext, TlsCredentialSupplierManager tlsManager) Creates an instance of aUpstreamClusterModelrecord class. -
Uses of TargetCluster in io.kroxylicious.proxy.model
Constructors in io.kroxylicious.proxy.model with parameters of type TargetClusterModifierConstructorDescriptionVirtualClusterModel(String clusterName, TargetCluster targetCluster, boolean logNetwork, boolean logFrames, List<NamedFilterDefinition> filters)