Package org.elasticsearch.cluster
Class DiskUsageIntegTestCase.TestFileStore
java.lang.Object
java.nio.file.FileStore
org.apache.lucene.tests.mockfile.FilterFileStore
org.elasticsearch.cluster.DiskUsageIntegTestCase.TestFileStore
- Enclosing class:
DiskUsageIntegTestCase
protected static class DiskUsageIntegTestCase.TestFileStore
extends org.apache.lucene.tests.mockfile.FilterFileStore
-
Field Summary
Fields inherited from class org.apache.lucene.tests.mockfile.FilterFileStore
delegate, scheme -
Method Summary
Methods inherited from class org.apache.lucene.tests.mockfile.FilterFileStore
getAttribute, getFileStoreAttributeView, isReadOnly, supportsFileAttributeView, supportsFileAttributeView, toString, typeMethods inherited from class java.nio.file.FileStore
getBlockSize
-
Method Details
-
name
- Overrides:
namein classorg.apache.lucene.tests.mockfile.FilterFileStore
-
getTotalSpace
- Overrides:
getTotalSpacein classorg.apache.lucene.tests.mockfile.FilterFileStore- Throws:
IOException
-
setTotalSpace
public void setTotalSpace(long totalSpace) -
getUsableSpace
- Overrides:
getUsableSpacein classorg.apache.lucene.tests.mockfile.FilterFileStore- Throws:
IOException
-
getUnallocatedSpace
- Overrides:
getUnallocatedSpacein classorg.apache.lucene.tests.mockfile.FilterFileStore- Throws:
IOException
-