Interface Cloner
-
- All Known Implementing Classes:
ByteBufferCloner
,HeapCloner
public interface Cloner
Allow cloning of partition elements
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Clustering<?>
clone(Clustering<?> clustering)
Clones the specified clustering.DecoratedKey
clone(DecoratedKey key)
Clones the specified key.Cell<?>
clone(Cell<?> cell)
Clones the specified cell.
-
-
-
Method Detail
-
clone
DecoratedKey clone(DecoratedKey key)
Clones the specified key.- Parameters:
key
- the key to clone- Returns:
- the cloned key
-
clone
Clustering<?> clone(Clustering<?> clustering)
Clones the specified clustering.- Parameters:
clustering
- the clustering to clone- Returns:
- the cloned clustering
-
-