Interface Txn

All Known Implementing Classes:
TxnReadUncommitted, TxnSerializable

public interface Txn
A transaction can hold locks to several resources. The resources (potentially) locked by a transaction can be accessed using streamAccessedResourcePaths(). References to resources can be acquired via
invalid reference
#getResourceApi(String[])
. TODO Consider replace of String[] with Array; the former is a pain to use with e.g. guava cache TODO Consider replace of Stream with Flowable; the former does not have proper resource management
Author:
raven