public class OLiveQueryHook extends Object
Modifier and Type | Class and Description |
---|---|
static class |
OLiveQueryHook.OLiveQueryOps |
Constructor and Description |
---|
OLiveQueryHook() |
Modifier and Type | Method and Description |
---|---|
static void |
addOp(ODocument iDocument,
byte iType,
ODatabaseDocument database) |
static OLiveQueryHook.OLiveQueryOps |
getOpsReference(ODatabaseInternal db) |
static void |
notifyForTxChanges(ODatabase iDatabase) |
static void |
removePendingDatabaseOps(ODatabase iDatabase) |
static Integer |
subscribe(Integer token,
OLiveQueryListener iListener,
ODatabaseInternal db) |
static void |
unsubscribe(Integer id,
ODatabaseInternal db) |
public static OLiveQueryHook.OLiveQueryOps getOpsReference(ODatabaseInternal db)
public static Integer subscribe(Integer token, OLiveQueryListener iListener, ODatabaseInternal db)
public static void unsubscribe(Integer id, ODatabaseInternal db)
public static void notifyForTxChanges(ODatabase iDatabase)
public static void removePendingDatabaseOps(ODatabase iDatabase)
public static void addOp(ODocument iDocument, byte iType, ODatabaseDocument database)
Copyright © 2009–2020 OrientDB. All rights reserved.