类 SortCommand

    • 构造器详细资料

      • SortCommand

        public SortCommand()
      • SortCommand

        public SortCommand​(byte[] key,
                           byte[] byPattern,
                           Limit limit,
                           byte[][] getPatterns,
                           OrderType order,
                           boolean alpha,
                           byte[] destination)
    • 方法详细资料

      • getSerialVersionUID

        public static long getSerialVersionUID()
      • getByPattern

        public byte[] getByPattern()
      • setByPattern

        public void setByPattern​(byte[] byPattern)
      • getLimit

        public Limit getLimit()
      • setLimit

        public void setLimit​(Limit limit)
      • getGetPatterns

        public byte[][] getGetPatterns()
      • setGetPatterns

        public void setGetPatterns​(byte[][] getPatterns)
      • setOrder

        public void setOrder​(OrderType order)
      • isAlpha

        public boolean isAlpha()
      • setAlpha

        public void setAlpha​(boolean alpha)
      • getDestination

        public byte[] getDestination()
      • setDestination

        public void setDestination​(byte[] destination)