java - Updating timestamp of row if exists in HBase -


tl;dr: possible update row timestamp if exists?

is possible make hbase act in lru fashion? mean if row exists in hbase want update timestamp

i know can invoke create data if doesn't exist (like this) i'm looking opposite, updating data (specifically timestamp) if data exist

the reason wanting i'm working on component uses hbase cache urls , content, way when new request url arrives want check if content exists , if want update timestamp, otherwise content doesn't exist , want go , fetch it. reason need timestamp other side of program have component reads urls arrived in last day, that's reason why need update timestamp

thanks in advance

it's been long since posted question figured i'll @ least accept ended using (even though not hoping use)

i ended sending , put timestamp automatically increased


Comments

Popular posts from this blog

java - Suppress Jboss version details from HTTP error response -

gridview - Yii2 DataPorivider $totalSum for a column -

Sass watch command compiles .scss files before full sftp upload -