com.taobao.metamorphosis.server.transaction.store
接口 TransactionCommands.AppendMessageCommandOrBuilder

所有超级接口:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
所有已知实现类:
TransactionCommands.AppendMessageCommand, TransactionCommands.AppendMessageCommand.Builder
包容类:
TransactionCommands

public static interface TransactionCommands.AppendMessageCommandOrBuilder
extends com.google.protobuf.MessageOrBuilder


方法摘要
 long getMessageId()
          required int64 message_id = 1;
 com.google.protobuf.ByteString getPutCommand()
          required bytes put_command = 2;
 boolean hasMessageId()
          required int64 message_id = 1;
 boolean hasPutCommand()
          required bytes put_command = 2;
 
从接口 com.google.protobuf.MessageOrBuilder 继承的方法
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
从接口 com.google.protobuf.MessageLiteOrBuilder 继承的方法
isInitialized
 

方法详细信息

hasMessageId

boolean hasMessageId()
required int64 message_id = 1;


getMessageId

long getMessageId()
required int64 message_id = 1;


hasPutCommand

boolean hasPutCommand()
required bytes put_command = 2;


getPutCommand

com.google.protobuf.ByteString getPutCommand()
required bytes put_command = 2;



Copyright © 2010–2013. All rights reserved.