Rice Pastry API

Uses of Class
rice.p2p.splitstream.ChannelId

Packages that use ChannelId
rice.p2p.splitstream   
 

Uses of ChannelId in rice.p2p.splitstream
 

Fields in rice.p2p.splitstream declared as ChannelId
protected  rice.p2p.splitstream.ChannelId Channel.channelId
          ChannelId for this channel
 

Methods in rice.p2p.splitstream that return ChannelId
 rice.p2p.splitstream.ChannelId Channel.getChannelId()
          Gets the channelId for this channel
 

Methods in rice.p2p.splitstream with parameters of type ChannelId
protected static rice.p2p.splitstream.StripeId[] Channel.generateStripeIds(rice.p2p.splitstream.ChannelId id, rice.p2p.commonapi.IdFactory factory)
          Creates and returns the Ids associated with the provided channelId
 rice.p2p.splitstream.Channel SplitStream.attachChannel(rice.p2p.splitstream.ChannelId id)
          A SplitStream application calls this method to join a channel.
 rice.p2p.splitstream.Channel SplitStream.createChannel(rice.p2p.splitstream.ChannelId id)
          A SplitStream application calls this method when it wishes to distribute content, creating a new channel object.
 rice.p2p.splitstream.Channel SplitStreamImpl.createChannel(rice.p2p.splitstream.ChannelId id)
          This method is used by a peer who wishes to distribute the content using SplitStream.
 rice.p2p.splitstream.Channel SplitStreamImpl.attachChannel(rice.p2p.splitstream.ChannelId id)
          This method is used by peers who wish to listen to content distributed by some other peer using SplitStream.
 int SplitStreamScribePolicy.getMaxChildren(rice.p2p.splitstream.ChannelId id)
          Gets the max bandwidth for a channel.
 void SplitStreamScribePolicy.setMaxChildren(rice.p2p.splitstream.ChannelId id, int children)
          Adjust the max bandwidth for this channel.
 

Constructors in rice.p2p.splitstream with parameters of type ChannelId
Channel(rice.p2p.splitstream.ChannelId channelId, rice.p2p.scribe.Scribe scribe, rice.p2p.commonapi.IdFactory factory, rice.p2p.commonapi.Id localId)
          Constructor to create a new channel from scratch
 


Rice Pastry API

Copyright © 2001 - Rice Pastry.


Imprint-Dataprotection