aerospike / aerospike-client-java

Aerospike Java Client Library
Other
236 stars 212 forks source link

allow buffers to be managed by descendants of Command #214

Closed tejassp closed 2 years ago

tejassp commented 2 years ago

Make methods non-final and overridable to allow byte buffers (used to send and receive data with Aerospike server) to be custom managed by descendants of Command.

BrianNichols commented 2 years ago

This pull request has been accepted into our stage branch.