Tabnine Logo
BroadcastVariableKey.<init>
Code IndexAdd Tabnine to your IDE (free)

How to use
org.apache.flink.runtime.broadcast.BroadcastVariableKey
constructor

Best Java code snippets using org.apache.flink.runtime.broadcast.BroadcastVariableKey.<init> (Showing top 8 results out of 315)

origin: org.apache.flink/flink-runtime_2.11

public void releaseReference(String name, int superstep, BatchTask<?, ?> referenceHolder) {
  BroadcastVariableKey key = new BroadcastVariableKey(referenceHolder.getEnvironment().getJobVertexId(), name, superstep);
  releaseReference(key, referenceHolder);
}
origin: com.alibaba.blink/flink-runtime

public void releaseReference(String name, int superstep, BatchTask<?, ?> referenceHolder) {
  BroadcastVariableKey key = new BroadcastVariableKey(referenceHolder.getEnvironment().getJobVertexId(), name, superstep);
  releaseReference(key, referenceHolder);
}
origin: org.apache.flink/flink-runtime_2.10

public void releaseReference(String name, int superstep, BatchTask<?, ?> referenceHolder) {
  BroadcastVariableKey key = new BroadcastVariableKey(referenceHolder.getEnvironment().getJobVertexId(), name, superstep);
  releaseReference(key, referenceHolder);
}

origin: org.apache.flink/flink-runtime

public void releaseReference(String name, int superstep, BatchTask<?, ?> referenceHolder) {
  BroadcastVariableKey key = new BroadcastVariableKey(referenceHolder.getEnvironment().getJobVertexId(), name, superstep);
  releaseReference(key, referenceHolder);
}
origin: org.apache.flink/flink-runtime

final BroadcastVariableKey key = new BroadcastVariableKey(holder.getEnvironment().getJobVertexId(), name, superstep);
origin: org.apache.flink/flink-runtime_2.10

public <T> BroadcastVariableMaterialization<T, ?> materializeBroadcastVariable(String name, int superstep, BatchTask<?, ?> holder,
    MutableReader<?> reader, TypeSerializerFactory<T> serializerFactory) throws IOException
  final BroadcastVariableKey key = new BroadcastVariableKey(holder.getEnvironment().getJobVertexId(), name, superstep);
origin: org.apache.flink/flink-runtime_2.11

final BroadcastVariableKey key = new BroadcastVariableKey(holder.getEnvironment().getJobVertexId(), name, superstep);
origin: com.alibaba.blink/flink-runtime

final BroadcastVariableKey key = new BroadcastVariableKey(holder.getEnvironment().getJobVertexId(), name, superstep);
org.apache.flink.runtime.broadcastBroadcastVariableKey<init>

Popular methods of BroadcastVariableKey

  • toString

Popular in Java

  • Running tasks concurrently on multiple threads
  • orElseThrow (Optional)
    Return the contained value, if present, otherwise throw an exception to be created by the provided s
  • putExtra (Intent)
  • addToBackStack (FragmentTransaction)
  • Component (java.awt)
    A component is an object having a graphical representation that can be displayed on the screen and t
  • FileOutputStream (java.io)
    An output stream that writes bytes to a file. If the output file exists, it can be replaced or appen
  • HashSet (java.util)
    HashSet is an implementation of a Set. All optional operations (adding and removing) are supported.
  • Base64 (org.apache.commons.codec.binary)
    Provides Base64 encoding and decoding as defined by RFC 2045.This class implements section 6.8. Base
  • IOUtils (org.apache.commons.io)
    General IO stream manipulation utilities. This class provides static utility methods for input/outpu
  • IsNull (org.hamcrest.core)
    Is the value null?
  • From CI to AI: The AI layer in your organization
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