public class GridGgfsHandshakeResponse extends Object implements Externalizable
| Constructor and Description |
|---|
GridGgfsHandshakeResponse()
Externalizable support. |
GridGgfsHandshakeResponse(String ggfsName,
GridGgfsPaths paths,
long blockSize,
Boolean sampling)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
long |
blockSize() |
String |
ggfsName() |
void |
readExternal(ObjectInput in) |
Boolean |
sampling() |
GridGgfsPaths |
secondaryPaths() |
void |
writeExternal(ObjectOutput out) |
public GridGgfsHandshakeResponse()
Externalizable support.public GridGgfsHandshakeResponse(String ggfsName, GridGgfsPaths paths, long blockSize, Boolean sampling)
paths - Secondary paths.blockSize - Server default block size.public String ggfsName()
public GridGgfsPaths secondaryPaths()
public long blockSize()
public Boolean sampling()
public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionCopyright © 2014. All rights reserved.