Class EnvelopeArtifact

java.lang.Object
rice.p2p.past.ContentHashPastContent
All Implemented Interfaces:
Serializable, rice.p2p.past.PastContent

public class EnvelopeArtifact extends NetworkArtifact
See Also:
  • Constructor Details

  • Method Details

    • checkInsert

      public rice.p2p.past.PastContent checkInsert(rice.p2p.commonapi.Id id, rice.p2p.past.PastContent existingContent) throws rice.p2p.past.PastException
      Specified by:
      checkInsert in interface rice.p2p.past.PastContent
      Overrides:
      checkInsert in class AbstractArtifact
      Throws:
      rice.p2p.past.PastException
    • isMutable

      public boolean isMutable()
      Specified by:
      isMutable in interface rice.p2p.past.PastContent
      Overrides:
      isMutable in class rice.p2p.past.ContentHashPastContent
    • buildId

      public static rice.p2p.commonapi.Id buildId(rice.pastry.commonapi.PastryIdFactory idFactory, String identifier, int partIndex)