public class VisorFileBlock extends Object implements Serializable
| Constructor and Description |
|---|
VisorFileBlock(String path,
long off,
long size,
long lastModified,
boolean zipped,
byte[] data)
Create file block with given parameters.
|
public VisorFileBlock(String path, long off, long size, long lastModified, boolean zipped, byte[] data)
path - File path.off - Marker position.size - File size.lastModified - Timestamp of last modification of the file.zipped - Whether data was zipped.data - Data bytes.public String path()
public long offset()
public long size()
public long lastModified()
public boolean zipped()
public byte[] data()
Follow @ApacheIgnite
Ignite Fabric : ver. 1.1.0-incubating Release Date : May 20 2015