| Method and Description |
|---|
| alluxio.client.AbstractOutStream.getBytesWritten()
this method will not work if more than MAX_INT bytes are written; to get a count of
bytes written, wrap this stream in a counting output stream such as
org.apache.commons.io.output.CountingOutputStream |
| Enum Constant and Description |
|---|
| alluxio.client.WriteType.TRY_CACHE
This write type is deprecated as of v0.8 and not recommended for use. Use either
WriteType.MUST_CACHE or WriteType.CACHE_THROUGH depending on your data persistence
requirements. |
Copyright © 2024. All Rights Reserved.