How to define auto increment bin

Is there any option to define autoincrement bin. like autoincrement field in sql column

There is no autoincrement bin. In any given operation / transaction, you can increment an integer as part of a write or read. If you want to write/increment as part of a read, see the operate command.

Thanks, Can you provide the link to see the operate command

Here you go - http://www.aerospike.com/docs/client/java/usage/kvs/multiops.html