Tabnine Logo
SetConfig.putMessageValue
Code IndexAdd Tabnine to your IDE (free)

How to use
putMessageValue
method
in
org.apache.samza.coordinator.stream.messages.SetConfig

Best Java code snippets using org.apache.samza.coordinator.stream.messages.SetConfig.putMessageValue (Showing top 5 results out of 315)

origin: apache/samza

/**
 * The SetConfig message is used to store a specific configuration.
 * This constructor is used to create a SetConfig message for a given source for a specific config key and config value.
 * @param source the source of the config
 * @param key the key for the given config
 * @param value the value for the given config
 */
public SetConfig(String source, String key, String value) {
 super(source);
 setType(TYPE);
 setKey(key);
 putMessageValue(CONFIG_VALUE_KEY, value);
}
origin: org.apache.samza/samza-core_2.11

/**
 * The SetConfig message is used to store a specific configuration.
 * This constructor is used to create a SetConfig message for a given source for a specific config key and config value.
 * @param source the source of the config
 * @param key the key for the given config
 * @param value the value for the given config
 */
public SetConfig(String source, String key, String value) {
 super(source);
 setType(TYPE);
 setKey(key);
 putMessageValue(CONFIG_VALUE_KEY, value);
}
origin: org.apache.samza/samza-core_2.10

/**
 * The SetConfig message is used to store a specific configuration.
 * This constructor is used to create a SetConfig message for a given source for a specific config key and config value.
 * @param source the source of the config
 * @param key the key for the given config
 * @param value the value for the given config
 */
public SetConfig(String source, String key, String value) {
 super(source);
 setType(TYPE);
 setKey(key);
 putMessageValue(CONFIG_VALUE_KEY, value);
}
origin: org.apache.samza/samza-core_2.12

/**
 * The SetConfig message is used to store a specific configuration.
 * This constructor is used to create a SetConfig message for a given source for a specific config key and config value.
 * @param source the source of the config
 * @param key the key for the given config
 * @param value the value for the given config
 */
public SetConfig(String source, String key, String value) {
 super(source);
 setType(TYPE);
 setKey(key);
 putMessageValue(CONFIG_VALUE_KEY, value);
}
origin: org.apache.samza/samza-core

/**
 * The SetConfig message is used to store a specific configuration.
 * This constructor is used to create a SetConfig message for a given source for a specific config key and config value.
 * @param source the source of the config
 * @param key the key for the given config
 * @param value the value for the given config
 */
public SetConfig(String source, String key, String value) {
 super(source);
 setType(TYPE);
 setKey(key);
 putMessageValue(CONFIG_VALUE_KEY, value);
}
org.apache.samza.coordinator.stream.messagesSetConfigputMessageValue

Popular methods of SetConfig

  • <init>
    The SetConfig message is used to store a specific configuration.
  • getConfigValue
    Return the configuration value as a string.
  • getMessageValue
  • setKey
  • setType
  • getMessageMap
  • getKey
  • equals
  • getKeyArray
  • getType
  • getVersion
  • hashCode
  • getVersion,
  • hashCode,
  • isDelete

Popular in Java

  • Parsing JSON documents to java classes using gson
  • notifyDataSetChanged (ArrayAdapter)
  • orElseThrow (Optional)
    Return the contained value, if present, otherwise throw an exception to be created by the provided s
  • getApplicationContext (Context)
  • System (java.lang)
    Provides access to system-related information and resources including standard input and output. Ena
  • URI (java.net)
    A Uniform Resource Identifier that identifies an abstract or physical resource, as specified by RFC
  • Comparator (java.util)
    A Comparator is used to compare two objects to determine their ordering with respect to each other.
  • ResourceBundle (java.util)
    ResourceBundle is an abstract class which is the superclass of classes which provide Locale-specifi
  • JarFile (java.util.jar)
    JarFile is used to read jar entries and their associated data from jar files.
  • IsNull (org.hamcrest.core)
    Is the value null?
  • Top Sublime Text 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