Class CreateTableEvent

    • Constructor Detail

      • CreateTableEvent

        @ConstructorProperties({"scopeName","kvtName","partitionCount","timestamp","requestId","tableId"})
        public CreateTableEvent​(java.lang.String scopeName,
                                java.lang.String kvtName,
                                int partitionCount,
                                long timestamp,
                                long requestId,
                                java.util.UUID tableId)
    • Method Detail

      • getKey

        public java.lang.String getKey()
        Description copied from interface: ControllerEvent
        Method to get routing key for the event.
        Specified by:
        getKey in interface ControllerEvent
        Returns:
        return the routing key that should be used.
      • builder

        public static io.pravega.shared.controller.event.kvtable.CreateTableEvent.CreateTableEventBuilder builder()
      • getScopeName

        public java.lang.String getScopeName()
      • getKvtName

        public java.lang.String getKvtName()
      • getPartitionCount

        public int getPartitionCount()
      • getTimestamp

        public long getTimestamp()
      • getRequestId

        public long getRequestId()
      • getTableId

        public java.util.UUID getTableId()
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • canEqual

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

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