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

org.apache.bookkeeper.stream.proto.cluster.ServerAssignmentDataOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: cluster.proto

package org.apache.bookkeeper.stream.proto.cluster;

public interface ServerAssignmentDataOrBuilder extends
    // @@protoc_insertion_point(interface_extends:bookkeeper.proto.cluster.ServerAssignmentData)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * assigned containers
   * 
* * repeated int64 containers = 1; * @return A list containing the containers. */ java.util.List getContainersList(); /** *
   * assigned containers
   * 
* * repeated int64 containers = 1; * @return The count of containers. */ int getContainersCount(); /** *
   * assigned containers
   * 
* * repeated int64 containers = 1; * @param index The index of the element to return. * @return The containers at the given index. */ long getContainers(int index); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy