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