本站已收录 番号和无损神作磁力链接/BT种子 

[FreeCoursesOnline.Me] Pluralsight - Advanced Java Concurrent Patterns

种子简介

种子名称: [FreeCoursesOnline.Me] Pluralsight - Advanced Java Concurrent Patterns
文件类型: 视频
文件数目: 116个文件
文件大小: 433.45 MB
收录时间: 2018-9-28 12:41
已经下载: 3
资源热度: 97
最近下载: 2024-7-7 21:52

下载BT种子文件

下载Torrent文件(.torrent) 立即下载

磁力链接下载

magnet:?xt=urn:btih:ef19e9ea4719f3be3d70d2ac84079ca9480ce1d7&dn=[FreeCoursesOnline.Me] Pluralsight - Advanced Java Concurrent Patterns 复制链接到迅雷、QQ旋风进行下载,或者使用百度云离线下载。

喜欢这个种子的人也喜欢

种子包含的文件

[FreeCoursesOnline.Me] Pluralsight - Advanced Java Concurrent Patterns.torrent
  • 00.Course-Overview/00.Course-Overview.mp43.36MB
  • 01.Introducing-the-Executor-Pattern-Futures-and-Callables/00.Introduction-What-Are-You-Going-to-Learn-in-This-Course.mp42.98MB
  • 01.Introducing-the-Executor-Pattern-Futures-and-Callables/01.What-Do-You-Need-to-Know-to-Follow-This-Course.mp43.45MB
  • 01.Introducing-the-Executor-Pattern-Futures-and-Callables/02.Introducing-Executors-What-Is-Wrong-with-the-Runnable-Pattern.mp43.65MB
  • 01.Introducing-the-Executor-Pattern-Futures-and-Callables/03.Defining-the-Executor-Pattern-A-New-Pattern-to-Launch-Threads.mp41.94MB
  • 01.Introducing-the-Executor-Pattern-Futures-and-Callables/04.Defining-the-Executor-Service-Pattern-a-First-Simple-Example.mp43.51MB
  • 01.Introducing-the-Executor-Pattern-Futures-and-Callables/05.Comparing-the-Runnable-and-the-Executor-Service-Patterns.mp43.54MB
  • 01.Introducing-the-Executor-Pattern-Futures-and-Callables/06.Understanding-the-Waiting-Queue-of-the-Executor-Service.mp44.12MB
  • 01.Introducing-the-Executor-Pattern-Futures-and-Callables/07.Wrapping-up-the-Executor-Service-Pattern.mp42.1MB
  • 01.Introducing-the-Executor-Pattern-Futures-and-Callables/08.From-Runnable-to-Callable-What-Is-Wrong-with-Runnables.mp42.44MB
  • 01.Introducing-the-Executor-Pattern-Futures-and-Callables/09.Defining-a-New-Model-for-Tasks-That-Return-Objects.mp42MB
  • 01.Introducing-the-Executor-Pattern-Futures-and-Callables/10.Introducing-the-Callable-Interface-to-Model-Tasks.mp42.32MB
  • 01.Introducing-the-Executor-Pattern-Futures-and-Callables/11.Introducing-the-Future-Object-to-Transmit-Objects-Between-Threads.mp43.65MB
  • 01.Introducing-the-Executor-Pattern-Futures-and-Callables/12.Wrapping-up-Callables-and-Futures-Handling-Exceptions.mp44.45MB
  • 01.Introducing-the-Executor-Pattern-Futures-and-Callables/13.Live-Coding-Introduction-Runnable-in-Action.mp44.81MB
  • 01.Introducing-the-Executor-Pattern-Futures-and-Callables/14.Live-Coding-Executor-and-Callables-How-to-Shut-Down-an-Executor.mp49.49MB
  • 01.Introducing-the-Executor-Pattern-Futures-and-Callables/15.Live-Coding-Using-Futures-to-Handle-Time-Out.mp47.18MB
  • 01.Introducing-the-Executor-Pattern-Futures-and-Callables/16.Live-Coding-Handling-Exceptions-in-Callables-with-Futures.mp48.16MB
  • 01.Introducing-the-Executor-Pattern-Futures-and-Callables/17.Live-Coding-Wrap-up.mp41.68MB
  • 01.Introducing-the-Executor-Pattern-Futures-and-Callables/18.Wrapping-up-Executors-Single-Fixed-and-Cached-ExecutorServices.mp43.46MB
  • 01.Introducing-the-Executor-Pattern-Futures-and-Callables/19.Wrapping-up-Executors-Scheduled-ExecutorService.mp42.61MB
  • 01.Introducing-the-Executor-Pattern-Futures-and-Callables/20.Shutting-Down-an-ExecutorService-Patterns-and-Strategies.mp45.8MB
  • 01.Introducing-the-Executor-Pattern-Futures-and-Callables/21.Module-Wrap-up.mp42.48MB
  • 02.Using-Locks-and-Semaphores-for-the-Producer--Consumer-Pattern/00.Introduction-Module-Agenda.mp42.08MB
  • 02.Using-Locks-and-Semaphores-for-the-Producer--Consumer-Pattern/01.What-Is-Wrong-with-Intrinsic-Locking-and-Synchronization.mp44.27MB
  • 02.Using-Locks-and-Semaphores-for-the-Producer--Consumer-Pattern/02.Introducing-API-Locking-with-the-Lock-Interface.mp43.05MB
  • 02.Using-Locks-and-Semaphores-for-the-Producer--Consumer-Pattern/03.Differences-Between-Synchronization-and-API-Locking.mp41.15MB
  • 02.Using-Locks-and-Semaphores-for-the-Producer--Consumer-Pattern/04.Lock-Patterns-Interruptible-Lock-Acquisition.mp42.4MB
  • 02.Using-Locks-and-Semaphores-for-the-Producer--Consumer-Pattern/05.Lock-Patterns-Timed-Lock-Acquisition.mp41.99MB
  • 02.Using-Locks-and-Semaphores-for-the-Producer--Consumer-Pattern/06.Lock-Patterns-Fair-Lock-Acquisition.mp43.11MB
  • 02.Using-Locks-and-Semaphores-for-the-Producer--Consumer-Pattern/07.Wrapping-up-the-Lock-Pattern.mp41.68MB
  • 02.Using-Locks-and-Semaphores-for-the-Producer--Consumer-Pattern/08.Producer--Consumer-Pattern-Wait--Notify-Implementation.mp43.89MB
  • 02.Using-Locks-and-Semaphores-for-the-Producer--Consumer-Pattern/09.Producer--Consumer-Pattern-Lock-Implementation-with-Condition.mp43.47MB
  • 02.Using-Locks-and-Semaphores-for-the-Producer--Consumer-Pattern/10.The-Condition-Object-Interruptibility-and-Fairness.mp44.01MB
  • 02.Using-Locks-and-Semaphores-for-the-Producer--Consumer-Pattern/11.Wrapping-up-the-Lock-and-Condition-Objects.mp4761.3KB
  • 02.Using-Locks-and-Semaphores-for-the-Producer--Consumer-Pattern/12.Introducing-the-ReadWriteLock-Pattern.mp42.96MB
  • 02.Using-Locks-and-Semaphores-for-the-Producer--Consumer-Pattern/13.Implementing-an-Efficient-Concurrent-Cache-with-ReadWriteLock.mp43.34MB
  • 02.Using-Locks-and-Semaphores-for-the-Producer--Consumer-Pattern/14.Wrapping-up-the-ReadWriteLock-Pattern.mp41.5MB
  • 02.Using-Locks-and-Semaphores-for-the-Producer--Consumer-Pattern/15.Introducing-the-Semaphore-Pattern-First-Example.mp43.93MB
  • 02.Using-Locks-and-Semaphores-for-the-Producer--Consumer-Pattern/16.Semaphore-Pattern-Interruptibility-and-Timed-Permit-Acquisition.mp43.78MB
  • 02.Using-Locks-and-Semaphores-for-the-Producer--Consumer-Pattern/17.Wrapping-up-the-Semaphore-Pattern-Control-of-the-Waiting-Threads.mp42.69MB
  • 02.Using-Locks-and-Semaphores-for-the-Producer--Consumer-Pattern/18.Live-Coding-Producer--Consumer-Based-on-the-Lock-Pattern.mp49.06MB
  • 02.Using-Locks-and-Semaphores-for-the-Producer--Consumer-Pattern/19.Live-Coding-Setting-up-Conditions-on-the-Producer--Consumer.mp413.48MB
  • 02.Using-Locks-and-Semaphores-for-the-Producer--Consumer-Pattern/20.Live-Coding-Setting-up-the-Right-Number-of-Threads.mp48.98MB
  • 02.Using-Locks-and-Semaphores-for-the-Producer--Consumer-Pattern/21.Live-Coding-Dealing-with-Exceptions-with-Timeouts.mp47.71MB
  • 02.Using-Locks-and-Semaphores-for-the-Producer--Consumer-Pattern/22.Live-Coding-Setting-up-Timeout-to-Unlock-a-Producer--Consumer.mp46.31MB
  • 02.Using-Locks-and-Semaphores-for-the-Producer--Consumer-Pattern/23.Live-Coding-Creating-a-Cache-with-a-Race-Condition-on-HashMap.mp410.15MB
  • 02.Using-Locks-and-Semaphores-for-the-Producer--Consumer-Pattern/24.Live-Coding-Fixing-the-HashMap-Cache-with-ReadWriteLock.mp49.84MB
  • 02.Using-Locks-and-Semaphores-for-the-Producer--Consumer-Pattern/25.Live-Coding-Wrap-up.mp42.67MB
  • 02.Using-Locks-and-Semaphores-for-the-Producer--Consumer-Pattern/26.Module-Wrap-up.mp41.99MB
  • 03.Controlling-Concurrent-Applications-Using-Barriers-and-Latches/00.Introduction-Module-Agenda.mp41.81MB
  • 03.Controlling-Concurrent-Applications-Using-Barriers-and-Latches/01.Sharing-a-Task-Among-Threads-and-Merging-the-Results.mp43.01MB
  • 03.Controlling-Concurrent-Applications-Using-Barriers-and-Latches/02.The-Problem-of-Synchronizing-on-the-End-of-Tasks.mp42.8MB
  • 03.Controlling-Concurrent-Applications-Using-Barriers-and-Latches/03.Creating-Callable-Tasks-and-Setting-up-a-Barrier.mp42.05MB
  • 03.Controlling-Concurrent-Applications-Using-Barriers-and-Latches/04.Understanding-the-CyclicBarrier-Pattern.mp42.8MB
  • 03.Controlling-Concurrent-Applications-Using-Barriers-and-Latches/05.Setting-up-the-Full-CyclicBarrier-Pattern-and-Launching-Tasks.mp42.05MB
  • 03.Controlling-Concurrent-Applications-Using-Barriers-and-Latches/06.Waiting-for-the-Barrier-with-a-Time-out-Dealing-with-Exception.mp42.46MB
  • 03.Controlling-Concurrent-Applications-Using-Barriers-and-Latches/07.Wrapping-up-the-CyclicBarrier.mp42.31MB
  • 03.Controlling-Concurrent-Applications-Using-Barriers-and-Latches/08.Introducing-the-Latch-a-Barrier-That-Cannot-Be-Reset.mp42.46MB
  • 03.Controlling-Concurrent-Applications-Using-Barriers-and-Latches/09.Understanding-the-CountDownLatch-Pattern.mp4969.46KB
  • 03.Controlling-Concurrent-Applications-Using-Barriers-and-Latches/10.A-CountDownLatch-in-Action-to-Start-an-Application.mp43.67MB
  • 03.Controlling-Concurrent-Applications-Using-Barriers-and-Latches/11.Wrapping-up-the-CountDownLatch-Pattern.mp4876.73KB
  • 03.Controlling-Concurrent-Applications-Using-Barriers-and-Latches/12.Live-Coding-A-CyclicBarrier-with-a-Callback-Task-in-Action.mp49.75MB
  • 03.Controlling-Concurrent-Applications-Using-Barriers-and-Latches/13.Live-Coding-Setting-up-the-ExecutorService-Using-TimeOut.mp413.91MB
  • 03.Controlling-Concurrent-Applications-Using-Barriers-and-Latches/14.Live-Coding-Using-Future-TimeOut-and-Task-Cancellation.mp48.87MB
  • 03.Controlling-Concurrent-Applications-Using-Barriers-and-Latches/15.Live-Coding-Wrap-up.mp41.43MB
  • 03.Controlling-Concurrent-Applications-Using-Barriers-and-Latches/16.Module-Wrap-up.mp42.14MB
  • 04.Understanding-Casing-and-Atomic-Variables/00.Introduction-Module-Agenda.mp41.63MB
  • 04.Understanding-Casing-and-Atomic-Variables/01.Understanding-Casing-Do-We-Always-Need-Synchronization.mp43.52MB
  • 04.Understanding-Casing-and-Atomic-Variables/02.Understanding-Casing-An-Example-of-False-Concurrency.mp42.23MB
  • 04.Understanding-Casing-and-Atomic-Variables/03.Understanding-Casing-How-Does-It-Work.mp43.24MB
  • 04.Understanding-Casing-and-Atomic-Variables/04.How-to-Use-the-AtomicLong-Class-and-How-Does-It-Work.mp42.91MB
  • 04.Understanding-Casing-and-Atomic-Variables/05.The-Java-Atomic-API-The-AtomicBoolean-Class.mp41.27MB
  • 04.Understanding-Casing-and-Atomic-Variables/06.The-Java-Atomic-API-The-AtomicInteger-and-AtomicLong-Classes.mp42.76MB
  • 04.Understanding-Casing-and-Atomic-Variables/07.The-Java-Atomic-API-The-AtomicReference-Class.mp41.68MB
  • 04.Understanding-Casing-and-Atomic-Variables/08.Wrapping-up-the-Atomic-Objects.mp42.75MB
  • 04.Understanding-Casing-and-Atomic-Variables/09.Understanding-Adders-and-Accumulators.mp42.84MB
  • 04.Understanding-Casing-and-Atomic-Variables/10.Browsing-Through-the-Adder-and-Accumulator-API.mp42.61MB
  • 04.Understanding-Casing-and-Atomic-Variables/11.Live-Coding-Fixing-a-Race-Condition-on-a-Simple-Counter.mp410.36MB
  • 04.Understanding-Casing-and-Atomic-Variables/12.Live-Coding-Counting-the-Number-of-Retries-in-an-AtomicInteger.mp414.82MB
  • 04.Understanding-Casing-and-Atomic-Variables/13.Live-Coding-Wrap-up.mp41.53MB
  • 04.Understanding-Casing-and-Atomic-Variables/14.Module-Wrap-up.mp42.85MB
  • 05.Leveraging-Concurrent-Collections-to-Simplify-Application-Design/00.Introduction-Module-Agenda.mp41.7MB
  • 05.Leveraging-Concurrent-Collections-to-Simplify-Application-Design/01.Implementing-Concurrency-at-the-API-Level.mp42.19MB
  • 05.Leveraging-Concurrent-Collections-to-Simplify-Application-Design/02.Hierarchy-of-Collection-and-Map-Concurrent-Interfaces.mp41.57MB
  • 05.Leveraging-Concurrent-Collections-to-Simplify-Application-Design/03.What-Does-It-Mean-for-an-Interface-to-Be-Concurrent.mp41.9MB
  • 05.Leveraging-Concurrent-Collections-to-Simplify-Application-Design/04.Why-You-Should-Avoid-Vectors-and-Stacks.mp41.84MB
  • 05.Leveraging-Concurrent-Collections-to-Simplify-Application-Design/05.Understanding-Copy-On-Write-Arrays.mp41.95MB
  • 05.Leveraging-Concurrent-Collections-to-Simplify-Application-Design/06.Wrapping-up-CopyOnWriteArrayList.mp42.08MB
  • 05.Leveraging-Concurrent-Collections-to-Simplify-Application-Design/07.Introducing-Queue-and-Deque-and-Their-Implementations.mp42.83MB
  • 05.Leveraging-Concurrent-Collections-to-Simplify-Application-Design/08.Understanding-How-Queue-Works-in-a-Concurrent-Environment.mp42.31MB
  • 05.Leveraging-Concurrent-Collections-to-Simplify-Application-Design/09.Adding-Elements-to-a-Queue-That-Is-Full-How-Can-It-Fail.mp43.6MB
  • 05.Leveraging-Concurrent-Collections-to-Simplify-Application-Design/10.Understanding-Error-Handling-in-Queue-and-Deque.mp42.41MB
  • 05.Leveraging-Concurrent-Collections-to-Simplify-Application-Design/11.Wrapping-up-Queue-Deque-and-Their-Blocking-Versions.mp41.41MB
  • 05.Leveraging-Concurrent-Collections-to-Simplify-Application-Design/12.Introducing-Concurrent-Maps-and-Their-Implementations.mp41.66MB
  • 05.Leveraging-Concurrent-Collections-to-Simplify-Application-Design/13.Atomic-Operations-Defined-by-the-ConcurrentMap-Interface.mp42.51MB
  • 05.Leveraging-Concurrent-Collections-to-Simplify-Application-Design/14.Understanding-Concurrency-for-a-HashMap.mp44.57MB
  • 05.Leveraging-Concurrent-Collections-to-Simplify-Application-Design/15.Understanding-the-Structure-of-the-ConcurrentHashMap-from-Java-7.mp43.86MB
  • 05.Leveraging-Concurrent-Collections-to-Simplify-Application-Design/16.Introducing-the-Java-8-ConcurrentHashMap-and-Its-Parallel-Methods.mp41.65MB
  • 05.Leveraging-Concurrent-Collections-to-Simplify-Application-Design/17.Parallel-Search-on-a-Java-8-ConcurrentHashMap.mp42.13MB
  • 05.Leveraging-Concurrent-Collections-to-Simplify-Application-Design/18.Parallel-Map--Reduce-on-a-Java-8-ConcurrentHashMap.mp41.84MB
  • 05.Leveraging-Concurrent-Collections-to-Simplify-Application-Design/19.Parallel-ForEach-on-a-Java-8-ConcurrentHashMap.mp42.03MB
  • 05.Leveraging-Concurrent-Collections-to-Simplify-Application-Design/20.Creating-a-Concurrent-Set-on-a-Java-8-ConcurrentHashMap.mp41.29MB
  • 05.Leveraging-Concurrent-Collections-to-Simplify-Application-Design/21.Wrapping-up-the-Java-8-ConcurrentHashMap.mp4878.7KB
  • 05.Leveraging-Concurrent-Collections-to-Simplify-Application-Design/22.Introducing-Skip-Lists-to-Implement-ConcurrentMap.mp41.95MB
  • 05.Leveraging-Concurrent-Collections-to-Simplify-Application-Design/23.Understanding-How-Linked-Lists-Can-Be-Improved-by-Skip-Lists.mp44.43MB
  • 05.Leveraging-Concurrent-Collections-to-Simplify-Application-Design/24.Wrapping-up-the-Skip-List-Structure.mp41.16MB
  • 05.Leveraging-Concurrent-Collections-to-Simplify-Application-Design/25.How-to-Make-a-Skip-List-Concurrent-Without-Synchronization.mp41.96MB
  • 05.Leveraging-Concurrent-Collections-to-Simplify-Application-Design/26.Wrapping-up-ConcurrentSkipList.mp4984.22KB
  • 05.Leveraging-Concurrent-Collections-to-Simplify-Application-Design/27.Live-Coding-Producer--Consumer-Built-on-an-ArrayBlockingQueue.mp411.41MB
  • 05.Leveraging-Concurrent-Collections-to-Simplify-Application-Design/28.Live-Coding-Parallel-Reduce-in-Action-on-a-ConcurrentHashMap.mp414.63MB
  • 05.Leveraging-Concurrent-Collections-to-Simplify-Application-Design/29.Live-Coding-Parallel-Search-in-Action-on-a-ConcurrentHashMap.mp46.13MB
  • 05.Leveraging-Concurrent-Collections-to-Simplify-Application-Design/30.Live-Coding-Computing-an-Average-on-a-ConcurrentHashMap.mp45.72MB
  • 05.Leveraging-Concurrent-Collections-to-Simplify-Application-Design/31.Live-Coding-Wrap-up.mp41.5MB
  • 05.Leveraging-Concurrent-Collections-to-Simplify-Application-Design/32.Module-Wrap-up.mp43.97MB
  • 05.Leveraging-Concurrent-Collections-to-Simplify-Application-Design/33.Course-Wrap-up.mp41.7MB