public final class S3BlockLocation extends Object implements org.apache.flink.core.fs.BlockLocation
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(org.apache.flink.core.fs.BlockLocation arg0) |
String[] |
getHosts() |
long |
getLength() |
long |
getOffset() |
public int compareTo(org.apache.flink.core.fs.BlockLocation arg0)
compareTo in interface Comparable<org.apache.flink.core.fs.BlockLocation>public String[] getHosts() throws IOException
getHosts in interface org.apache.flink.core.fs.BlockLocationIOExceptionpublic long getOffset()
getOffset in interface org.apache.flink.core.fs.BlockLocationpublic long getLength()
getLength in interface org.apache.flink.core.fs.BlockLocationCopyright © 2014–2015 The Apache Software Foundation. All rights reserved.