Interface MemorySegmentAccessInputAccess


public interface MemorySegmentAccessInputAccess
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.lucene.store.MemorySegmentAccessInput
    get()
    Returns the underlying MemorySegmentAccessInput, or null if not available.
    static org.apache.lucene.store.IndexInput
    unwrap(org.apache.lucene.store.IndexInput input)
    Unwraps to the underlying MemorySegmentAccessInput if available, otherwise returns the input unchanged.
  • Method Details

    • get

      org.apache.lucene.store.MemorySegmentAccessInput get()
      Returns the underlying MemorySegmentAccessInput, or null if not available.
    • unwrap

      static org.apache.lucene.store.IndexInput unwrap(org.apache.lucene.store.IndexInput input)
      Unwraps to the underlying MemorySegmentAccessInput if available, otherwise returns the input unchanged.