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

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

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


方法摘要
 com.google.protobuf.ByteString getCmdContent()
          required bytes cmd_content = 2;
 TransactionCommands.TxCommandType getCmdType()
          required .com.taobao.tddl.dbproxy.protocol.TxCommandType cmdType = 1;
 boolean getForce()
          optional bool force = 3 [default = false];
 boolean hasCmdContent()
          required bytes cmd_content = 2;
 boolean hasCmdType()
          required .com.taobao.tddl.dbproxy.protocol.TxCommandType cmdType = 1;
 boolean hasForce()
          optional bool force = 3 [default = false];
 
从接口 com.google.protobuf.MessageOrBuilder 继承的方法
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
从接口 com.google.protobuf.MessageLiteOrBuilder 继承的方法
isInitialized
 

方法详细信息

hasCmdType

boolean hasCmdType()
required .com.taobao.tddl.dbproxy.protocol.TxCommandType cmdType = 1;


getCmdType

TransactionCommands.TxCommandType getCmdType()
required .com.taobao.tddl.dbproxy.protocol.TxCommandType cmdType = 1;


hasCmdContent

boolean hasCmdContent()
required bytes cmd_content = 2;


getCmdContent

com.google.protobuf.ByteString getCmdContent()
required bytes cmd_content = 2;


hasForce

boolean hasForce()
optional bool force = 3 [default = false];


getForce

boolean getForce()
optional bool force = 3 [default = false];



Copyright © 2010–2013. All rights reserved.