Uses of Class
io.dingodb.sdk.common.Location
Packages that use Location
Package
Description
-
Uses of Location in io.dingodb.sdk.common.cluster
Fields in io.dingodb.sdk.common.cluster declared as LocationFields in io.dingodb.sdk.common.cluster with type parameters of type LocationMethods in io.dingodb.sdk.common.cluster that return LocationModifier and TypeMethodDescriptionInternalRegion.leader()Region.leader()Coordinator.location()InternalCoordinator.location()InternalStore.raftLocation()Store.raftLocation()Executor.serverLocation()InternalExecutor.serverLocation()InternalStore.serverLocation()Store.serverLocation()Methods in io.dingodb.sdk.common.cluster that return types with arguments of type LocationConstructors in io.dingodb.sdk.common.cluster with parameters of type LocationModifierConstructorDescriptionInternalCoordinator(Location location, boolean isLeader) InternalCoordinator(Location location, boolean isLeader, int state) InternalExecutor(Location serverLocation, ExecutorUser executorUser, String resourceTag) InternalRegion(long regionId, int regionState, int regionType, long createTime, long deleteTime, List<Location> followers, Location leader, long leaderStoreId) InternalStore(long id, int storeType, int storeState, Location serverLocation, Location raftLocation) Constructor parameters in io.dingodb.sdk.common.cluster with type arguments of type LocationModifierConstructorDescriptionInternalRegion(long regionId, int regionState, int regionType, long createTime, long deleteTime, List<Location> followers, Location leader, long leaderStoreId) -
Uses of Location in io.dingodb.sdk.common.utils
Methods in io.dingodb.sdk.common.utils that return LocationModifier and TypeMethodDescriptionstatic LocationEntityConversion.mapping(Common.Location location) Methods in io.dingodb.sdk.common.utils with parameters of type Location -
Uses of Location in io.dingodb.sdk.service
Methods in io.dingodb.sdk.service with parameters of type LocationModifier and TypeMethodDescriptionstatic io.grpc.ManagedChannelChannelManager.getChannel(Location location) -
Uses of Location in io.dingodb.sdk.service.connector
Fields in io.dingodb.sdk.service.connector with type parameters of type LocationMethods in io.dingodb.sdk.service.connector with parameters of type LocationModifier and TypeMethodDescriptionprotected io.grpc.ManagedChannelServiceConnector.newChannel(Location location) Constructor parameters in io.dingodb.sdk.service.connector with type arguments of type LocationModifierConstructorDescriptionAutoIncrementServiceConnector(List<Location> locations) Deprecated.AutoIncrementServiceConnector(Set<Location> locations) CoordinatorServiceConnector(Set<Location> locations) IndexServiceConnector(Supplier<Location> leaderSupplier) Deprecated.IndexServiceConnector(Supplier<Location> leaderSupplier, int retryTimes) MetaServiceConnector(List<Location> locations) Deprecated.MetaServiceConnector(Set<Location> locations) ServiceConnector(Set<Location> locations) Deprecated.ServiceConnector(Set<Location> locations, int retryTimes) StoreServiceConnector(Supplier<Location> leaderSupplier) StoreServiceConnector(Supplier<Location> leaderSupplier, List<Location> locations) Deprecated.StoreServiceConnector(Supplier<Location> leaderSupplier, List<Location> locations) Deprecated.UtilServiceConnector(Supplier<Location> leaderSupplier) VersionServiceConnector(Set<Location> locations, int leaseTtl)