Uses of Class
io.stargate.sdk.Service
Packages that use Service
-
Uses of Service in io.stargate.sdk
Classes in io.stargate.sdk with type parameters of type ServiceModifier and TypeClassDescriptionclassManagedServiceDatacenter<SERVICE extends Service>CqlSession and Endpoints are associated to a dedicated DataCenter.classManagedServiceDeployment<SERVICE extends Service>The http client implements: - load balancing in healthy nodes of the same datacenter - Fail-over across datacenter when no node availableclassServiceDatacenter<SERVICE extends Service>CqlSession and Endpoints are associated to a dedicated DataCenter.classServiceDeployment<SERVICE extends Service>The http client implements: - load balancing in healthy nodes of the same datacenter - Fail-over across datacenter when no node availableMethods in io.stargate.sdk with parameters of type ServiceModifier and TypeMethodDescriptionfinal ServiceDeployment<SERVICE> ServiceDeployment.addDatacenterServices(String dcName, SERVICE... services) Add a new service in the topology.Constructors in io.stargate.sdk with parameters of type ServiceModifierConstructorDescriptionServiceDatacenter(String id, TokenProvider tokenProvider, SERVICE... nodes) Full constructor. -
Uses of Service in io.stargate.sdk.audit
Classes in io.stargate.sdk.audit with type parameters of type ServiceModifier and TypeClassDescriptionclassServiceCallEvent<SERVICE extends Service>Event triggered for Api Invocation with input/output tracing.interfaceServiceCallObserver<RESPONSE,S extends Service, T extends ServiceCallEvent<S>> If register in the HttpApisClient, will be triggered asynchronouslyFields in io.stargate.sdk.audit declared as ServiceMethod parameters in io.stargate.sdk.audit with type arguments of type ServiceModifier and TypeMethodDescriptionvoidServiceCallObserverAnsiLogger.onCall(ServiceCallEvent<Service> event) Process event. -
Uses of Service in io.stargate.sdk.http
Subclasses of Service in io.stargate.sdk.http