Package io.trino.filesystem.alluxio
Class AlluxioInputHelper
java.lang.Object
io.trino.filesystem.alluxio.AlluxioInputHelper
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionAlluxioInputHelper(io.opentelemetry.api.trace.Tracer tracer, Location location, String cacheKey, alluxio.client.file.URIStatus status, alluxio.client.file.cache.CacheManager cacheManager, alluxio.conf.AlluxioConfiguration configuration, AlluxioCacheStats statistics) -
Method Summary
Modifier and TypeMethodDescriptionalignRead(long position, long length) intdoCacheRead(long position, byte[] bytes, int offset, int length) voidputCache(long pageStart, long pageEnd, byte[] readBuffer, int length)
-
Constructor Details
-
AlluxioInputHelper
public AlluxioInputHelper(io.opentelemetry.api.trace.Tracer tracer, Location location, String cacheKey, alluxio.client.file.URIStatus status, alluxio.client.file.cache.CacheManager cacheManager, alluxio.conf.AlluxioConfiguration configuration, AlluxioCacheStats statistics)
-
-
Method Details
-
doCacheRead
public int doCacheRead(long position, byte[] bytes, int offset, int length) -
alignRead
-
putCache
public void putCache(long pageStart, long pageEnd, byte[] readBuffer, int length)
-