|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sleepycat.je.rep.utilint.BinaryProtocol.Message
com.sleepycat.je.rep.utilint.BinaryProtocol.SimpleMessage
com.sleepycat.je.rep.impl.networkRestore.Protocol.FileStart
com.sleepycat.je.rep.impl.networkRestore.Protocol.FileInfoResp
com.sleepycat.je.rep.impl.networkRestore.Protocol.FileEnd
public class Protocol.FileEnd
The message ending the response triple:
FileStart
Field Summary
Fields inherited from class com.sleepycat.je.rep.impl.networkRestore.Protocol.FileStart
fileLength, fileName, lastModifiedTime
Constructor Summary
Protocol.FileEnd(ByteBuffer buffer)
Protocol.FileEnd(String fileName,
long fileLength,
long lastModifiedTime,
byte[] digestSHA1)
Method Summary
BinaryProtocol.MessageOp
getOp()
ByteBuffer
wireFormat()
The default message consists of the operation enum and just a 0
length size.
Methods inherited from class com.sleepycat.je.rep.impl.networkRestore.Protocol.FileInfoResp
getDigestSHA1
Methods inherited from class com.sleepycat.je.rep.impl.networkRestore.Protocol.FileStart
getFileLength, getLastModifiedTime
Methods inherited from class com.sleepycat.je.rep.utilint.BinaryProtocol.SimpleMessage
getBoolean, getByteArray, getEnum, getRepNodeImplArray, getStringArray, getVLSN, wireFormat
Methods inherited from class com.sleepycat.je.rep.utilint.BinaryProtocol.Message
allocateInitializedBuffer, match, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Constructor Detail
Protocol.FileEnd
public Protocol.FileEnd(String fileName,
long fileLength,
long lastModifiedTime,
byte[] digestSHA1)
Protocol.FileEnd
public Protocol.FileEnd(ByteBuffer buffer)
Method Detail
getOp
public BinaryProtocol.MessageOp getOp()
getOp
in class Protocol.FileInfoResp
wireFormat
public ByteBuffer wireFormat()
BinaryProtocol.Message
wireFormat
in interface BinaryProtocol.WireFormatable
wireFormat
in class Protocol.FileInfoResp
Overview
Package
Class
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
Copyright (c) 2004-2010 Oracle. All rights reserved.