public class IgfsPathControlRequest extends IgfsMessage
| Constructor and Description |
|---|
IgfsPathControlRequest() |
| Modifier and Type | Method and Description |
|---|---|
long |
accessTime() |
void |
accessTime(long accessTime) |
long |
blockSize() |
void |
blockSize(long blockSize) |
boolean |
colocate() |
void |
colocate(boolean colocate) |
IgfsPath |
destinationPath() |
void |
destinationPath(IgfsPath destPath) |
boolean |
flag() |
void |
flag(boolean flag) |
long |
length() |
void |
length(long len) |
long |
modificationTime() |
void |
modificationTime(long modificationTime) |
IgfsPath |
path() |
void |
path(IgfsPath path) |
Map<String,String> |
properties() |
void |
properties(@Nullable Map<String,String> props) |
int |
replication() |
void |
replication(int replication) |
int |
sequentialReadsBeforePrefetch() |
void |
sequentialReadsBeforePrefetch(int seqReadsBeforePrefetch) |
long |
start() |
void |
start(long start) |
String |
toString() |
String |
userName()
Getter for the user name.
|
void |
userName(String userName)
Setter for the user name.
|
command, commandpublic void path(IgfsPath path)
path - Path.public void destinationPath(IgfsPath destPath)
destPath - Destination path (rename only).public void flag(boolean flag)
flag - Flag value. Meaning depends on command.public void colocate(boolean colocate)
colocate - Colocate control flag value.public void replication(int replication)
replication - Hadoop replication factor.public void blockSize(long blockSize)
blockSize - Hadoop block size.public void properties(@Nullable
@Nullable Map<String,String> props)
props - Properties map.public void sequentialReadsBeforePrefetch(int seqReadsBeforePrefetch)
seqReadsBeforePrefetch - Sequential reads before prefetch.public void start(long start)
start - Start position (affinity command only).public void length(long len)
len - Length (affinity command only).public void accessTime(long accessTime)
accessTime - Last access time.public void modificationTime(long modificationTime)
modificationTime - Last modification time.public IgfsPath path()
public IgfsPath destinationPath()
public boolean flag()
public boolean colocate()
public int replication()
public long blockSize()
public int sequentialReadsBeforePrefetch()
public long start()
public long length()
public long accessTime()
public long modificationTime()
public final String userName()
public final void userName(String userName)
userName - the user name.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.8.0 Release Date : February 27 2020