org.terracotta.management.sequence
Interface Sequence

All Superinterfaces:
Comparable<Sequence>, Serializable
All Known Implementing Classes:
BoundaryFlakeSequence

public interface Sequence
extends Serializable, Comparable<Sequence>

SEQUENCE = TIMESTAMP + NODE_ID + SEQUENCE_ID

Author:
Mathieu Carbou

Method Summary
 long getNodeId()
           
 long getSequenceId()
           
 long getTimestamp()
           
 byte[] toBytes()
           
 String toHexString()
           
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getTimestamp

long getTimestamp()

getNodeId

long getNodeId()

getSequenceId

long getSequenceId()

toHexString

String toHexString()

toBytes

byte[] toBytes()


Copyright © 2016. All Rights Reserved.