Class ClientZKSyncer.ZKData

java.lang.Object
org.apache.hadoop.hbase.master.zksyncer.ClientZKSyncer.ZKData
Enclosing class:
ClientZKSyncer

private static final class ClientZKSyncer.ZKData extends Object
Used to store the newest data which we want to sync to client zk.

For meta location, since we may reduce the replica number, so here we add a delete flag to tell the updater delete the znode on client zk and quit.

  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    (package private) byte[]
     
    (package private) boolean
     
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    private
     
  • Method Summary

    Modifier and Type
    Method
    Description
    (package private) void
     
    (package private) byte[]
    get()
     
    (package private) boolean
     
    (package private) void
    set(byte[] data)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait