Package org.opensearch.index.store.remote.filecache


package org.opensearch.index.store.remote.filecache
This package contains class used for File System Caching for remote store
  • Class
    Description
    Interface for an entry in the FileCache that can return an IndexInput.
    File Cache (FC) is introduced to solve the problem that the local disk cannot hold the entire dataset on remote store.
    IndexEventListener to clean up file cache when the index is deleted.
    Reference Counted IndexInput.
    File Cache (FC) is introduced to solve the problem that the local disk cannot hold the entire dataset on remote store.
    Statistics on file cache