- UDF_BAD_RESPONSE - Static variable in class com.aerospike.client.ResultCode
-
A user defined function returned an error code.
- UNSUPPORTED_FEATURE - Static variable in class com.aerospike.client.ResultCode
-
Unsupported Server Feature (e.g.
- UPDATE_ONLY - Static variable in class com.aerospike.client.cdt.MapWriteFlags
-
If the key already exists, the item will be overwritten.
- useBatchDirect - Variable in class com.aerospike.client.policy.BatchPolicy
-
Use old batch direct protocol where batch reads are handled by direct low-level batch server
database routines.
- UseDoubleType - Static variable in class com.aerospike.client.Value
-
Should the client use the new double floating point particle type supported by Aerospike
server versions >= 3.6.0.
- useNewBatch(BatchPolicy) - Method in class com.aerospike.client.cluster.Node
-
Use new batch protocol if server supports it and useBatchDirect is not set.
- User - Class in com.aerospike.client.admin
-
User and assigned roles.
- User() - Constructor for class com.aerospike.client.admin.User
-
- user - Variable in class com.aerospike.client.policy.ClientPolicy
-
User authentication to cluster.
- USER_ALREADY_EXISTS - Static variable in class com.aerospike.client.ResultCode
-
User was previously created.
- UserAdmin - Static variable in class com.aerospike.client.admin.Role
-
Manage users their roles.
- userKey - Variable in class com.aerospike.client.Key
-
Original user key.
- useServicesAlternate - Variable in class com.aerospike.client.policy.ClientPolicy
-
Should use "services-alternate" instead of "services" in info request during cluster
tending.