public interface IgfsBlockLocation
IGFS
file's data block location in the grid. It is used to determine
node affinity of a certain file block within the Grid by calling
IgniteFileSystem.affinity(IgfsPath, long, long)
method.Modifier and Type | Method and Description |
---|---|
Collection<String> |
hosts()
Compliant with Hadoop interface.
|
long |
length()
Length of the data block in the file.
|
Collection<String> |
names()
Compliant with Hadoop interface.
|
Collection<UUID> |
nodeIds()
Nodes this block belongs to.
|
long |
start()
Start position in the file this block relates to.
|
long start()
long length()
Collection<UUID> nodeIds()
Collection<String> names()
Collection<String> hosts()
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.2 Release Date : February 6 2019