Rice Pastry API

Uses of Interface
rice.p2p.commonapi.rawserialization.OutputBuffer

Packages that use OutputBuffer
rice.p2p.aggregation   
rice.p2p.aggregation.messaging   
rice.p2p.aggregation.raw   
rice.p2p.commonapi   
rice.p2p.commonapi.rawserialization   
rice.p2p.glacier   
rice.p2p.glacier.v2   
rice.p2p.glacier.v2.messaging   
rice.p2p.multiring   
rice.p2p.multiring.messaging   
rice.p2p.past   
rice.p2p.past.gc   
rice.p2p.past.gc.messaging   
rice.p2p.past.gc.rawserialization   
rice.p2p.past.messaging   
rice.p2p.past.rawserialization   
rice.p2p.past.testing   
rice.p2p.replication.messaging   
rice.p2p.scribe   
rice.p2p.scribe.messaging   
rice.p2p.scribe.rawserialization   
rice.p2p.scribe.testing   
rice.p2p.splitstream   
rice.p2p.util   
rice.p2p.util.rawserialization   
rice.pastry   
rice.pastry.commonapi   
rice.pastry.direct   
rice.pastry.join   
rice.pastry.leafset   
rice.pastry.leafset.testing   
rice.pastry.messaging   
rice.pastry.routing   
rice.pastry.socket   
rice.pastry.socket.messaging   
rice.pastry.standard   
rice.pastry.testing   
rice.persistence.testing   
rice.tutorial.rawserialization   
rice.tutorial.rawserialization2   
 

Uses of OutputBuffer in rice.p2p.aggregation
 

Methods in rice.p2p.aggregation with parameters of type OutputBuffer
 void AggregateHandle.serialize(OutputBuffer buf)
           
 

Uses of OutputBuffer in rice.p2p.aggregation.messaging
 

Methods in rice.p2p.aggregation.messaging with parameters of type OutputBuffer
 void NonAggregate.serialize(OutputBuffer buf)
           
 

Uses of OutputBuffer in rice.p2p.aggregation.raw
 

Methods in rice.p2p.aggregation.raw with parameters of type OutputBuffer
 void RawAggregate.serialize(OutputBuffer buf)
           
 

Uses of OutputBuffer in rice.p2p.commonapi
 

Methods in rice.p2p.commonapi with parameters of type OutputBuffer
 void Id.serialize(OutputBuffer buf)
          Serialize
 void IdRange.serialize(OutputBuffer buf)
           
abstract  void NodeHandle.serialize(OutputBuffer buf)
           
 void NodeHandleSet.serialize(OutputBuffer buf)
           
 

Uses of OutputBuffer in rice.p2p.commonapi.rawserialization
 

Methods in rice.p2p.commonapi.rawserialization with parameters of type OutputBuffer
 void RawMessage.serialize(OutputBuffer buf)
           
 

Uses of OutputBuffer in rice.p2p.glacier
 

Methods in rice.p2p.glacier with parameters of type OutputBuffer
 void Fragment.serialize(OutputBuffer buf)
           
 void FragmentKey.serialize(OutputBuffer buf)
           
 void FragmentKeyRange.serialize(OutputBuffer buf)
           
 void VersionKey.serialize(OutputBuffer buf)
           
 void VersionKeyRange.serialize(OutputBuffer buf)
           
 

Uses of OutputBuffer in rice.p2p.glacier.v2
 

Methods in rice.p2p.glacier.v2 with parameters of type OutputBuffer
 void BloomFilter.serialize(OutputBuffer buf)
           
 void Manifest.serialize(OutputBuffer buf)
           
 

Uses of OutputBuffer in rice.p2p.glacier.v2.messaging
 

Methods in rice.p2p.glacier.v2.messaging with parameters of type OutputBuffer
 void GlacierDataMessage.serialize(OutputBuffer buf)
           
 void GlacierFetchMessage.serialize(OutputBuffer buf)
           
 void GlacierMessage.serialize(OutputBuffer buf)
           
 void GlacierNeighborRequestMessage.serialize(OutputBuffer buf)
           
 void GlacierNeighborResponseMessage.serialize(OutputBuffer buf)
           
 void GlacierQueryMessage.serialize(OutputBuffer buf)
           
 void GlacierRangeForwardMessage.serialize(OutputBuffer buf)
           
 void GlacierRangeQueryMessage.serialize(OutputBuffer buf)
           
 void GlacierRangeResponseMessage.serialize(OutputBuffer buf)
           
 void GlacierRefreshCompleteMessage.serialize(OutputBuffer buf)
           
 void GlacierRefreshPatchMessage.serialize(OutputBuffer buf)
           
 void GlacierRefreshProbeMessage.serialize(OutputBuffer buf)
           
 void GlacierRefreshResponseMessage.serialize(OutputBuffer buf)
           
 void GlacierResponseMessage.serialize(OutputBuffer buf)
           
 void GlacierSyncMessage.serialize(OutputBuffer buf)
           
 void GlacierTimeoutMessage.serialize(OutputBuffer buf)
           
 

Uses of OutputBuffer in rice.p2p.multiring
 

Methods in rice.p2p.multiring with parameters of type OutputBuffer
 void MultiringIdRange.serialize(OutputBuffer buf)
           
 void MultiringNodeHandle.serialize(OutputBuffer buf)
           
 void MultiringNodeHandleSet.serialize(OutputBuffer buf)
           
 void RingId.serialize(OutputBuffer buf)
           
 

Uses of OutputBuffer in rice.p2p.multiring.messaging
 

Methods in rice.p2p.multiring.messaging with parameters of type OutputBuffer
 void RingMessage.serialize(OutputBuffer buf)
           
 

Uses of OutputBuffer in rice.p2p.past
 

Methods in rice.p2p.past with parameters of type OutputBuffer
 void ContentHashPastContentHandle.serialize(OutputBuffer buf)
           
 

Uses of OutputBuffer in rice.p2p.past.gc
 

Methods in rice.p2p.past.gc with parameters of type OutputBuffer
 void GCId.serialize(OutputBuffer buf)
           
 void GCIdRange.serialize(OutputBuffer buf)
           
 

Uses of OutputBuffer in rice.p2p.past.gc.messaging
 

Methods in rice.p2p.past.gc.messaging with parameters of type OutputBuffer
 void GCCollectMessage.serialize(OutputBuffer buf)
           
 void GCInsertMessage.serialize(OutputBuffer buf)
           
 void GCLookupHandlesMessage.serialize(OutputBuffer buf)
           
 void GCRefreshMessage.serialize(OutputBuffer buf)
           
 

Uses of OutputBuffer in rice.p2p.past.gc.rawserialization
 

Methods in rice.p2p.past.gc.rawserialization with parameters of type OutputBuffer
 void JavaSerializedGCPastContent.serialize(OutputBuffer buf)
           
 void JavaSerializedGCPastContentHandle.serialize(OutputBuffer buf)
           
 

Uses of OutputBuffer in rice.p2p.past.messaging
 

Methods in rice.p2p.past.messaging with parameters of type OutputBuffer
 void CacheMessage.serialize(OutputBuffer buf)
           
abstract  void ContinuationMessage.serialize(OutputBuffer buf)
          Deprecated to cause warnings.
 void FetchHandleMessage.serialize(OutputBuffer buf)
           
 void FetchMessage.serialize(OutputBuffer buf)
           
 void InsertMessage.serialize(OutputBuffer buf)
           
 void LookupHandlesMessage.serialize(OutputBuffer buf)
           
 void LookupMessage.serialize(OutputBuffer buf)
           
 void MessageLostMessage.serialize(OutputBuffer buf)
           
 void PastMessage.serialize(OutputBuffer buf)
           
 void ContinuationMessage.serialize(OutputBuffer buf, boolean javaSerialize)
          If you want this class to serialize itself, set javaSerialize to true, otherwise, the subclass is expected to do an optimal serializatoin
protected  void InsertMessage.serializeHelper(OutputBuffer buf)
          So that it can be subclassed without serializing a version here
protected  void LookupHandlesMessage.serializeHelper(OutputBuffer buf)
          So that it can be subclassed without serializing a version here
 

Uses of OutputBuffer in rice.p2p.past.rawserialization
 

Methods in rice.p2p.past.rawserialization with parameters of type OutputBuffer
 void JavaSerializedPastContent.serialize(OutputBuffer buf)
           
 void JavaSerializedPastContentHandle.serialize(OutputBuffer buf)
           
 void RawPastContent.serialize(OutputBuffer buf)
           
 void RawPastContentHandle.serialize(OutputBuffer buf)
           
 

Uses of OutputBuffer in rice.p2p.past.testing
 

Methods in rice.p2p.past.testing with parameters of type OutputBuffer
 void RawPastRegrTest.TestPastContent.serialize(OutputBuffer buf)
           
 void RawPastRegrTest.VersionedTestPastContent.serialize(OutputBuffer buf)
           
 void RawPastRegrTest.TestPastContentHandle.serialize(OutputBuffer buf)
           
 

Uses of OutputBuffer in rice.p2p.replication.messaging
 

Methods in rice.p2p.replication.messaging with parameters of type OutputBuffer
 void ReminderMessage.serialize(OutputBuffer buf)
           
 void ReplicationMessage.serialize(OutputBuffer buf)
           
 void RequestMessage.serialize(OutputBuffer buf)
           
 void ResponseMessage.serialize(OutputBuffer buf)
           
 

Uses of OutputBuffer in rice.p2p.scribe
 

Methods in rice.p2p.scribe with parameters of type OutputBuffer
 void Topic.serialize(OutputBuffer buf)
           
 

Uses of OutputBuffer in rice.p2p.scribe.messaging
 

Methods in rice.p2p.scribe.messaging with parameters of type OutputBuffer
 void AbstractSubscribeMessage.serialize(OutputBuffer buf)
           
 void AnycastMessage.serialize(OutputBuffer buf)
           
 void DropMessage.serialize(OutputBuffer buf)
           
 void MaintenanceMessage.serialize(OutputBuffer buf)
           
 void PublishMessage.serialize(OutputBuffer buf)
           
 void PublishRequestMessage.serialize(OutputBuffer buf)
           
 void ScribeMessage.serialize(OutputBuffer buf)
           
 void SubscribeAckMessage.serialize(OutputBuffer buf)
           
 void SubscribeFailedMessage.serialize(OutputBuffer buf)
           
 void SubscribeLostMessage.serialize(OutputBuffer buf)
           
 void SubscribeMessage.serialize(OutputBuffer buf)
           
 void UnsubscribeMessage.serialize(OutputBuffer buf)
           
protected  void AnycastMessage.serializeHelper(OutputBuffer buf)
          Use this to allow SubscribeMessage to extend this, but not have the version number nor the content.
 

Uses of OutputBuffer in rice.p2p.scribe.rawserialization
 

Methods in rice.p2p.scribe.rawserialization with parameters of type OutputBuffer
 void JavaSerializedScribeContent.serialize(OutputBuffer buf)
           
 void RawScribeContent.serialize(OutputBuffer buf)
           
 

Uses of OutputBuffer in rice.p2p.scribe.testing
 

Methods in rice.p2p.scribe.testing with parameters of type OutputBuffer
 void RawScribeRegrTest.TestScribeContent.serialize(OutputBuffer buf)
           
 

Uses of OutputBuffer in rice.p2p.splitstream
 

Methods in rice.p2p.splitstream with parameters of type OutputBuffer
 void SplitStreamContent.serialize(OutputBuffer buf)
           
 void SplitStreamSubscribeContent.serialize(OutputBuffer buf)
           
 

Uses of OutputBuffer in rice.p2p.util
 

Methods in rice.p2p.util with parameters of type OutputBuffer
 void BloomFilter.serialize(OutputBuffer buf)
           
 void IdBloomFilter.serialize(OutputBuffer buf)
           
 

Uses of OutputBuffer in rice.p2p.util.rawserialization
 

Classes in rice.p2p.util.rawserialization that implement OutputBuffer
 class SimpleOutputBuffer
           
 

Methods in rice.p2p.util.rawserialization with parameters of type OutputBuffer
static void JavaSerializer.serialize(Message msg, OutputBuffer buf)
           
 void JavaSerializedMessage.serialize(OutputBuffer buf)
           
 

Uses of OutputBuffer in rice.pastry
 

Methods in rice.pastry with parameters of type OutputBuffer
 void Id.serialize(OutputBuffer buf)
           
 void IdRange.serialize(OutputBuffer buf)
           
abstract  void NodeHandle.serialize(OutputBuffer buf)
           
 void NodeSet.serialize(OutputBuffer buf)
           
 

Uses of OutputBuffer in rice.pastry.commonapi
 

Methods in rice.pastry.commonapi with parameters of type OutputBuffer
 void PastryEndpointMessage.serialize(OutputBuffer buf)
           
 

Uses of OutputBuffer in rice.pastry.direct
 

Methods in rice.pastry.direct with parameters of type OutputBuffer
 void DirectNodeHandle.serialize(OutputBuffer buf)
           
 

Uses of OutputBuffer in rice.pastry.join
 

Methods in rice.pastry.join with parameters of type OutputBuffer
 void JoinRequest.serialize(OutputBuffer buf)
           
 

Uses of OutputBuffer in rice.pastry.leafset
 

Methods in rice.pastry.leafset with parameters of type OutputBuffer
 void BroadcastLeafSet.serialize(OutputBuffer buf)
           
 void LeafSet.serialize(OutputBuffer buf)
          So that small LeafSets (who have overlapping nodes) don't waste bandwidth, leafset first defines the NodeHandles to be loaded into an array, then specifies their locations.
 void RequestLeafSet.serialize(OutputBuffer buf)
           
 

Uses of OutputBuffer in rice.pastry.leafset.testing
 

Methods in rice.pastry.leafset.testing with parameters of type OutputBuffer
 void MergeTest.TestNodeHandle.serialize(OutputBuffer buf)
           
 

Uses of OutputBuffer in rice.pastry.messaging
 

Methods in rice.pastry.messaging with parameters of type OutputBuffer
 void PJavaSerializedMessage.serialize(OutputBuffer buf)
           
 

Uses of OutputBuffer in rice.pastry.routing
 

Methods in rice.pastry.routing with parameters of type OutputBuffer
 void BroadcastRouteRow.serialize(OutputBuffer buf)
           
 void RequestRouteRow.serialize(OutputBuffer buf)
           
 void RouteMessage.serialize(OutputBuffer buf)
           
 void RouteSet.serialize(OutputBuffer buf)
          +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ + maxSize + theSize + closest + +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ + NodeHandle 1st + ...
 

Uses of OutputBuffer in rice.pastry.socket
 

Methods in rice.pastry.socket with parameters of type OutputBuffer
 void EpochInetSocketAddress.serialize(OutputBuffer buf)
          EpochInetSocketAddress: (IPV4): +-+-+-+-+-+-+-+-+ + numAddrs + +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ + internet address 0 + +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ + port 0 + +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ + internet address 1 + +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ + port 1 + +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ + internet address k + +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ + port k + ...
 void SocketNodeHandle.serialize(OutputBuffer buf)
           
 void SourceRoute.serialize(OutputBuffer buf)
           
 

Uses of OutputBuffer in rice.pastry.socket.messaging
 

Methods in rice.pastry.socket.messaging with parameters of type OutputBuffer
 void DatagramMessage.serialize(OutputBuffer buf)
           
 void IPAddressRequestMessage.serialize(OutputBuffer buf)
           
 void IPAddressResponseMessage.serialize(OutputBuffer buf)
           
 void LeafSetRequestMessage.serialize(OutputBuffer buf)
           
 void LeafSetResponseMessage.serialize(OutputBuffer buf)
           
 void NodeIdRequestMessage.serialize(OutputBuffer buf)
           
 void NodeIdResponseMessage.serialize(OutputBuffer buf)
           
 void RouteRowRequestMessage.serialize(OutputBuffer buf)
           
 void RouteRowResponseMessage.serialize(OutputBuffer buf)
           
 void RoutesRequestMessage.serialize(OutputBuffer buf)
           
 void RoutesResponseMessage.serialize(OutputBuffer buf)
           
 void WrongEpochMessage.serialize(OutputBuffer buf)
           
 

Uses of OutputBuffer in rice.pastry.standard
 

Methods in rice.pastry.standard with parameters of type OutputBuffer
 void ConsistentJoinMsg.serialize(OutputBuffer buf)
           
 

Uses of OutputBuffer in rice.pastry.testing
 

Methods in rice.pastry.testing with parameters of type OutputBuffer
 void LeafSetTest.TestNodeHandle.serialize(OutputBuffer buf)
           
 

Uses of OutputBuffer in rice.persistence.testing
 

Methods in rice.persistence.testing with parameters of type OutputBuffer
 void MemoryStorageTest.VariableId.serialize(OutputBuffer buf)
           
 

Uses of OutputBuffer in rice.tutorial.rawserialization
 

Methods in rice.tutorial.rawserialization with parameters of type OutputBuffer
 void MyMsg.serialize(OutputBuffer buf)
           
 

Uses of OutputBuffer in rice.tutorial.rawserialization2
 

Methods in rice.tutorial.rawserialization2 with parameters of type OutputBuffer
 void MyMsg.serialize(OutputBuffer buf)
           
 


Rice Pastry API

Copyright © 2001-2005 - Rice Pastry.


Imprint-Dataprotection