舉報

會員
Getting Started with Hazelcast(Second Edition)
最新章節:
Index
ThisbookisagreatintroductionforJavadevelopers,softwarearchitects,orDevOpslookingtoenablescalableandagiledatawithintheirapplications.Providingin-memoryobjectstorage,cluster-widestateandmessaging,orevenscalabletaskexecution,Hazelcasthelpssolveanumberofissuesthathavetroubledtechnologistsforyears.
目錄(93章)
倒序
- 封面
- 版權信息
- Credits
- About the Author
- About the Reviewers
- www.PacktPub.com
- Preface
- Chapter 1. What is Hazelcast?
- Starting out as usual
- Data deciding to hang around
- Therein lies the problem
- Breaking the mould
- Moving to new ground
- Summary
- Chapter 2. Getting off the Ground
- Let's get started
- Showing off straightaway
- Mapping back to the real world
- Sets lists and queues
- Many things at a time
- Searching and indexing
- What happens when we reach our limits?
- Summary
- Chapter 3. Going Concurrent
- Atomic control
- Distributed locking
- Transactionally rolling on
- Spreading the word
- Summary
- Chapter 4. Divide and Conquer
- Divvying up the data
- Backups everywhere and nowhere
- Scaling up the cluster
- Having some of our data everywhere
- Grouping and separating nodes
- Network partitioning
- Maintaining quorum
- Summary
- Chapter 5. Listening Out
- Listening to the goings-on
- The sound of our own data
- Programmatic configuration ahead of time
- Events unfolding in the wider world
- Moving data around the place
- Extending quorum
- Summary
- Chapter 6. Spreading the Load
- All power to the compute
- Running once running everywhere
- Placing tasks next to the data
- Summary
- Chapter 7. Gathering Results
- What is this big data hype all about?
- Putting theory into practice
- Simplifying just aggregating up
- Summary
- Chapter 8. Typical Deployments
- All heap and nowhere to go
- Stepping back from the cluster
- Serialization and classes
- Getting straight to the point
- Architectural overview
- Summary
- Chapter 9. From the Outside Looking In
- What about the rest of us?
- Memcache
- Going RESTful
- Summary
- Chapter 10. Going Global
- Getting set up in the cloud
- Spreading out around the globe
- Summary
- Chapter 11. Playing Well with Others
- Don't pass what you need depend on it
- Transparently caching others' data
- Cacheable methods with the Spring cache
- Caching by standard
- Collection persistence
- Web session storage
- Cluster management
- Summary
- Appendix A. Configuration Summary
- Cluster name
- Management center
- General properties
- WAN replication configuration
- Local network/interface binding
- Cluster discovery (multicast- unicast- or EC2-based)
- Map configuration
- Listeners notified on map events
- Listeners notified on topic broadcast
- Cluster-wide listener registration
- Index 更新時間:2021-07-16 13:14:50
推薦閱讀
- ServiceNow Application Development
- JavaScript從入門到精通(微視頻精編版)
- 圖解Java數據結構與算法(微課視頻版)
- Web開發的貴族:ASP.NET 3.5+SQL Server 2008
- 數據結構與算法分析(C++語言版)
- 程序設計基礎教程:C語言
- ASP.NET開發與應用教程
- PHP從入門到精通(第4版)(軟件開發視頻大講堂)
- Learning Apache Karaf
- C語言從入門到精通
- JavaScript應用開發實踐指南
- Moodle 3 Administration(Third Edition)
- 零基礎學編程系列(全5冊)
- C#網絡編程高級篇之網頁游戲輔助程序設計
- Python程序設計教程
- Java EE框架開發技術與案例教程
- Python數據分析與挖掘實戰(第2版)
- Test-Driven Java Development(Second Edition)
- Salt Cookbook
- 我跟爸爸學編程:從Python到C++
- 企業應用架構模式
- Scratch趣味編程:邏輯思維培養與訓練
- Android性能優化之道:從底層原理到一線實踐
- ANSYS Workbench有限元分析實例詳解(靜力學)
- Penetration Testing Bootcamp
- Python編程基礎與科學計算
- RT-Thread內核實現與應用開發實戰指南:基于STM32
- 輕量級Web應用開發寶典
- Web前端開發與應用教程(HTML5+CSS3+JavaScript)
- Developing RESTful Services with JAX-RS 2.0,WebSockets,and JSON