public class BangDBNotificationManager extends Object
| Modifier and Type | Field and Description |
|---|---|
long |
ptnmgr |
| Constructor and Description |
|---|
BangDBNotificationManager(BangDBEnv bdbenv) |
| Modifier and Type | Method and Description |
|---|---|
int |
closeNotificationManager(CloseType closetype) |
int |
deregisterNotification(long notifid,
short state) |
int |
put(long notifid,
long pks,
long orig_strmid,
String notif) |
int |
registerNotification(String notif_meta) |
ResultSet |
scanDoc(ResultSet prev_rs,
long pk_skey,
long pk_ekey,
String idx_filter_json,
ScanFilter sf) |
ResultSet |
scanRegisteredNotif(ResultSet prev_rs,
long k1,
long k2,
String idx_filter_json,
ScanFilter sf) |
public BangDBNotificationManager(BangDBEnv bdbenv)
public int registerNotification(String notif_meta)
public int deregisterNotification(long notifid,
short state)
public int put(long notifid,
long pks,
long orig_strmid,
String notif)
public ResultSet scanDoc(ResultSet prev_rs, long pk_skey, long pk_ekey, String idx_filter_json, ScanFilter sf)
public ResultSet scanRegisteredNotif(ResultSet prev_rs, long k1, long k2, String idx_filter_json, ScanFilter sf)
public int closeNotificationManager(CloseType closetype)
Copyright © 2021. All rights reserved.