Class Central is learner-supported. When you buy through links on our site, we may earn an affiliate commission.

Pluralsight

Advanced Java 8 Concurrent Patterns

via Pluralsight

Overview

Concurrency is a hard to master topic. This Java course takes you from the basics you already know, (runnable and synchronization) to the next level: the java.util.concurrent API.

This course, Advanced Java 8 Concurrent Patterns is an in-depth presentation of advanced fundamentals you'll need to understand to write efficient concurrent applications, that support heavy concurrency and provide high throughput. You'll learn about how you can improve the quality of your concurrent code, by using sophisticated concurrent tools that allow for smooth lock acquisition and fault tolerancy. You'll also be introduced to advanced data structures, such as the copy on write arrays, the concurrent blocking queues, the concurrent skip lists and concurrent hashmaps. By the end of this course, you will understand how to use cyclic barriers, count down latches and semaphores, and how to atomic variables to write non-locking code. All of this will help you on your journey to write better applications.

Syllabus

  • Course Overview 1min
  • Introducing the Executor Pattern, Futures and Callables 42mins
  • Using Locks and Semaphores for the Producer / Consumer Pattern 52mins
  • Controlling Concurrent Applications Using Barriers and Latches 29mins
  • Understanding Casing and Atomic Variables 29mins
  • Leveraging Concurrent Collections to Simplify Application Design 53mins

Taught by

Jose Paumard

Reviews

4.8 rating at Pluralsight based on 214 ratings

Start your review of Advanced Java 8 Concurrent Patterns

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.