Interface WriteBatchImpl.Handler

All Known Implementing Classes:
DbImpl.InsertIntoHandler
Enclosing class:
WriteBatchImpl

public static interface WriteBatchImpl.Handler
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
    put(Slice key, Slice value)
     
  • Method Details