Class ReplicationSchema.WorkSection

  • Enclosing class:
    ReplicationSchema

    public static class ReplicationSchema.WorkSection
    extends Object
    Portion of a file that must be replication to the given target: peer and some identifying location on that peer, e.g. remote table ID
     
     hdfs://localhost:8020/accumulo/wal/tserver+port/WAL work:serialized_ReplicationTarget []
     -> Status Protobuf
     
     
    • Field Detail

      • NAME

        public static final org.apache.hadoop.io.Text NAME
    • Constructor Detail

      • WorkSection

        public WorkSection()
    • Method Detail

      • getFile

        public static void getFile​(Key k,
                                   org.apache.hadoop.io.Text buff)
      • limit

        public static void limit​(ScannerBase scanner)
        Limit the scanner to only pull replication work records
      • add

        public static Mutation add​(Mutation m,
                                   org.apache.hadoop.io.Text serializedTarget,
                                   Value v)