Class SyncReplCookie.CSN

  • Enclosing class:
    SyncReplCookie

    public static class SyncReplCookie.CSN
    extends java.lang.Object
    Class representing a Change Sequence Number.
    • Constructor Summary

      Constructors 
      Constructor Description
      CSN​(java.lang.String csn)
      Creates a new CSN with the supplied string.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getCount()
      Returns the count part of the CSN
      java.lang.String getMod()
      Returns the mod part of the CSN
      java.lang.String getSid()
      Returns the sid part of the CSN
      java.lang.String getTime()
      Returns the time part of the CSN
      java.lang.String getValue()
      Returns the entire value of the CSN.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CSN

        public CSN​(java.lang.String csn)
        Creates a new CSN with the supplied string.
        Parameters:
        csn - to parse
    • Method Detail

      • getValue

        public java.lang.String getValue()
        Returns the entire value of the CSN.
        Returns:
        entire value
      • getTime

        public java.lang.String getTime()
        Returns the time part of the CSN
        Returns:
        CSN time
      • getCount

        public java.lang.String getCount()
        Returns the count part of the CSN
        Returns:
        CSN count
      • getSid

        public java.lang.String getSid()
        Returns the sid part of the CSN
        Returns:
        CSN sid
      • getMod

        public java.lang.String getMod()
        Returns the mod part of the CSN
        Returns:
        CSN mod