Class OrderedObject
- java.lang.Object
-
- com.streambase.liveview.server.alert.clustering.OrderedObject
-
- All Implemented Interfaces:
TransientPanicable
@Managed @Key(name="bynode", fields="node", unique=true, ordered=true, mutable=false) public class OrderedObject extends Object implements TransientPanicable
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
OrderedObject.Builder
-
Constructor Summary
Constructors Constructor Description OrderedObject()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getGroup()
String
getName()
long
getOrderedId()
void
tryPanic(boolean isScan)
-
-
-
Field Detail
-
node
public final String node
-
-
Method Detail
-
getName
public String getName()
-
getOrderedId
public long getOrderedId()
-
getGroup
public String getGroup()
-
tryPanic
public void tryPanic(boolean isScan)
- Specified by:
tryPanic
in interfaceTransientPanicable
-
-