Uses of Class
io.dingodb.sdk.service.entity.common.Location
Packages that use Location
-
Uses of Location in io.dingodb.sdk.service
Fields in io.dingodb.sdk.service with type parameters of type LocationMethods in io.dingodb.sdk.service that return types with arguments of type LocationMethods in io.dingodb.sdk.service with parameters of type LocationModifier and TypeMethodDescriptionstatic io.grpc.ManagedChannelChannelManager.getChannel(Location location) voidTableRegionsFailOver.refresh(DingoCommonId regionId, Location location, long trace) Method parameters in io.dingodb.sdk.service with type arguments of type LocationModifier and TypeMethodDescriptionstatic CoordinatorChannelProviderServices.autoIncrementChannelProvider(Set<Location> locations) static MetaServiceServices.autoIncrementMetaService(Set<Location> locations) static CoordinatorServiceServices.coordinatorService(Set<Location> locations) static CoordinatorChannelProviderServices.coordinatorServiceChannelProvider(Set<Location> locations) static DocumentServiceServices.documentRegionService(Set<Location> locations, long regionId, int retry) static longServices.findRegion(Set<Location> locations, byte[] key) static longServices.findRegionNewly(Set<Location> locations, byte[] key) static IndexServiceServices.indexRegionService(Set<Location> locations, byte[] key, int retry) static IndexServiceServices.indexRegionService(Set<Location> locations, long regionId, int retry) static IndexServiceServices.indexRegionService(Set<Location> locations, DingoCommonId indexId, DingoCommonId regionId, int retry) static voidServices.invalidateVersionService(Set<Location> locations) static CoordinatorChannelProviderServices.kvServiceChannelProvider(Set<Location> locations) static MetaServiceServices.metaService(Set<Location> locations) static CoordinatorChannelProviderServices.metaServiceChannelProvider(Set<Location> locations) static RegionChannelProviderServices.regionChannelProvider(Set<Location> locations, byte[] key) static ChannelProviderServices.regionChannelProvider(Set<Location> locations, DingoCommonId tableId, DingoCommonId regionId) static RegionChannelProviderServices.regionChannelProviderNewly(Set<Location> locations, byte[] key) static StoreServiceServices.storeRegionService(Set<Location> locations, byte[] key, int retry) static StoreServiceServices.storeRegionService(Set<Location> locations, long regionId, int retry) static StoreServiceServices.storeRegionService(Set<Location> locations, DingoCommonId tableId, DingoCommonId regionId, int retry) static MetaServiceServices.tsoService(Set<Location> locations) static CoordinatorChannelProviderServices.tsoServiceChannelProvider(Set<Location> locations) static UtilServiceServices.utilService(Set<Location> locations, long regionId, int retry) static VersionServiceServices.versionService(Set<Location> locations) Constructor parameters in io.dingodb.sdk.service with type arguments of type LocationModifierConstructorDescriptionAutoIncrementService(Set<Location> coordinators) CoordinatorChannelProvider(Set<Location> locations, Function<GetCoordinatorMapResponse, Location> locationGetter) CoordinatorChannelProvider(Set<Location> locations, Function<GetCoordinatorMapResponse, Location> locationGetter)