http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/5f289f89/docs/latest/user_guide/globalreplicatedlog/main.html ---------------------------------------------------------------------- diff --git a/docs/latest/user_guide/globalreplicatedlog/main.html b/docs/latest/user_guide/globalreplicatedlog/main.html index a23566f..14e809a 100644 --- a/docs/latest/user_guide/globalreplicatedlog/main.html +++ b/docs/latest/user_guide/globalreplicatedlog/main.html @@ -10,13 +10,13 @@ <meta name="description" content="Apache DistributedLog is an high performance replicated log. "> - <link rel="stylesheet" href="/docs/latest/styles/site.css"> - <link rel="stylesheet" href="/docs/latest/css/theme.css"> + <link rel="stylesheet" href="/distributedlog/docs/latest/styles/site.css"> + <link rel="stylesheet" href="/distributedlog/docs/latest/css/theme.css"> <!-- JQuery --> <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script> - <script src="/docs/latest/js/bootstrap.min.js"></script> - <link rel="canonical" href="http://distributedlog.incubator.apache.org/docs/latest/user_guide/globalreplicatedlog/main.html" data-proofer-ignore> - <link rel="alternate" type="application/rss+xml" title="Apache DistributedLog (incubating)" href="http://distributedlog.incubator.apache.org/docs/latest/feed.xml"> + <script src="/distributedlog/docs/latest/js/bootstrap.min.js"></script> + <link rel="canonical" href="http://distributedlog.incubator.apache.org/distributedlog/docs/latest/user_guide/globalreplicatedlog/main.html" data-proofer-ignore> + <link rel="alternate" type="application/rss+xml" title="Apache DistributedLog (incubating)" href="http://distributedlog.incubator.apache.org/distributedlog/docs/latest/feed.xml"> <!-- Font Awesome --> <script src="//cdnjs.cloudflare.com/ajax/libs/anchor-js/3.2.0/anchor.min.js"></script> <!-- Google Analytics --> @@ -41,7 +41,7 @@ <div class="container"> <div class="navbar-header"> <a href="/" class="navbar-brand" > - <img alt="Brand" style="height: 28px" src="/docs/latest/images/distributedlog_logo_navbar.png"> + <img alt="Brand" style="height: 28px" src="/distributedlog/docs/latest/images/distributedlog_logo_navbar.png"> </a> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar"> <span class="sr-only">Toggle navigation</span> @@ -53,23 +53,23 @@ <div id="navbar" class="navbar-collapse collapse"> <ul class="nav navbar-nav"> <!-- Overview --> - <li><a href="/docs/latest/">V0.5.0-incubating</a></li> + <li><a href="/distributedlog/docs/latest/">V0.5.0-incubating</a></li> <!-- Concepts --> - <li><a href="/docs/latest/basics/introduction">Concepts</a></li> + <li><a href="/distributedlog/docs/latest/basics/introduction">Concepts</a></li> <!-- Quick Start --> <li> - <a href="/docs/latest/start" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Start<span class="caret"></span></a> + <a href="/distributedlog/docs/latest/start" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Start<span class="caret"></span></a> <ul class="dropdown-menu" role="menu"> <li> - <a href="/docs/latest/start/building.html"> + <a href="/distributedlog/docs/latest/start/building.html"> Build DistributedLog from Source </a> </li> <li> - <a href="/docs/latest/start/download.html"> + <a href="/distributedlog/docs/latest/start/download.html"> Download Releases </a> </li> @@ -79,25 +79,25 @@ <li> - <a href="/docs/latest/start/quickstart.html"> + <a href="/distributedlog/docs/latest/start/quickstart.html"> Setup & Run Example </a> </li> <li> - <a href="/docs/latest/tutorials/basic-1.html"> + <a href="/distributedlog/docs/latest/tutorials/basic-1.html"> API - Write Records (via core library) </a> </li> <li> - <a href="/docs/latest/tutorials/basic-2.html"> + <a href="/distributedlog/docs/latest/tutorials/basic-2.html"> API - Write Records (via write proxy) </a> </li> <li> - <a href="/docs/latest/tutorials/basic-5.html"> + <a href="/distributedlog/docs/latest/tutorials/basic-5.html"> API - Read Records </a> </li> @@ -107,19 +107,19 @@ <li> - <a href="/docs/latest/deployment/cluster.html"> + <a href="/distributedlog/docs/latest/deployment/cluster.html"> Cluster Setup </a> </li> <li> - <a href="/docs/latest/deployment/global-cluster.html"> + <a href="/distributedlog/docs/latest/deployment/global-cluster.html"> Global Cluster Setup </a> </li> <li> - <a href="/docs/latest/deployment/docker.html"> + <a href="/distributedlog/docs/latest/deployment/docker.html"> Docker </a> </li> @@ -128,9 +128,9 @@ </li> <!-- API --> <li> - <a href="/docs/latest/start" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">API<span class="caret"></span></a> + <a href="/distributedlog/docs/latest/start" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">API<span class="caret"></span></a> <ul class="dropdown-menu" role="menu"> - <li><a href="/docs/latest/api/java">Java</a></li> + <li><a href="/distributedlog/docs/latest/api/java">Java</a></li> </ul> </li> <!-- User Guide --> @@ -140,55 +140,55 @@ <li> - <a href="/docs/latest/basics/introduction.html"> + <a href="/distributedlog/docs/latest/basics/introduction.html"> Introduction </a> </li> <li> - <a href="/docs/latest/user_guide/considerations/main.html"> + <a href="/distributedlog/docs/latest/user_guide/considerations/main.html"> Considerations </a> </li> <li> - <a href="/docs/latest/user_guide/architecture/main.html"> + <a href="/distributedlog/docs/latest/user_guide/architecture/main.html"> Architecture </a> </li> <li> - <a href="/docs/latest/user_guide/api/main.html"> + <a href="/distributedlog/docs/latest/user_guide/api/main.html"> API </a> </li> <li> - <a href="/docs/latest/user_guide/configuration/main.html"> + <a href="/distributedlog/docs/latest/user_guide/configuration/main.html"> Configuration </a> </li> <li> - <a href="/docs/latest/user_guide/design/main.html"> + <a href="/distributedlog/docs/latest/user_guide/design/main.html"> Detail Design </a> </li> <li> - <a href="/docs/latest/user_guide/globalreplicatedlog/main.html"> + <a href="/distributedlog/docs/latest/user_guide/globalreplicatedlog/main.html"> Global Replicated Log </a> </li> <li> - <a href="/docs/latest/user_guide/implementation/main.html"> + <a href="/distributedlog/docs/latest/user_guide/implementation/main.html"> Implementation </a> </li> <li> - <a href="/docs/latest/user_guide/references/main.html"> + <a href="/distributedlog/docs/latest/user_guide/references/main.html"> References </a> </li> @@ -199,47 +199,47 @@ <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Admin Guide<span class="caret"></span></a> <ul class="dropdown-menu"> - <li><a href="/docs/latest/deployment/cluster">Cluster Setup</a></li> + <li><a href="/distributedlog/docs/latest/deployment/cluster">Cluster Setup</a></li> <li> - <a href="/docs/latest/admin_guide/operations.html"> + <a href="/distributedlog/docs/latest/admin_guide/operations.html"> Operations </a> </li> <li> - <a href="/docs/latest/admin_guide/performance.html"> - Performance Tuning + <a href="/distributedlog/docs/latest/admin_guide/loadtest.html"> + Load Test </a> </li> <li> - <a href="/docs/latest/admin_guide/loadtest.html"> - Load Test + <a href="/distributedlog/docs/latest/admin_guide/performance.html"> + Performance Tuning </a> </li> <li> - <a href="/docs/latest/admin_guide/hardware.html"> + <a href="/distributedlog/docs/latest/admin_guide/hardware.html"> Hardware </a> </li> <li> - <a href="/docs/latest/admin_guide/monitoring.html"> + <a href="/distributedlog/docs/latest/admin_guide/monitoring.html"> Monitoring </a> </li> <li> - <a href="/docs/latest/admin_guide/zookeeper.html"> + <a href="/distributedlog/docs/latest/admin_guide/zookeeper.html"> ZooKeeper </a> </li> <li> - <a href="/docs/latest/admin_guide/bookkeeper.html"> + <a href="/distributedlog/docs/latest/admin_guide/bookkeeper.html"> BookKeeper </a> </li> @@ -251,42 +251,42 @@ <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Tutorials<span class="caret"></span></a> <ul class="dropdown-menu"> <li class="dropdown-header"><strong>Basic</strong></li> - <li><a href="/docs/latest/tutorials/basic-1">Write Records (via Core Library)</a></li> - <li><a href="/docs/latest/tutorials/basic-2">Write Records (via Write Proxy)</a></li> - <li><a href="/docs/latest/tutorials/basic-3">Write Records to multiple streams</a></li> - <li><a href="/docs/latest/tutorials/basic-4">Atomic Write Records</a></li> - <li><a href="/docs/latest/tutorials/basic-5">Tailing Read Records</a></li> - <li><a href="/docs/latest/tutorials/basic-6">Rewind Read Records</a></li> + <li><a href="/distributedlog/docs/latest/tutorials/basic-1">Write Records (via Core Library)</a></li> + <li><a href="/distributedlog/docs/latest/tutorials/basic-2">Write Records (via Write Proxy)</a></li> + <li><a href="/distributedlog/docs/latest/tutorials/basic-3">Write Records to multiple streams</a></li> + <li><a href="/distributedlog/docs/latest/tutorials/basic-4">Atomic Write Records</a></li> + <li><a href="/distributedlog/docs/latest/tutorials/basic-5">Tailing Read Records</a></li> + <li><a href="/distributedlog/docs/latest/tutorials/basic-6">Rewind Read Records</a></li> <li role="separator" class="divider"></li> <li class="dropdown-header"><strong>Messaging</strong></li> <li> - <a href="/docs/latest/tutorials/messaging-1.html"> + <a href="/distributedlog/docs/latest/tutorials/messaging-1.html"> Write records to partitioned streams </a> </li> <li> - <a href="/docs/latest/tutorials/messaging-2.html"> + <a href="/distributedlog/docs/latest/tutorials/messaging-2.html"> Write records to multiple streams (load balancer) </a> </li> <li> - <a href="/docs/latest/tutorials/messaging-3.html"> + <a href="/distributedlog/docs/latest/tutorials/messaging-3.html"> At-least-once Processing </a> </li> <li> - <a href="/docs/latest/tutorials/messaging-4.html"> + <a href="/distributedlog/docs/latest/tutorials/messaging-4.html"> Exact-Once Processing </a> </li> <li> - <a href="/docs/latest/tutorials/messaging-5.html"> + <a href="/distributedlog/docs/latest/tutorials/messaging-5.html"> Implement a kafka-like pub/sub system </a> </li> @@ -296,14 +296,14 @@ <li> - <a href="/docs/latest/tutorials/replicatedstatemachines.html"> + <a href="/distributedlog/docs/latest/tutorials/replicatedstatemachines.html"> Build replicated state machines </a> </li> <li role="separator" class="divider"></li> <li class="dropdown-header"><strong>Analytics</strong></li> - <li><a href="/docs/latest/tutorials/analytics-mapreduce">Process log streams using MapReduce</a></li> + <li><a href="/distributedlog/docs/latest/tutorials/analytics-mapreduce">Process log streams using MapReduce</a></li> </ul> </li> </ul> @@ -347,13 +347,13 @@ under the License. - <li><a href="/docs/latest/user_guide/main.html" class="">User Guide</a> + <li><a href="/distributedlog/docs/latest/user_guide/main.html" class="">User Guide</a> <ul> <li> - <a href="/docs/latest/basics/introduction.html" class=""> + <a href="/distributedlog/docs/latest/basics/introduction.html" class=""> Introduction </a> @@ -365,7 +365,7 @@ under the License. <li> - <a href="/docs/latest/user_guide/considerations/main.html" class=""> + <a href="/distributedlog/docs/latest/user_guide/considerations/main.html" class=""> Considerations </a> @@ -377,7 +377,7 @@ under the License. <li> - <a href="/docs/latest/user_guide/architecture/main.html" class=""> + <a href="/distributedlog/docs/latest/user_guide/architecture/main.html" class=""> Architecture </a> @@ -389,7 +389,7 @@ under the License. <li> - <a href="/docs/latest/user_guide/api/main.html" class=""> + <a href="/distributedlog/docs/latest/user_guide/api/main.html" class=""> API </a> @@ -397,21 +397,21 @@ under the License. <li> - <a href="/docs/latest/user_guide/api/core.html" class="active"> + <a href="/distributedlog/docs/latest/user_guide/api/core.html" class="active"> Core Library API </a> </li> <li> - <a href="/docs/latest/user_guide/api/proxy.html" class="active"> + <a href="/distributedlog/docs/latest/user_guide/api/proxy.html" class="active"> Proxy Client API </a> </li> <li> - <a href="/docs/latest/user_guide/api/practice.html" class="active"> + <a href="/distributedlog/docs/latest/user_guide/api/practice.html" class="active"> Best Practise </a> </li> @@ -422,7 +422,7 @@ under the License. <li> - <a href="/docs/latest/user_guide/configuration/main.html" class=""> + <a href="/distributedlog/docs/latest/user_guide/configuration/main.html" class=""> Configuration </a> @@ -430,28 +430,28 @@ under the License. <li> - <a href="/docs/latest/user_guide/configuration/core.html" class="active"> + <a href="/distributedlog/docs/latest/user_guide/configuration/core.html" class="active"> Core Library Configuration </a> </li> <li> - <a href="/docs/latest/user_guide/configuration/proxy.html" class="active"> + <a href="/distributedlog/docs/latest/user_guide/configuration/proxy.html" class="active"> Write Proxy Configuration </a> </li> <li> - <a href="/docs/latest/user_guide/configuration/client.html" class="active"> + <a href="/distributedlog/docs/latest/user_guide/configuration/client.html" class="active"> Client Configuration </a> </li> <li> - <a href="/docs/latest/user_guide/configuration/perlog.html" class="active"> + <a href="/distributedlog/docs/latest/user_guide/configuration/perlog.html" class="active"> Per Stream Configuration </a> </li> @@ -462,7 +462,7 @@ under the License. <li> - <a href="/docs/latest/user_guide/design/main.html" class=""> + <a href="/distributedlog/docs/latest/user_guide/design/main.html" class=""> Detail Design </a> @@ -474,7 +474,7 @@ under the License. <li> - <a href="/docs/latest/user_guide/globalreplicatedlog/main.html" class="active"> + <a href="/distributedlog/docs/latest/user_guide/globalreplicatedlog/main.html" class="active"> Global Replicated Log </a> @@ -486,7 +486,7 @@ under the License. <li> - <a href="/docs/latest/user_guide/implementation/main.html" class=""> + <a href="/distributedlog/docs/latest/user_guide/implementation/main.html" class=""> Implementation </a> @@ -494,7 +494,7 @@ under the License. <li> - <a href="/docs/latest/user_guide/implementation/storage.html" class="active"> + <a href="/distributedlog/docs/latest/user_guide/implementation/storage.html" class="active"> Storage </a> </li> @@ -505,7 +505,7 @@ under the License. <li> - <a href="/docs/latest/user_guide/references/main.html" class=""> + <a href="/distributedlog/docs/latest/user_guide/references/main.html" class=""> References </a> @@ -513,14 +513,14 @@ under the License. <li> - <a href="/docs/latest/user_guide/references/metrics.html" class="active"> + <a href="/distributedlog/docs/latest/user_guide/references/metrics.html" class="active"> Metrics </a> </li> <li> - <a href="/docs/latest/user_guide/references/features.html" class="active"> + <a href="/distributedlog/docs/latest/user_guide/references/features.html" class="active"> Available Features </a> </li> @@ -554,7 +554,7 @@ under the License. - <li><a href="/docs/latest/user_guide/main.html">User Guide</a></li> + <li><a href="/distributedlog/docs/latest/user_guide/main.html">User Guide</a></li> <li class="active">Global Replicated Log</li> @@ -674,7 +674,7 @@ able to capture partial network outages that affect specific routes within the n <a href="http://www.apache.org">The Apache Software Foundation.</a> All Rights Reserved. </p> <p class="text-center"> - <a href="/docs/latest/feed.xml">RSS Feed</a> + <a href="/distributedlog/docs/latest/feed.xml">RSS Feed</a> </p> </footer> </div>
http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/5f289f89/docs/latest/user_guide/implementation/core.html ---------------------------------------------------------------------- diff --git a/docs/latest/user_guide/implementation/core.html b/docs/latest/user_guide/implementation/core.html index 192570e..ee39750 100644 --- a/docs/latest/user_guide/implementation/core.html +++ b/docs/latest/user_guide/implementation/core.html @@ -10,13 +10,13 @@ <meta name="description" content="Apache DistributedLog is an high performance replicated log. "> - <link rel="stylesheet" href="/docs/latest/styles/site.css"> - <link rel="stylesheet" href="/docs/latest/css/theme.css"> + <link rel="stylesheet" href="/distributedlog/docs/latest/styles/site.css"> + <link rel="stylesheet" href="/distributedlog/docs/latest/css/theme.css"> <!-- JQuery --> <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script> - <script src="/docs/latest/js/bootstrap.min.js"></script> - <link rel="canonical" href="http://distributedlog.incubator.apache.org/docs/latest/user_guide/implementation/core.html" data-proofer-ignore> - <link rel="alternate" type="application/rss+xml" title="Apache DistributedLog (incubating)" href="http://distributedlog.incubator.apache.org/docs/latest/feed.xml"> + <script src="/distributedlog/docs/latest/js/bootstrap.min.js"></script> + <link rel="canonical" href="http://distributedlog.incubator.apache.org/distributedlog/docs/latest/user_guide/implementation/core.html" data-proofer-ignore> + <link rel="alternate" type="application/rss+xml" title="Apache DistributedLog (incubating)" href="http://distributedlog.incubator.apache.org/distributedlog/docs/latest/feed.xml"> <!-- Font Awesome --> <script src="//cdnjs.cloudflare.com/ajax/libs/anchor-js/3.2.0/anchor.min.js"></script> <!-- Google Analytics --> @@ -41,7 +41,7 @@ <div class="container"> <div class="navbar-header"> <a href="/" class="navbar-brand" > - <img alt="Brand" style="height: 28px" src="/docs/latest/images/distributedlog_logo_navbar.png"> + <img alt="Brand" style="height: 28px" src="/distributedlog/docs/latest/images/distributedlog_logo_navbar.png"> </a> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar"> <span class="sr-only">Toggle navigation</span> @@ -53,23 +53,23 @@ <div id="navbar" class="navbar-collapse collapse"> <ul class="nav navbar-nav"> <!-- Overview --> - <li><a href="/docs/latest/">V0.5.0-incubating</a></li> + <li><a href="/distributedlog/docs/latest/">V0.5.0-incubating</a></li> <!-- Concepts --> - <li><a href="/docs/latest/basics/introduction">Concepts</a></li> + <li><a href="/distributedlog/docs/latest/basics/introduction">Concepts</a></li> <!-- Quick Start --> <li> - <a href="/docs/latest/start" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Start<span class="caret"></span></a> + <a href="/distributedlog/docs/latest/start" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Start<span class="caret"></span></a> <ul class="dropdown-menu" role="menu"> <li> - <a href="/docs/latest/start/building.html"> + <a href="/distributedlog/docs/latest/start/building.html"> Build DistributedLog from Source </a> </li> <li> - <a href="/docs/latest/start/download.html"> + <a href="/distributedlog/docs/latest/start/download.html"> Download Releases </a> </li> @@ -79,25 +79,25 @@ <li> - <a href="/docs/latest/start/quickstart.html"> + <a href="/distributedlog/docs/latest/start/quickstart.html"> Setup & Run Example </a> </li> <li> - <a href="/docs/latest/tutorials/basic-1.html"> + <a href="/distributedlog/docs/latest/tutorials/basic-1.html"> API - Write Records (via core library) </a> </li> <li> - <a href="/docs/latest/tutorials/basic-2.html"> + <a href="/distributedlog/docs/latest/tutorials/basic-2.html"> API - Write Records (via write proxy) </a> </li> <li> - <a href="/docs/latest/tutorials/basic-5.html"> + <a href="/distributedlog/docs/latest/tutorials/basic-5.html"> API - Read Records </a> </li> @@ -107,19 +107,19 @@ <li> - <a href="/docs/latest/deployment/cluster.html"> + <a href="/distributedlog/docs/latest/deployment/cluster.html"> Cluster Setup </a> </li> <li> - <a href="/docs/latest/deployment/global-cluster.html"> + <a href="/distributedlog/docs/latest/deployment/global-cluster.html"> Global Cluster Setup </a> </li> <li> - <a href="/docs/latest/deployment/docker.html"> + <a href="/distributedlog/docs/latest/deployment/docker.html"> Docker </a> </li> @@ -128,9 +128,9 @@ </li> <!-- API --> <li> - <a href="/docs/latest/start" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">API<span class="caret"></span></a> + <a href="/distributedlog/docs/latest/start" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">API<span class="caret"></span></a> <ul class="dropdown-menu" role="menu"> - <li><a href="/docs/latest/api/java">Java</a></li> + <li><a href="/distributedlog/docs/latest/api/java">Java</a></li> </ul> </li> <!-- User Guide --> @@ -140,55 +140,55 @@ <li> - <a href="/docs/latest/basics/introduction.html"> + <a href="/distributedlog/docs/latest/basics/introduction.html"> Introduction </a> </li> <li> - <a href="/docs/latest/user_guide/considerations/main.html"> + <a href="/distributedlog/docs/latest/user_guide/considerations/main.html"> Considerations </a> </li> <li> - <a href="/docs/latest/user_guide/architecture/main.html"> + <a href="/distributedlog/docs/latest/user_guide/architecture/main.html"> Architecture </a> </li> <li> - <a href="/docs/latest/user_guide/api/main.html"> + <a href="/distributedlog/docs/latest/user_guide/api/main.html"> API </a> </li> <li> - <a href="/docs/latest/user_guide/configuration/main.html"> + <a href="/distributedlog/docs/latest/user_guide/configuration/main.html"> Configuration </a> </li> <li> - <a href="/docs/latest/user_guide/design/main.html"> + <a href="/distributedlog/docs/latest/user_guide/design/main.html"> Detail Design </a> </li> <li> - <a href="/docs/latest/user_guide/globalreplicatedlog/main.html"> + <a href="/distributedlog/docs/latest/user_guide/globalreplicatedlog/main.html"> Global Replicated Log </a> </li> <li> - <a href="/docs/latest/user_guide/implementation/main.html"> + <a href="/distributedlog/docs/latest/user_guide/implementation/main.html"> Implementation </a> </li> <li> - <a href="/docs/latest/user_guide/references/main.html"> + <a href="/distributedlog/docs/latest/user_guide/references/main.html"> References </a> </li> @@ -199,47 +199,47 @@ <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Admin Guide<span class="caret"></span></a> <ul class="dropdown-menu"> - <li><a href="/docs/latest/deployment/cluster">Cluster Setup</a></li> + <li><a href="/distributedlog/docs/latest/deployment/cluster">Cluster Setup</a></li> <li> - <a href="/docs/latest/admin_guide/operations.html"> + <a href="/distributedlog/docs/latest/admin_guide/operations.html"> Operations </a> </li> <li> - <a href="/docs/latest/admin_guide/performance.html"> - Performance Tuning + <a href="/distributedlog/docs/latest/admin_guide/loadtest.html"> + Load Test </a> </li> <li> - <a href="/docs/latest/admin_guide/loadtest.html"> - Load Test + <a href="/distributedlog/docs/latest/admin_guide/performance.html"> + Performance Tuning </a> </li> <li> - <a href="/docs/latest/admin_guide/hardware.html"> + <a href="/distributedlog/docs/latest/admin_guide/hardware.html"> Hardware </a> </li> <li> - <a href="/docs/latest/admin_guide/monitoring.html"> + <a href="/distributedlog/docs/latest/admin_guide/monitoring.html"> Monitoring </a> </li> <li> - <a href="/docs/latest/admin_guide/zookeeper.html"> + <a href="/distributedlog/docs/latest/admin_guide/zookeeper.html"> ZooKeeper </a> </li> <li> - <a href="/docs/latest/admin_guide/bookkeeper.html"> + <a href="/distributedlog/docs/latest/admin_guide/bookkeeper.html"> BookKeeper </a> </li> @@ -251,42 +251,42 @@ <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Tutorials<span class="caret"></span></a> <ul class="dropdown-menu"> <li class="dropdown-header"><strong>Basic</strong></li> - <li><a href="/docs/latest/tutorials/basic-1">Write Records (via Core Library)</a></li> - <li><a href="/docs/latest/tutorials/basic-2">Write Records (via Write Proxy)</a></li> - <li><a href="/docs/latest/tutorials/basic-3">Write Records to multiple streams</a></li> - <li><a href="/docs/latest/tutorials/basic-4">Atomic Write Records</a></li> - <li><a href="/docs/latest/tutorials/basic-5">Tailing Read Records</a></li> - <li><a href="/docs/latest/tutorials/basic-6">Rewind Read Records</a></li> + <li><a href="/distributedlog/docs/latest/tutorials/basic-1">Write Records (via Core Library)</a></li> + <li><a href="/distributedlog/docs/latest/tutorials/basic-2">Write Records (via Write Proxy)</a></li> + <li><a href="/distributedlog/docs/latest/tutorials/basic-3">Write Records to multiple streams</a></li> + <li><a href="/distributedlog/docs/latest/tutorials/basic-4">Atomic Write Records</a></li> + <li><a href="/distributedlog/docs/latest/tutorials/basic-5">Tailing Read Records</a></li> + <li><a href="/distributedlog/docs/latest/tutorials/basic-6">Rewind Read Records</a></li> <li role="separator" class="divider"></li> <li class="dropdown-header"><strong>Messaging</strong></li> <li> - <a href="/docs/latest/tutorials/messaging-1.html"> + <a href="/distributedlog/docs/latest/tutorials/messaging-1.html"> Write records to partitioned streams </a> </li> <li> - <a href="/docs/latest/tutorials/messaging-2.html"> + <a href="/distributedlog/docs/latest/tutorials/messaging-2.html"> Write records to multiple streams (load balancer) </a> </li> <li> - <a href="/docs/latest/tutorials/messaging-3.html"> + <a href="/distributedlog/docs/latest/tutorials/messaging-3.html"> At-least-once Processing </a> </li> <li> - <a href="/docs/latest/tutorials/messaging-4.html"> + <a href="/distributedlog/docs/latest/tutorials/messaging-4.html"> Exact-Once Processing </a> </li> <li> - <a href="/docs/latest/tutorials/messaging-5.html"> + <a href="/distributedlog/docs/latest/tutorials/messaging-5.html"> Implement a kafka-like pub/sub system </a> </li> @@ -296,14 +296,14 @@ <li> - <a href="/docs/latest/tutorials/replicatedstatemachines.html"> + <a href="/distributedlog/docs/latest/tutorials/replicatedstatemachines.html"> Build replicated state machines </a> </li> <li role="separator" class="divider"></li> <li class="dropdown-header"><strong>Analytics</strong></li> - <li><a href="/docs/latest/tutorials/analytics-mapreduce">Process log streams using MapReduce</a></li> + <li><a href="/distributedlog/docs/latest/tutorials/analytics-mapreduce">Process log streams using MapReduce</a></li> </ul> </li> </ul> @@ -356,7 +356,7 @@ under the License. <a href="http://www.apache.org">The Apache Software Foundation.</a> All Rights Reserved. </p> <p class="text-center"> - <a href="/docs/latest/feed.xml">RSS Feed</a> + <a href="/distributedlog/docs/latest/feed.xml">RSS Feed</a> </p> </footer> </div> http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/5f289f89/docs/latest/user_guide/implementation/main.html ---------------------------------------------------------------------- diff --git a/docs/latest/user_guide/implementation/main.html b/docs/latest/user_guide/implementation/main.html index 6a78c10..52db971 100644 --- a/docs/latest/user_guide/implementation/main.html +++ b/docs/latest/user_guide/implementation/main.html @@ -10,13 +10,13 @@ <meta name="description" content="Apache DistributedLog is an high performance replicated log. "> - <link rel="stylesheet" href="/docs/latest/styles/site.css"> - <link rel="stylesheet" href="/docs/latest/css/theme.css"> + <link rel="stylesheet" href="/distributedlog/docs/latest/styles/site.css"> + <link rel="stylesheet" href="/distributedlog/docs/latest/css/theme.css"> <!-- JQuery --> <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script> - <script src="/docs/latest/js/bootstrap.min.js"></script> - <link rel="canonical" href="http://distributedlog.incubator.apache.org/docs/latest/user_guide/implementation/main.html" data-proofer-ignore> - <link rel="alternate" type="application/rss+xml" title="Apache DistributedLog (incubating)" href="http://distributedlog.incubator.apache.org/docs/latest/feed.xml"> + <script src="/distributedlog/docs/latest/js/bootstrap.min.js"></script> + <link rel="canonical" href="http://distributedlog.incubator.apache.org/distributedlog/docs/latest/user_guide/implementation/main.html" data-proofer-ignore> + <link rel="alternate" type="application/rss+xml" title="Apache DistributedLog (incubating)" href="http://distributedlog.incubator.apache.org/distributedlog/docs/latest/feed.xml"> <!-- Font Awesome --> <script src="//cdnjs.cloudflare.com/ajax/libs/anchor-js/3.2.0/anchor.min.js"></script> <!-- Google Analytics --> @@ -41,7 +41,7 @@ <div class="container"> <div class="navbar-header"> <a href="/" class="navbar-brand" > - <img alt="Brand" style="height: 28px" src="/docs/latest/images/distributedlog_logo_navbar.png"> + <img alt="Brand" style="height: 28px" src="/distributedlog/docs/latest/images/distributedlog_logo_navbar.png"> </a> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar"> <span class="sr-only">Toggle navigation</span> @@ -53,23 +53,23 @@ <div id="navbar" class="navbar-collapse collapse"> <ul class="nav navbar-nav"> <!-- Overview --> - <li><a href="/docs/latest/">V0.5.0-incubating</a></li> + <li><a href="/distributedlog/docs/latest/">V0.5.0-incubating</a></li> <!-- Concepts --> - <li><a href="/docs/latest/basics/introduction">Concepts</a></li> + <li><a href="/distributedlog/docs/latest/basics/introduction">Concepts</a></li> <!-- Quick Start --> <li> - <a href="/docs/latest/start" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Start<span class="caret"></span></a> + <a href="/distributedlog/docs/latest/start" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Start<span class="caret"></span></a> <ul class="dropdown-menu" role="menu"> <li> - <a href="/docs/latest/start/building.html"> + <a href="/distributedlog/docs/latest/start/building.html"> Build DistributedLog from Source </a> </li> <li> - <a href="/docs/latest/start/download.html"> + <a href="/distributedlog/docs/latest/start/download.html"> Download Releases </a> </li> @@ -79,25 +79,25 @@ <li> - <a href="/docs/latest/start/quickstart.html"> + <a href="/distributedlog/docs/latest/start/quickstart.html"> Setup & Run Example </a> </li> <li> - <a href="/docs/latest/tutorials/basic-1.html"> + <a href="/distributedlog/docs/latest/tutorials/basic-1.html"> API - Write Records (via core library) </a> </li> <li> - <a href="/docs/latest/tutorials/basic-2.html"> + <a href="/distributedlog/docs/latest/tutorials/basic-2.html"> API - Write Records (via write proxy) </a> </li> <li> - <a href="/docs/latest/tutorials/basic-5.html"> + <a href="/distributedlog/docs/latest/tutorials/basic-5.html"> API - Read Records </a> </li> @@ -107,19 +107,19 @@ <li> - <a href="/docs/latest/deployment/cluster.html"> + <a href="/distributedlog/docs/latest/deployment/cluster.html"> Cluster Setup </a> </li> <li> - <a href="/docs/latest/deployment/global-cluster.html"> + <a href="/distributedlog/docs/latest/deployment/global-cluster.html"> Global Cluster Setup </a> </li> <li> - <a href="/docs/latest/deployment/docker.html"> + <a href="/distributedlog/docs/latest/deployment/docker.html"> Docker </a> </li> @@ -128,9 +128,9 @@ </li> <!-- API --> <li> - <a href="/docs/latest/start" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">API<span class="caret"></span></a> + <a href="/distributedlog/docs/latest/start" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">API<span class="caret"></span></a> <ul class="dropdown-menu" role="menu"> - <li><a href="/docs/latest/api/java">Java</a></li> + <li><a href="/distributedlog/docs/latest/api/java">Java</a></li> </ul> </li> <!-- User Guide --> @@ -140,55 +140,55 @@ <li> - <a href="/docs/latest/basics/introduction.html"> + <a href="/distributedlog/docs/latest/basics/introduction.html"> Introduction </a> </li> <li> - <a href="/docs/latest/user_guide/considerations/main.html"> + <a href="/distributedlog/docs/latest/user_guide/considerations/main.html"> Considerations </a> </li> <li> - <a href="/docs/latest/user_guide/architecture/main.html"> + <a href="/distributedlog/docs/latest/user_guide/architecture/main.html"> Architecture </a> </li> <li> - <a href="/docs/latest/user_guide/api/main.html"> + <a href="/distributedlog/docs/latest/user_guide/api/main.html"> API </a> </li> <li> - <a href="/docs/latest/user_guide/configuration/main.html"> + <a href="/distributedlog/docs/latest/user_guide/configuration/main.html"> Configuration </a> </li> <li> - <a href="/docs/latest/user_guide/design/main.html"> + <a href="/distributedlog/docs/latest/user_guide/design/main.html"> Detail Design </a> </li> <li> - <a href="/docs/latest/user_guide/globalreplicatedlog/main.html"> + <a href="/distributedlog/docs/latest/user_guide/globalreplicatedlog/main.html"> Global Replicated Log </a> </li> <li> - <a href="/docs/latest/user_guide/implementation/main.html"> + <a href="/distributedlog/docs/latest/user_guide/implementation/main.html"> Implementation </a> </li> <li> - <a href="/docs/latest/user_guide/references/main.html"> + <a href="/distributedlog/docs/latest/user_guide/references/main.html"> References </a> </li> @@ -199,47 +199,47 @@ <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Admin Guide<span class="caret"></span></a> <ul class="dropdown-menu"> - <li><a href="/docs/latest/deployment/cluster">Cluster Setup</a></li> + <li><a href="/distributedlog/docs/latest/deployment/cluster">Cluster Setup</a></li> <li> - <a href="/docs/latest/admin_guide/operations.html"> + <a href="/distributedlog/docs/latest/admin_guide/operations.html"> Operations </a> </li> <li> - <a href="/docs/latest/admin_guide/performance.html"> - Performance Tuning + <a href="/distributedlog/docs/latest/admin_guide/loadtest.html"> + Load Test </a> </li> <li> - <a href="/docs/latest/admin_guide/loadtest.html"> - Load Test + <a href="/distributedlog/docs/latest/admin_guide/performance.html"> + Performance Tuning </a> </li> <li> - <a href="/docs/latest/admin_guide/hardware.html"> + <a href="/distributedlog/docs/latest/admin_guide/hardware.html"> Hardware </a> </li> <li> - <a href="/docs/latest/admin_guide/monitoring.html"> + <a href="/distributedlog/docs/latest/admin_guide/monitoring.html"> Monitoring </a> </li> <li> - <a href="/docs/latest/admin_guide/zookeeper.html"> + <a href="/distributedlog/docs/latest/admin_guide/zookeeper.html"> ZooKeeper </a> </li> <li> - <a href="/docs/latest/admin_guide/bookkeeper.html"> + <a href="/distributedlog/docs/latest/admin_guide/bookkeeper.html"> BookKeeper </a> </li> @@ -251,42 +251,42 @@ <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Tutorials<span class="caret"></span></a> <ul class="dropdown-menu"> <li class="dropdown-header"><strong>Basic</strong></li> - <li><a href="/docs/latest/tutorials/basic-1">Write Records (via Core Library)</a></li> - <li><a href="/docs/latest/tutorials/basic-2">Write Records (via Write Proxy)</a></li> - <li><a href="/docs/latest/tutorials/basic-3">Write Records to multiple streams</a></li> - <li><a href="/docs/latest/tutorials/basic-4">Atomic Write Records</a></li> - <li><a href="/docs/latest/tutorials/basic-5">Tailing Read Records</a></li> - <li><a href="/docs/latest/tutorials/basic-6">Rewind Read Records</a></li> + <li><a href="/distributedlog/docs/latest/tutorials/basic-1">Write Records (via Core Library)</a></li> + <li><a href="/distributedlog/docs/latest/tutorials/basic-2">Write Records (via Write Proxy)</a></li> + <li><a href="/distributedlog/docs/latest/tutorials/basic-3">Write Records to multiple streams</a></li> + <li><a href="/distributedlog/docs/latest/tutorials/basic-4">Atomic Write Records</a></li> + <li><a href="/distributedlog/docs/latest/tutorials/basic-5">Tailing Read Records</a></li> + <li><a href="/distributedlog/docs/latest/tutorials/basic-6">Rewind Read Records</a></li> <li role="separator" class="divider"></li> <li class="dropdown-header"><strong>Messaging</strong></li> <li> - <a href="/docs/latest/tutorials/messaging-1.html"> + <a href="/distributedlog/docs/latest/tutorials/messaging-1.html"> Write records to partitioned streams </a> </li> <li> - <a href="/docs/latest/tutorials/messaging-2.html"> + <a href="/distributedlog/docs/latest/tutorials/messaging-2.html"> Write records to multiple streams (load balancer) </a> </li> <li> - <a href="/docs/latest/tutorials/messaging-3.html"> + <a href="/distributedlog/docs/latest/tutorials/messaging-3.html"> At-least-once Processing </a> </li> <li> - <a href="/docs/latest/tutorials/messaging-4.html"> + <a href="/distributedlog/docs/latest/tutorials/messaging-4.html"> Exact-Once Processing </a> </li> <li> - <a href="/docs/latest/tutorials/messaging-5.html"> + <a href="/distributedlog/docs/latest/tutorials/messaging-5.html"> Implement a kafka-like pub/sub system </a> </li> @@ -296,14 +296,14 @@ <li> - <a href="/docs/latest/tutorials/replicatedstatemachines.html"> + <a href="/distributedlog/docs/latest/tutorials/replicatedstatemachines.html"> Build replicated state machines </a> </li> <li role="separator" class="divider"></li> <li class="dropdown-header"><strong>Analytics</strong></li> - <li><a href="/docs/latest/tutorials/analytics-mapreduce">Process log streams using MapReduce</a></li> + <li><a href="/distributedlog/docs/latest/tutorials/analytics-mapreduce">Process log streams using MapReduce</a></li> </ul> </li> </ul> @@ -347,13 +347,13 @@ under the License. - <li><a href="/docs/latest/user_guide/main.html" class="">User Guide</a> + <li><a href="/distributedlog/docs/latest/user_guide/main.html" class="">User Guide</a> <ul> <li> - <a href="/docs/latest/basics/introduction.html" class=""> + <a href="/distributedlog/docs/latest/basics/introduction.html" class=""> Introduction </a> @@ -365,7 +365,7 @@ under the License. <li> - <a href="/docs/latest/user_guide/considerations/main.html" class=""> + <a href="/distributedlog/docs/latest/user_guide/considerations/main.html" class=""> Considerations </a> @@ -377,7 +377,7 @@ under the License. <li> - <a href="/docs/latest/user_guide/architecture/main.html" class=""> + <a href="/distributedlog/docs/latest/user_guide/architecture/main.html" class=""> Architecture </a> @@ -389,7 +389,7 @@ under the License. <li> - <a href="/docs/latest/user_guide/api/main.html" class=""> + <a href="/distributedlog/docs/latest/user_guide/api/main.html" class=""> API </a> @@ -397,21 +397,21 @@ under the License. <li> - <a href="/docs/latest/user_guide/api/core.html" class="active"> + <a href="/distributedlog/docs/latest/user_guide/api/core.html" class="active"> Core Library API </a> </li> <li> - <a href="/docs/latest/user_guide/api/proxy.html" class="active"> + <a href="/distributedlog/docs/latest/user_guide/api/proxy.html" class="active"> Proxy Client API </a> </li> <li> - <a href="/docs/latest/user_guide/api/practice.html" class="active"> + <a href="/distributedlog/docs/latest/user_guide/api/practice.html" class="active"> Best Practise </a> </li> @@ -422,7 +422,7 @@ under the License. <li> - <a href="/docs/latest/user_guide/configuration/main.html" class=""> + <a href="/distributedlog/docs/latest/user_guide/configuration/main.html" class=""> Configuration </a> @@ -430,28 +430,28 @@ under the License. <li> - <a href="/docs/latest/user_guide/configuration/core.html" class="active"> + <a href="/distributedlog/docs/latest/user_guide/configuration/core.html" class="active"> Core Library Configuration </a> </li> <li> - <a href="/docs/latest/user_guide/configuration/proxy.html" class="active"> + <a href="/distributedlog/docs/latest/user_guide/configuration/proxy.html" class="active"> Write Proxy Configuration </a> </li> <li> - <a href="/docs/latest/user_guide/configuration/client.html" class="active"> + <a href="/distributedlog/docs/latest/user_guide/configuration/client.html" class="active"> Client Configuration </a> </li> <li> - <a href="/docs/latest/user_guide/configuration/perlog.html" class="active"> + <a href="/distributedlog/docs/latest/user_guide/configuration/perlog.html" class="active"> Per Stream Configuration </a> </li> @@ -462,7 +462,7 @@ under the License. <li> - <a href="/docs/latest/user_guide/design/main.html" class=""> + <a href="/distributedlog/docs/latest/user_guide/design/main.html" class=""> Detail Design </a> @@ -474,7 +474,7 @@ under the License. <li> - <a href="/docs/latest/user_guide/globalreplicatedlog/main.html" class=""> + <a href="/distributedlog/docs/latest/user_guide/globalreplicatedlog/main.html" class=""> Global Replicated Log </a> @@ -486,7 +486,7 @@ under the License. <li> - <a href="/docs/latest/user_guide/implementation/main.html" class="active"> + <a href="/distributedlog/docs/latest/user_guide/implementation/main.html" class="active"> Implementation </a> @@ -494,7 +494,7 @@ under the License. <li> - <a href="/docs/latest/user_guide/implementation/storage.html" class="active"> + <a href="/distributedlog/docs/latest/user_guide/implementation/storage.html" class="active"> Storage </a> </li> @@ -505,7 +505,7 @@ under the License. <li> - <a href="/docs/latest/user_guide/references/main.html" class=""> + <a href="/distributedlog/docs/latest/user_guide/references/main.html" class=""> References </a> @@ -513,14 +513,14 @@ under the License. <li> - <a href="/docs/latest/user_guide/references/metrics.html" class="active"> + <a href="/distributedlog/docs/latest/user_guide/references/metrics.html" class="active"> Metrics </a> </li> <li> - <a href="/docs/latest/user_guide/references/features.html" class="active"> + <a href="/distributedlog/docs/latest/user_guide/references/features.html" class="active"> Available Features </a> </li> @@ -554,7 +554,7 @@ under the License. - <li><a href="/docs/latest/user_guide/main.html">User Guide</a></li> + <li><a href="/distributedlog/docs/latest/user_guide/main.html">User Guide</a></li> <li class="active">Implementation</li> @@ -585,7 +585,7 @@ under the License. <a href="http://www.apache.org">The Apache Software Foundation.</a> All Rights Reserved. </p> <p class="text-center"> - <a href="/docs/latest/feed.xml">RSS Feed</a> + <a href="/distributedlog/docs/latest/feed.xml">RSS Feed</a> </p> </footer> </div> http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/5f289f89/docs/latest/user_guide/implementation/storage.html ---------------------------------------------------------------------- diff --git a/docs/latest/user_guide/implementation/storage.html b/docs/latest/user_guide/implementation/storage.html index 8f224f2..ace3994 100644 --- a/docs/latest/user_guide/implementation/storage.html +++ b/docs/latest/user_guide/implementation/storage.html @@ -10,13 +10,13 @@ <meta name="description" content="Apache DistributedLog is an high performance replicated log. "> - <link rel="stylesheet" href="/docs/latest/styles/site.css"> - <link rel="stylesheet" href="/docs/latest/css/theme.css"> + <link rel="stylesheet" href="/distributedlog/docs/latest/styles/site.css"> + <link rel="stylesheet" href="/distributedlog/docs/latest/css/theme.css"> <!-- JQuery --> <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script> - <script src="/docs/latest/js/bootstrap.min.js"></script> - <link rel="canonical" href="http://distributedlog.incubator.apache.org/docs/latest/user_guide/implementation/storage.html" data-proofer-ignore> - <link rel="alternate" type="application/rss+xml" title="Apache DistributedLog (incubating)" href="http://distributedlog.incubator.apache.org/docs/latest/feed.xml"> + <script src="/distributedlog/docs/latest/js/bootstrap.min.js"></script> + <link rel="canonical" href="http://distributedlog.incubator.apache.org/distributedlog/docs/latest/user_guide/implementation/storage.html" data-proofer-ignore> + <link rel="alternate" type="application/rss+xml" title="Apache DistributedLog (incubating)" href="http://distributedlog.incubator.apache.org/distributedlog/docs/latest/feed.xml"> <!-- Font Awesome --> <script src="//cdnjs.cloudflare.com/ajax/libs/anchor-js/3.2.0/anchor.min.js"></script> <!-- Google Analytics --> @@ -41,7 +41,7 @@ <div class="container"> <div class="navbar-header"> <a href="/" class="navbar-brand" > - <img alt="Brand" style="height: 28px" src="/docs/latest/images/distributedlog_logo_navbar.png"> + <img alt="Brand" style="height: 28px" src="/distributedlog/docs/latest/images/distributedlog_logo_navbar.png"> </a> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar"> <span class="sr-only">Toggle navigation</span> @@ -53,23 +53,23 @@ <div id="navbar" class="navbar-collapse collapse"> <ul class="nav navbar-nav"> <!-- Overview --> - <li><a href="/docs/latest/">V0.5.0-incubating</a></li> + <li><a href="/distributedlog/docs/latest/">V0.5.0-incubating</a></li> <!-- Concepts --> - <li><a href="/docs/latest/basics/introduction">Concepts</a></li> + <li><a href="/distributedlog/docs/latest/basics/introduction">Concepts</a></li> <!-- Quick Start --> <li> - <a href="/docs/latest/start" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Start<span class="caret"></span></a> + <a href="/distributedlog/docs/latest/start" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Start<span class="caret"></span></a> <ul class="dropdown-menu" role="menu"> <li> - <a href="/docs/latest/start/building.html"> + <a href="/distributedlog/docs/latest/start/building.html"> Build DistributedLog from Source </a> </li> <li> - <a href="/docs/latest/start/download.html"> + <a href="/distributedlog/docs/latest/start/download.html"> Download Releases </a> </li> @@ -79,25 +79,25 @@ <li> - <a href="/docs/latest/start/quickstart.html"> + <a href="/distributedlog/docs/latest/start/quickstart.html"> Setup & Run Example </a> </li> <li> - <a href="/docs/latest/tutorials/basic-1.html"> + <a href="/distributedlog/docs/latest/tutorials/basic-1.html"> API - Write Records (via core library) </a> </li> <li> - <a href="/docs/latest/tutorials/basic-2.html"> + <a href="/distributedlog/docs/latest/tutorials/basic-2.html"> API - Write Records (via write proxy) </a> </li> <li> - <a href="/docs/latest/tutorials/basic-5.html"> + <a href="/distributedlog/docs/latest/tutorials/basic-5.html"> API - Read Records </a> </li> @@ -107,19 +107,19 @@ <li> - <a href="/docs/latest/deployment/cluster.html"> + <a href="/distributedlog/docs/latest/deployment/cluster.html"> Cluster Setup </a> </li> <li> - <a href="/docs/latest/deployment/global-cluster.html"> + <a href="/distributedlog/docs/latest/deployment/global-cluster.html"> Global Cluster Setup </a> </li> <li> - <a href="/docs/latest/deployment/docker.html"> + <a href="/distributedlog/docs/latest/deployment/docker.html"> Docker </a> </li> @@ -128,9 +128,9 @@ </li> <!-- API --> <li> - <a href="/docs/latest/start" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">API<span class="caret"></span></a> + <a href="/distributedlog/docs/latest/start" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">API<span class="caret"></span></a> <ul class="dropdown-menu" role="menu"> - <li><a href="/docs/latest/api/java">Java</a></li> + <li><a href="/distributedlog/docs/latest/api/java">Java</a></li> </ul> </li> <!-- User Guide --> @@ -140,55 +140,55 @@ <li> - <a href="/docs/latest/basics/introduction.html"> + <a href="/distributedlog/docs/latest/basics/introduction.html"> Introduction </a> </li> <li> - <a href="/docs/latest/user_guide/considerations/main.html"> + <a href="/distributedlog/docs/latest/user_guide/considerations/main.html"> Considerations </a> </li> <li> - <a href="/docs/latest/user_guide/architecture/main.html"> + <a href="/distributedlog/docs/latest/user_guide/architecture/main.html"> Architecture </a> </li> <li> - <a href="/docs/latest/user_guide/api/main.html"> + <a href="/distributedlog/docs/latest/user_guide/api/main.html"> API </a> </li> <li> - <a href="/docs/latest/user_guide/configuration/main.html"> + <a href="/distributedlog/docs/latest/user_guide/configuration/main.html"> Configuration </a> </li> <li> - <a href="/docs/latest/user_guide/design/main.html"> + <a href="/distributedlog/docs/latest/user_guide/design/main.html"> Detail Design </a> </li> <li> - <a href="/docs/latest/user_guide/globalreplicatedlog/main.html"> + <a href="/distributedlog/docs/latest/user_guide/globalreplicatedlog/main.html"> Global Replicated Log </a> </li> <li> - <a href="/docs/latest/user_guide/implementation/main.html"> + <a href="/distributedlog/docs/latest/user_guide/implementation/main.html"> Implementation </a> </li> <li> - <a href="/docs/latest/user_guide/references/main.html"> + <a href="/distributedlog/docs/latest/user_guide/references/main.html"> References </a> </li> @@ -199,47 +199,47 @@ <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Admin Guide<span class="caret"></span></a> <ul class="dropdown-menu"> - <li><a href="/docs/latest/deployment/cluster">Cluster Setup</a></li> + <li><a href="/distributedlog/docs/latest/deployment/cluster">Cluster Setup</a></li> <li> - <a href="/docs/latest/admin_guide/operations.html"> + <a href="/distributedlog/docs/latest/admin_guide/operations.html"> Operations </a> </li> <li> - <a href="/docs/latest/admin_guide/performance.html"> - Performance Tuning + <a href="/distributedlog/docs/latest/admin_guide/loadtest.html"> + Load Test </a> </li> <li> - <a href="/docs/latest/admin_guide/loadtest.html"> - Load Test + <a href="/distributedlog/docs/latest/admin_guide/performance.html"> + Performance Tuning </a> </li> <li> - <a href="/docs/latest/admin_guide/hardware.html"> + <a href="/distributedlog/docs/latest/admin_guide/hardware.html"> Hardware </a> </li> <li> - <a href="/docs/latest/admin_guide/monitoring.html"> + <a href="/distributedlog/docs/latest/admin_guide/monitoring.html"> Monitoring </a> </li> <li> - <a href="/docs/latest/admin_guide/zookeeper.html"> + <a href="/distributedlog/docs/latest/admin_guide/zookeeper.html"> ZooKeeper </a> </li> <li> - <a href="/docs/latest/admin_guide/bookkeeper.html"> + <a href="/distributedlog/docs/latest/admin_guide/bookkeeper.html"> BookKeeper </a> </li> @@ -251,42 +251,42 @@ <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Tutorials<span class="caret"></span></a> <ul class="dropdown-menu"> <li class="dropdown-header"><strong>Basic</strong></li> - <li><a href="/docs/latest/tutorials/basic-1">Write Records (via Core Library)</a></li> - <li><a href="/docs/latest/tutorials/basic-2">Write Records (via Write Proxy)</a></li> - <li><a href="/docs/latest/tutorials/basic-3">Write Records to multiple streams</a></li> - <li><a href="/docs/latest/tutorials/basic-4">Atomic Write Records</a></li> - <li><a href="/docs/latest/tutorials/basic-5">Tailing Read Records</a></li> - <li><a href="/docs/latest/tutorials/basic-6">Rewind Read Records</a></li> + <li><a href="/distributedlog/docs/latest/tutorials/basic-1">Write Records (via Core Library)</a></li> + <li><a href="/distributedlog/docs/latest/tutorials/basic-2">Write Records (via Write Proxy)</a></li> + <li><a href="/distributedlog/docs/latest/tutorials/basic-3">Write Records to multiple streams</a></li> + <li><a href="/distributedlog/docs/latest/tutorials/basic-4">Atomic Write Records</a></li> + <li><a href="/distributedlog/docs/latest/tutorials/basic-5">Tailing Read Records</a></li> + <li><a href="/distributedlog/docs/latest/tutorials/basic-6">Rewind Read Records</a></li> <li role="separator" class="divider"></li> <li class="dropdown-header"><strong>Messaging</strong></li> <li> - <a href="/docs/latest/tutorials/messaging-1.html"> + <a href="/distributedlog/docs/latest/tutorials/messaging-1.html"> Write records to partitioned streams </a> </li> <li> - <a href="/docs/latest/tutorials/messaging-2.html"> + <a href="/distributedlog/docs/latest/tutorials/messaging-2.html"> Write records to multiple streams (load balancer) </a> </li> <li> - <a href="/docs/latest/tutorials/messaging-3.html"> + <a href="/distributedlog/docs/latest/tutorials/messaging-3.html"> At-least-once Processing </a> </li> <li> - <a href="/docs/latest/tutorials/messaging-4.html"> + <a href="/distributedlog/docs/latest/tutorials/messaging-4.html"> Exact-Once Processing </a> </li> <li> - <a href="/docs/latest/tutorials/messaging-5.html"> + <a href="/distributedlog/docs/latest/tutorials/messaging-5.html"> Implement a kafka-like pub/sub system </a> </li> @@ -296,14 +296,14 @@ <li> - <a href="/docs/latest/tutorials/replicatedstatemachines.html"> + <a href="/distributedlog/docs/latest/tutorials/replicatedstatemachines.html"> Build replicated state machines </a> </li> <li role="separator" class="divider"></li> <li class="dropdown-header"><strong>Analytics</strong></li> - <li><a href="/docs/latest/tutorials/analytics-mapreduce">Process log streams using MapReduce</a></li> + <li><a href="/distributedlog/docs/latest/tutorials/analytics-mapreduce">Process log streams using MapReduce</a></li> </ul> </li> </ul> @@ -347,13 +347,13 @@ under the License. - <li><a href="/docs/latest/user_guide/main.html" class="">User Guide</a> + <li><a href="/distributedlog/docs/latest/user_guide/main.html" class="">User Guide</a> <ul> <li> - <a href="/docs/latest/basics/introduction.html" class=""> + <a href="/distributedlog/docs/latest/basics/introduction.html" class=""> Introduction </a> @@ -365,7 +365,7 @@ under the License. <li> - <a href="/docs/latest/user_guide/considerations/main.html" class=""> + <a href="/distributedlog/docs/latest/user_guide/considerations/main.html" class=""> Considerations </a> @@ -377,7 +377,7 @@ under the License. <li> - <a href="/docs/latest/user_guide/architecture/main.html" class=""> + <a href="/distributedlog/docs/latest/user_guide/architecture/main.html" class=""> Architecture </a> @@ -389,7 +389,7 @@ under the License. <li> - <a href="/docs/latest/user_guide/api/main.html" class=""> + <a href="/distributedlog/docs/latest/user_guide/api/main.html" class=""> API </a> @@ -397,21 +397,21 @@ under the License. <li> - <a href="/docs/latest/user_guide/api/core.html" class="active"> + <a href="/distributedlog/docs/latest/user_guide/api/core.html" class="active"> Core Library API </a> </li> <li> - <a href="/docs/latest/user_guide/api/proxy.html" class="active"> + <a href="/distributedlog/docs/latest/user_guide/api/proxy.html" class="active"> Proxy Client API </a> </li> <li> - <a href="/docs/latest/user_guide/api/practice.html" class="active"> + <a href="/distributedlog/docs/latest/user_guide/api/practice.html" class="active"> Best Practise </a> </li> @@ -422,7 +422,7 @@ under the License. <li> - <a href="/docs/latest/user_guide/configuration/main.html" class=""> + <a href="/distributedlog/docs/latest/user_guide/configuration/main.html" class=""> Configuration </a> @@ -430,28 +430,28 @@ under the License. <li> - <a href="/docs/latest/user_guide/configuration/core.html" class="active"> + <a href="/distributedlog/docs/latest/user_guide/configuration/core.html" class="active"> Core Library Configuration </a> </li> <li> - <a href="/docs/latest/user_guide/configuration/proxy.html" class="active"> + <a href="/distributedlog/docs/latest/user_guide/configuration/proxy.html" class="active"> Write Proxy Configuration </a> </li> <li> - <a href="/docs/latest/user_guide/configuration/client.html" class="active"> + <a href="/distributedlog/docs/latest/user_guide/configuration/client.html" class="active"> Client Configuration </a> </li> <li> - <a href="/docs/latest/user_guide/configuration/perlog.html" class="active"> + <a href="/distributedlog/docs/latest/user_guide/configuration/perlog.html" class="active"> Per Stream Configuration </a> </li> @@ -462,7 +462,7 @@ under the License. <li> - <a href="/docs/latest/user_guide/design/main.html" class=""> + <a href="/distributedlog/docs/latest/user_guide/design/main.html" class=""> Detail Design </a> @@ -474,7 +474,7 @@ under the License. <li> - <a href="/docs/latest/user_guide/globalreplicatedlog/main.html" class=""> + <a href="/distributedlog/docs/latest/user_guide/globalreplicatedlog/main.html" class=""> Global Replicated Log </a> @@ -486,7 +486,7 @@ under the License. <li> - <a href="/docs/latest/user_guide/implementation/main.html" class=""> + <a href="/distributedlog/docs/latest/user_guide/implementation/main.html" class=""> Implementation </a> @@ -494,7 +494,7 @@ under the License. <li> - <a href="/docs/latest/user_guide/implementation/storage.html" class="active"> + <a href="/distributedlog/docs/latest/user_guide/implementation/storage.html" class="active"> Storage </a> </li> @@ -505,7 +505,7 @@ under the License. <li> - <a href="/docs/latest/user_guide/references/main.html" class=""> + <a href="/distributedlog/docs/latest/user_guide/references/main.html" class=""> References </a> @@ -513,14 +513,14 @@ under the License. <li> - <a href="/docs/latest/user_guide/references/metrics.html" class="active"> + <a href="/distributedlog/docs/latest/user_guide/references/metrics.html" class="active"> Metrics </a> </li> <li> - <a href="/docs/latest/user_guide/references/features.html" class="active"> + <a href="/distributedlog/docs/latest/user_guide/references/features.html" class="active"> Available Features </a> </li> @@ -551,12 +551,12 @@ under the License. - <li><a href="/docs/latest/user_guide/main.html">User Guide</a></li> + <li><a href="/distributedlog/docs/latest/user_guide/main.html">User Guide</a></li> - <li><a href="/docs/latest/user_guide/implementation/main.html">Implementation</a></li> + <li><a href="/distributedlog/docs/latest/user_guide/implementation/main.html">Implementation</a></li> <li class="active">Storage</li> @@ -887,7 +887,7 @@ bkEnsemblePlacementDnsResolverClass=org.apache.distributedlog.net.DNSResolverFor <a href="http://www.apache.org">The Apache Software Foundation.</a> All Rights Reserved. </p> <p class="text-center"> - <a href="/docs/latest/feed.xml">RSS Feed</a> + <a href="/distributedlog/docs/latest/feed.xml">RSS Feed</a> </p> </footer> </div>