Class RemoveLog.RemoveLogEntry

java.lang.Object
org.nustaq.reallive.server.RemoveLog.RemoveLogEntry
All Implemented Interfaces:
java.io.Serializable
Enclosing interface:
RemoveLog

public static class RemoveLog.RemoveLogEntry
extends java.lang.Object
implements java.io.Serializable
See Also:
Serialized Form
  • Constructor Summary

    Constructors 
    Constructor Description
    RemoveLogEntry​(long time, java.lang.String key)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getKey()  
    long getTime()  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • RemoveLogEntry

      public RemoveLogEntry​(long time, java.lang.String key)
  • Method Details

    • getTime

      public long getTime()
    • getKey

      public java.lang.String getKey()
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object