Tabnine Logo
BlockReceiver.receiveBlock
Code IndexAdd Tabnine to your IDE (free)

How to use
receiveBlock
method
in
org.apache.hadoop.hdfs.server.datanode.BlockReceiver

Best Java code snippets using org.apache.hadoop.hdfs.server.datanode.BlockReceiver.receiveBlock (Showing top 10 results out of 315)

origin: org.apache.hadoop/hadoop-hdfs

blockReceiver.receiveBlock(null, null, replyOut, null, 
  dataXceiverServer.balanceThrottler, null, true);
origin: org.apache.hadoop/hadoop-hdfs

blockReceiver.receiveBlock(mirrorOut, mirrorIn, replyOut,
  mirrorAddr, null, targets, false);
origin: com.facebook.hadoop/hadoop-core

totalReceiveSize = blockReceiver.receiveBlock(null, null, null, null,
  dataXceiverServer.balanceThrottler, -1);
origin: org.jvnet.hudson.hadoop/hadoop-core

blockReceiver.receiveBlock(null, null, null, null, 
  dataXceiverServer.balanceThrottler, -1);
origin: org.jvnet.hudson.hadoop/hadoop-core

blockReceiver.receiveBlock(mirrorOut, mirrorIn, replyOut,
              mirrorAddr, null, targets.length);
origin: com.facebook.hadoop/hadoop-core

long totalReceiveSize = blockReceiver.receiveBlock(mirrorOut, mirrorIn, replyOut,
              mirrorAddr, null, targets.length);
origin: ch.cern.hadoop/hadoop-hdfs

blockReceiver.receiveBlock(null, null, replyOut, null, 
  dataXceiverServer.balanceThrottler, null, true);
origin: ch.cern.hadoop/hadoop-hdfs

blockReceiver.receiveBlock(mirrorOut, mirrorIn, replyOut,
  mirrorAddr, null, targets, false);
origin: io.prestosql.hadoop/hadoop-apache

blockReceiver.receiveBlock(null, null, replyOut, null, 
  dataXceiverServer.balanceThrottler, null, true);
origin: io.prestosql.hadoop/hadoop-apache

blockReceiver.receiveBlock(mirrorOut, mirrorIn, replyOut,
  mirrorAddr, null, targets, false);
org.apache.hadoop.hdfs.server.datanodeBlockReceiverreceiveBlock

Popular methods of BlockReceiver

  • <init>
  • cleanupBlock
    Cleanup a partial block if this write is for a replication request (and not from a client)
  • close
    close files and release volume reference.
  • computePartialChunkCrc
    reads in the partial crc chunk and computes checksum of pre-existing data in partial chunk.
  • handleMirrorOutError
    While writing to mirrorOut, failure to write to mirror should not affect this datanode unless it is
  • receivePacket
    Receives and processes a packet. It can contain many chunks. returns the number of data bytes that t
  • verifyChunks
    Verify multiple CRC chunks.
  • adjustCrcFilePosition
    Adjust the file pointer in the local meta file so that the last checksum will be overwritten.
  • checksum2long
    Convert a checksum byte array to a long
  • claimReplicaHandler
    The caller claims the ownership of the replica handler.
  • copyLastChunkChecksum
  • flushOrSync
    Flush block data and metadata files to disk.
  • copyLastChunkChecksum,
  • flushOrSync,
  • getReplica,
  • manageWriterOsCache,
  • packetSentInTime,
  • sendOOB,
  • setLastSentTime,
  • shouldVerifyChecksum,
  • translateChunks

Popular in Java

  • Reactive rest calls using spring rest template
  • getContentResolver (Context)
  • runOnUiThread (Activity)
  • putExtra (Intent)
  • Container (java.awt)
    A generic Abstract Window Toolkit(AWT) container object is a component that can contain other AWT co
  • FlowLayout (java.awt)
    A flow layout arranges components in a left-to-right flow, much like lines of text in a paragraph. F
  • Selector (java.nio.channels)
    A controller for the selection of SelectableChannel objects. Selectable channels can be registered w
  • Calendar (java.util)
    Calendar is an abstract base class for converting between a Date object and a set of integer fields
  • Modifier (javassist)
    The Modifier class provides static methods and constants to decode class and member access modifiers
  • JTable (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