Ejemplo n.º 1
0
 /// <seealso cref="Org.Apache.Hadoop.Hdfs.Server.Protocol.JournalProtocol.StartLogSegment(Org.Apache.Hadoop.Hdfs.Server.Protocol.JournalInfo, long, long)
 ///     "></seealso>
 /// <exception cref="Com.Google.Protobuf.ServiceException"/>
 public virtual JournalProtocolProtos.StartLogSegmentResponseProto StartLogSegment
     (RpcController controller, JournalProtocolProtos.StartLogSegmentRequestProto req
     )
 {
     try
     {
         impl.StartLogSegment(PBHelper.Convert(req.GetJournalInfo()), req.GetEpoch(), req.
                              GetTxid());
     }
     catch (IOException e)
     {
         throw new ServiceException(e);
     }
     return(VoidStartLogSegmentResponse);
 }
Ejemplo n.º 2
0
 /// <exception cref="System.IO.IOException"/>
 internal virtual void StartLogSegment(long txId)
 {
     backupNode.StartLogSegment(journalInfo, 0, txId);
 }