Package com.google.api.client.util.store
Class DataStoreUtils
java.lang.Object
com.google.api.client.util.store.DataStoreUtils
Utilities for data stores.
- Since:
- 1.16
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
Returns a debug string for the given data store to be used as an implementation ofObject.toString()
.
-
Constructor Details
-
DataStoreUtils
private DataStoreUtils()
-
-
Method Details
-
toString
Returns a debug string for the given data store to be used as an implementation ofObject.toString()
.Implementation iterates over
DataStore.keySet()
, callingDataStore.get(String)
on each key.- Parameters:
dataStore
- data store- Returns:
- debug string
-