Home > other >  Hbase version 0.96 after a custom Filter
Hbase version 0.96 after a custom Filter

Time:09-27

Hbase version 0.96 after a custom Filter, a toByteArray, how to realize the rewrite the method,
Is there a specific demo
@ Override
Public byte [] toByteArray () throws IOException {
//TODO Auto - generated method stub
Return super. ToByteArray ();
}
  • Related