Uses of Class
com.microsoft.azure.cosmosdb.internal.directconnectivity.ReadMode
-
Packages that use ReadMode Package Description com.microsoft.azure.cosmosdb.internal.directconnectivity -
-
Uses of ReadMode in com.microsoft.azure.cosmosdb.internal.directconnectivity
Methods in com.microsoft.azure.cosmosdb.internal.directconnectivity that return ReadMode Modifier and Type Method Description static ReadModeReadMode. valueOf(String name)Returns the enum constant of this type with the specified name.static ReadMode[]ReadMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.azure.cosmosdb.internal.directconnectivity with parameters of type ReadMode Modifier and Type Method Description rx.Single<List<com.microsoft.azure.cosmosdb.internal.directconnectivity.StoreResult>>StoreReader. readMultipleReplicaAsync(com.microsoft.azure.cosmosdb.rx.internal.RxDocumentServiceRequest entity, boolean includePrimary, int replicaCountToRead, boolean requiresValidLsn, boolean useSessionToken, ReadMode readMode)rx.Single<List<com.microsoft.azure.cosmosdb.internal.directconnectivity.StoreResult>>StoreReader. readMultipleReplicaAsync(com.microsoft.azure.cosmosdb.rx.internal.RxDocumentServiceRequest entity, boolean includePrimary, int replicaCountToRead, boolean requiresValidLsn, boolean useSessionToken, ReadMode readMode, boolean checkMinLSN, boolean forceReadAll)Makes requests to multiple replicas at once and returns responsesrx.Single<com.microsoft.azure.cosmosdb.internal.directconnectivity.StoreResponse>QuorumReader. readStrongAsync(com.microsoft.azure.cosmosdb.rx.internal.RxDocumentServiceRequest entity, int readQuorumValue, ReadMode readMode)
-