Class CassandraBinary

  • All Implemented Interfaces:
    Binary

    public class CassandraBinary
    extends Object
    implements Binary
    Simple implementation of Binary that pulls content from Cassandra on demand.
    • Constructor Detail

      • CassandraBinary

        public CassandraBinary​(IRI id,
                               Read read,
                               ReadRange readRange,
                               int chunkLength)
        Parameters:
        id - identifier for this Binary
        read - a Read query to use
        readRange - a ReadRange query to use
        chunkLength - the length of chunk to use reading bits from Cassandra