Tabnine Logo
MLDataFormats$PositionInfo.getIndividualDeletedMessagesList
Code IndexAdd Tabnine to your IDE (free)

How to use
getIndividualDeletedMessagesList
method
in
org.apache.bookkeeper.mledger.proto.MLDataFormats$PositionInfo

Best Java code snippets using org.apache.bookkeeper.mledger.proto.MLDataFormats$PositionInfo.getIndividualDeletedMessagesList (Showing top 7 results out of 315)

origin: apache/pulsar

@java.lang.Override
public int hashCode() {
 if (memoizedHashCode != 0) {
  return memoizedHashCode;
 }
 int hash = 41;
 hash = (19 * hash) + getDescriptor().hashCode();
 if (hasLedgerId()) {
  hash = (37 * hash) + LEDGERID_FIELD_NUMBER;
  hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
    getLedgerId());
 }
 if (hasEntryId()) {
  hash = (37 * hash) + ENTRYID_FIELD_NUMBER;
  hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
    getEntryId());
 }
 if (getIndividualDeletedMessagesCount() > 0) {
  hash = (37 * hash) + INDIVIDUALDELETEDMESSAGES_FIELD_NUMBER;
  hash = (53 * hash) + getIndividualDeletedMessagesList().hashCode();
 }
 if (getPropertiesCount() > 0) {
  hash = (37 * hash) + PROPERTIES_FIELD_NUMBER;
  hash = (53 * hash) + getPropertiesList().hashCode();
 }
 hash = (29 * hash) + unknownFields.hashCode();
 memoizedHashCode = hash;
 return hash;
}
origin: apache/pulsar

@java.lang.Override
public boolean equals(final java.lang.Object obj) {
 if (obj == this) {
  return true;
 }
 if (!(obj instanceof org.apache.bookkeeper.mledger.proto.MLDataFormats.PositionInfo)) {
  return super.equals(obj);
 }
 org.apache.bookkeeper.mledger.proto.MLDataFormats.PositionInfo other = (org.apache.bookkeeper.mledger.proto.MLDataFormats.PositionInfo) obj;
 boolean result = true;
 result = result && (hasLedgerId() == other.hasLedgerId());
 if (hasLedgerId()) {
  result = result && (getLedgerId()
    == other.getLedgerId());
 }
 result = result && (hasEntryId() == other.hasEntryId());
 if (hasEntryId()) {
  result = result && (getEntryId()
    == other.getEntryId());
 }
 result = result && getIndividualDeletedMessagesList()
   .equals(other.getIndividualDeletedMessagesList());
 result = result && getPropertiesList()
   .equals(other.getPropertiesList());
 result = result && unknownFields.equals(other.unknownFields);
 return result;
}
origin: apache/pulsar

recoverIndividualDeletedMessages(positionInfo.getIndividualDeletedMessagesList());
origin: org.apache.pulsar/managed-ledger-original

recoverIndividualDeletedMessages(positionInfo.getIndividualDeletedMessagesList());
origin: com.yahoo.pulsar/managed-ledger

recoverIndividualDeletedMessages(positionInfo.getIndividualDeletedMessagesList());
origin: org.apache.pulsar/managed-ledger-original

@java.lang.Override
public boolean equals(final java.lang.Object obj) {
 if (obj == this) {
  return true;
 }
 if (!(obj instanceof org.apache.bookkeeper.mledger.proto.MLDataFormats.PositionInfo)) {
  return super.equals(obj);
 }
 org.apache.bookkeeper.mledger.proto.MLDataFormats.PositionInfo other = (org.apache.bookkeeper.mledger.proto.MLDataFormats.PositionInfo) obj;
 boolean result = true;
 result = result && (hasLedgerId() == other.hasLedgerId());
 if (hasLedgerId()) {
  result = result && (getLedgerId()
    == other.getLedgerId());
 }
 result = result && (hasEntryId() == other.hasEntryId());
 if (hasEntryId()) {
  result = result && (getEntryId()
    == other.getEntryId());
 }
 result = result && getIndividualDeletedMessagesList()
   .equals(other.getIndividualDeletedMessagesList());
 result = result && getPropertiesList()
   .equals(other.getPropertiesList());
 result = result && unknownFields.equals(other.unknownFields);
 return result;
}
origin: org.apache.pulsar/managed-ledger-original

@java.lang.Override
public int hashCode() {
 if (memoizedHashCode != 0) {
  return memoizedHashCode;
 }
 int hash = 41;
 hash = (19 * hash) + getDescriptor().hashCode();
 if (hasLedgerId()) {
  hash = (37 * hash) + LEDGERID_FIELD_NUMBER;
  hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
    getLedgerId());
 }
 if (hasEntryId()) {
  hash = (37 * hash) + ENTRYID_FIELD_NUMBER;
  hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
    getEntryId());
 }
 if (getIndividualDeletedMessagesCount() > 0) {
  hash = (37 * hash) + INDIVIDUALDELETEDMESSAGES_FIELD_NUMBER;
  hash = (53 * hash) + getIndividualDeletedMessagesList().hashCode();
 }
 if (getPropertiesCount() > 0) {
  hash = (37 * hash) + PROPERTIES_FIELD_NUMBER;
  hash = (53 * hash) + getPropertiesList().hashCode();
 }
 hash = (29 * hash) + unknownFields.hashCode();
 memoizedHashCode = hash;
 return hash;
}
org.apache.bookkeeper.mledger.protoMLDataFormats$PositionInfogetIndividualDeletedMessagesList

Javadoc

repeated .MessageRange individualDeletedMessages = 3;

Popular methods of MLDataFormats$PositionInfo

  • getIndividualDeletedMessagesCount
    repeated .MessageRange individualDeletedMessages = 3;
  • parseFrom
  • toByteArray
  • <init>
  • getDefaultInstance
  • getDescriptor
  • getEntryId
    required int64 entryId = 2;
  • getIndividualDeletedMessages
    repeated .MessageRange individualDeletedMessages = 3;
  • getLedgerId
    required int64 ledgerId = 1;
  • hasEntryId
    required int64 entryId = 2;
  • hasLedgerId
    required int64 ledgerId = 1;
  • isInitialized
  • hasLedgerId,
  • isInitialized,
  • newBuilder,
  • getProperties,
  • getPropertiesCount,
  • getPropertiesList,
  • getSerializedSize,
  • getUnknownFields,
  • makeExtensionsImmutable

Popular in Java

  • Start an intent from android
  • setContentView (Activity)
  • getResourceAsStream (ClassLoader)
  • setScale (BigDecimal)
  • Container (java.awt)
    A generic Abstract Window Toolkit(AWT) container object is a component that can contain other AWT co
  • Graphics2D (java.awt)
    This Graphics2D class extends the Graphics class to provide more sophisticated control overgraphics
  • InetAddress (java.net)
    An Internet Protocol (IP) address. This can be either an IPv4 address or an IPv6 address, and in pra
  • MalformedURLException (java.net)
    This exception is thrown when a program attempts to create an URL from an incorrect specification.
  • Time (java.sql)
    Java representation of an SQL TIME value. Provides utilities to format and parse the time's represen
  • Hashtable (java.util)
    A plug-in replacement for JDK1.5 java.util.Hashtable. This version is based on org.cliffc.high_scale
  • Best plugins for Eclipse
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now