Skip navigation links
A B C D E G I N O P R T V 

A

add(PartitionAttributes.Key<T>, T) - Method in class DefaultPartitionAttributesBuilder
Deprecated.
 
add(PartitionAttributes) - Method in class PowerSetPartitionMap
Deprecated.
 
apply(PartitionAttributes, ServiceDiscoverer<U, R, ServiceDiscovererEvent<R>>) - Method in interface DefaultPartitionedClientGroup.PartitionedClientFactory
Deprecated.
Create a partitioned client.

B

build() - Method in class DefaultPartitionAttributesBuilder
Deprecated.
 

C

closeAsync() - Method in class DefaultPartitionedClientGroup
Deprecated.
 
closeAsync() - Method in class PowerSetPartitionMap
Deprecated.
 
closeAsyncGracefully() - Method in class DefaultPartitionedClientGroup
Deprecated.
 
closeAsyncGracefully() - Method in class PowerSetPartitionMap
Deprecated.
 

D

DefaultPartitionAttributesBuilder - Class in io.servicetalk.client.api.internal.partition
Deprecated.
We are unaware of anyone using "partition" feature and plan to remove it in future releases. If you depend on it, consider using ClientGroup as an alternative or reach out to the maintainers describing the use-case.
DefaultPartitionAttributesBuilder(int) - Constructor for class DefaultPartitionAttributesBuilder
Deprecated.
Create a new instance.
DefaultPartitionedClientGroup<U,R,Client extends ListenableAsyncCloseable> - Class in io.servicetalk.client.api.internal
Deprecated.
We are unaware of anyone using "partition" feature and plan to remove it in future releases. If you depend on it, consider using ClientGroup as an alternative or reach out to the maintainers describing the use-case.
DefaultPartitionedClientGroup(Function<PartitionAttributes, Client>, Function<PartitionAttributes, Client>, DefaultPartitionedClientGroup.PartitionedClientFactory<U, R, Client>, PartitionMapFactory, Publisher<PartitionedServiceDiscovererEvent<R>>, int) - Constructor for class DefaultPartitionedClientGroup
Deprecated.
Creates a new instance.
DefaultPartitionedClientGroup.PartitionedClientFactory<U,R,Client> - Interface in io.servicetalk.client.api.internal
Deprecated.
We are unaware of anyone using "partition" feature and plan to remove it in future releases. If you depend on it, consider using ClientGroup as an alternative or reach out to the maintainers describing the use-case.

E

event() - Method in class IgnoreConsumedEvent
Deprecated.
 
eventConsumed() - Method in class IgnoreConsumedEvent
Deprecated.
 

G

get(PartitionAttributes) - Method in class DefaultPartitionedClientGroup
Deprecated.
 
get(PartitionAttributes) - Method in class PowerSetPartitionMap
Deprecated.
 

I

IgnoreConsumedEvent<T> - Class in io.servicetalk.client.api.internal
Deprecated.
This class is not used by ServiceTalk internal code anymore and will be removed in the future releases. If you depend on it, consider replica ting this implementation in your codebase.
IgnoreConsumedEvent(T) - Constructor for class IgnoreConsumedEvent
Deprecated.
Create a new instance.
INSTANCE - Static variable in class PowerSetPartitionMapFactory
Deprecated.
Singleton instance.
io.servicetalk.client.api.internal - package io.servicetalk.client.api.internal
Internal utilities which leverage the Client API package.
io.servicetalk.client.api.internal.partition - package io.servicetalk.client.api.internal.partition
Internal client utilities that support partitioning use cases.

N

newController(Publisher<? extends ConsumableEvent<Integer>>, Completable, int) - Static method in class RequestConcurrencyControllers
Deprecated.
Create a new instance of RequestConcurrencyController.
newController(Publisher<? extends ConsumableEvent<Integer>>, Completable, int) - Static method in class ReservableRequestConcurrencyControllers
Deprecated.
Create a new instance of ReservableRequestConcurrencyController.
newPartitionMap(Function<PartitionAttributes, T>) - Method in class PowerSetPartitionMapFactory
Deprecated.
 
newSingleController(Publisher<? extends ConsumableEvent<Integer>>, Completable) - Static method in class RequestConcurrencyControllers
Deprecated.
Create a RequestConcurrencyController that only allows a single outstanding request.
newSingleController(Publisher<? extends ConsumableEvent<Integer>>, Completable) - Static method in class ReservableRequestConcurrencyControllers
Deprecated.
Create a ReservableRequestConcurrencyController that only allows a single outstanding request.

O

onClose() - Method in class DefaultPartitionedClientGroup
Deprecated.
 
onClose() - Method in class PowerSetPartitionMap
Deprecated.
 
onClosing() - Method in class DefaultPartitionedClientGroup
Deprecated.
 
onClosing() - Method in class PowerSetPartitionMap
Deprecated.
 

P

PowerSetPartitionMap<T extends AsyncCloseable> - Class in io.servicetalk.client.api.internal.partition
Deprecated.
We are unaware of anyone using "partition" feature and plan to remove it in future releases. If you depend on it, consider using ClientGroup as an alternative or reach out to the maintainers describing the use-case.
PowerSetPartitionMap(Function<PartitionAttributes, T>, IntFunction<PartitionAttributesBuilder>) - Constructor for class PowerSetPartitionMap
Deprecated.
Create a new instance.
PowerSetPartitionMapFactory - Class in io.servicetalk.client.api.internal.partition
Deprecated.
We are unaware of anyone using "partition" feature and plan to remove it in future releases. If you depend on it, consider using ClientGroup as an alternative or reach out to the maintainers describing the use-case.

R

releaseAsync() - Method in interface ReservableRequestConcurrencyController
Deprecated.
Must be called (and subscribed to) to signify the reservation has completed after ReservableRequestConcurrencyController.tryReserve().
remove(PartitionAttributes) - Method in class PowerSetPartitionMap
Deprecated.
 
RequestConcurrencyController - Interface in io.servicetalk.client.api.internal
Deprecated.
This interface is not used by ServiceTalk internal code anymore and will be removed in the future releases. If you depend on it, consider replicating this implementation in your codebase or reach out to us explaining the use-case.
RequestConcurrencyController.Result - Enum in io.servicetalk.client.api.internal
Deprecated.
RequestConcurrencyControllers - Class in io.servicetalk.client.api.internal
Deprecated.
This class is not used by ServiceTalk internal code anymore and will be removed in the future releases. If you depend on it, consider replicating this implementation in your codebase.
requestFinished() - Method in interface RequestConcurrencyController
Deprecated.
Must be called after RequestConcurrencyController.tryRequest() to signify the request has completed.
ReservableRequestConcurrencyController - Interface in io.servicetalk.client.api.internal
Deprecated.
This interface is not used by ServiceTalk internal code anymore and will be removed in the future releases. If you depend on it, consider replicating this implementation in your codebase or reach out to us explaining the use-case.
ReservableRequestConcurrencyControllers - Class in io.servicetalk.client.api.internal
Deprecated.
This class is not used by ServiceTalk internal code anymore and will be removed in the future releases. If you depend on it, consider replicating this implementation in your codebase.

T

tryRequest() - Method in interface RequestConcurrencyController
Deprecated.
Attempts to reserve a connection for a single request, needs to be followed by RequestConcurrencyController.requestFinished().
tryReserve() - Method in interface ReservableRequestConcurrencyController
Deprecated.
Attempts to reserve a connection for exclusive use until ReservableRequestConcurrencyController.releaseAsync() is called.

V

valueOf(String) - Static method in enum RequestConcurrencyController.Result
Deprecated.
Returns the enum constant of this type with the specified name.
values() - Static method in enum RequestConcurrencyController.Result
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D E G I N O P R T V 
Skip navigation links