Interface LegacyContentSerializer<C extends org.projectnessie.model.Content>

  • All Superinterfaces:
    ContentSerializer<C>

    @Deprecated
    public interface LegacyContentSerializer<C extends org.projectnessie.model.Content>
    extends ContentSerializer<C>
    Deprecated.
    Interface to be implemented by legacy content serializers, use ContentSerializer for all new content types instead.
    • Method Detail

      • requiresGlobalState

        default boolean requiresGlobalState​(org.projectnessie.nessie.relocated.protobuf.ByteString onReferenceValue)
        Deprecated.
      • getType

        default org.projectnessie.model.Content.Type getType​(org.projectnessie.nessie.relocated.protobuf.ByteString onReferenceValue)
        Deprecated.
      • valueFromStore

        C valueFromStore​(int payload,
                         org.projectnessie.nessie.relocated.protobuf.ByteString onReferenceValue,
                         java.util.function.Supplier<org.projectnessie.nessie.relocated.protobuf.ByteString> globalState)
        Deprecated.
      • valueFromStore

        default C valueFromStore​(org.projectnessie.nessie.relocated.protobuf.ByteString onReferenceValue)
        Deprecated.
        Specified by:
        valueFromStore in interface ContentSerializer<C extends org.projectnessie.model.Content>