Scenario: I want to put a value using client's default write policy, but I want to set expiration time for the record. If I use the AerospikeClient class I can do that like this:
But I cannot access writePolicyDefault if I use the IAerospikeClient interface.
Please either create getters for default policies in the interfaces or provide another way to apply a modified default policy for an operation.
Scenario: I want to put a value using client's default write policy, but I want to set expiration time for the record. If I use the
AerospikeClient
class I can do that like this:But I cannot access
writePolicyDefault
if I use theIAerospikeClient
interface. Please either create getters for default policies in the interfaces or provide another way to apply a modified default policy for an operation.