public class GridGgfsPathControlRequest extends GridGgfsMessage
| Constructor and Description |
|---|
GridGgfsPathControlRequest() |
| Modifier and Type | Method and Description |
|---|---|
long |
accessTime() |
void |
accessTime(long accessTime) |
long |
blockSize() |
void |
blockSize(long blockSize) |
boolean |
colocate() |
void |
colocate(boolean colocate) |
org.gridgain.grid.ggfs.GridGgfsPath |
destinationPath() |
void |
destinationPath(org.gridgain.grid.ggfs.GridGgfsPath destPath) |
boolean |
flag() |
void |
flag(boolean flag) |
long |
length() |
void |
length(long len) |
long |
modificationTime() |
void |
modificationTime(long modificationTime) |
org.gridgain.grid.ggfs.GridGgfsPath |
path() |
void |
path(org.gridgain.grid.ggfs.GridGgfsPath path) |
Map<String,String> |
properties() |
void |
properties(Map<String,String> props) |
int |
replication() |
void |
replication(int replication) |
int |
sequentialReadsBeforePrefetch() |
void |
sequentialReadsBeforePrefetch(int seqReadsBeforePrefetch) |
long |
start() |
void |
start(long start) |
String |
toString() |
command, commandpublic void path(org.gridgain.grid.ggfs.GridGgfsPath path)
path - Path.public void destinationPath(org.gridgain.grid.ggfs.GridGgfsPath 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
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 org.gridgain.grid.ggfs.GridGgfsPath path()
public org.gridgain.grid.ggfs.GridGgfsPath 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()
Copyright © 2014. All rights reserved.