Fix small interface discrepancy
This commit is contained in:
@@ -343,7 +343,7 @@ class ReplicationStrategy(object):
|
|||||||
elif strategy_class.endswith("LocalStrategy"):
|
elif strategy_class.endswith("LocalStrategy"):
|
||||||
return LocalStrategy()
|
return LocalStrategy()
|
||||||
|
|
||||||
def make_token_replica_map(token_to_host_owner, ring):
|
def make_token_replica_map(self, token_to_host_owner, ring):
|
||||||
raise NotImplementedError()
|
raise NotImplementedError()
|
||||||
|
|
||||||
def export_for_schema(self):
|
def export_for_schema(self):
|
||||||
|
Reference in New Issue
Block a user