Interface Blob

All Known Implementing Classes:
Blob.Default

public interface Blob
  • Nested Class Summary

    Nested Classes 
    Modifier and Type Interface Description
    static class  Blob.Default  
  • Method Summary

    Modifier and Type Method Description
    long end()  
    static Blob New​(String topic, int partition, long offset, long start, long end)  
    long offset()  
    int partition()  
    long size()  
    long start()  
    String topic()