Class AbstractKeyValueRequest

    • Constructor Detail

      • AbstractKeyValueRequest

        protected AbstractKeyValueRequest​(String key,
                                          String bucket)
        Parameters:
        key - the key of the document.
        bucket - the bucket of the document.
      • AbstractKeyValueRequest

        protected AbstractKeyValueRequest​(String key,
                                          String bucket,
                                          String password)
        Parameters:
        key - the key of the document.
        bucket - the bucket of the document.
        password - the password for the bucket.
      • AbstractKeyValueRequest

        protected AbstractKeyValueRequest​(String key,
                                          String bucket,
                                          String username,
                                          String password)
        Parameters:
        key - the key of the document.
        bucket - the bucket of the document.
        username - the user authorized for bucket access.
        password - the password for the user.
      • AbstractKeyValueRequest

        protected AbstractKeyValueRequest​(String key,
                                          String bucket,
                                          String username,
                                          String password,
                                          rx.subjects.Subject<CouchbaseResponse,​CouchbaseResponse> observable)
        Parameters:
        key - the key of the document.
        bucket - the bucket of the document.
        username - the user authorized for bucket access.
        password - the optional password of the user.
        observable - the observable which receives responses.