public final class LocalFileSystemBlockKey extends Object implements IgfsBaseBlockKey, Comparable<LocalFileSystemBlockKey>
| Constructor and Description |
|---|
LocalFileSystemBlockKey(IgfsPath path,
long blockId)
Constructs file's binary data block key.
|
| Modifier and Type | Method and Description |
|---|---|
IgniteUuid |
affinityKey() |
long |
blockId() |
int |
compareTo(LocalFileSystemBlockKey o) |
boolean |
equals(Object o) |
int |
fileHash() |
int |
hashCode() |
String |
toString() |
public LocalFileSystemBlockKey(IgfsPath path, long blockId)
path - IGFS path.blockId - Block ID.public long blockId()
blockId in interface IgfsBaseBlockKeypublic int fileHash()
fileHash in interface IgfsBaseBlockKeypublic IgniteUuid affinityKey()
affinityKey in interface IgfsBaseBlockKeypublic int compareTo(@NotNull
LocalFileSystemBlockKey o)
compareTo in interface Comparable<LocalFileSystemBlockKey>
Follow @ApacheIgnite
Ignite Fabric : ver. 2.0.0 Release Date : April 30 2017