<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>hidemon</author_name>
  <author_url>https://blog.hatena.ne.jp/hidemon/</author_url>
  <blog_title>hidemonのブログ</blog_title>
  <blog_url>https://hidemon.hatenadiary.jp/</blog_url>
  <categories>
  </categories>
  <description>ノード作成と読み出しにどのくらいコストがかかるか見てみよう。とりあえず、ローカルで。あんまり意味ないけど、上限値はわかるだろう。 ノードの作成 こんな感じで、1000個作ってみる。 byte [] b = args[2].getBytes(); long start = System.currentTimeMillis(); for (int i = 0; i &lt; 1000; i++) { zk.create(args[1], b, acls, CreateMode.EPHEMERAL_SEQUENTIAL); } long end = System.currentTimeMillis();ノ…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fhidemon.hatenadiary.jp%2Fentry%2F20110308%2F1299551077&quot; title=&quot;ZooKeeperを使ってみる(2) - hidemonのブログ&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2011-03-08 11:24:37</published>
  <title>ZooKeeperを使ってみる(2)</title>
  <type>rich</type>
  <url>https://hidemon.hatenadiary.jp/entry/20110308/1299551077</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
