Class TextGetCommand

    • Field Detail

      • A_SPACE

        private static final char[] A_SPACE
      • EMPTY_CHARS

        private static final char[] EMPTY_CHARS
      • returnValues

        protected java.util.Map<java.lang.String,​CachedData> returnValues
      • currentReturnKey

        private java.lang.String currentReturnKey
      • offset

        private int offset
      • assocCommands

        protected java.util.List<Command> assocCommands
        When MemcachedClient merge get commands,those commans which have the same key will be merged into one get command.The result command's assocCommands contains all these commands with the same key.
      • mergeCommands

        protected java.util.Map<java.lang.Object,​Command> mergeCommands
      • wasFirst

        protected boolean wasFirst
    • Constructor Detail

      • TextGetCommand

        public TextGetCommand​(java.lang.String key,
                              byte[] keyBytes,
                              CommandType cmdType,
                              java.util.concurrent.CountDownLatch latch)