Methods
Method |
Description |
com.couchbase.lite.create(FullTextIndexConfiguration,String,String,Boolean)
|
Create a FullTextIndexConfiguration, overriding the receiver's values with the passed parameters: |
com.couchbase.lite.create(ValueIndexConfiguration,String)
|
Create a ValueIndexConfiguration, overriding the receiver's values with the passed parameters: |
com.couchbase.lite.create(LogFileConfiguration,String,Long,Integer,Boolean)
|
Create a LogFileConfiguration, overriding the receiver's values with the passed parameters: |
com.couchbase.lite.create(DatabaseConfiguration,String,EncryptionKey)
|
Create a DatabaseConfiguration, overriding the receiver's values with the passed parameters: |
com.couchbase.lite.create(ReplicatorConfiguration,Database,Endpoint,ReplicatorType,Boolean,Authenticator,Map,ByteArray,List,List,ReplicationFilter,ReplicationFilter,ConflictResolver,Integer,Integer,Integer,Boolean,Boolean,Boolean)
|
Create a ReplicatorConfiguration, overriding the receiver's values with the passed parameters:Note: A document that is blocked by a document Id filter will not be auto-purged regardless of the setting of the enableAutoPurge propertyWarning: This factory method configures only the default collection! |
com.couchbase.lite.create(MessageEndpointListenerConfiguration,Database,ProtocolType)
|
<b>ENTERPRISE EDITION API</b><br><br><p>
Create a MessageEndpointListenerConfiguration, overriding the receiver's
values with the passed parameters: |
com.couchbase.lite.create(URLEndpointListenerConfiguration,Database,String,Integer,Boolean,TLSIdentity,ListenerAuthenticator,Boolean,Boolean)
|
<b>ENTERPRISE EDITION API</b><br><br><p>
Create a URLEndpointListenerConfigurations, overriding the receiver's
values with the passed parameters: |
com.couchbase.lite.documentChangeFlow(Database,String,Executor)
|
A Flow of document changes. |
com.couchbase.lite.databaseChangeFlow(Database,Executor)
|
A Flow of database changes. |