Interface BucketData<T extends BucketData<T>>
-
- Type Parameters:
T- Concrete BucketData type
- All Superinterfaces:
Immutable,MutationBehaviour<Immutable>
- All Known Implementing Classes:
AbstractRoutingTable,ActionRoutingTable,RoutingTable
public interface BucketData<T extends BucketData<T>> extends Immutable
Marker interface for data which is able to be held in aBucket.- Author:
- Robert Varga
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Optional<ActorRef>getWatchActor()Return theActorRefwhich should be tracked as the authoritative source of this bucket's data.
-