Package org.apache.solr.filestore
Class FileStore.FileEntry
- java.lang.Object
-
- org.apache.solr.filestore.FileStore.FileEntry
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ByteBuffer
getBuffer()
For very large files , only a stream would be available This method would return null;InputStream
getInputStream()
FileStoreAPI.MetaData
getMetaData()
String
getPath()
-
-
-
Method Detail
-
getPath
public String getPath()
-
getInputStream
public InputStream getInputStream()
-
getBuffer
public ByteBuffer getBuffer()
For very large files , only a stream would be available This method would return null;
-
getMetaData
public FileStoreAPI.MetaData getMetaData()
-
-