|
@@ -346,11 +346,6 @@ abstract class ClusterStrategy implements StrategyInterface
|
|
|
return $slot;
|
|
|
}
|
|
|
|
|
|
- /**
|
|
|
- * {@inheritdoc}
|
|
|
- */
|
|
|
- abstract public function getSlotByKey($key);
|
|
|
-
|
|
|
/**
|
|
|
* Checks if the specified array of keys will generate the same hash.
|
|
|
*
|
|
@@ -397,9 +392,4 @@ abstract class ClusterStrategy implements StrategyInterface
|
|
|
|
|
|
return $key;
|
|
|
}
|
|
|
-
|
|
|
- /**
|
|
|
- * {@inheritdoc}
|
|
|
- */
|
|
|
- abstract public function getDistributor();
|
|
|
}
|