public final class RntbdTransportClient extends TransportClient implements AutoCloseable
| Modifier and Type | Class and Description |
|---|---|
static class |
RntbdTransportClient.Options |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
endpointCount() |
int |
endpointEvictionCount() |
long |
id() |
rx.Single<com.microsoft.azure.cosmosdb.internal.directconnectivity.StoreResponse> |
invokeStoreAsync(com.microsoft.azure.cosmosdb.internal.directconnectivity.Uri address,
ResourceOperation unused,
com.microsoft.azure.cosmosdb.rx.internal.RxDocumentServiceRequest request) |
boolean |
isClosed() |
io.micrometer.core.instrument.Tag |
tag() |
String |
toString() |
invokeResourceOperationAsyncpublic boolean isClosed()
public void close()
close in interface AutoCloseablepublic int endpointCount()
public int endpointEvictionCount()
public long id()
public rx.Single<com.microsoft.azure.cosmosdb.internal.directconnectivity.StoreResponse> invokeStoreAsync(com.microsoft.azure.cosmosdb.internal.directconnectivity.Uri address, ResourceOperation unused, com.microsoft.azure.cosmosdb.rx.internal.RxDocumentServiceRequest request)
invokeStoreAsync in class TransportClientpublic io.micrometer.core.instrument.Tag tag()
Copyright © 2021. All rights reserved.