Re: getRegion method is missing from RegionCoprocessorEnvironment class in version 0.94

2013-07-11 Thread Ted Yu
Which release of 0.94 do you use ?

For tip of 0.94, I see:

public interface RegionCoprocessorEnvironment extends
CoprocessorEnvironment {
  /** @return the region associated with this coprocessor */
  public HRegion getRegion();

On Thu, Jul 11, 2013 at 6:40 PM, ch huang  wrote:

> how can i do ,to change the example code based on 0.92 api ,so it can
> running in 0.94?
>


getRegion method is missing from RegionCoprocessorEnvironment class in version 0.94

2013-07-11 Thread ch huang
how can i do ,to change the example code based on 0.92 api ,so it can
running in 0.94?