Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
TransactionalMap通常の不変マップと混合するよりもAkkaを優先する必要があるのはSynchronizedMapいつですか?(または、ここでリンゴとオレンジを比較していますか?)
TransactionalMap
SynchronizedMap
トランザクションが必要な場合は、トランザクションマップを使用します。混合読み取り/書き込みにはCtries/ConcurrentHashMap / NonblockingHashMapを使用し、非常にまれな書き込みにはCAS+immutable.Mapを使用します。