ad
close

Zookeeper实现分布式锁

学习分布式协调技术 zookeeper,学习分布式锁的实现方式,提高面试的通过率

5288人学习

初级18课时2019/11/13更新

二维码下载学堂APP缓存视频离线看

石头老师
  • 畅销套餐
  • 精选套餐
  • 人气套餐
  • 尊享套餐
  • 高薪套餐
  • 课程介绍
  • 课程大纲

适合人群:

有一定Java 基础的同学,Java架构师

你将会学到:

学习分布式协调技术 zookeeper,学习分布式锁的实现方式,提高面试的通过率

课程简介:

基础篇

JAVA入门篇

https://edu.51cto.com/course/19845.html

JAVA流程控制

https://edu.51cto.com/course/19845.html

JAVA数组

https://edu.51cto.com/course/19841.html

JAVA面向对象编程

https://edu.51cto.com/course/21197.html

JAVA集合

https://edu.51cto.com/course/19886.html

JAVA泛型详解

https://edu.51cto.com/course/19887.html

JAVA异常

https://edu.51cto.com/course/19883.html

JAVAIO

https://edu.51cto.com/course/19888.html

JAVA之多线程

https://edu.51cto.com/course/19889.html

JAVA之网络编程

https://edu.51cto.com/course/19667.html

JAVA之反射机制

https://edu.51cto.com/course/19668.html

JAVA之枚举

https://edu.51cto.com/course/19891.html

JAVAXML解析

https://edu.51cto.com/course/19892.html

JAVA项目实战电影管理系统

https://edu.51cto.com/course/18413.html

 

数据库篇

MySql数据库基础

https://edu.51cto.com/course/19898.html

Oracle数据库核心技术

https://edu.51cto.com/course/21584.html

 

JDBC编程篇

JDBC编程精讲

https://edu.51cto.com/course/19278.html

JDBC项目实战-银行管理系统

https://edu.51cto.com/course/18414.html

 

Web编程篇

HTML基础教程

https://edu.51cto.com/course/21662.html

CSS网页样式

https://edu.51cto.com/course/19900.html

JavaScript开发实践

https://edu.51cto.com/course/21661.html

jQuery框架开发实践

https://edu.51cto.com/course/21669.html

JavaWeb开发实战教程

https://edu.51cto.com/course/21690.html

 

项目工程管理工具篇

Maven项目管理实战

https://edu.51cto.com/course/21402.html

GIT版本管理精讲

https://edu.51cto.com/course/19026.html

 

主流框架篇

Hibernate核心技术

https://edu.51cto.com/course/21639.html

Spring框架精讲

https://edu.51cto.com/course/19819.html

Struts2框架核心技术

https://edu.51cto.com/course/21607.html

SpringMvc核心技术实战

https://edu.51cto.com/course/21507.html

MyBatis框架精讲

https://edu.51cto.com/course/19675.html

Spring Data JPA 106精讲

https://edu.51cto.com/course/19053.html

SSM框架整合

https://edu.51cto.com/course/21526.html

SSSP框架整合

https://edu.51cto.com/course/21534.html

WebService实战演练

https://edu.51cto.com/course/19055.html

 

主流框架项目篇

SSM项目全程实录

https://edu.51cto.com/course/21092.html

 

 

微服务技术篇

Linux需知需会

https://edu.51cto.com/course/21179.html

SpringBoot核心技术

https://edu.51cto.com/course/21539.html

Swagger2实用教程

https://edu.51cto.com/course/21551.html

MYSQL主从复制和写分离

https://edu.51cto.com/course/21126.html

Docker企业应用实战

https://edu.51cto.com/course/21070.html

ElasticSearch企业级开发

https://edu.51cto.com/course/20881.html

JenKins持续集成实战

https://edu.51cto.com/course/20681.html

RabbitMQ消息中间件实战

https://edu.51cto.com/course/20625.html

Dubbo微服务框架实战

https://edu.51cto.com/course/20554.html

ActiveMQ消息中间件实战教程

https://edu.51cto.com/course/20546.html

SpringCloud微服务精讲

https://edu.51cto.com/course/20533.html

Solr实战开发

https://edu.51cto.com/course/20494.html

Shiro权限管理实战

https://edu.51cto.com/course/20492.html

Redis全攻略

https://edu.51cto.com/course/20485.html

FastDFS实战

https://edu.51cto.com/course/20484.html

Nginx开发实战

https://edu.51cto.com/course/20483.html

Zookeeper实现分布式锁

https://edu.51cto.com/course/20421.html

 

 

微服务项目篇

大型分布式高并发电商项目开发

https://edu.51cto.com/course/21184.html

 

本课程内容 

ZooKeeper是一个为分布式应用所设计的分布的、开源的协调服务,它主要是用来解决分布式应用中经常遇到的一些数据管理问题,简化分布式应用协调及其管理的难度,提供高性能的分布式服务。

ZooKeeper框架最初是在“Yahoo!"上构建的,用于以简单而稳健的方式访问他们的应用程序。 后来,Apache ZooKeeper成为Hadoop,HBase和其他分布式框架使用的有组织服务的标准。 例如,Apache HBase使用ZooKeeper跟踪分布式数据的状态。

图片.png

我们从以下内容中学习 Zookeeper :

  1. Zookeeper 单机版本的安装和使用

  2. Zookeeper 数据模型

  3. 分布式安装 Zookeeper

  4. Java 操作 Zookeeper

  5. Zookeeper 的 Watch 机制

  6. Zookeeper 的三大使用场景:配置管理、分布式锁以及 Master 选举机制


讲义截图:

图片.png



图片.png


图片.png



图片.png




图片.png

展开更多

课程大纲-Zookeeper实现分布式锁

“石头老师”老师的其他课程更多+

close
  • 课程介绍
  • 课程大纲
在线
客服
APP
下载

下载Android客户端

下载iphone 客户端

官方
微信

关注官方微信

返回
顶部