Interface Cell.Factory<V>

Enclosing class:
Cell<V>

public static interface Cell.Factory<V>
  • Method Summary

    Modifier and Type
    Method
    Description
    create(ColumnMetadata column, long timestamp, int ttl, long localDeletionTime, V value, CellPath path)
     
  • Method Details