Skip navigation links
A B C D E F G H I J L M N O P Q R S T U V W _ 

A

abs(Object) - Static method in class com.couchbase.lite.Function
 
acos(Object) - Static method in class com.couchbase.lite.Function
 
add(Object) - Method in class com.couchbase.lite.Expression
Create an add expression to add the given expression to the current expression
addArray(MutableArray) - Method in class com.couchbase.lite.MutableArray
 
addBlob(Blob) - Method in class com.couchbase.lite.MutableArray
 
addBoolean(boolean) - Method in class com.couchbase.lite.MutableArray
 
addChangeListener(DatabaseChangeListener) - Method in class com.couchbase.lite.Database
Set the given DatabaseChangeListener to the this database.
addChangeListener(Executor, DatabaseChangeListener) - Method in class com.couchbase.lite.Database
 
addChangeListener(QueryChangeListener) - Method in class com.couchbase.lite.Query
 
addChangeListener(ReplicatorChangeListener) - Method in class com.couchbase.lite.Replicator
 
addChangeListener(Executor, ReplicatorChangeListener) - Method in class com.couchbase.lite.Replicator
Set the given ReplicatorChangeListener to the this replicator.
addDate(Date) - Method in class com.couchbase.lite.MutableArray
 
addDictionary(MutableDictionary) - Method in class com.couchbase.lite.MutableArray
 
addDocumentChangeListener(String, DocumentChangeListener) - Method in class com.couchbase.lite.Database
Add the given DocumentChangeListener to the specified document.
addDocumentChangeListener(String, Executor, DocumentChangeListener) - Method in class com.couchbase.lite.Database
 
addDouble(double) - Method in class com.couchbase.lite.MutableArray
 
addFloat(float) - Method in class com.couchbase.lite.MutableArray
 
addInt(int) - Method in class com.couchbase.lite.MutableArray
 
addLong(long) - Method in class com.couchbase.lite.MutableArray
 
addNetworkReachabilityListener(NetworkReachabilityListener) - Method in class com.couchbase.lite.NetworkReachabilityManager
Add Network Reachability Listener
addNumber(Number) - Method in class com.couchbase.lite.MutableArray
 
addString(String) - Method in class com.couchbase.lite.MutableArray
 
addValue(Object) - Method in class com.couchbase.lite.MutableArray
Adds an object to the end of the array.
all() - Static method in class com.couchbase.lite.SelectResult
 
and(Object) - Method in class com.couchbase.lite.Expression
Create a logical AND expression that performs logical AND operation with the current expression.
any(String) - Static method in class com.couchbase.lite.ArrayExpression
 
anyAndEvery(String) - Static method in class com.couchbase.lite.ArrayExpression
 
Array - Class in com.couchbase.lite
ReadOnlyArray provides readonly access to array data.
ArrayExpression - Class in com.couchbase.lite
 
ArrayExpression() - Constructor for class com.couchbase.lite.ArrayExpression
 
ArrayExpressionIn - Class in com.couchbase.lite
 
ArrayExpressionSatisfies - Class in com.couchbase.lite
 
ArrayFunction - Class in com.couchbase.lite
 
ArrayFunction() - Constructor for class com.couchbase.lite.ArrayFunction
 
as(String) - Method in class com.couchbase.lite.DataSource.As
Set an alias to the database data source.
as(String) - Method in class com.couchbase.lite.SelectResult.As
 
ascending() - Method in class com.couchbase.lite.Ordering.SortOrder
Set the order as ascending order.
ascii() - Static method in class com.couchbase.lite.Collation
 
asin(Object) - Static method in class com.couchbase.lite.Function
 
asJSON() - Method in class com.couchbase.lite.Collation
 
asJSON() - Method in class com.couchbase.lite.Expression
 
atan(Object) - Static method in class com.couchbase.lite.Function
 
atan2(Object, Object) - Static method in class com.couchbase.lite.Function
Returns the angle theta from the conversion of rectangular coordinates (x, y) to polar coordinates (r, theta).
Authenticator - Class in com.couchbase.lite
Authenticator is an opaque based authenticator interface and not intended for application to implement a custom authenticator by subclassing Authenticator interface.
Authenticator() - Constructor for class com.couchbase.lite.Authenticator
 
avg(Object) - Static method in class com.couchbase.lite.Function
 

B

BaseDatabaseConfiguration - Class in com.couchbase.lite
Options for opening a database.
BaseDatabaseConfiguration() - Constructor for class com.couchbase.lite.BaseDatabaseConfiguration
 
BasicAuthenticator - Class in com.couchbase.lite
The BasicAuthenticator class is an authenticator that will authenticate using HTTP Basic auth with the given username and password.
BasicAuthenticator(String, String) - Constructor for class com.couchbase.lite.BasicAuthenticator
 
between(Object, Object) - Method in class com.couchbase.lite.Expression
Create a between expression that evaluates whether or not the current expression is between the given expressions inclusively.
Blob - Class in com.couchbase.lite
A Couchbase Lite Blob.
Blob(String, byte[]) - Constructor for class com.couchbase.lite.Blob
Construct a Blob with the given in-memory data.
Blob(String, InputStream) - Constructor for class com.couchbase.lite.Blob
Construct a Blob with the given stream of data The blob can then be added as a property of a Document.
Blob(String, URL) - Constructor for class com.couchbase.lite.Blob
Construct a Blob with the content of a file.

C

CBLConverter - Class in com.couchbase.lite
 
CBLConverter() - Constructor for class com.couchbase.lite.CBLConverter
 
CBLFleece - Class in com.couchbase.lite
 
CBLFleece() - Constructor for class com.couchbase.lite.CBLFleece
 
ceil(Object) - Static method in class com.couchbase.lite.Function
 
changed(DatabaseChange) - Method in interface com.couchbase.lite.DatabaseChangeListener
 
changed(DocumentChange) - Method in interface com.couchbase.lite.DocumentChangeListener
 
changed(ReplicatorChange) - Method in interface com.couchbase.lite.ReplicatorChangeListener
 
close() - Method in class com.couchbase.lite.Database
Closes a database.
collate(Collation) - Method in class com.couchbase.lite.Expression
 
Collation - Class in com.couchbase.lite
 
Collation() - Constructor for class com.couchbase.lite.Collation
 
Collation.ASCII - Class in com.couchbase.lite
 
Collation.Unicode - Class in com.couchbase.lite
 
com.couchbase.lite - package com.couchbase.lite
 
compact() - Method in class com.couchbase.lite.Database
Compacts the database file by deleting unused attachment files and vacuuming the SQLite database
concat(Object) - Method in class com.couchbase.lite.Expression
Create a concat expression to concatenate the current expression with the given expression.
Conflict - Class in com.couchbase.lite
Provides details about a Conflict.
ConflictResolver - Interface in com.couchbase.lite
Interface for an application-defined object that can resolve a conflict between two revisions of a document.
contains(Object, Object) - Static method in class com.couchbase.lite.ArrayFunction
 
contains(String) - Method in class com.couchbase.lite.Database
 
contains(String) - Method in class com.couchbase.lite.Dictionary
Tests whether a property exists or not.
contains(String) - Method in class com.couchbase.lite.Document
Tests whether a property exists or not.
contains(Object, Object) - Static method in class com.couchbase.lite.Function
 
contains(String) - Method in class com.couchbase.lite.Result
 
copy(File, String, DatabaseConfiguration) - Static method in class com.couchbase.lite.Database
 
copy() - Method in class com.couchbase.lite.ReplicatorConfiguration
 
cos(Object) - Static method in class com.couchbase.lite.Function
 
CouchbaseLiteException - Exception in com.couchbase.lite
A CouchbaseLiteException gets raised whenever a Couchbase Lite faces errors.
CouchbaseLiteException(String) - Constructor for exception com.couchbase.lite.CouchbaseLiteException
Constructs a new exception with the specified detail message.
CouchbaseLiteException(Throwable) - Constructor for exception com.couchbase.lite.CouchbaseLiteException
Constructs a new exception with the specified cause
CouchbaseLiteException(int, int) - Constructor for exception com.couchbase.lite.CouchbaseLiteException
Constructs a new exception with the specified error domain and error code
CouchbaseLiteException(String, int, int) - Constructor for exception com.couchbase.lite.CouchbaseLiteException
Constructs a new exception with the specified detail message, error domain and error code
CouchbaseLiteException(int, int, Throwable) - Constructor for exception com.couchbase.lite.CouchbaseLiteException
Constructs a new exception with the specified error domain, error code and the specified cause
CouchbaseLiteException(String, Throwable, int, int) - Constructor for exception com.couchbase.lite.CouchbaseLiteException
Constructs a new exception with the specified error domain, error code and the specified cause
CouchbaseLiteException(int, int, Map<String, Object>) - Constructor for exception com.couchbase.lite.CouchbaseLiteException
 
CouchbaseLiteRuntimeException - Exception in com.couchbase.lite
 
CouchbaseLiteRuntimeException(String) - Constructor for exception com.couchbase.lite.CouchbaseLiteRuntimeException
Constructs a new exception with the specified detail message.
CouchbaseLiteRuntimeException(Throwable) - Constructor for exception com.couchbase.lite.CouchbaseLiteRuntimeException
Constructs a new exception with the specified cause
CouchbaseLiteRuntimeException(int, int) - Constructor for exception com.couchbase.lite.CouchbaseLiteRuntimeException
Constructs a new exception with the specified error domain and error code
CouchbaseLiteRuntimeException(String, Throwable, int, int) - Constructor for exception com.couchbase.lite.CouchbaseLiteRuntimeException
Constructs a new exception with the specified error domain, error code and the specified cause
CouchbaseLiteRuntimeException(String, int, int) - Constructor for exception com.couchbase.lite.CouchbaseLiteRuntimeException
Constructs a new exception with the specified error domain, error code and the specified cause
CouchbaseLiteRuntimeException(int, int, Map<String, Object>) - Constructor for exception com.couchbase.lite.CouchbaseLiteRuntimeException
 
count() - Method in class com.couchbase.lite.Array
Gets a number of the items in the array.
count() - Method in class com.couchbase.lite.Dictionary
Gets a number of the entries in the dictionary.
count() - Method in class com.couchbase.lite.Document
Gets a number of the entries in the dictionary.
count(Object) - Static method in class com.couchbase.lite.Function
 
count() - Method in class com.couchbase.lite.Result
 
createIndex(String, Index) - Method in class com.couchbase.lite.Database
 
crossJoin(DataSource) - Static method in class com.couchbase.lite.Join
 

D

Database - Class in com.couchbase.lite
A Couchbase Lite database.
Database(String, DatabaseConfiguration) - Constructor for class com.couchbase.lite.Database
Construct a Database with a given name and database config.
database(Database) - Static method in class com.couchbase.lite.DataSource
Create a database as a data source.
DATABASE - Static variable in class com.couchbase.lite.Log
Logging Tag for Database related operations
Database.LogDomain - Enum in com.couchbase.lite
 
Database.LogLevel - Enum in com.couchbase.lite
 
DatabaseChange - Class in com.couchbase.lite
Provides details about a Database change.
DatabaseChangeListener - Interface in com.couchbase.lite
The listener interface for receiving Database change events.
DatabaseConfiguration - Class in com.couchbase.lite
 
DatabaseConfiguration(Context) - Constructor for class com.couchbase.lite.DatabaseConfiguration
 
DataSource - Class in com.couchbase.lite
A query data source, used for specifying the source of data for a query.
DataSource.As - Class in com.couchbase.lite
Database as a data source for query.
DEBUG - Static variable in class com.couchbase.lite.Log
Priority constant for the println method; use Log.d.
degrees(Object) - Static method in class com.couchbase.lite.Function
 
delete(Document) - Method in class com.couchbase.lite.Database
Delete the givin document.
delete() - Method in class com.couchbase.lite.Database
Deletes a database.
delete(String, File) - Static method in class com.couchbase.lite.Database
Deletes a database of the given name in the given directory.
deleteIndex(String) - Method in class com.couchbase.lite.Database
 
descending() - Method in class com.couchbase.lite.Ordering.SortOrder
Set the order as descending order.
Dictionary - Class in com.couchbase.lite
ReadOnlyDictionary provides readonly access to dictionary data.
digest() - Method in class com.couchbase.lite.Blob
The cryptograhic digest of this Blob's contents, which uniquely identifies it.
divide(Object) - Method in class com.couchbase.lite.Expression
Create a divide expression to divide the current expression by the given expression.
DocContext - Class in com.couchbase.lite
 
Document - Class in com.couchbase.lite
Readonly version of the Document.
DocumentChange - Class in com.couchbase.lite
Provides details about a Document change.
DocumentChangeListener - Interface in com.couchbase.lite
The listener interface for receiving Document change events.

E

e() - Static method in class com.couchbase.lite.Function
 
e(String, String) - Static method in class com.couchbase.lite.Log
Send an ERROR message.
e(String, String, Throwable) - Static method in class com.couchbase.lite.Log
Send a ERROR message and log the exception.
e(String, String, Throwable, Object...) - Static method in class com.couchbase.lite.Log
Send a ERROR message and log the exception.
e(String, String, Object...) - Static method in class com.couchbase.lite.Log
Send a ERROR message.
encodeTo(FLEncoder) - Method in class com.couchbase.lite.Array
 
encodeTo(FLEncoder) - Method in class com.couchbase.lite.Blob
 
encodeTo(FLEncoder) - Method in class com.couchbase.lite.Dictionary
 
EncryptionKey - Class in com.couchbase.lite
The encryption key, a raw AES-256 key data which has exactly 32 bytes in length or a password string.
EncryptionKey(byte[]) - Constructor for class com.couchbase.lite.EncryptionKey
Initializes the encryption key with a raw AES-256 key data which has 32 bytes in length.
EncryptionKey(String) - Constructor for class com.couchbase.lite.EncryptionKey
Initializes the encryption key with the given password string.
equals(Object) - Method in class com.couchbase.lite.Array
 
equals(Object) - Method in class com.couchbase.lite.Blob
 
equals(Object) - Method in class com.couchbase.lite.Dictionary
 
equals(Object) - Method in class com.couchbase.lite.Document
 
equalTo(Object) - Method in class com.couchbase.lite.Expression
Create an equal to expression that evaluates whether or not the current expression is equal to the given expression.
ERROR - Static variable in class com.couchbase.lite.Log
Priority constant for the println method; use Log.e.
every(String) - Static method in class com.couchbase.lite.ArrayExpression
 
execute() - Method in class com.couchbase.lite.Query
Executes the query.
exists(String, File) - Static method in class com.couchbase.lite.Database
Checks whether a database of the given name exists in the given directory or not.
exp(Object) - Static method in class com.couchbase.lite.Function
 
explain() - Method in class com.couchbase.lite.Query
Returns a string describing the implementation of the compiled query.
Expression - Class in com.couchbase.lite
An expression used for constructing a query statement.
Expression() - Constructor for class com.couchbase.lite.Expression
 
expression(Expression) - Static method in class com.couchbase.lite.Ordering
Create a SortOrder, inherited from the OrderBy class, object by the given expression.
expression(Expression) - Static method in class com.couchbase.lite.SelectResult
 

F

finalize() - Method in class com.couchbase.lite.Database
 
finalize() - Method in class com.couchbase.lite.Dictionary
 
finalize() - Method in class com.couchbase.lite.DocContext
 
finalize() - Method in class com.couchbase.lite.Document
 
finalize() - Method in class com.couchbase.lite.MutableDictionary
 
finalize() - Method in class com.couchbase.lite.Replicator
 
finalize() - Method in class com.couchbase.lite.ResultContext
 
finalize() - Method in class com.couchbase.lite.ResultSet
 
floor(Object) - Static method in class com.couchbase.lite.Function
 
free() - Method in class com.couchbase.lite.DocContext
 
free() - Method in class com.couchbase.lite.ResultSet
 
From - Class in com.couchbase.lite
A From represents a FROM clause for specifying the data source of the query.
from(DataSource) - Method in class com.couchbase.lite.Select
Create and chain a FROM component for specifying the data source of the query.
from(String) - Method in class com.couchbase.lite.SelectResult.From
 
fullTextIndex(FullTextIndexItem...) - Static method in class com.couchbase.lite.Index
 
FullTextIndexItem - Class in com.couchbase.lite
 
Function - Class in com.couchbase.lite
 
Function() - Constructor for class com.couchbase.lite.Function
 

G

getActiveLiveQueries() - Method in class com.couchbase.lite.Database
 
getActivityLevel() - Method in class com.couchbase.lite.Replicator.Status
The current activity level.
getArray(int) - Method in class com.couchbase.lite.Array
Gets a Array at the given index.
getArray(String) - Method in class com.couchbase.lite.Dictionary
Get a property's value as a Array, which is a mapping object of an array value.
getArray(String) - Method in class com.couchbase.lite.Document
 
getArray(int) - Method in class com.couchbase.lite.MutableArray
Gets a Array at the given index.
getArray(String) - Method in class com.couchbase.lite.MutableDictionary
Get a property's value as a Array, which is a mapping object of an array value.
getArray(String) - Method in class com.couchbase.lite.MutableDocument
Get a property's value as a Array, which is a mapping object of an array value.
getArray(int) - Method in class com.couchbase.lite.Result
 
getArray(String) - Method in class com.couchbase.lite.Result
 
getAuthenticator() - Method in class com.couchbase.lite.ReplicatorConfiguration
 
getBase() - Method in class com.couchbase.lite.Conflict
 
getBlob(int) - Method in class com.couchbase.lite.Array
Gets value at the given index as a Blob.
getBlob(String) - Method in class com.couchbase.lite.Dictionary
Gets a property's value as a Blob.
getBlob(String) - Method in class com.couchbase.lite.Document
Gets a property's value as a Blob.
getBlob(int) - Method in class com.couchbase.lite.Result
 
getBlob(String) - Method in class com.couchbase.lite.Result
 
getBoolean(int) - Method in class com.couchbase.lite.Array
Gets value at the given index as a boolean.
getBoolean(String) - Method in class com.couchbase.lite.Dictionary
Gets a property's value as a boolean.
getBoolean(String) - Method in class com.couchbase.lite.Document
Gets a property's value as a boolean.
getBoolean(int) - Method in class com.couchbase.lite.Result
 
getBoolean(String) - Method in class com.couchbase.lite.Result
 
getChannels() - Method in class com.couchbase.lite.ReplicatorConfiguration
A set of Sync Gateway channel names to pull from.
getCode() - Method in exception com.couchbase.lite.CouchbaseLiteException
Access the error code for this error.
getCode() - Method in exception com.couchbase.lite.CouchbaseLiteRuntimeException
Access the error code for this error.
getCompleted() - Method in class com.couchbase.lite.Replicator.Progress
The number of completed changes processed.
getConfig() - Method in class com.couchbase.lite.Database
Returned the copied config object
getConfig() - Method in class com.couchbase.lite.Replicator
The replicator's configuration.
getConflictResolver() - Method in class com.couchbase.lite.BaseDatabaseConfiguration
 
getConflictResolver() - Method in class com.couchbase.lite.ReplicatorConfiguration
The conflict resolver for this replicator.
getContent() - Method in class com.couchbase.lite.Blob
Gets the contents of a Blob as a block of memory.
getContentStream() - Method in class com.couchbase.lite.Blob
Get the stream of content of a Blob.
getContentType() - Method in class com.couchbase.lite.Blob
Return the type of content this Blob represents; by convention this is a MIME type.
getCookieName() - Method in class com.couchbase.lite.SessionAuthenticator
 
getCount() - Method in class com.couchbase.lite.Database
The number of documents in the database.
getData() - Method in class com.couchbase.lite.Document
 
getDatabase() - Method in class com.couchbase.lite.DatabaseChange
Returns the database instance
getDatabase() - Method in class com.couchbase.lite.DocContext
 
getDatabase() - Method in class com.couchbase.lite.Query
 
getDatabase() - Method in class com.couchbase.lite.ReplicatorConfiguration
 
getDate(int) - Method in class com.couchbase.lite.Array
Gets value at the given index as a Date.
getDate(String) - Method in class com.couchbase.lite.Dictionary
Gets a property's value as a Date.
getDate(String) - Method in class com.couchbase.lite.Document
Gets a property's value as a Date.
getDate(int) - Method in class com.couchbase.lite.Result
 
getDate(String) - Method in class com.couchbase.lite.Result
 
getDictionary(int) - Method in class com.couchbase.lite.Array
Gets a Dictionary at the given index.
getDictionary(String) - Method in class com.couchbase.lite.Dictionary
Get a property's value as a Dictionary, which is a mapping object of an dictionary value.
getDictionary(String) - Method in class com.couchbase.lite.Document
 
getDictionary(int) - Method in class com.couchbase.lite.MutableArray
Gets a Dictionary at the given index.
getDictionary(String) - Method in class com.couchbase.lite.MutableDictionary
Get a property's value as a Dictionary, which is a mapping object of an dictionary value.
getDictionary(String) - Method in class com.couchbase.lite.MutableDocument
Get a property's value as a Dictionary, which is a mapping object of an dictionary value.
getDictionary(int) - Method in class com.couchbase.lite.Result
 
getDictionary(String) - Method in class com.couchbase.lite.Result
 
getDirectory() - Method in class com.couchbase.lite.BaseDatabaseConfiguration
Returns the path to the directory to store the database in.
getDocument(String) - Method in class com.couchbase.lite.Database
Gets an existing Document object with the given ID.
getDocumentID() - Method in class com.couchbase.lite.DocumentChange
Returns the changed document ID
getDocumentIDs() - Method in class com.couchbase.lite.DatabaseChange
Returns the list of the changed document IDs
getDocumentIDs() - Method in class com.couchbase.lite.ReplicatorConfiguration
A set of document IDs to filter by: if not nil, only documents with these IDs will be pushed and/or pulled.
getDomain() - Method in exception com.couchbase.lite.CouchbaseLiteException
Access the error domain for this error.
getDomain() - Method in exception com.couchbase.lite.CouchbaseLiteRuntimeException
Access the error domain for this error.
getDomainString() - Method in exception com.couchbase.lite.CouchbaseLiteException
Access the error domain for this error.
getDomainString() - Method in exception com.couchbase.lite.CouchbaseLiteRuntimeException
Access the error domain for this error.
getDouble(int) - Method in class com.couchbase.lite.Array
Gets value at the given index as an double.
getDouble(String) - Method in class com.couchbase.lite.Dictionary
Gets a property's value as an double.
getDouble(String) - Method in class com.couchbase.lite.Document
Gets a property's value as an double.
getDouble(int) - Method in class com.couchbase.lite.Result
 
getDouble(String) - Method in class com.couchbase.lite.Result
 
getEncryptionKey() - Method in class com.couchbase.lite.BaseDatabaseConfiguration
Returns a key to encrypt the database with.
getEnumerator() - Method in class com.couchbase.lite.ResultContext
 
getError() - Method in class com.couchbase.lite.Replicator.Status
 
getExpires() - Method in class com.couchbase.lite.SessionAuthenticator
 
getFloat(int) - Method in class com.couchbase.lite.Array
Gets value at the given index as an float.
getFloat(String) - Method in class com.couchbase.lite.Dictionary
Gets a property's value as an float.
getFloat(String) - Method in class com.couchbase.lite.Document
Gets a property's value as an float.
getFloat(int) - Method in class com.couchbase.lite.Result
 
getFloat(String) - Method in class com.couchbase.lite.Result
 
getId() - Method in class com.couchbase.lite.Document
return the document's ID.
getIndexes() - Method in class com.couchbase.lite.Database
 
getInfo() - Method in exception com.couchbase.lite.CouchbaseLiteException
 
getInfo() - Method in exception com.couchbase.lite.CouchbaseLiteRuntimeException
 
getInt(int) - Method in class com.couchbase.lite.Array
Gets value at the given index as an int.
getInt(String) - Method in class com.couchbase.lite.Dictionary
Gets a property's value as an int.
getInt(String) - Method in class com.couchbase.lite.Document
Gets a property's value as an int.
getInt(int) - Method in class com.couchbase.lite.Result
 
getInt(String) - Method in class com.couchbase.lite.Result
 
getKeys() - Method in class com.couchbase.lite.Dictionary
 
getKeys() - Method in class com.couchbase.lite.Document
 
getKeys() - Method in class com.couchbase.lite.Result
 
getLength() - Method in class com.couchbase.lite.Range
Get the length of the word.
getLocation() - Method in class com.couchbase.lite.Range
Get the start location that the word is located in the full text.
getLong(int) - Method in class com.couchbase.lite.Array
Gets value at the given index as an long.
getLong(String) - Method in class com.couchbase.lite.Dictionary
Gets a property's value as an long.
getLong(String) - Method in class com.couchbase.lite.Document
Gets a property's value as an long.
getLong(int) - Method in class com.couchbase.lite.Result
 
getLong(String) - Method in class com.couchbase.lite.Result
 
getMine() - Method in class com.couchbase.lite.Conflict
 
getName() - Method in class com.couchbase.lite.Database
Return the database name
getNumber(int) - Method in class com.couchbase.lite.Array
Gets value at the given index as a Number.
getNumber(String) - Method in class com.couchbase.lite.Dictionary
Gets a property's value as a Number.
getNumber(String) - Method in class com.couchbase.lite.Document
Gets a property's value as a Number.
getNumber(int) - Method in class com.couchbase.lite.Result
 
getNumber(String) - Method in class com.couchbase.lite.Result
 
getParameters() - Method in class com.couchbase.lite.Query
Returns a copies of the current parameters.
getPassword() - Method in class com.couchbase.lite.BasicAuthenticator
 
getPath() - Method in class com.couchbase.lite.Database
Return the database's path.
getPinnedServerCertificate() - Method in class com.couchbase.lite.ReplicatorConfiguration
 
getProgress() - Method in class com.couchbase.lite.Replicator.Status
The current progress of the replicator.
getProperties() - Method in class com.couchbase.lite.Blob
Return the metadata associated with this Blob
getReplicator() - Method in class com.couchbase.lite.ReplicatorChange
 
getReplicatorType() - Method in class com.couchbase.lite.ReplicatorConfiguration
 
getSequence() - Method in class com.couchbase.lite.Document
Return the sequence number of the document in the database.
getSessionID() - Method in class com.couchbase.lite.SessionAuthenticator
 
getStatus() - Method in class com.couchbase.lite.Replicator
The replicator's current status: its activity level and progress.
getStatus() - Method in class com.couchbase.lite.ReplicatorChange
 
getString(int) - Method in class com.couchbase.lite.Array
Gets value at the given index as a String.
getString(String) - Method in class com.couchbase.lite.Dictionary
Gets a property's value as a String.
getString(String) - Method in class com.couchbase.lite.Document
Gets a property's value as a String.
getString(int) - Method in class com.couchbase.lite.Result
 
getString(String) - Method in class com.couchbase.lite.Result
 
getTarget() - Method in class com.couchbase.lite.ReplicatorConfiguration
 
getTheirs() - Method in class com.couchbase.lite.Conflict
 
getTotal() - Method in class com.couchbase.lite.Replicator.Progress
The total number of changes to be processed.
getUsername() - Method in class com.couchbase.lite.BasicAuthenticator
 
getValue(int) - Method in class com.couchbase.lite.Array
Gets value at the given index as an object.
getValue() - Method in enum com.couchbase.lite.Database.LogLevel
 
getValue(String) - Method in class com.couchbase.lite.Dictionary
Gets a property's value as an object.
getValue(String) - Method in class com.couchbase.lite.Document
Gets a property's value as an object.
getValue(int) - Method in class com.couchbase.lite.Result
 
getValue(String) - Method in class com.couchbase.lite.Result
 
greaterThan(Object) - Method in class com.couchbase.lite.Expression
Create a greater than expression that evaluates whether or not the current expression is greater than the given expression.
greaterThanOrEqualTo(Object) - Method in class com.couchbase.lite.Expression
Create a greater than or equal to expression that evaluates whether or not the current expression is greater than or equal to the given expression.
groupBy(Expression...) - Method in class com.couchbase.lite.From
 
GroupBy - Class in com.couchbase.lite
 
groupBy(Expression...) - Method in class com.couchbase.lite.Where
 

H

hashCode() - Method in class com.couchbase.lite.Array
 
hashCode() - Method in class com.couchbase.lite.Blob
 
hashCode() - Method in class com.couchbase.lite.Dictionary
 
hashCode() - Method in class com.couchbase.lite.Document
 
having(Expression) - Method in class com.couchbase.lite.GroupBy
 
Having - Class in com.couchbase.lite
Having represents a HAVING clause of the query statement used for filtering the aggregated values from the the GROUP BY clause.

I

i(String, String) - Static method in class com.couchbase.lite.Log
Send an INFO message.
i(String, String, Throwable) - Static method in class com.couchbase.lite.Log
Send a INFO message and log the exception.
i(String, String, Object...) - Static method in class com.couchbase.lite.Log
Send an INFO message.
i(String, String, Throwable, Object...) - Static method in class com.couchbase.lite.Log
Send a INFO message and log the exception.
id - Static variable in class com.couchbase.lite.Meta
 
ignoreAccents(boolean) - Method in class com.couchbase.lite.Collation.Unicode
 
ignoreCase(boolean) - Method in class com.couchbase.lite.Collation.ASCII
 
ignoreCase(boolean) - Method in class com.couchbase.lite.Collation.Unicode
 
in(Object) - Method in class com.couchbase.lite.ArrayExpressionIn
 
in(Object...) - Method in class com.couchbase.lite.Expression
Create an IN expression that evaluates whether or not the current expression is in the given expressions.
inBatch(Runnable) - Method in class com.couchbase.lite.Database
Runs a group of database operations in a batch.
Index - Class in com.couchbase.lite
 
Index() - Constructor for class com.couchbase.lite.Index
 
IndexType - Enum in com.couchbase.lite
Types of database indexes.
INFO - Static variable in class com.couchbase.lite.Log
Priority constant for the println method; use Log.i.
innerJoin(DataSource) - Static method in class com.couchbase.lite.Join
 
insertArray(int, MutableArray) - Method in class com.couchbase.lite.MutableArray
 
insertBlob(int, Blob) - Method in class com.couchbase.lite.MutableArray
 
insertBoolean(int, boolean) - Method in class com.couchbase.lite.MutableArray
 
insertDate(int, Date) - Method in class com.couchbase.lite.MutableArray
 
insertDictionary(int, MutableDictionary) - Method in class com.couchbase.lite.MutableArray
 
insertDouble(int, double) - Method in class com.couchbase.lite.MutableArray
 
insertFloat(int, float) - Method in class com.couchbase.lite.MutableArray
 
insertInt(int, int) - Method in class com.couchbase.lite.MutableArray
 
insertLong(int, long) - Method in class com.couchbase.lite.MutableArray
 
insertNumber(int, Number) - Method in class com.couchbase.lite.MutableArray
 
insertString(int, String) - Method in class com.couchbase.lite.MutableArray
 
insertValue(int, Object) - Method in class com.couchbase.lite.MutableArray
Inserts an object at the given index.
is(Object) - Method in class com.couchbase.lite.Expression
Create an IS expression that evaluates whether or not the current expression is equal to the given expression.
isArray(Object) - Static method in class com.couchbase.lite.Function
 
isChanged() - Method in class com.couchbase.lite.MutableDictionary
 
isContinuous() - Method in class com.couchbase.lite.ReplicatorConfiguration
 
isDeleted() - Method in class com.couchbase.lite.Document
Return whether the document is deleted
isDictionary(Object) - Static method in class com.couchbase.lite.Function
 
isEmpty() - Method in class com.couchbase.lite.Dictionary
 
isNot(Object) - Method in class com.couchbase.lite.Expression
Create an IS NOT expression that evaluates whether or not the current expression is not equal to the given expression.
isNullOrMissing() - Method in class com.couchbase.lite.Expression
 
isNumber(Object) - Static method in class com.couchbase.lite.Function
 
isString(Object) - Static method in class com.couchbase.lite.Function
 
iterator() - Method in class com.couchbase.lite.Array
 
iterator() - Method in class com.couchbase.lite.Dictionary
 
iterator() - Method in class com.couchbase.lite.Document
 
iterator() - Method in class com.couchbase.lite.Result
 
iterator() - Method in class com.couchbase.lite.ResultSet
 

J

join(Join...) - Method in class com.couchbase.lite.From
 
Join - Class in com.couchbase.lite
 
join(DataSource) - Static method in class com.couchbase.lite.Join
 
Join.On - Class in com.couchbase.lite
 
Joins - Class in com.couchbase.lite
 
jsonValue(Object) - Method in class com.couchbase.lite.Expression
 

L

leftJoin(DataSource) - Static method in class com.couchbase.lite.Join
 
leftOuterJoin(DataSource) - Static method in class com.couchbase.lite.Join
 
length(Object) - Static method in class com.couchbase.lite.ArrayFunction
 
length() - Method in class com.couchbase.lite.Blob
The binary length of this Blob
length(Object) - Static method in class com.couchbase.lite.Function
 
lessThan(Object) - Method in class com.couchbase.lite.Expression
Create a less than expression that evaluates whether or not the current expression is less than the given expression.
lessThanOrEqualTo(Object) - Method in class com.couchbase.lite.Expression
Create a less than or equal to expression that evaluates whether or not the current expression is less than or equal to the given expression.
like(Object) - Method in class com.couchbase.lite.Expression
Create a Like expression that evaluates whether or not the current expression is LIKE the given expression.
limit(Object) - Method in class com.couchbase.lite.From
 
limit(Object, Object) - Method in class com.couchbase.lite.From
 
limit(Object) - Method in class com.couchbase.lite.GroupBy
 
limit(Object, Object) - Method in class com.couchbase.lite.GroupBy
 
limit(Object) - Method in class com.couchbase.lite.Having
 
limit(Object, Object) - Method in class com.couchbase.lite.Having
 
limit(Object) - Method in class com.couchbase.lite.Joins
 
limit(Object, Object) - Method in class com.couchbase.lite.Joins
 
Limit - Class in com.couchbase.lite
 
limit(Object) - Method in class com.couchbase.lite.OrderBy
 
limit(Object, Object) - Method in class com.couchbase.lite.OrderBy
 
limit(Object) - Method in class com.couchbase.lite.Where
 
limit(Object, Object) - Method in class com.couchbase.lite.Where
 
ListenerToken - Interface in com.couchbase.lite
 
ln(Object) - Static method in class com.couchbase.lite.Function
 
locale(String) - Method in class com.couchbase.lite.Collation.Unicode
 
log(Object) - Static method in class com.couchbase.lite.Function
 
Log - Class in com.couchbase.lite
Couchbase Lite Logging API.
lower(Object) - Static method in class com.couchbase.lite.Function
 
ltrim(Object) - Static method in class com.couchbase.lite.Function
 

M

max(Object) - Static method in class com.couchbase.lite.Function
 
Meta - Class in com.couchbase.lite
 
Meta() - Constructor for class com.couchbase.lite.Meta
 
Meta.MetaExpression - Class in com.couchbase.lite
 
min(Object) - Static method in class com.couchbase.lite.Function
 
modulo(Object) - Method in class com.couchbase.lite.Expression
Create a modulo expression to modulo the current expression by the given expression.
multiply(Object) - Method in class com.couchbase.lite.Expression
Create a multiply expression to multiply the current expression by the given expression.
MutableArray - Class in com.couchbase.lite
Array provides access to array data.
MutableArray() - Constructor for class com.couchbase.lite.MutableArray
Constructs a new empty Array object.
MutableArray(List<Object>) - Constructor for class com.couchbase.lite.MutableArray
Constructs a new Array object with an array content.
MutableDictionary - Class in com.couchbase.lite
Dictionary provides access to dictionary data.
MutableDictionary() - Constructor for class com.couchbase.lite.MutableDictionary
Initialize a new empty Dictionary object.
MutableDictionary(Map<String, Object>) - Constructor for class com.couchbase.lite.MutableDictionary
Initializes a new CBLDictionary object with dictionary content.
MutableDocument - Class in com.couchbase.lite
A Couchbase Lite Document.
MutableDocument() - Constructor for class com.couchbase.lite.MutableDocument
Creates a new Document object with a new random UUID.
MutableDocument(String) - Constructor for class com.couchbase.lite.MutableDocument
Creates a new Document object with the given ID.
MutableDocument(Map<String, Object>) - Constructor for class com.couchbase.lite.MutableDocument
Initializes a new CBLDocument object with a new random UUID and the dictionary as the content.
MutableDocument(String, Map<String, Object>) - Constructor for class com.couchbase.lite.MutableDocument
Initializes a new Document object with a given ID and the dictionary as the content.

N

negated(Object) - Static method in class com.couchbase.lite.Expression
Create a negated expression to represent the negated result of the given expression.
NetworkReachabilityListener - Interface in com.couchbase.lite
Classes that want to register to the NetworkReachabilityManager to be notified of network reachability events should implment this interface.
NetworkReachabilityManager - Class in com.couchbase.lite
This uses system api (on Android, uses the Context) to listen for network reachability change events and notifies all NetworkReachabilityListeners that have registered themselves.
NetworkReachabilityManager() - Constructor for class com.couchbase.lite.NetworkReachabilityManager
 
networkReachable() - Method in interface com.couchbase.lite.NetworkReachabilityListener
 
networkReachable() - Method in class com.couchbase.lite.Replicator
 
networkUnreachable() - Method in interface com.couchbase.lite.NetworkReachabilityListener
 
networkUnreachable() - Method in class com.couchbase.lite.Replicator
 
next() - Method in class com.couchbase.lite.ResultSet
Move the cursor forward one row from its current row position.
NONE - Static variable in class com.couchbase.lite.Log
 
not(Object) - Static method in class com.couchbase.lite.Expression
Create a negated expression to represent the negated result of the given expression.
NOT_FOUND - Static variable in class com.couchbase.lite.Range
The constant representing the NOT_FOUND location.
notEqualTo(Object) - Method in class com.couchbase.lite.Expression
Create a NOT equal to expression that evaluates whether or not the current expression is not equal to the given expression.
notifyListenersNetworkReachable() - Method in class com.couchbase.lite.NetworkReachabilityManager
Notify listeners that the network is now reachable
notifyListenersNetworkUneachable() - Method in class com.couchbase.lite.NetworkReachabilityManager
Notify listeners that the network is now unreachable
notNullOrMissing() - Method in class com.couchbase.lite.Expression
 

O

on(Expression) - Method in class com.couchbase.lite.Join.On
 
or(Object) - Method in class com.couchbase.lite.Expression
Create a logical OR expression that performs logical OR operation with the current expression.
orderBy(Ordering...) - Method in class com.couchbase.lite.From
Create and chain an ORDER BY component for specifying the ORDER BY clause of the query.
orderBy(Ordering...) - Method in class com.couchbase.lite.GroupBy
Create and chain an ORDER BY component for specifying the ORDER BY clause of the query.
orderBy(Ordering...) - Method in class com.couchbase.lite.Having
Create and chain an ORDER BY component for specifying the orderings of the query result.
orderBy(Ordering...) - Method in class com.couchbase.lite.Joins
 
OrderBy - Class in com.couchbase.lite
An OrderBy represents an ORDER BY clause of the query for specifying properties or expressions that the result rows should be sorted by.
orderBy(Ordering...) - Method in class com.couchbase.lite.Where
Create and chain an ORDER BY component for specifying the ORDER BY clause of the query.
Ordering - Class in com.couchbase.lite
 
Ordering() - Constructor for class com.couchbase.lite.Ordering
 
Ordering.SortOrder - Class in com.couchbase.lite
SorderOrder represents a single ORDER BY entity.
outOfBoundsMsg(int) - Method in class com.couchbase.lite.Array
 

P

parameter(String) - Static method in class com.couchbase.lite.Expression
 
Parameters - Class in com.couchbase.lite
 
pi() - Static method in class com.couchbase.lite.Function
 
power(Object, Object) - Static method in class com.couchbase.lite.Function
 
property(String) - Static method in class com.couchbase.lite.Expression
Create a property expression representing the value of the given property.
property(String) - Static method in class com.couchbase.lite.FullTextIndexItem
 
property(String) - Static method in class com.couchbase.lite.Ordering
Create a SortOrder, inherited from the OrderBy class, object by the given property name.
property(String) - Static method in class com.couchbase.lite.SelectResult
 
property(String) - Static method in class com.couchbase.lite.ValueIndexItem
 
purge(Document) - Method in class com.couchbase.lite.Database
Purges the given document from the database.

Q

query(Query) - Static method in class com.couchbase.lite.DataSource
 
QUERY - Static variable in class com.couchbase.lite.Log
Logging Tag for Query related operations
Query - Class in com.couchbase.lite
A database query used for querying data from the database.

R

radians(Object) - Static method in class com.couchbase.lite.Function
 
Range - Class in com.couchbase.lite
Full-text word range.
rangeCheck(int) - Method in class com.couchbase.lite.Array
 
refresh() - Method in class com.couchbase.lite.ResultSet
 
regex(Object) - Method in class com.couchbase.lite.Expression
Create a regex match expression that evaluates whether or not the current expression regex matches the given expression.
remove(int) - Method in class com.couchbase.lite.MutableArray
Removes the object at the given index.
remove(String) - Method in class com.couchbase.lite.MutableDictionary
Removes the mapping for a key from this Dictionary
remove(String) - Method in class com.couchbase.lite.MutableDocument
Removes the mapping for a key from this Dictionary
removeChangeListener(ListenerToken) - Method in class com.couchbase.lite.Database
Remove the given DatabaseChangeListener from the this database.
removeChangeListener(ListenerToken) - Method in class com.couchbase.lite.Query
 
removeChangeListener(ListenerToken) - Method in class com.couchbase.lite.Replicator
Remove the given ReplicatorChangeListener from the this replicator.
removeNetworkReachabilityListener(NetworkReachabilityListener) - Method in class com.couchbase.lite.NetworkReachabilityManager
Remove Network Reachability Listener
Replicator - Class in com.couchbase.lite
 
Replicator(ReplicatorConfiguration) - Constructor for class com.couchbase.lite.Replicator
Initializes a replicator with the given configuration.
Replicator.ActivityLevel - Enum in com.couchbase.lite
Activity level of a replicator.
Replicator.Progress - Class in com.couchbase.lite
Progress of a replicator.
Replicator.Status - Class in com.couchbase.lite
Combined activity level and progress of a replicator.
ReplicatorChange - Class in com.couchbase.lite
 
ReplicatorChangeListener - Interface in com.couchbase.lite
The listener interface for receiving Replicator change events.
ReplicatorConfiguration - Class in com.couchbase.lite
 
ReplicatorConfiguration(Database, Database) - Constructor for class com.couchbase.lite.ReplicatorConfiguration
 
ReplicatorConfiguration(Database, URI) - Constructor for class com.couchbase.lite.ReplicatorConfiguration
 
ReplicatorConfiguration(Database, Object, ReplicatorConfiguration.ReplicatorType, boolean, ConflictResolver, Authenticator, byte[], List<String>, List<String>) - Constructor for class com.couchbase.lite.ReplicatorConfiguration
 
ReplicatorConfiguration.ReplicatorType - Enum in com.couchbase.lite
 
resolve(Conflict) - Method in interface com.couchbase.lite.ConflictResolver
 
Result - Class in com.couchbase.lite
Result represents a row of result set returned by a Query.
ResultContext - Class in com.couchbase.lite
 
ResultContext(Database, C4QueryEnumerator) - Constructor for class com.couchbase.lite.ResultContext
 
ResultSet - Class in com.couchbase.lite
A result set representing the _query result.
round(Object) - Static method in class com.couchbase.lite.Function
 
round(Object, int) - Static method in class com.couchbase.lite.Function
 
rtrim(Object) - Static method in class com.couchbase.lite.Function
 

S

satisfies(Expression) - Method in class com.couchbase.lite.ArrayExpressionSatisfies
 
save(MutableDocument) - Method in class com.couchbase.lite.Database
Saves the given document to the database.
select(SelectResult...) - Static method in class com.couchbase.lite.Query
Create a SELECT ALL (*) query.
Select - Class in com.couchbase.lite
Select represents the SELECT clause of the query for specifying the returning properties in each query result row.
selectDistinct(SelectResult...) - Static method in class com.couchbase.lite.Query
Create a SELECT DISTINCT ALL (*) query.
SelectResult - Class in com.couchbase.lite
 
SelectResult.As - Class in com.couchbase.lite
 
SelectResult.From - Class in com.couchbase.lite
 
sequence - Static variable in class com.couchbase.lite.Meta
 
SessionAuthenticator - Class in com.couchbase.lite
SessionAuthenticator class is an authenticator that will authenticate by using the sessin ID of the session created by a Sync Gateway
SessionAuthenticator(String, Date, String) - Constructor for class com.couchbase.lite.SessionAuthenticator
 
SessionAuthenticator(String, String, String) - Constructor for class com.couchbase.lite.SessionAuthenticator
 
setArray(int, MutableArray) - Method in class com.couchbase.lite.MutableArray
 
setArray(String, Array) - Method in class com.couchbase.lite.MutableDictionary
 
setArray(String, Array) - Method in class com.couchbase.lite.MutableDocument
 
setAuthenticator(Authenticator) - Method in class com.couchbase.lite.ReplicatorConfiguration
 
setBlob(int, Blob) - Method in class com.couchbase.lite.MutableArray
 
setBlob(String, Blob) - Method in class com.couchbase.lite.MutableDictionary
 
setBlob(String, Blob) - Method in class com.couchbase.lite.MutableDocument
 
setBoolean(int, boolean) - Method in class com.couchbase.lite.MutableArray
 
setBoolean(String, boolean) - Method in class com.couchbase.lite.MutableDictionary
 
setBoolean(String, boolean) - Method in class com.couchbase.lite.MutableDocument
 
setBoolean(String, boolean) - Method in class com.couchbase.lite.Parameters
 
setChannels(List<String>) - Method in class com.couchbase.lite.ReplicatorConfiguration
 
setConflictResolver(ConflictResolver) - Method in class com.couchbase.lite.BaseDatabaseConfiguration
 
setConflictResolver(ConflictResolver) - Method in class com.couchbase.lite.ReplicatorConfiguration
 
setContinuous(boolean) - Method in class com.couchbase.lite.ReplicatorConfiguration
 
setData(List<Object>) - Method in class com.couchbase.lite.MutableArray
Set an array as a content.
setData(Map<String, Object>) - Method in class com.couchbase.lite.MutableDictionary
Set a dictionary as a content.
setData(Map<String, Object>) - Method in class com.couchbase.lite.MutableDocument
Set a dictionary as a content.
setDate(int, Date) - Method in class com.couchbase.lite.MutableArray
 
setDate(String, Date) - Method in class com.couchbase.lite.MutableDictionary
 
setDate(String, Date) - Method in class com.couchbase.lite.MutableDocument
 
setDate(String, Date) - Method in class com.couchbase.lite.Parameters
 
setDictionary(int, MutableDictionary) - Method in class com.couchbase.lite.MutableArray
 
setDictionary(String, Dictionary) - Method in class com.couchbase.lite.MutableDictionary
 
setDictionary(String, Dictionary) - Method in class com.couchbase.lite.MutableDocument
 
setDirectory(File) - Method in class com.couchbase.lite.BaseDatabaseConfiguration
Set the path to the directory to store the database in.
setDocumentIDs(List<String>) - Method in class com.couchbase.lite.ReplicatorConfiguration
 
setDouble(int, double) - Method in class com.couchbase.lite.MutableArray
 
setDouble(String, double) - Method in class com.couchbase.lite.MutableDictionary
 
setDouble(String, double) - Method in class com.couchbase.lite.MutableDocument
 
setDouble(String, double) - Method in class com.couchbase.lite.Parameters
 
setEncryptionKey(EncryptionKey) - Method in class com.couchbase.lite.BaseDatabaseConfiguration
Set a key to encrypt the database with.
setEncryptionKey(EncryptionKey) - Method in class com.couchbase.lite.Database
Changes the database's encryption key, or removes encryption if the new key is null.
setFloat(int, float) - Method in class com.couchbase.lite.MutableArray
 
setFloat(String, float) - Method in class com.couchbase.lite.MutableDictionary
 
setFloat(String, float) - Method in class com.couchbase.lite.MutableDocument
 
setFloat(String, float) - Method in class com.couchbase.lite.Parameters
 
setInt(int, int) - Method in class com.couchbase.lite.MutableArray
 
setInt(String, int) - Method in class com.couchbase.lite.MutableDictionary
 
setInt(String, int) - Method in class com.couchbase.lite.MutableDocument
 
setInt(String, int) - Method in class com.couchbase.lite.Parameters
 
setLogLevel(Database.LogDomain, Database.LogLevel) - Static method in class com.couchbase.lite.Database
 
setLong(int, long) - Method in class com.couchbase.lite.MutableArray
 
setLong(String, long) - Method in class com.couchbase.lite.MutableDictionary
 
setLong(String, long) - Method in class com.couchbase.lite.MutableDocument
 
setLong(String, long) - Method in class com.couchbase.lite.Parameters
 
setNumber(int, Number) - Method in class com.couchbase.lite.MutableArray
 
setNumber(String, Number) - Method in class com.couchbase.lite.MutableDictionary
 
setNumber(String, Number) - Method in class com.couchbase.lite.MutableDocument
 
setNumber(String, Number) - Method in class com.couchbase.lite.Parameters
 
setParameters(Parameters) - Method in class com.couchbase.lite.Query
Set parameters should copy the given parameters.
setPinnedServerCertificate(byte[]) - Method in class com.couchbase.lite.ReplicatorConfiguration
 
setReplicatorType(ReplicatorConfiguration.ReplicatorType) - Method in class com.couchbase.lite.ReplicatorConfiguration
 
setString(int, String) - Method in class com.couchbase.lite.MutableArray
 
setString(String, String) - Method in class com.couchbase.lite.MutableDictionary
 
setString(String, String) - Method in class com.couchbase.lite.MutableDocument
 
setString(String, String) - Method in class com.couchbase.lite.Parameters
 
setValue(int, Object) - Method in class com.couchbase.lite.MutableArray
Set an object at the given index.
setValue(String, Object) - Method in class com.couchbase.lite.MutableDictionary
Set an object value by key.
setValue(String, Object) - Method in class com.couchbase.lite.MutableDocument
Set an object value by key.
setValue(String, Object) - Method in class com.couchbase.lite.Parameters
 
sign(Object) - Static method in class com.couchbase.lite.Function
 
sin(Object) - Static method in class com.couchbase.lite.Function
 
sqrt(Object) - Static method in class com.couchbase.lite.Function
 
start() - Method in class com.couchbase.lite.Replicator
Starts the replicator.
startListening() - Method in class com.couchbase.lite.NetworkReachabilityManager
This method starts listening for network connectivity state changes.
stop() - Method in class com.couchbase.lite.Replicator
Stops a running replicator.
stopListening() - Method in class com.couchbase.lite.NetworkReachabilityManager
This method stops this class from listening for network changes.
subtract(Object) - Method in class com.couchbase.lite.Expression
Create a subtract expression to subtract the given expression from the current expression.
sum(Object) - Static method in class com.couchbase.lite.Function
 
SYNC - Static variable in class com.couchbase.lite.Log
Logging Tag for Sync related operations

T

tan(Object) - Static method in class com.couchbase.lite.Function
 
toList() - Method in class com.couchbase.lite.Array
Gets content of the current object as an List.
toList() - Method in class com.couchbase.lite.Result
 
toMap() - Method in class com.couchbase.lite.Dictionary
Gets content of the current object as an Map.
toMap() - Method in class com.couchbase.lite.Document
Gets content of the current object as an Map.
toMap() - Method in class com.couchbase.lite.Result
 
toMutable() - Method in class com.couchbase.lite.Array
Return a mutable copy of the array
toMutable() - Method in class com.couchbase.lite.Dictionary
Return a mutable copy of the dictionary
toMutable() - Method in class com.couchbase.lite.Document
Return a mutable copy of the document
toString() - Method in class com.couchbase.lite.Blob
Returns a string representation of the object.
toString() - Method in class com.couchbase.lite.Collation
 
toString() - Method in exception com.couchbase.lite.CouchbaseLiteException
 
toString() - Method in exception com.couchbase.lite.CouchbaseLiteRuntimeException
 
toString() - Method in class com.couchbase.lite.Database
 
toString() - Method in class com.couchbase.lite.DatabaseChange
 
toString() - Method in class com.couchbase.lite.DocumentChange
 
toString() - Method in class com.couchbase.lite.Expression
 
toString() - Method in class com.couchbase.lite.Query
 
toString() - Method in class com.couchbase.lite.Replicator
 
trim(Object) - Static method in class com.couchbase.lite.Function
 
trunc(Object) - Static method in class com.couchbase.lite.Function
 
trunc(Object, int) - Static method in class com.couchbase.lite.Function
 

U

unicode() - Static method in class com.couchbase.lite.Collation
 
Unicode() - Constructor for class com.couchbase.lite.Collation.Unicode
 
upper(Object) - Static method in class com.couchbase.lite.Function
 

V

v(String, String) - Static method in class com.couchbase.lite.Log
Send a VERBOSE message.
v(String, String, Throwable) - Static method in class com.couchbase.lite.Log
Send a VERBOSE message and log the exception.
v(String, String, Object...) - Static method in class com.couchbase.lite.Log
Send a VERBOSE message.
v(String, String, Throwable, Object...) - Static method in class com.couchbase.lite.Log
Send a VERBOSE message and log the exception.
valueIndex(ValueIndexItem...) - Static method in class com.couchbase.lite.Index
 
ValueIndexItem - Class in com.couchbase.lite
 
ValueIndexItem(Expression) - Constructor for class com.couchbase.lite.ValueIndexItem
 
valueOf(String) - Static method in enum com.couchbase.lite.Database.LogDomain
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.couchbase.lite.Database.LogLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.couchbase.lite.IndexType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.couchbase.lite.Replicator.ActivityLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.couchbase.lite.ReplicatorConfiguration.ReplicatorType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.couchbase.lite.Database.LogDomain
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.couchbase.lite.Database.LogLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.couchbase.lite.IndexType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.couchbase.lite.Replicator.ActivityLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.couchbase.lite.ReplicatorConfiguration.ReplicatorType
Returns an array containing the constants of this enum type, in the order they are declared.
variable(String) - Static method in class com.couchbase.lite.Expression
 
VERBOSE - Static variable in class com.couchbase.lite.Log
Priority constant for the println method; use Log.v.

W

w(String, String) - Static method in class com.couchbase.lite.Log
Send a WARN message.
w(String, Throwable) - Static method in class com.couchbase.lite.Log
Send a WARN message and log the exception.
w(String, String, Throwable) - Static method in class com.couchbase.lite.Log
Send a WARN message and log the exception.
w(String, String, Object...) - Static method in class com.couchbase.lite.Log
Send a WARN message.
w(String, String, Throwable, Object...) - Static method in class com.couchbase.lite.Log
Send a WARN message and log the exception.
WARN - Static variable in class com.couchbase.lite.Log
Priority constant for the println method; use Log.w.
WebSocket - Static variable in class com.couchbase.lite.Log
Logging Tag for Sync related operations
where(Expression) - Method in class com.couchbase.lite.From
Create and chain a WHERE component for specifying the WHERE clause of the query.
where(Expression) - Method in class com.couchbase.lite.Joins
 
Where - Class in com.couchbase.lite
A Where represents the WHERE clause of the query for filtering the query result.

_

_array - Variable in class com.couchbase.lite.Array
 
_data - Variable in class com.couchbase.lite.Document
 
_dict - Variable in class com.couchbase.lite.Document
 
_get(MArray, int) - Static method in class com.couchbase.lite.Array
 
A B C D E F G H I J L M N O P Q R S T U V W _ 
Skip navigation links