Will the CoprocessorEnvironment reference in the  start() method be
instanceof RegionCoprocessorEnvironment too ? if so i can typecast..  (
sorry :) i would normally check these myself :P but because i dont see
anyway to put breakpoints and debug, i have to use sysouts to get such
info. )


On Mon, Jan 28, 2013 at 5:16 PM, Rajgopal Vaithiyanathan <
[email protected]> wrote:

> Great. Thanks..
>
> is there anyway that I can get it before prePut() ??
> Like from the constructor or from the start() method too ? i followed the
> code of CoprocessorEnvironment and didn't seem to get anything out of it.
>
>
> On Mon, Jan 28, 2013 at 5:09 PM, Ted Yu <[email protected]> wrote:
>
>>   void prePut(final ObserverContext<RegionCoprocessorEnvironment> c,
>>
>>       final Put put, final WALEdit edit, final boolean writeToWAL)
>>
>> ((RegionCoprocessorEnvironment)c.getEnvironment()).getRegion().getRegionInfo().getTableName()
>>
>> Cheers
>>
>> On Mon, Jan 28, 2013 at 4:56 PM, Rajgopal Vaithiyanathan <
>> [email protected]> wrote:
>>
>> > Hi all,
>> >
>> > inside the prePut() method, Is there anyway to know the table name for
>> > which the prePut() is running ?
>> >
>> > --
>> > Thanks and Regards,
>> > Rajgopal Vaithiyanathan.
>> >
>>
>
>
>
> --
> Thanks and Regards,
> Rajgopal Vaithiyanathan.
>



-- 
Thanks and Regards,
Rajgopal Vaithiyanathan.

Reply via email to