Skip navigation links
A B C D E G H I O P T V W 

A

asyncWriteHelper(Observable<? extends Document>, String) - Method in class org.apache.samza.table.remote.couchbase.CouchbaseTableWriteFunction
 
asyncWriteHelper(Observable<? extends Document>, String, boolean) - Method in class org.apache.samza.table.remote.couchbase.CouchbaseTableWriteFunction
 

B

BaseCouchbaseTableFunction<V> - Class in org.apache.samza.table.remote.couchbase
BaseCouchbaseTableFunction(String, Class<V>, String...) - Constructor for class org.apache.samza.table.remote.couchbase.BaseCouchbaseTableFunction
Constructor for BaseCouchbaseTableFunction.
bucket - Variable in class org.apache.samza.table.remote.couchbase.BaseCouchbaseTableFunction
 
bucketName - Variable in class org.apache.samza.table.remote.couchbase.BaseCouchbaseTableFunction
 

C

close() - Method in class org.apache.samza.table.remote.couchbase.BaseCouchbaseTableFunction
 
closeBucket(String, List<String>) - Method in class org.apache.samza.table.remote.couchbase.CouchbaseBucketRegistry
A synchronized method to close a bucket given the bucket name.
clusterNodes - Variable in class org.apache.samza.table.remote.couchbase.BaseCouchbaseTableFunction
 
CouchbaseBucketRegistry - Class in org.apache.samza.table.remote.couchbase
The CouchbaseBucketRegistry is intended to reuse the same Cluster instance given same clusterNodes and reuse the same Bucket given same bucketName.
CouchbaseBucketRegistry() - Constructor for class org.apache.samza.table.remote.couchbase.CouchbaseBucketRegistry
Constructor of the CouchbaseTableRegistry.
CouchbaseTableReadFunction<V> - Class in org.apache.samza.table.remote.couchbase
TableReadFunction implementation for reading from Couchbase.
CouchbaseTableReadFunction(String, Class<V>, String...) - Constructor for class org.apache.samza.table.remote.couchbase.CouchbaseTableReadFunction
Construct an instance of CouchbaseTableReadFunction.
CouchbaseTableWriteFunction<V> - Class in org.apache.samza.table.remote.couchbase
TableWriteFunction implementation for writing to Couchbase.
CouchbaseTableWriteFunction(String, Class<V>, String...) - Constructor for class org.apache.samza.table.remote.couchbase.CouchbaseTableWriteFunction
Construct an instance of CouchbaseTableWriteFunction.

D

deleteAsync(String) - Method in class org.apache.samza.table.remote.couchbase.CouchbaseTableWriteFunction
 
documentType - Variable in class org.apache.samza.table.remote.couchbase.CouchbaseTableReadFunction
 

E

environmentConfigs - Variable in class org.apache.samza.table.remote.couchbase.BaseCouchbaseTableFunction
 

G

getAsync(String) - Method in class org.apache.samza.table.remote.couchbase.CouchbaseTableReadFunction
 
getBucket(String, List<String>, CouchbaseEnvironmentConfigs) - Method in class org.apache.samza.table.remote.couchbase.CouchbaseBucketRegistry
A synchronized method to open a bucket given the bucket name and cluster nodes.

H

handleGetAsyncBinaryDocument(BinaryDocument, CompletableFuture<V>, String) - Method in class org.apache.samza.table.remote.couchbase.CouchbaseTableReadFunction
 

I

init(Context, AsyncReadWriteTable) - Method in class org.apache.samza.table.remote.couchbase.BaseCouchbaseTableFunction
 
init(Context, AsyncReadWriteTable) - Method in class org.apache.samza.table.remote.couchbase.CouchbaseTableReadFunction
 
init(Context, AsyncReadWriteTable) - Method in class org.apache.samza.table.remote.couchbase.CouchbaseTableWriteFunction
 
isRetriable(Throwable) - Method in class org.apache.samza.table.remote.couchbase.BaseCouchbaseTableFunction
Check whether the exception is caused by one of the temporary failure exceptions, which are likely to be retriable.

O

org.apache.samza.table.remote.couchbase - package org.apache.samza.table.remote.couchbase
 

P

putAsync(String, V) - Method in class org.apache.samza.table.remote.couchbase.CouchbaseTableWriteFunction
 

T

timeout - Variable in class org.apache.samza.table.remote.couchbase.BaseCouchbaseTableFunction
 
ttl - Variable in class org.apache.samza.table.remote.couchbase.BaseCouchbaseTableFunction
 

V

valueSerde - Variable in class org.apache.samza.table.remote.couchbase.BaseCouchbaseTableFunction
 

W

withBootstrapCarrierDirectPort(int) - Method in class org.apache.samza.table.remote.couchbase.BaseCouchbaseTableFunction
If carrier publication bootstrap is enabled and not SSL, sets the port to use.
withBootstrapCarrierSslPort(int) - Method in class org.apache.samza.table.remote.couchbase.BaseCouchbaseTableFunction
If carrier publication bootstrap and SSL are enabled, sets the port to use.
withBootstrapHttpDirectPort(int) - Method in class org.apache.samza.table.remote.couchbase.BaseCouchbaseTableFunction
If Http bootstrap is enabled and not SSL, sets the port to use.
withBootstrapHttpSslPort(int) - Method in class org.apache.samza.table.remote.couchbase.BaseCouchbaseTableFunction
If Http bootstrap and SSL are enabled, sets the port to use.
withSerde(Serde<V>) - Method in class org.apache.samza.table.remote.couchbase.BaseCouchbaseTableFunction
Serde is used to serialize and deserialize values to/from byte array.
withSslEnabledAndCertAuthEnabled(boolean) - Method in class org.apache.samza.table.remote.couchbase.BaseCouchbaseTableFunction
Enable certificate-based authentication and set sslEnabled to be true.
withSslKeystoreFileAndPassword(String, String) - Method in class org.apache.samza.table.remote.couchbase.BaseCouchbaseTableFunction
Defines the location and password of the SSL Keystore file (default value null).
withSslTruststoreFileAndPassword(String, String) - Method in class org.apache.samza.table.remote.couchbase.BaseCouchbaseTableFunction
Defines the location and password of the SSL TrustStore keystore file (default value null).
withTimeout(Duration) - Method in class org.apache.samza.table.remote.couchbase.BaseCouchbaseTableFunction
Set the timeout limit on the read / write operations.
withTtl(Duration) - Method in class org.apache.samza.table.remote.couchbase.BaseCouchbaseTableFunction
Set the TTL for the data writen to Couchbase.
withUsernameAndPassword(String, String) - Method in class org.apache.samza.table.remote.couchbase.BaseCouchbaseTableFunction
Enable role-based authentication with username and password.
A B C D E G H I O P T V W 
Skip navigation links