Package io.trino.filesystem.alluxio
Class AlluxioInput
java.lang.Object
io.trino.filesystem.alluxio.AlluxioInput
- All Implemented Interfaces:
TrinoInput,Closeable,AutoCloseable
-
Constructor Summary
ConstructorsConstructorDescriptionAlluxioInput(io.opentelemetry.api.trace.Tracer tracer, TrinoInputFile inputFile, String cacheKey, alluxio.client.file.URIStatus status, alluxio.client.file.cache.CacheManager cacheManager, alluxio.conf.AlluxioConfiguration configuration, AlluxioCacheStats statistics) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.trino.filesystem.TrinoInput
readFully, readTail
-
Constructor Details
-
AlluxioInput
public AlluxioInput(io.opentelemetry.api.trace.Tracer tracer, TrinoInputFile inputFile, String cacheKey, alluxio.client.file.URIStatus status, alluxio.client.file.cache.CacheManager cacheManager, alluxio.conf.AlluxioConfiguration configuration, AlluxioCacheStats statistics)
-
-
Method Details
-
readFully
- Specified by:
readFullyin interfaceTrinoInput- Throws:
IOException
-
readTail
- Specified by:
readTailin interfaceTrinoInput- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-