- 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.