lofi_acl.sync.acl.bft
package lofi_acl.sync.acl.bft
Members list
Type members
Classlikes
case class Acl(read: Map[PublicIdentity, PermissionTree], write: Map[PublicIdentity, PermissionTree])
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object BftAclOpGraph
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
BftAclOpGraph.type
class BftFilteringAntiEntropy[RDT](localIdentity: PrivateIdentity, aclRoot: EncodedDelegation, syncInstance: SyncWithBftMonotonicAcl[RDT])(using rdtCodec: JsonValueCodec[RDT], filter: Filter[RDT], rdtLattice: Lattice[RDT], rdtBottom: Bottom[RDT]) extends MessageReceiver[SyncMsg[RDT]]
Attributes
- Companion
- object
- Supertypes
object BftFilteringAntiEntropy
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
object InvalidSignatureException extends RuntimeException
Attributes
- Supertypes
-
class RuntimeExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
- Self type
class SyncWithBftMonotonicAcl[RDT](localIdentity: PrivateIdentity, aclRoot: EncodedDelegation, onDeltaReceive: RDT => Unit)(using lattice: Lattice[RDT], bottom: Bottom[RDT], rdtJsonCodec: JsonValueCodec[RDT], filter: Filter[RDT]) extends Sync[RDT]
object SyncWithBftMonotonicAcl
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
In this article