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. >
