All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.daos.obj.attr.DaosEcAttrOrBuilder Maven / Gradle / Ivy

There is a newer version: 2.4.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: DaosObjectAttribute.proto

package io.daos.obj.attr;

public interface DaosEcAttrOrBuilder extends
    // @@protoc_insertion_point(interface_extends:objattr.DaosEcAttr)
    com.google.protobuf.MessageOrBuilder {

  /**
   * uint32 e_k = 1;
   * @return The eK.
   */
  int getEK();

  /**
   * uint32 e_p = 2;
   * @return The eP.
   */
  int getEP();

  /**
   * uint32 e_len = 3;
   * @return The eLen.
   */
  int getELen();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy