Interface Cloner

All Known Implementing Classes:
ByteBufferCloner, HeapCloner

public interface Cloner
Allow cloning of partition elements
  • Method Details

    • clone

      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
    • clone

      Cell<?> clone(Cell<?> cell)
      Clones the specified cell.
      Parameters:
      cell - the cell to clone
      Returns:
      the cloned cell