blob: 0f73295c67eae7aa537cc3573acbe890d775c7fb [file] [log] [blame]
package com.datatorrent.contrib.hbase;
/**
* @displayName HBase Transactional Store
* @category Store
* @tags store, transactional
* @deprecated
* HBase operators are not truly transactional.It is only near transactional.
* HBaseTransactionalStore is a misnomer.
* Deprecated as of 1.0.4
*/
@Deprecated
public class HBaseTransactionalStore extends HBaseWindowStore
{
}