Commit fe9591d4 authored by chiaming2000's avatar chiaming2000
Browse files

Correct typo. The max outstanding batch count is renamed to

maxBatchCountPerDevice.
parent 78e3157c
Loading
Loading
Loading
Loading
+95 −95
Original line number Diff line number Diff line
@@ -22857,15 +22857,15 @@ public final class Kinetic {
         */
        int getMaxOperationCountPerBatch();
        // optional uint32 maxBatchCountPerConnection = 13;
        // optional uint32 maxBatchCountPerDevice = 13;
        /**
         * <code>optional uint32 maxBatchCountPerConnection = 13;</code>
         * <code>optional uint32 maxBatchCountPerDevice = 13;</code>
         */
        boolean hasMaxBatchCountPerConnection();
        boolean hasMaxBatchCountPerDevice();
        /**
         * <code>optional uint32 maxBatchCountPerConnection = 13;</code>
         * <code>optional uint32 maxBatchCountPerDevice = 13;</code>
         */
        int getMaxBatchCountPerConnection();
        int getMaxBatchCountPerDevice();
      }
      /**
       * Protobuf type {@code com.seagate.kinetic.proto.Command.GetLog.Limits}
@@ -22980,7 +22980,7 @@ public final class Kinetic {
                }
                case 104: {
                  bitField0_ |= 0x00001000;
                  maxBatchCountPerConnection_ = input.readUInt32();
                  maxBatchCountPerDevice_ = input.readUInt32();
                  break;
                }
              }
@@ -23215,20 +23215,20 @@ public final class Kinetic {
          return maxOperationCountPerBatch_;
        }
        // optional uint32 maxBatchCountPerConnection = 13;
        public static final int MAXBATCHCOUNTPERCONNECTION_FIELD_NUMBER = 13;
        private int maxBatchCountPerConnection_;
        // optional uint32 maxBatchCountPerDevice = 13;
        public static final int MAXBATCHCOUNTPERDEVICE_FIELD_NUMBER = 13;
        private int maxBatchCountPerDevice_;
        /**
         * <code>optional uint32 maxBatchCountPerConnection = 13;</code>
         * <code>optional uint32 maxBatchCountPerDevice = 13;</code>
         */
        public boolean hasMaxBatchCountPerConnection() {
        public boolean hasMaxBatchCountPerDevice() {
          return ((bitField0_ & 0x00001000) == 0x00001000);
        }
        /**
         * <code>optional uint32 maxBatchCountPerConnection = 13;</code>
         * <code>optional uint32 maxBatchCountPerDevice = 13;</code>
         */
        public int getMaxBatchCountPerConnection() {
          return maxBatchCountPerConnection_;
        public int getMaxBatchCountPerDevice() {
          return maxBatchCountPerDevice_;
        }
        private void initFields() {
@@ -23244,7 +23244,7 @@ public final class Kinetic {
          maxIdentityCount_ = 0;
          maxPinSize_ = 0;
          maxOperationCountPerBatch_ = 0;
          maxBatchCountPerConnection_ = 0;
          maxBatchCountPerDevice_ = 0;
        }
        private byte memoizedIsInitialized = -1;
        public final boolean isInitialized() {
@@ -23295,7 +23295,7 @@ public final class Kinetic {
            output.writeUInt32(12, maxOperationCountPerBatch_);
          }
          if (((bitField0_ & 0x00001000) == 0x00001000)) {
            output.writeUInt32(13, maxBatchCountPerConnection_);
            output.writeUInt32(13, maxBatchCountPerDevice_);
          }
          getUnknownFields().writeTo(output);
        }
@@ -23356,7 +23356,7 @@ public final class Kinetic {
          }
          if (((bitField0_ & 0x00001000) == 0x00001000)) {
            size += com.google.protobuf.CodedOutputStream
              .computeUInt32Size(13, maxBatchCountPerConnection_);
              .computeUInt32Size(13, maxBatchCountPerDevice_);
          }
          size += getUnknownFields().getSerializedSize();
          memoizedSerializedSize = size;
@@ -23498,7 +23498,7 @@ public final class Kinetic {
            bitField0_ = (bitField0_ & ~0x00000400);
            maxOperationCountPerBatch_ = 0;
            bitField0_ = (bitField0_ & ~0x00000800);
            maxBatchCountPerConnection_ = 0;
            maxBatchCountPerDevice_ = 0;
            bitField0_ = (bitField0_ & ~0x00001000);
            return this;
          }
@@ -23579,7 +23579,7 @@ public final class Kinetic {
            if (((from_bitField0_ & 0x00001000) == 0x00001000)) {
              to_bitField0_ |= 0x00001000;
            }
            result.maxBatchCountPerConnection_ = maxBatchCountPerConnection_;
            result.maxBatchCountPerDevice_ = maxBatchCountPerDevice_;
            result.bitField0_ = to_bitField0_;
            onBuilt();
            return result;
@@ -23632,8 +23632,8 @@ public final class Kinetic {
            if (other.hasMaxOperationCountPerBatch()) {
              setMaxOperationCountPerBatch(other.getMaxOperationCountPerBatch());
            }
            if (other.hasMaxBatchCountPerConnection()) {
              setMaxBatchCountPerConnection(other.getMaxBatchCountPerConnection());
            if (other.hasMaxBatchCountPerDevice()) {
              setMaxBatchCountPerDevice(other.getMaxBatchCountPerDevice());
            }
            this.mergeUnknownFields(other.getUnknownFields());
            return this;
@@ -24058,35 +24058,35 @@ public final class Kinetic {
            return this;
          }
          // optional uint32 maxBatchCountPerConnection = 13;
          private int maxBatchCountPerConnection_ ;
          // optional uint32 maxBatchCountPerDevice = 13;
          private int maxBatchCountPerDevice_ ;
          /**
           * <code>optional uint32 maxBatchCountPerConnection = 13;</code>
           * <code>optional uint32 maxBatchCountPerDevice = 13;</code>
           */
          public boolean hasMaxBatchCountPerConnection() {
          public boolean hasMaxBatchCountPerDevice() {
            return ((bitField0_ & 0x00001000) == 0x00001000);
          }
          /**
           * <code>optional uint32 maxBatchCountPerConnection = 13;</code>
           * <code>optional uint32 maxBatchCountPerDevice = 13;</code>
           */
          public int getMaxBatchCountPerConnection() {
            return maxBatchCountPerConnection_;
          public int getMaxBatchCountPerDevice() {
            return maxBatchCountPerDevice_;
          }
          /**
           * <code>optional uint32 maxBatchCountPerConnection = 13;</code>
           * <code>optional uint32 maxBatchCountPerDevice = 13;</code>
           */
          public Builder setMaxBatchCountPerConnection(int value) {
          public Builder setMaxBatchCountPerDevice(int value) {
            bitField0_ |= 0x00001000;
            maxBatchCountPerConnection_ = value;
            maxBatchCountPerDevice_ = value;
            onChanged();
            return this;
          }
          /**
           * <code>optional uint32 maxBatchCountPerConnection = 13;</code>
           * <code>optional uint32 maxBatchCountPerDevice = 13;</code>
           */
          public Builder clearMaxBatchCountPerConnection() {
          public Builder clearMaxBatchCountPerDevice() {
            bitField0_ = (bitField0_ & ~0x00001000);
            maxBatchCountPerConnection_ = 0;
            maxBatchCountPerDevice_ = 0;
            onChanged();
            return this;
          }
@@ -31750,7 +31750,7 @@ public final class Kinetic {
      "identity\030\001 \001(\003\022\014\n\004hmac\030\002 \001(\014\032\026\n\007PINauth\022" +
      "\013\n\003pin\030\001 \001(\014\"\\\n\010AuthType\022\036\n\021INVALID_AUTH",
      "_TYPE\020\377\377\377\377\377\377\377\377\377\001\022\014\n\010HMACAUTH\020\001\022\013\n\007PINAUT" +
      "H\020\002\022\025\n\021UNSOLICITEDSTATUS\020\003\"\3672\n\007Command\0229" +
      "H\020\002\022\025\n\021UNSOLICITEDSTATUS\020\003\"\3632\n\007Command\0229" +
      "\n\006header\030\001 \001(\0132).com.seagate.kinetic.pro" +
      "to.Command.Header\0225\n\004body\030\002 \001(\0132\'.com.se" +
      "agate.kinetic.proto.Command.Body\0229\n\006stat" +
@@ -31815,7 +31815,7 @@ public final class Kinetic {
      "te.kinetic.proto.Command.Status\022>\n\005p2pop" +
      "\030\010 \001(\0132/.com.seagate.kinetic.proto.Comma" +
      "nd.P2POperation\0323\n\004Peer\022\020\n\010hostname\030\001 \001(" +
      "\t\022\014\n\004port\030\002 \001(\005\022\013\n\003tls\030\003 \001(\010\032\360\016\n\006GetLog\022" +
      "\t\022\014\n\004port\030\002 \001(\005\022\013\n\003tls\030\003 \001(\010\032\354\016\n\006GetLog\022" +
      "=\n\005types\030\001 \003(\0162..com.seagate.kinetic.pro" +
      "to.Command.GetLog.Type\022K\n\014utilizations\030\002" +
      " \003(\01325.com.seagate.kinetic.proto.Command",
@@ -31849,7 +31849,7 @@ public final class Kinetic {
      "v4Address\030\003 \001(\014\022\023\n\013ipv6Address\030\004 \001(\014\032o\n\n" +
      "Statistics\022C\n\013messageType\030\001 \001(\0162..com.se" +
      "agate.kinetic.proto.Command.MessageType\022",
      "\r\n\005count\030\004 \001(\004\022\r\n\005bytes\030\005 \001(\004\032\346\002\n\006Limits" +
      "\r\n\005count\030\004 \001(\004\022\r\n\005bytes\030\005 \001(\004\032\342\002\n\006Limits" +
      "\022\022\n\nmaxKeySize\030\001 \001(\r\022\024\n\014maxValueSize\030\002 \001" +
      "(\r\022\026\n\016maxVersionSize\030\003 \001(\r\022\022\n\nmaxTagSize" +
      "\030\004 \001(\r\022\026\n\016maxConnections\030\005 \001(\r\022\"\n\032maxOut" +
@@ -31857,63 +31857,63 @@ public final class Kinetic {
      "dingWriteRequests\030\007 \001(\r\022\026\n\016maxMessageSiz" +
      "e\030\010 \001(\r\022\030\n\020maxKeyRangeCount\030\t \001(\r\022\030\n\020max" +
      "IdentityCount\030\n \001(\r\022\022\n\nmaxPinSize\030\013 \001(\r\022" +
      "!\n\031maxOperationCountPerBatch\030\014 \001(\r\022\"\n\032ma" +
      "xBatchCountPerConnection\030\r \001(\r\032\026\n\006Device",
      "\022\014\n\004name\030\001 \001(\014\"\236\001\n\004Type\022\031\n\014INVALID_TYPE\020" +
      "\377\377\377\377\377\377\377\377\377\001\022\020\n\014UTILIZATIONS\020\000\022\020\n\014TEMPERAT" +
      "URES\020\001\022\016\n\nCAPACITIES\020\002\022\021\n\rCONFIGURATION\020" +
      "\003\022\016\n\nSTATISTICS\020\004\022\014\n\010MESSAGES\020\005\022\n\n\006LIMIT" +
      "S\020\006\022\n\n\006DEVICE\020\007\032\375\005\n\010Security\022<\n\003acl\030\002 \003(" +
      "\0132/.com.seagate.kinetic.proto.Command.Se" +
      "curity.ACL\022\022\n\noldLockPIN\030\003 \001(\014\022\022\n\nnewLoc" +
      "kPIN\030\004 \001(\014\022\023\n\013oldErasePIN\030\005 \001(\014\022\023\n\013newEr" +
      "asePIN\030\006 \001(\014\032\340\004\n\003ACL\022\020\n\010identity\030\001 \001(\003\022\013" +
      "\n\003key\030\002 \001(\014\022T\n\rhmacAlgorithm\030\003 \001(\0162=.com",
      ".seagate.kinetic.proto.Command.Security." +
      "ACL.HMACAlgorithm\022D\n\005scope\030\004 \003(\01325.com.s" +
      "eagate.kinetic.proto.Command.Security.AC" +
      "L.Scope\022@\n\013maxPriority\030\005 \001(\0162+.com.seaga" +
      "te.kinetic.proto.Command.Priority\032\213\001\n\005Sc" +
      "ope\022\016\n\006offset\030\001 \001(\003\022\r\n\005value\030\002 \001(\014\022N\n\npe" +
      "rmission\030\003 \003(\0162:.com.seagate.kinetic.pro" +
      "to.Command.Security.ACL.Permission\022\023\n\013Tl" +
      "sRequired\030\004 \001(\010\"B\n\rHMACAlgorithm\022#\n\026INVA" +
      "LID_HMAC_ALGORITHM\020\377\377\377\377\377\377\377\377\377\001\022\014\n\010HmacSHA",
      "1\020\001\"\211\001\n\nPermission\022\037\n\022INVALID_PERMISSION" +
      "\020\377\377\377\377\377\377\377\377\377\001\022\010\n\004READ\020\000\022\t\n\005WRITE\020\001\022\n\n\006DELE" +
      "TE\020\002\022\t\n\005RANGE\020\003\022\t\n\005SETUP\020\004\022\t\n\005P2POP\020\005\022\n\n" +
      "\006GETLOG\020\007\022\014\n\010SECURITY\020\010\032\320\001\n\014PinOperation" +
      "\022L\n\tpinOpType\030\001 \001(\01629.com.seagate.kineti" +
      "c.proto.Command.PinOperation.PinOpType\"r" +
      "\n\tPinOpType\022\032\n\rINVALID_PINOP\020\377\377\377\377\377\377\377\377\377\001\022" +
      "\020\n\014UNLOCK_PINOP\020\001\022\016\n\nLOCK_PINOP\020\002\022\017\n\013ERA" +
      "SE_PINOP\020\003\022\026\n\022SECURE_ERASE_PINOP\020\004\"c\n\017Sy" +
      "nchronization\022$\n\027INVALID_SYNCHRONIZATION",
      "\020\377\377\377\377\377\377\377\377\377\001\022\020\n\014WRITETHROUGH\020\001\022\r\n\tWRITEBA" +
      "CK\020\002\022\t\n\005FLUSH\020\003\"F\n\010Priority\022\n\n\006NORMAL\020\005\022" +
      "\n\n\006LOWEST\020\001\022\t\n\005LOWER\020\003\022\n\n\006HIGHER\020\007\022\013\n\007HI" +
      "GHEST\020\t\"_\n\tAlgorithm\022\036\n\021INVALID_ALGORITH" +
      "M\020\377\377\377\377\377\377\377\377\377\001\022\010\n\004SHA1\020\001\022\010\n\004SHA2\020\002\022\010\n\004SHA3" +
      "\020\003\022\t\n\005CRC32\020\004\022\t\n\005CRC64\020\005\"\371\005\n\013MessageType" +
      "\022!\n\024INVALID_MESSAGE_TYPE\020\377\377\377\377\377\377\377\377\377\001\022\007\n\003G" +
      "ET\020\002\022\020\n\014GET_RESPONSE\020\001\022\007\n\003PUT\020\004\022\020\n\014PUT_R" +
      "ESPONSE\020\003\022\n\n\006DELETE\020\006\022\023\n\017DELETE_RESPONSE" +
      "\020\005\022\013\n\007GETNEXT\020\010\022\024\n\020GETNEXT_RESPONSE\020\007\022\017\n",
      "\013GETPREVIOUS\020\n\022\030\n\024GETPREVIOUS_RESPONSE\020\t" +
      "\022\017\n\013GETKEYRANGE\020\014\022\030\n\024GETKEYRANGE_RESPONS" +
      "E\020\013\022\016\n\nGETVERSION\020\020\022\027\n\023GETVERSION_RESPON" +
      "SE\020\017\022\t\n\005SETUP\020\026\022\022\n\016SETUP_RESPONSE\020\025\022\n\n\006G" +
      "ETLOG\020\030\022\023\n\017GETLOG_RESPONSE\020\027\022\014\n\010SECURITY" +
      "\020\032\022\025\n\021SECURITY_RESPONSE\020\031\022\021\n\rPEER2PEERPU" +
      "SH\020\034\022\032\n\026PEER2PEERPUSH_RESPONSE\020\033\022\010\n\004NOOP" +
      "\020\036\022\021\n\rNOOP_RESPONSE\020\035\022\020\n\014FLUSHALLDATA\020 \022" +
      "\031\n\025FLUSHALLDATA_RESPONSE\020\037\022\t\n\005PINOP\020$\022\022\n" +
      "\016PINOP_RESPONSE\020#\022\r\n\tMEDIASCAN\020&\022\026\n\022MEDI",
      "ASCAN_RESPONSE\020%\022\021\n\rMEDIAOPTIMIZE\020(\022\032\n\026M" +
      "EDIAOPTIMIZE_RESPONSE\020\'\022\017\n\013START_BATCH\020*" +
      "\022\030\n\024START_BATCH_RESPONSE\020)\022\r\n\tEND_BATCH\020" +
      ",\022\026\n\022END_BATCH_RESPONSE\020+\022\017\n\013ABORT_BATCH" +
      "\020.\022\030\n\024ABORT_BATCH_RESPONSE\020-B\tB\007Kinetic"
      "!\n\031maxOperationCountPerBatch\030\014 \001(\r\022\036\n\026ma" +
      "xBatchCountPerDevice\030\r \001(\r\032\026\n\006Device\022\014\n\004",
      "name\030\001 \001(\014\"\236\001\n\004Type\022\031\n\014INVALID_TYPE\020\377\377\377\377" +
      "\377\377\377\377\377\001\022\020\n\014UTILIZATIONS\020\000\022\020\n\014TEMPERATURES" +
      "\020\001\022\016\n\nCAPACITIES\020\002\022\021\n\rCONFIGURATION\020\003\022\016\n" +
      "\nSTATISTICS\020\004\022\014\n\010MESSAGES\020\005\022\n\n\006LIMITS\020\006\022" +
      "\n\n\006DEVICE\020\007\032\375\005\n\010Security\022<\n\003acl\030\002 \003(\0132/." +
      "com.seagate.kinetic.proto.Command.Securi" +
      "ty.ACL\022\022\n\noldLockPIN\030\003 \001(\014\022\022\n\nnewLockPIN" +
      "\030\004 \001(\014\022\023\n\013oldErasePIN\030\005 \001(\014\022\023\n\013newEraseP" +
      "IN\030\006 \001(\014\032\340\004\n\003ACL\022\020\n\010identity\030\001 \001(\003\022\013\n\003ke" +
      "y\030\002 \001(\014\022T\n\rhmacAlgorithm\030\003 \001(\0162=.com.sea",
      "gate.kinetic.proto.Command.Security.ACL." +
      "HMACAlgorithm\022D\n\005scope\030\004 \003(\01325.com.seaga" +
      "te.kinetic.proto.Command.Security.ACL.Sc" +
      "ope\022@\n\013maxPriority\030\005 \001(\0162+.com.seagate.k" +
      "inetic.proto.Command.Priority\032\213\001\n\005Scope\022" +
      "\016\n\006offset\030\001 \001(\003\022\r\n\005value\030\002 \001(\014\022N\n\npermis" +
      "sion\030\003 \003(\0162:.com.seagate.kinetic.proto.C" +
      "ommand.Security.ACL.Permission\022\023\n\013TlsReq" +
      "uired\030\004 \001(\010\"B\n\rHMACAlgorithm\022#\n\026INVALID_" +
      "HMAC_ALGORITHM\020\377\377\377\377\377\377\377\377\377\001\022\014\n\010HmacSHA1\020\001\"",
      "\211\001\n\nPermission\022\037\n\022INVALID_PERMISSION\020\377\377\377" +
      "\377\377\377\377\377\377\001\022\010\n\004READ\020\000\022\t\n\005WRITE\020\001\022\n\n\006DELETE\020\002" +
      "\022\t\n\005RANGE\020\003\022\t\n\005SETUP\020\004\022\t\n\005P2POP\020\005\022\n\n\006GET" +
      "LOG\020\007\022\014\n\010SECURITY\020\010\032\320\001\n\014PinOperation\022L\n\t" +
      "pinOpType\030\001 \001(\01629.com.seagate.kinetic.pr" +
      "oto.Command.PinOperation.PinOpType\"r\n\tPi" +
      "nOpType\022\032\n\rINVALID_PINOP\020\377\377\377\377\377\377\377\377\377\001\022\020\n\014U" +
      "NLOCK_PINOP\020\001\022\016\n\nLOCK_PINOP\020\002\022\017\n\013ERASE_P" +
      "INOP\020\003\022\026\n\022SECURE_ERASE_PINOP\020\004\"c\n\017Synchr" +
      "onization\022$\n\027INVALID_SYNCHRONIZATION\020\377\377\377",
      "\377\377\377\377\377\377\001\022\020\n\014WRITETHROUGH\020\001\022\r\n\tWRITEBACK\020\002" +
      "\022\t\n\005FLUSH\020\003\"F\n\010Priority\022\n\n\006NORMAL\020\005\022\n\n\006L" +
      "OWEST\020\001\022\t\n\005LOWER\020\003\022\n\n\006HIGHER\020\007\022\013\n\007HIGHES" +
      "T\020\t\"_\n\tAlgorithm\022\036\n\021INVALID_ALGORITHM\020\377\377" +
      "\377\377\377\377\377\377\377\001\022\010\n\004SHA1\020\001\022\010\n\004SHA2\020\002\022\010\n\004SHA3\020\003\022\t" +
      "\n\005CRC32\020\004\022\t\n\005CRC64\020\005\"\371\005\n\013MessageType\022!\n\024" +
      "INVALID_MESSAGE_TYPE\020\377\377\377\377\377\377\377\377\377\001\022\007\n\003GET\020\002" +
      "\022\020\n\014GET_RESPONSE\020\001\022\007\n\003PUT\020\004\022\020\n\014PUT_RESPO" +
      "NSE\020\003\022\n\n\006DELETE\020\006\022\023\n\017DELETE_RESPONSE\020\005\022\013" +
      "\n\007GETNEXT\020\010\022\024\n\020GETNEXT_RESPONSE\020\007\022\017\n\013GET",
      "PREVIOUS\020\n\022\030\n\024GETPREVIOUS_RESPONSE\020\t\022\017\n\013" +
      "GETKEYRANGE\020\014\022\030\n\024GETKEYRANGE_RESPONSE\020\013\022" +
      "\016\n\nGETVERSION\020\020\022\027\n\023GETVERSION_RESPONSE\020\017" +
      "\022\t\n\005SETUP\020\026\022\022\n\016SETUP_RESPONSE\020\025\022\n\n\006GETLO" +
      "G\020\030\022\023\n\017GETLOG_RESPONSE\020\027\022\014\n\010SECURITY\020\032\022\025" +
      "\n\021SECURITY_RESPONSE\020\031\022\021\n\rPEER2PEERPUSH\020\034" +
      "\022\032\n\026PEER2PEERPUSH_RESPONSE\020\033\022\010\n\004NOOP\020\036\022\021" +
      "\n\rNOOP_RESPONSE\020\035\022\020\n\014FLUSHALLDATA\020 \022\031\n\025F" +
      "LUSHALLDATA_RESPONSE\020\037\022\t\n\005PINOP\020$\022\022\n\016PIN" +
      "OP_RESPONSE\020#\022\r\n\tMEDIASCAN\020&\022\026\n\022MEDIASCA",
      "N_RESPONSE\020%\022\021\n\rMEDIAOPTIMIZE\020(\022\032\n\026MEDIA" +
      "OPTIMIZE_RESPONSE\020\'\022\017\n\013START_BATCH\020*\022\030\n\024" +
      "START_BATCH_RESPONSE\020)\022\r\n\tEND_BATCH\020,\022\026\n" +
      "\022END_BATCH_RESPONSE\020+\022\017\n\013ABORT_BATCH\020.\022\030" +
      "\n\024ABORT_BATCH_RESPONSE\020-B\tB\007Kinetic"
    };
    com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner =
      new com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner() {
@@ -32057,7 +32057,7 @@ public final class Kinetic {
          internal_static_com_seagate_kinetic_proto_Command_GetLog_Limits_fieldAccessorTable = new
            com.google.protobuf.GeneratedMessage.FieldAccessorTable(
              internal_static_com_seagate_kinetic_proto_Command_GetLog_Limits_descriptor,
              new java.lang.String[] { "MaxKeySize", "MaxValueSize", "MaxVersionSize", "MaxTagSize", "MaxConnections", "MaxOutstandingReadRequests", "MaxOutstandingWriteRequests", "MaxMessageSize", "MaxKeyRangeCount", "MaxIdentityCount", "MaxPinSize", "MaxOperationCountPerBatch", "MaxBatchCountPerConnection", });
              new java.lang.String[] { "MaxKeySize", "MaxValueSize", "MaxVersionSize", "MaxTagSize", "MaxConnections", "MaxOutstandingReadRequests", "MaxOutstandingWriteRequests", "MaxMessageSize", "MaxKeyRangeCount", "MaxIdentityCount", "MaxPinSize", "MaxOperationCountPerBatch", "MaxBatchCountPerDevice", });
          internal_static_com_seagate_kinetic_proto_Command_GetLog_Device_descriptor =
            internal_static_com_seagate_kinetic_proto_Command_GetLog_descriptor.getNestedTypes().get(6);
          internal_static_com_seagate_kinetic_proto_Command_GetLog_Device_fieldAccessorTable = new
+26 −26
Original line number Diff line number Diff line
@@ -556,7 +556,7 @@ message Command {
			optional uint32 maxIdentityCount = 10;
			optional uint32 maxPinSize = 11;
			optional uint32 maxOperationCountPerBatch = 12;
			optional uint32 maxBatchCountPerConnection = 13;
			optional uint32 maxBatchCountPerDevice = 13;
		}

		// The Device GetLog message is to ask the device to send back the
+1 −1
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@ public abstract class LimitsUtil {
        
        limits.setMaxIdentityCount(config.getMaxIdentityCount());

        limits.setMaxBatchCountPerConnection(config.getMaxOutstandingBatches());
        limits.setMaxBatchCountPerDevice(config.getMaxOutstandingBatches());

        limits.setMaxOperationCountPerBatch(config.getMaxCommandsPerBatch());