Interface ResettableContext

All Superinterfaces:
AutoCloseable, Context, SafeCloseable
All Known Implementing Classes:
SharedContext

public interface ResettableContext
extends Context
Resettable Context interface, for contexts that must be reset between steps of an operation (e.g. when advancing to a new region, or a new chunk of ordered keys).
  • Method Summary

    Modifier and Type Method Description
    void reset()
    Reset this context before it will be used again.

    Methods inherited from interface com.illumon.iris.db.v2.sources.chunk.Context

    close
  • Method Details

    • reset

      void reset()
      Reset this context before it will be used again.