Uses of Class
com.c8db.entity.DataCenterEntity
-
Packages that use DataCenterEntity Package Description com.c8db com.c8db.internal -
-
Uses of DataCenterEntity in com.c8db
Methods in com.c8db that return types with arguments of type DataCenterEntity Modifier and Type Method Description List<DataCenterEntity>C8DB. getEdgeLocations(String tenant)Lists Edge Location (AKA Datacenter) details for specified tenant -
Uses of DataCenterEntity in com.c8db.internal
Methods in com.c8db.internal that return types with arguments of type DataCenterEntity Modifier and Type Method Description List<DataCenterEntity>C8DBImpl. getEdgeLocations(String tenant)Edge Locationsprotected C8Executor.ResponseDeserializer<List<DataCenterEntity>>InternalC8DB. getEdgeLocationsResponseDeserializer()
-