Module org.elasticsearch.simdvec
Package org.elasticsearch.simdvec
Interface MemorySegmentAccessInputAccess
public interface MemorySegmentAccessInputAccess
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.lucene.store.MemorySegmentAccessInputget()Returns the underlyingMemorySegmentAccessInput, ornullif not available.static org.apache.lucene.store.IndexInputunwrap(org.apache.lucene.store.IndexInput input) Unwraps to the underlyingMemorySegmentAccessInputif available, otherwise returns the input unchanged.
-
Method Details
-
get
org.apache.lucene.store.MemorySegmentAccessInput get()Returns the underlyingMemorySegmentAccessInput, ornullif not available. -
unwrap
static org.apache.lucene.store.IndexInput unwrap(org.apache.lucene.store.IndexInput input) Unwraps to the underlyingMemorySegmentAccessInputif available, otherwise returns the input unchanged.
-