Tabnine Logo
KafkaZkClient.isTopicMarkedForDeletion
Code IndexAdd Tabnine to your IDE (free)

How to use
isTopicMarkedForDeletion
method
in
kafka.zk.KafkaZkClient

Best Java code snippets using kafka.zk.KafkaZkClient.isTopicMarkedForDeletion (Showing top 2 results out of 315)

origin: allegro/hermes

  private boolean isMarkedForDeletion(String kafkaClusterName, KafkaTopic kafkaTopic) {
    return zkClients.get(kafkaClusterName).isTopicMarkedForDeletion(kafkaTopic.name().asString());
  }
}
origin: pl.allegro.tech.hermes/hermes-test-helper

  private boolean isMarkedForDeletion(String kafkaClusterName, KafkaTopic kafkaTopic) {
    return zkClients.get(kafkaClusterName).isTopicMarkedForDeletion(kafkaTopic.name().asString());
  }
}
kafka.zkKafkaZkClientisTopicMarkedForDeletion

Popular methods of KafkaZkClient

  • apply
  • <init>
  • topicExists
  • getAllBrokersInCluster
  • getConsumerOffset
  • getLeaderForPartition
  • close
  • createPartitionReassignment
  • getBroker
  • getEntityConfigs
  • getPartitionAssignmentForTopics
  • reassignPartitionsInProgress
  • getPartitionAssignmentForTopics,
  • reassignPartitionsInProgress,
  • setOrCreateEntityConfigs

Popular in Java

  • Finding current android device location
  • getApplicationContext (Context)
  • scheduleAtFixedRate (ScheduledExecutorService)
  • getSharedPreferences (Context)
  • Component (java.awt)
    A component is an object having a graphical representation that can be displayed on the screen and t
  • Selector (java.nio.channels)
    A controller for the selection of SelectableChannel objects. Selectable channels can be registered w
  • Stack (java.util)
    Stack is a Last-In/First-Out(LIFO) data structure which represents a stack of objects. It enables u
  • Executor (java.util.concurrent)
    An object that executes submitted Runnable tasks. This interface provides a way of decoupling task s
  • BoxLayout (javax.swing)
  • JButton (javax.swing)
  • Top 12 Jupyter Notebook extensions
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