Search:

Search all manuals
Search this manual
Manual
Membase Client Library: Java
Additional Resources
Community Wiki
Community Forums
Couchbase SDKs
Chapters

Membase Client Library: Java

Copyright © 2010-2013 Couchbase, Inc. Contact copyright@couchbase.com.

For documentation license information, see Documentation License. For all license information, see Licenses.

Abstract

This manual provides a reference to the key features and best practive for using the Java Membase Client Library (spymemcached). The content constitutes a reference to the core API, not a complete guide to the entire API functionality.

Note.  The following document is still in production, and is not considered complete or exhaustive.

Last document update: 17 May 2013 02:09; Document built: 17 May 2013 02:09.

Documentation Availability and Formats.  This documentation is available for download: HTML Zip, PDF, EPUB . For other documentation from Couchbase, see Couchbase Documentation Library

Contact: editors@couchbase.com or couchbase.com


Table of Contents

1. Membase Client Library: Java — Getting Started
1.1. Connecting to a Membase Bucket
1.2. Connecting using Hostname and Port
1.3. Connecting using Hostname and Port with Binary Protocol
1.4. Connecting using Hostname and Port with SASL
1.5. Shutting down the Connection
2. Membase Client Library: Java Method Summary
2.1. Synchronous Method Calls
2.2. Asynchronous Method Calls
2.3. Object Serialization (Transcoding)
2.4. Expiry Values
3. Membase Client Library: Java — Store Operations
3.1. Add Operations
3.2. Set Operations
4. Membase Client Library: Java — Retrieve Operations
4.1. Synchronous get Methods
4.2. Asynchronous get Methods
4.3. Get-and-Touch Methods
4.4. CAS get Methods
4.5. Bulk get Methods
5. Membase Client Library: Java — Update Operations
5.1. Append Methods
5.2. Prepend Methods
5.3. Check-and-Set Methods
5.4. Delete Methods
5.5. Decrement Methods
5.6. Increment Methods
5.7. Replace Methods
5.8. Touch Methods
6. Membase Client Library: Java — Statistics Operations

List of Tables

2.1. Java Client Library Method Summary
3.1. Java Client Library Store Methods
4.1. Java Client Library Retrieval Methods
5.1. Java Client Library Update Methods
6.1. Java Client Library Statistics Methods