|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Id | |
dist1.acb.CBL | |
dist1.acb.CBL.concretePackets | |
dist1.acb.common.transport |
Uses of Id in dist1.acb.CBL |
Methods in dist1.acb.CBL that return Id | |
static Id |
Replica.getNextId()
Getter for property nextId. |
Id |
Replica.getId()
Getter for property id. |
Methods in dist1.acb.CBL with parameters of type Id | |
static java.util.LinkedList |
Replica.getMissingReplicas(java.util.List replicas,
Id lastReplicaId)
Returns missing list from replicas |
Uses of Id in dist1.acb.CBL.concretePackets |
Methods in dist1.acb.CBL.concretePackets that return Id | |
Id |
RequestForHotJoin.getLastReplicaId()
Getter for property lastReplicaId. |
Id |
ResponseHotJoinInfo.getLastReplicaId()
Getter for property lastReplicaId. |
Methods in dist1.acb.CBL.concretePackets with parameters of type Id | |
void |
RequestForHotJoin.setLastReplicaId(Id lastReplicaId)
Setter for property lastReplicaId. |
void |
ResponseHotJoinInfo.setLastReplicaId(Id lastReplicaId)
Setter for property lastReplicaId. |
Constructors in dist1.acb.CBL.concretePackets with parameters of type Id | |
RequestForHotJoin(Id lastReplicaId,
java.lang.String cbl)
Creates a new instance of RequestForHotJoin |
|
ResponseHotJoinInfo(Request request,
java.net.InetSocketAddress primary,
Id lastReplicaId)
Creates a new instance of ResponseHotJoinInfo state=PRIMARY_NEEDS_REPLICAS |
|
ResponseJoinInfo(Request request,
byte[][] files,
java.lang.String[] fileNames,
Id id)
Creates a new instance of ResponseJoinInfo. |
Uses of Id in dist1.acb.common.transport |
Methods in dist1.acb.common.transport that return Id | |
static Id |
Id.createStartId()
Returns new Id object with 'start ID' |
Id |
Id.getNext()
Returns Id object that is next Id after the current |
Id |
Packet.getId()
Get id of the Packet. |
Methods in dist1.acb.common.transport with parameters of type Id | |
boolean |
Id.isNext(Id id)
Checks if the provided id is exactly next Id after the current |
Constructors in dist1.acb.common.transport with parameters of type Id | |
Packet(Id id)
|
|
Request(Id id)
|
|
RequestUpdate(Id id)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |