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.messaging   
rice.pastry.routing   
rice.pastry.socket   
rice.pastry.socket.messaging   
rice.pastry.standard   
rice.pastry.testing   
rice.persistence.testing   
rice.tutorial.rawserialization   
 

Uses of OutputBuffer in rice.p2p.aggregation
 

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

Uses of OutputBuffer in rice.p2p.aggregation.messaging
 

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

Uses of OutputBuffer in rice.p2p.aggregation.raw
 

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

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)
          DESCRIBE THE METHOD
abstract  void NodeHandle.serialize(OutputBuffer buf)
          DESCRIBE THE METHOD
 void NodeHandleSet.serialize(OutputBuffer buf)
          DESCRIBE THE METHOD
 

Uses of OutputBuffer in rice.p2p.commonapi.rawserialization
 

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

Uses of OutputBuffer in rice.p2p.glacier
 

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

Uses of OutputBuffer in rice.p2p.glacier.v2
 

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

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)
          DESCRIBE THE METHOD
 void GlacierFetchMessage.serialize(OutputBuffer buf)
          DESCRIBE THE METHOD
 void GlacierMessage.serialize(OutputBuffer buf)
          DESCRIBE THE METHOD
 void GlacierNeighborRequestMessage.serialize(OutputBuffer buf)
          DESCRIBE THE METHOD
 void GlacierNeighborResponseMessage.serialize(OutputBuffer buf)
          DESCRIBE THE METHOD
 void GlacierQueryMessage.serialize(OutputBuffer buf)
          DESCRIBE THE METHOD
 void GlacierRangeForwardMessage.serialize(OutputBuffer buf)
          DESCRIBE THE METHOD
 void GlacierRangeQueryMessage.serialize(OutputBuffer buf)
          DESCRIBE THE METHOD
 void GlacierRangeResponseMessage.serialize(OutputBuffer buf)
          DESCRIBE THE METHOD
 void GlacierRefreshCompleteMessage.serialize(OutputBuffer buf)
          DESCRIBE THE METHOD
 void GlacierRefreshPatchMessage.serialize(OutputBuffer buf)
          DESCRIBE THE METHOD
 void GlacierRefreshProbeMessage.serialize(OutputBuffer buf)
          DESCRIBE THE METHOD
 void GlacierRefreshResponseMessage.serialize(OutputBuffer buf)
          DESCRIBE THE METHOD
 void GlacierResponseMessage.serialize(OutputBuffer buf)
          DESCRIBE THE METHOD
 void GlacierSyncMessage.serialize(OutputBuffer buf)
          DESCRIBE THE METHOD
 void GlacierTimeoutMessage.serialize(OutputBuffer buf)
          DESCRIBE THE METHOD
 

Uses of OutputBuffer in rice.p2p.multiring
 

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

Uses of OutputBuffer in rice.p2p.multiring.messaging
 

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

Uses of OutputBuffer in rice.p2p.past
 

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

Uses of OutputBuffer in rice.p2p.past.gc
 

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

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)
          DESCRIBE THE METHOD
 void GCInsertMessage.serialize(OutputBuffer buf)
          DESCRIBE THE METHOD
 void GCLookupHandlesMessage.serialize(OutputBuffer buf)
          DESCRIBE THE METHOD
 void GCRefreshMessage.serialize(OutputBuffer buf)
          DESCRIBE THE METHOD
 

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)
          DESCRIBE THE METHOD
 void JavaSerializedGCPastContentHandle.serialize(OutputBuffer buf)
          DESCRIBE THE METHOD
 

Uses of OutputBuffer in rice.p2p.past.messaging
 

Methods in rice.p2p.past.messaging with parameters of type OutputBuffer
 void CacheMessage.serialize(OutputBuffer buf)
          DESCRIBE THE METHOD
 void ContinuationMessage.serialize(OutputBuffer buf)
          Deprecated. use serialize(OutputBuffer buf, boolean javaSerialize)
 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
 void FetchHandleMessage.serialize(OutputBuffer buf)
          DESCRIBE THE METHOD
 void FetchMessage.serialize(OutputBuffer buf)
          DESCRIBE THE METHOD
 void InsertMessage.serialize(OutputBuffer buf)
          DESCRIBE THE METHOD
protected  void InsertMessage.serializeHelper(OutputBuffer buf)
          So that it can be subclassed without serializing a version here
 void LookupHandlesMessage.serialize(OutputBuffer buf)
          DESCRIBE THE METHOD
protected  void LookupHandlesMessage.serializeHelper(OutputBuffer buf)
          So that it can be subclassed without serializing a version here
 void LookupMessage.serialize(OutputBuffer buf)
          DESCRIBE THE METHOD
 void MessageLostMessage.serialize(OutputBuffer buf)
          DESCRIBE THE METHOD
 void PastMessage.serialize(OutputBuffer buf)
          DESCRIBE THE METHOD
 

Uses of OutputBuffer in rice.p2p.past.rawserialization
 

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

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)
          DESCRIBE THE METHOD
 void RawPastRegrTest.VersionedTestPastContent.serialize(OutputBuffer buf)
          DESCRIBE THE METHOD
 void RawPastRegrTest.TestPastContentHandle.serialize(OutputBuffer buf)
          DESCRIBE THE METHOD
 

Uses of OutputBuffer in rice.p2p.replication.messaging
 

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

Uses of OutputBuffer in rice.p2p.scribe
 

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

Uses of OutputBuffer in rice.p2p.scribe.messaging
 

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

Uses of OutputBuffer in rice.p2p.scribe.rawserialization
 

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

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)
          DESCRIBE THE METHOD
 

Uses of OutputBuffer in rice.p2p.splitstream
 

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

Uses of OutputBuffer in rice.p2p.util
 

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

Uses of OutputBuffer in rice.p2p.util.rawserialization
 

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

Uses of OutputBuffer in rice.pastry
 

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

Uses of OutputBuffer in rice.pastry.commonapi
 

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

Uses of OutputBuffer in rice.pastry.direct
 

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

Uses of OutputBuffer in rice.pastry.join
 

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

Uses of OutputBuffer in rice.pastry.leafset
 

Methods in rice.pastry.leafset with parameters of type OutputBuffer
 void BroadcastLeafSet.serialize(OutputBuffer buf)
          DESCRIBE THE METHOD
 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)
          DESCRIBE THE METHOD
 

Uses of OutputBuffer in rice.pastry.messaging
 

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

Uses of OutputBuffer in rice.pastry.routing
 

Methods in rice.pastry.routing with parameters of type OutputBuffer
 void BroadcastRouteRow.serialize(OutputBuffer buf)
          DESCRIBE THE METHOD
 void RequestRouteRow.serialize(OutputBuffer buf)
          DESCRIBE THE METHOD
 void RouteMessage.serialize(OutputBuffer buf)
          DESCRIBE THE METHOD
 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): +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ + InetAddress + +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ + port (int) + +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ + epoch (long) + + + +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 void SocketNodeHandle.serialize(OutputBuffer buf)
          DESCRIBE THE METHOD
 void SourceRoute.serialize(OutputBuffer buf)
          DESCRIBE THE METHOD
 

Uses of OutputBuffer in rice.pastry.socket.messaging
 

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

Uses of OutputBuffer in rice.pastry.standard
 

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

Uses of OutputBuffer in rice.pastry.testing
 

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

Uses of OutputBuffer in rice.persistence.testing
 

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

Uses of OutputBuffer in rice.tutorial.rawserialization
 

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


Rice Pastry API

Copyright © 2001-2005 - Rice Pastry.


Imprint-Dataprotection