LocationCache Class

  • java.lang.Object
    • com.microsoft.azure.documentdb.LocationCache

public class LocationCache

Implements the abstraction to resolve target location for geo-replicated DatabaseAccount with multiple writable and readable locations.

Method Summary

Modifier and Type Method and Description
boolean canUseMultipleWriteLocations(DocumentServiceRequest request)
void onDatabaseAccountRead(DatabaseAccount databaseAccount)

Invoked when DatabaseAccount is read

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Method Details

canUseMultipleWriteLocations

public boolean canUseMultipleWriteLocations(DocumentServiceRequest request)

Parameters:

request

onDatabaseAccountRead

public void onDatabaseAccountRead(DatabaseAccount databaseAccount)

Invoked when DatabaseAccount is read

Parameters:

databaseAccount - Read DatabaseAccount

Applies to