Tabnine Logo
GlobalStreamId.set_componentId_isSet
Code IndexAdd Tabnine to your IDE (free)

How to use
set_componentId_isSet
method
in
org.apache.storm.generated.GlobalStreamId

Best Java code snippets using org.apache.storm.generated.GlobalStreamId.set_componentId_isSet (Showing top 4 results out of 315)

origin: apache/storm

 @Override
 public void read(org.apache.storm.thrift.protocol.TProtocol prot, GlobalStreamId struct) throws org.apache.storm.thrift.TException {
  org.apache.storm.thrift.protocol.TTupleProtocol iprot = (org.apache.storm.thrift.protocol.TTupleProtocol) prot;
  struct.componentId = iprot.readString();
  struct.set_componentId_isSet(true);
  struct.streamId = iprot.readString();
  struct.set_streamId_isSet(true);
 }
}
origin: apache/storm

if (schemeField.type == org.apache.storm.thrift.protocol.TType.STRING) {
 struct.componentId = iprot.readString();
 struct.set_componentId_isSet(true);
} else { 
 org.apache.storm.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type);
origin: org.apache.storm/storm-core

 @Override
 public void read(org.apache.thrift.protocol.TProtocol prot, GlobalStreamId struct) throws org.apache.thrift.TException {
  TTupleProtocol iprot = (TTupleProtocol) prot;
  struct.componentId = iprot.readString();
  struct.set_componentId_isSet(true);
  struct.streamId = iprot.readString();
  struct.set_streamId_isSet(true);
 }
}
origin: org.apache.storm/storm-core

if (schemeField.type == org.apache.thrift.protocol.TType.STRING) {
 struct.componentId = iprot.readString();
 struct.set_componentId_isSet(true);
} else { 
 org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type);
org.apache.storm.generatedGlobalStreamIdset_componentId_isSet

Popular methods of GlobalStreamId

  • <init>
    Performs a deep copy on other.
  • get_componentId
  • get_streamId
  • equals
  • hashCode
  • is_set_componentId
    Returns true if field componentId is set (has been assigned a value) and false otherwise
  • is_set_streamId
    Returns true if field streamId is set (has been assigned a value) and false otherwise
  • read
  • set_componentId
  • set_streamId
  • set_streamId_isSet
  • toString
  • set_streamId_isSet,
  • toString,
  • unset_componentId,
  • unset_streamId,
  • validate,
  • write,
  • scheme

Popular in Java

  • Making http post requests using okhttp
  • scheduleAtFixedRate (Timer)
  • setScale (BigDecimal)
  • getExternalFilesDir (Context)
  • Component (java.awt)
    A component is an object having a graphical representation that can be displayed on the screen and t
  • FileReader (java.io)
    A specialized Reader that reads from a file in the file system. All read requests made by calling me
  • PrintStream (java.io)
    Fake signature of an existing Java class.
  • SimpleDateFormat (java.text)
    Formats and parses dates in a locale-sensitive manner. Formatting turns a Date into a String, and pa
  • LinkedHashMap (java.util)
    LinkedHashMap is an implementation of Map that guarantees iteration order. All optional operations a
  • TimerTask (java.util)
    The TimerTask class represents a task to run at a specified time. The task may be run once or repeat
  • Top plugins for WebStorm
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