Uses of Interface
one.microstream.afs.kafka.Blob
Package | Description |
---|---|
one.microstream.afs.kafka |
-
Uses of Blob in one.microstream.afs.kafka
Classes in one.microstream.afs.kafka that implement Blob Modifier and Type Class Description static class
Blob.Default
Methods in one.microstream.afs.kafka that return Blob Modifier and Type Method Description static Blob
Blob. New(String topic, int partition, long offset, long start, long end)
Methods in one.microstream.afs.kafka that return types with arguments of type Blob Modifier and Type Method Description Iterable<Blob>
TopicIndex.Default. get()
Iterable<Blob>
TopicIndex. get()
Method parameters in one.microstream.afs.kafka with type arguments of type Blob Modifier and Type Method Description TopicIndex
TopicIndex.Default. put(Iterable<Blob> metadata)
TopicIndex
TopicIndex. put(Iterable<Blob> blobs)