Class DiskUsageIntegTestCase.TestFileStore

java.lang.Object
java.nio.file.FileStore
org.apache.lucene.mockfile.FilterFileStore
org.elasticsearch.cluster.DiskUsageIntegTestCase.TestFileStore
Enclosing class:
DiskUsageIntegTestCase

protected static class DiskUsageIntegTestCase.TestFileStore extends org.apache.lucene.mockfile.FilterFileStore
  • Method Details

    • name

      public String name()
      Overrides:
      name in class org.apache.lucene.mockfile.FilterFileStore
    • getTotalSpace

      public long getTotalSpace() throws IOException
      Overrides:
      getTotalSpace in class org.apache.lucene.mockfile.FilterFileStore
      Throws:
      IOException
    • setTotalSpace

      public void setTotalSpace(long totalSpace)
    • getUsableSpace

      public long getUsableSpace() throws IOException
      Overrides:
      getUsableSpace in class org.apache.lucene.mockfile.FilterFileStore
      Throws:
      IOException
    • getUnallocatedSpace

      public long getUnallocatedSpace() throws IOException
      Overrides:
      getUnallocatedSpace in class org.apache.lucene.mockfile.FilterFileStore
      Throws:
      IOException