public abstract class RegisteredStateMetaInfoBase extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
name
The name of the state
|
Constructor and Description |
---|
RegisteredStateMetaInfoBase(String name) |
Modifier and Type | Method and Description |
---|---|
static RegisteredStateMetaInfoBase |
fromMetaInfoSnapshot(StateMetaInfoSnapshot snapshot) |
String |
getName() |
abstract StateMetaInfoSnapshot |
snapshot() |
abstract RegisteredStateMetaInfoBase |
withSerializerUpgradesAllowed()
create a new metadata object with Lazy serializer provider using existing one as a snapshot.
|
@Nonnull public abstract StateMetaInfoSnapshot snapshot()
@Nonnull public abstract RegisteredStateMetaInfoBase withSerializerUpgradesAllowed()
public static RegisteredStateMetaInfoBase fromMetaInfoSnapshot(@Nonnull StateMetaInfoSnapshot snapshot)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.