public class IgfsClientSetTimesCallable extends IgfsClientAbstractCallable<Void>
igfsName, path, user| Constructor and Description |
|---|
IgfsClientSetTimesCallable()
Default constructor.
|
IgfsClientSetTimesCallable(String igfsName,
String user,
IgfsPath path,
long accessTime,
long modificationTime)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected Void |
call0(IgfsContext ctx)
Execute task.
|
void |
readBinary0(BinaryRawReader reader)
Read binary.
|
String |
toString() |
void |
writeBinary0(BinaryRawWriter writer)
Write binary.
|
call, readBinary, writeBinarypublic IgfsClientSetTimesCallable()
public IgfsClientSetTimesCallable(@Nullable
String igfsName,
@Nullable
String user,
IgfsPath path,
long accessTime,
long modificationTime)
igfsName - IGFS name.user - IGFS user name.path - Path.accessTime - Access time.modificationTime - Modification time.protected Void call0(IgfsContext ctx) throws Exception
call0 in class IgfsClientAbstractCallable<Void>ctx - IGFS ocntext.Exception - If failed.public void writeBinary0(BinaryRawWriter writer) throws BinaryObjectException
writeBinary0 in class IgfsClientAbstractCallable<Void>writer - Raw writer.BinaryObjectExceptionpublic void readBinary0(BinaryRawReader reader) throws BinaryObjectException
readBinary0 in class IgfsClientAbstractCallable<Void>reader - Raw reader.BinaryObjectException
Follow @ApacheIgnite
Ignite Fabric : ver. 2.2.0 Release Date : September 15 2017