Class RecoveryCommand

    • Constructor Detail

      • RecoveryCommand

        protected RecoveryCommand​(ByteString cacheName)
    • Method Detail

      • isReturnValueExpected

        public boolean isReturnValueExpected()
        Description copied from interface: ReplicableCommand
        If true, a return value will be provided when performed remotely. Otherwise, a remote ResponseGenerator may choose to simply return null to save on marshalling costs.
        Returns:
        true or false