- indexing
- フィールド(name, type, etc...)
- variaus data types(integer, long, date...)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import com.basho.riak.client.IRiakClient; | |
| import com.basho.riak.client.RiakFactory; | |
| import com.basho.riak.client.bucket.Bucket; | |
| import com.basho.riak.client.raw.config.Configuration; | |
| import com.basho.riak.client.raw.http.HTTPClientConfig; | |
| import com.basho.riak.client.raw.pbc.PBClientConfig; | |
| public class RiakCounterSample { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- For Syntax Highlighting --> | |
| <script src="http://code.jquery.com/jquery-latest.min.js"></script> | |
| <link rel="stylesheet" type="text/css" href="http://google-code-prettify.googlecode.com/svn/trunk/src/prettify.css"></link> | |
| <script src="http://google-code-prettify.googlecode.com/svn/trunk/src/prettify.js"></script> | |
| <script> | |
| function styleCode() { | |
| if (typeof disableStyleCode != 'undefined') { return; } | |
| var a = false; | |
npm install -g grunt-cli
npm install -g grunt-init
git clone [email protected]:gruntjs/grunt-init-commonjs.git ~/.grunt-init/commonjs
grunt-init commonjs
([email protected])70> redbug:start({riak_kv_put_fsm,start_link,[return, stack]},[{time,5000},{msgs,1},{max_msg_size,10000000}]).
ok
19:36:59 <{mochiweb_acceptor,init,3}> {riak_kv_put_fsm,start_link,
[{raw,114183653,<0.11762.0>},
{r_object,<<"bucket">>,<<"key1">>,
[{r_content,
{dict,7,16,16,8,80,48,
{[],[],[],[],[],[],[],[],[],[],[],
pip install git+https://github.com/basho/riak-python-client.git
- timeout(sec) : 5
- message count: 2
([email protected])14> redbug:start(5000, 2, {riak_kv_keys_fsm,'_'}).
ok
16:23:32 <{riak_core_coverage_fsm,init,1}> {riak_kv_keys_fsm,init,
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import java.util.concurrent.Executors; | |
| import java.util.concurrent.ThreadPoolExecutor; | |
| import java.util.concurrent.TimeUnit; | |
| import com.basho.riak.client.IRiakClient; | |
| import com.basho.riak.client.RiakFactory; | |
| import com.basho.riak.client.bucket.Bucket; | |
| import com.basho.riak.client.cap.DefaultRetrier; | |
| import com.basho.riak.client.raw.pbc.PBClientConfig; | |
| import com.basho.riak.client.raw.pbc.PBClusterConfig; |