Method: LS4::DataServerService#rpc_get_direct
- Defined in:
- lib/ls4/service/data_server.rb
#rpc_get_direct(okey) ⇒ Object
30 31 32 33 |
# File 'lib/ls4/service/data_server.rb', line 30 def rpc_get_direct(okey) @stat_cmd_read += 1 StorageBus.get(okey.vtime, okey.key) end |