Class OLiveQueryResult
java.lang.Object
com.orientechnologies.orient.client.remote.message.live.OLiveQueryResult
Created by tglman on 17/05/17.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final bytestatic final bytestatic final byte -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbytevoidsetCurrentValue(OResult currentValue) voidsetEventType(byte eventType) voidsetOldValue(OResult oldValue)
-
Field Details
-
CREATE_EVENT
public static final byte CREATE_EVENT- See Also:
-
UPDATE_EVENT
public static final byte UPDATE_EVENT- See Also:
-
DELETE_EVENT
public static final byte DELETE_EVENT- See Also:
-
-
Constructor Details
-
OLiveQueryResult
-
-
Method Details
-
getEventType
public byte getEventType() -
setOldValue
-
getCurrentValue
-
setCurrentValue
-
setEventType
public void setEventType(byte eventType) -
getOldValue
-