public class Protocol.FileListResp extends BinaryProtocol.SimpleMessage
Constructor and Description |
---|
Protocol.FileListResp(java.nio.ByteBuffer buffer) |
Protocol.FileListResp(java.lang.String[] fileNames) |
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getFileNames() |
BinaryProtocol.MessageOp |
getOp() |
java.nio.ByteBuffer |
wireFormat()
The default message consists of the operation enum and just a 0
length size.
|
getBoolean, getByteArray, getDouble, getEnum, getNameIdPair, getRepNodeImplArray, getStringArray, getVLSN, wireFormat
allocateInitializedBuffer, match, toString
public Protocol.FileListResp(java.lang.String[] fileNames)
public Protocol.FileListResp(java.nio.ByteBuffer buffer)
public BinaryProtocol.MessageOp getOp()
getOp
in class BinaryProtocol.Message
public java.nio.ByteBuffer wireFormat()
BinaryProtocol.Message
wireFormat
in interface BinaryProtocol.WireFormatable
wireFormat
in class BinaryProtocol.Message
public java.lang.String[] getFileNames()
Copyright (c) 2004-2012 Oracle. All rights reserved.