Uses of Class
com.c8db.entity.DcInfoEntity
-
Packages that use DcInfoEntity Package Description com.c8db com.c8db.entity com.c8db.internal -
-
Uses of DcInfoEntity in com.c8db
Methods in com.c8db that return DcInfoEntity Modifier and Type Method Description DcInfoEntityC8DB. getEdgeLocation(String dcName)Fetches data about the specified Edge Location.DcInfoEntityC8DB. getLocalEdgeLocation()List details of Local Edge LocationMethods in com.c8db that return types with arguments of type DcInfoEntity Modifier and Type Method Description List<DcInfoEntity>C8DB. getAllEdgeLocations()Return a list of all Edge Locations (AKA Datacenters) deployed in the Macrometa Fabric. -
Uses of DcInfoEntity in com.c8db.entity
Methods in com.c8db.entity that return types with arguments of type DcInfoEntity Modifier and Type Method Description List<DcInfoEntity>DataCenterEntity. getDcInfo() -
Uses of DcInfoEntity in com.c8db.internal
Methods in com.c8db.internal that return DcInfoEntity Modifier and Type Method Description DcInfoEntityC8DBImpl. getEdgeLocation(String dcName)DcInfoEntityC8DBImpl. getLocalEdgeLocation()Methods in com.c8db.internal that return types with arguments of type DcInfoEntity Modifier and Type Method Description List<DcInfoEntity>C8DBImpl. getAllEdgeLocations()protected C8Executor.ResponseDeserializer<List<DcInfoEntity>>InternalC8DB. getAllEdgeLocationsResponseDeserializer()protected C8Executor.ResponseDeserializer<DcInfoEntity>InternalC8DB. getEdgeLocationResponseDeserializer()protected C8Executor.ResponseDeserializer<DcInfoEntity>InternalC8DB. getLocalEdgeLocationResponseDeserializer()
-