forked from infinispan/infinispan.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ea62fda
commit f6add1c
Showing
11 changed files
with
1,585 additions
and
49 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
docs/hotrod-clients/cpp/docs/9.1.0.Final/asciidoc/titles/cpp_client.html
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,222 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
|
||
<head> | ||
<title>Backup Across Data Centers</title> | ||
<!-- <script id="adobe_dtm" src="//www.redhat.com/dtm.js" type="text/javascript"></script> --> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<meta name="description" content="Infinispan is a distributed in-memory key/value data store with optional schema, available under the Apache License 2.0."> | ||
<link rel="shortcut icon" type="image/png" href="/favicon.ico" > | ||
<link rel="stylesheet" href="/assets/css/main.css" /> | ||
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.1.0/css/all.css" integrity="sha384-lKuwvrZot6UHsBSfcMvOkWwlCMgc0TaWr+30HWe3a4ltaBwTZhyTEggF5tJv8tbt" crossorigin="anonymous"> | ||
<link rel="stylesheet" | ||
href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/github.css"> | ||
<link rel="alternate" type="application/rss+xml" | ||
title="Infinispan's RSS Feed" | ||
href="/feed.xml" /> | ||
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/highlight.min.js"></script> | ||
<script>hljs.highlightAll();</script> | ||
|
||
<!-- Global site tag (gtag.js) - Google Analytics --> | ||
<!-- <script async src="https://www.googletagmanager.com/gtag/js?id=UA-125236544-1"></script> | ||
<script> | ||
window.dataLayer = window.dataLayer || []; | ||
function gtag(){dataLayer.push(arguments);} | ||
gtag('js', new Date()); | ||
gtag('config', 'UA-125236544-1'); | ||
</script> --> | ||
|
||
|
||
</head> | ||
|
||
<body class="scenario-single"> | ||
<div class="nav-wrapper"> | ||
<div class="grid-wrapper"> | ||
<div class="width-12-12"> | ||
<input type="checkbox" id="checkbox" /> | ||
<nav id="main-nav" class="main-nav"> | ||
<div class="container"> | ||
<div class="logo-wrapper"> | ||
<a href="/"><img src="/assets/images/infinispan-logo-white.png" class="project-logo" title="Infinispan Logo"></a> | ||
</div> | ||
<label class="nav-toggle" for="checkbox"> | ||
<i class="fa fa-bars"></i> | ||
</label> | ||
<ul id="menu" class="menu"> | ||
<li class="dropdown"> | ||
<span href="/learn/">Learn <i class="fas fa-chevron-down"></i></span> | ||
<ul class="submenu"> | ||
<li><a href="/introduction" class="">Introduction</a></li> | ||
<li><a href="/features" class="">Features</a></li> | ||
<li><a href="/documentation" class="">Documentation</a></li> | ||
<li><a href="/tutorials" class="">Tutorials</a></li> | ||
<li><a href="/videos" class="">Videos</a></li> | ||
<li><a href="/references" class="">References</a></li> | ||
<li><a href="/experiments" class="">Experiments</a></li> | ||
<li><a href="/roadmap" class="">Roadmap</a></li> | ||
</ul> | ||
</li> | ||
<li> | ||
<a href="/use-cases/" class="">Use Cases</a> | ||
</li> | ||
<li> | ||
<a href="/community/" class="">Community</a> | ||
</li> | ||
<li> | ||
<a href="/blog/" class="">Blog</a> | ||
</li> | ||
<li> | ||
<a href="/download/" class="">Download</a> | ||
</li> | ||
</ul> | ||
</div> | ||
</nav> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="content"> | ||
<div class="component-slim full-width-bg dark-bg light-blue"> | ||
<div class="grid-wrapper"> | ||
<div class="width-12-12"> | ||
<a href="/scenario">Scenarios</a> <i class="fas fa-chevron-right"></i> Backup Across Data Centers | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="grid-wrapper"> | ||
<div class="grid__item width-10-12 width-12-12-m"> | ||
<h1>Backup Across Data Centers</h1> | ||
</div> | ||
</div> | ||
|
||
<p>Infinispan clusters running in different geographical locations can form global clusters to back up your data across sites. If sites go offline clients can immediately switch to an available cluster, making sure data center faults do not cause service interruptions.</p> | ||
|
||
<p>When using the Infinispan Operator with Kubernetes environments such as Red Hat OpenShift, cross-site replication capabilities make your data ready for hybrid and multi cloud deployments.</p> | ||
|
||
<p>Infinispan also guarantees data consistency when using cross-site replication, even in cases where clients make concurrent writes at different locations that use asynchronous replication. So your data is always there and always accurate, no matter where you’re running.</p> | ||
|
||
|
||
</div> | ||
|
||
<div class="content project-footer"> | ||
<div class="footer-section"> | ||
<div class="logo-wrapper"> | ||
<a href="/"><img src="/assets/images/infinispan-logo.png" class="project-logo" title="Infinispan Logo"></a> | ||
</div> | ||
</div> | ||
<div class="grid-wrapper"> | ||
<p class="grid__item width-3-12">Infinispan is released under the Apache 2.0 open source license. Learn more about the <a href='https://www.apache.org/licenses/LICENSE-2.0' target='_blank'>Apache Software License 2.0</a>.<br/><br/>This website built with <a href='https://jekyllrb.com/' target='_blank'>Jekyll</a> is hosted on <a href='https://pages.github.com/' target='_blank'>Github Pages</a> and is completely open source. If you want to make it better, <a href='https://github.com/infinispan/infinispan.github.io' target='_blank'>fork the website</a> and show us what you’ve got.</p> | ||
|
||
|
||
<div class="width-1-12 project-links"> | ||
<b>Navigation</b> | ||
<ul class="footer-links width-1-12"> | ||
|
||
|
||
<li><a href="/" >Home</a></li> | ||
|
||
|
||
<li><a href="/features" >Features</a></li> | ||
|
||
|
||
<li><a href="/documentation" >Docs</a></li> | ||
|
||
|
||
<li><a href="/tutorials" >Tutorials</a></li> | ||
|
||
|
||
<li><a href="/videos" >Videos</a></li> | ||
|
||
|
||
<li><a href="/use-cases" >Use Cases</a></li> | ||
|
||
|
||
<li><a href="/community" >Community</a></li> | ||
|
||
|
||
<li><a href="/download" >Download</a></li> | ||
|
||
</ul> | ||
</div> | ||
|
||
<div class="width-1-12 project-links"> | ||
<b>Contribute</b> | ||
<ul class="footer-links width-1-12"> | ||
|
||
|
||
<li><a href="https://issues.jboss.org/browse/ISPN" target="_blank">Submit a Bug</a></li> | ||
|
||
|
||
<li><a href="https://github.com/infinispan" target="_blank">Write Code</a></li> | ||
|
||
</ul> | ||
</div> | ||
|
||
<div class="width-1-12 project-links"> | ||
<b>Follow Us</b> | ||
<ul class="footer-links width-1-12"> | ||
|
||
|
||
<li><a href="/blog" >Blog</a></li> | ||
|
||
|
||
<li><a href="https://twitter.com/infinispan" target="_blank">Twitter</a></li> | ||
|
||
</ul> | ||
</div> | ||
|
||
|
||
<div class="width-6-12 more-links"> | ||
<div class="grid-wrapper"> | ||
<div class="width-6-12"> | ||
<b>A Member of</b><br/> | ||
<a href="http://www.cloudtm.eu/" target="_blank"><img src="/assets/images/footer/cloud-tm.png"></a> | ||
<img src="/assets/images/footer/leads.png"> | ||
<br/> | ||
<a href="http://cloudbutton.eu/" target="_blank"><img src="/assets/images/footer/cloud-button.png"></a> | ||
|
||
</div> | ||
<div class="width-6-12"> | ||
|
||
<b>Thanks to</b><br/> | ||
<a href="https://www.jetbrains.com/idea/" target="_blank"><img src="/assets/images/footer/jetbrains.png" title="JetBrains Intellj IDEA"></a> | ||
<a href="https://weblate.org" target="_blank"><img src="/assets/images/footer/weblate.png" title="Weblate"></a> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="content-slim redhat-footer"> | ||
<div class="grid-wrapper"> | ||
<span class="licence"> | ||
<i class="fab fa-creative-commons"></i><i class="fab fa-creative-commons-by"></i> <a href="https://creativecommons.org/licenses/by/3.0/" target="_blank">CC by 3.0</a> | ||
| <a href="https://www.redhat.com/en/about/privacy-policy">Red Hat Privacy Policy</a> | ||
</span> | ||
<span class="redhat"> | ||
a Red Hat sponsored project | ||
</span> | ||
<span class="redhat-logo"> | ||
<a href="https://www.redhat.com/" target="_blank"><img src="/assets/images/redhat_reversed.svg"></a> | ||
</span> | ||
</div> | ||
</div> | ||
|
||
|
||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script> | ||
<script type="text/javascript" src="/assets/javascript/mobile-nav.js"></script> | ||
<script type="text/javascript" src="/assets/javascript/truncate-list.js"></script> | ||
|
||
<script src="/assets/javascript/clipboard.min.js" type="text/javascript"></script> | ||
<script src="/assets/javascript/copy.js" type="text/javascript"></script> | ||
|
||
<!-- <script type="text/javascript"> | ||
if (("undefined" !== typeof _satellite) && ("function" === typeof _satellite.pageBottom)) { | ||
_satellite.pageBottom(); | ||
} | ||
</script> --> | ||
</body> | ||
|
||
</html> |
Oops, something went wrong.