Class GroupQueueMessage<PK extends io.datarouter.model.key.primary.PrimaryKey<PK>,​D extends io.datarouter.model.databean.Databean<PK,​D>>

java.lang.Object
io.datarouter.storage.queue.BaseQueueMessage<PK,​D>
io.datarouter.storage.queue.GroupQueueMessage<PK,​D>

public class GroupQueueMessage<PK extends io.datarouter.model.key.primary.PrimaryKey<PK>,​D extends io.datarouter.model.databean.Databean<PK,​D>>
extends BaseQueueMessage<PK,​D>
  • Constructor Summary

    Constructors 
    Constructor Description
    GroupQueueMessage​(byte[] handle, java.util.List<D> databeans)  
  • Method Summary

    Modifier and Type Method Description
    java.util.List<D> getDatabeans()  
    boolean isEmpty()  
    static boolean isEmpty​(GroupQueueMessage<?,​?> message)  
    boolean notEmpty()  

    Methods inherited from class io.datarouter.storage.queue.BaseQueueMessage

    getKey

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait