hunt-redis ~master (2021-11-19T08:51:56Z)
Home
Dub
Repo
ShardInfo
hunt
redis
util
ShardInfo
Undocumented in source.
abstract
class
ShardInfo (
T
) {
this
();
this
(int weight);
int
getWeight
();
T
createResource
();
string
getName
();
}
Constructors
this
this
()
Undocumented in source.
this
this
(int weight)
Undocumented in source.
Members
Functions
createResource
T
createResource
()
Undocumented in source.
getName
string
getName
()
Undocumented in source.
getWeight
int
getWeight
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
hunt
redis
util
ShardInfo
classes
ShardInfo