Package io.dingodb.sdk.common.cluster
Class InternalStore
java.lang.Object
io.dingodb.sdk.common.cluster.InternalStore
- All Implemented Interfaces:
Store
-
Constructor Summary
ConstructorsConstructorDescriptionInternalStore(long id, int storeType, int storeState, Location serverLocation, Location raftLocation) -
Method Summary
-
Constructor Details
-
InternalStore
-
-
Method Details
-
id
public long id() -
storeType
public int storeType() -
serverLocation
- Specified by:
serverLocationin interfaceStore
-
raftLocation
- Specified by:
raftLocationin interfaceStore
-
storeState
public int storeState()- Specified by:
storeStatein interfaceStore
-