Class EventBlob

java.lang.Object
com.twicedb.shared.EventBlob

public class EventBlob extends Object
An arbitrary byte array of data to be stored in TwiceDB. At any given (Tt, Vt) pair, an ObjectId may point to 0 or 1 Blobs, signifying that either there is data at that location, or there is not, respectively.
  • Constructor Details

    • EventBlob

      public EventBlob(byte[] data)
    • EventBlob

      public EventBlob(String s)
  • Method Details