congrats Icon
New! Announcing Tabnine Chat Beta
Learn More
Tabnine Logo
InputDeclarer.localFirstGrouping
Code IndexAdd Tabnine to your IDE (free)

How to use
localFirstGrouping
method
in
backtype.storm.topology.InputDeclarer

Best Java code snippets using backtype.storm.topology.InputDeclarer.localFirstGrouping (Showing top 12 results out of 315)

origin: alibaba/jstorm

@Override
public void declare(InputDeclarer declarer) {
  declarer.localFirstGrouping(componentId, streamId);
}                
origin: alibaba/jstorm

@Override
public void declare(InputDeclarer declarer) {
  declarer.localFirstGrouping(componentId);
}                
origin: alibaba/jstorm

@Override
public void declare(InputDeclarer declarer) {
  declarer.localFirstGrouping(componentId);
}
origin: alibaba/jstorm

@Override
public void declare(InputDeclarer declarer) {
  declarer.localFirstGrouping(component, streamId);
}
origin: alibaba/jstorm

@Override
public void declare(InputDeclarer declarer) {
  declarer.localFirstGrouping(component);
}
origin: alibaba/jstorm

@Override
public void declare(InputDeclarer declarer) {
  declarer.localFirstGrouping(component, streamId);
}
origin: com.alibaba.jstorm/jstorm-core

@Override
public void declare(InputDeclarer declarer) {
  declarer.localFirstGrouping(component, streamId);
}
origin: com.alibaba.jstorm/jstorm-core

@Override
public void declare(InputDeclarer declarer) {
  declarer.localFirstGrouping(componentId, streamId);
}                
origin: com.alibaba.jstorm/jstorm-core

@Override
public void declare(InputDeclarer declarer) {
  declarer.localFirstGrouping(component, streamId);
}
origin: com.alibaba.jstorm/jstorm-core

@Override
public void declare(InputDeclarer declarer) {
  declarer.localFirstGrouping(componentId);
}
origin: com.alibaba.jstorm/jstorm-core

@Override
public void declare(InputDeclarer declarer) {
  declarer.localFirstGrouping(componentId);
}                
origin: com.alibaba.jstorm/jstorm-core

@Override
public void declare(InputDeclarer declarer) {
  declarer.localFirstGrouping(component);
}
backtype.storm.topologyInputDeclarerlocalFirstGrouping

Javadoc

There are 2 kind of tasks. (1) The tasks run on the same worker process, this kind of tasks have the highest priority. (2) The tasks run on the other worker process, lower priority

Popular methods of InputDeclarer

  • shuffleGrouping
    Recommend to use localOrShuffleGrouping Tuples are randomly distributed across the bolt's tasks in a
  • directGrouping
    A stream grouped this way means that the producer of the tuple decides which task of the consumer wi
  • fieldsGrouping
    The stream is partitioned by the fields specified in the grouping.
  • globalGrouping
    The entire stream goes to a single one of the bolt's tasks. Specifically, it goes to the task with t
  • allGrouping
    The stream is replicated across all the bolt's tasks. Use this grouping with care.
  • customGrouping
    A custom stream grouping by implementing the CustomStreamGrouping interface.
  • grouping
  • noneGrouping
    This grouping specifies that you don't care how the stream is grouped.
  • localOrShuffleGrouping
    There are 3 kind of tasks. (1) The tasks run on the same worker process, this kind of tasks have the

Popular in Java

  • Making http requests using okhttp
  • notifyDataSetChanged (ArrayAdapter)
  • setRequestProperty (URLConnection)
  • onCreateOptionsMenu (Activity)
  • String (java.lang)
  • BigDecimal (java.math)
    An immutable arbitrary-precision signed decimal.A value is represented by an arbitrary-precision "un
  • Enumeration (java.util)
    A legacy iteration interface.New code should use Iterator instead. Iterator replaces the enumeration
  • GregorianCalendar (java.util)
    GregorianCalendar is a concrete subclass of Calendarand provides the standard calendar used by most
  • Handler (java.util.logging)
    A Handler object accepts a logging request and exports the desired messages to a target, for example
  • Filter (javax.servlet)
    A filter is an object that performs filtering tasks on either the request to a resource (a servlet o
  • Top Vim plugins
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