@ForRuntime public final class RemotePersistedValue extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
void |
clear() |
Expiration |
expiration() |
byte[] |
get() |
java.lang.String |
name() |
static RemotePersistedValue |
of(java.lang.String stateName,
TypeName typeName) |
static RemotePersistedValue |
of(java.lang.String stateName,
TypeName typeName,
Expiration expiration) |
void |
set(byte[] value) |
TypeName |
type() |
public static RemotePersistedValue of(java.lang.String stateName, TypeName typeName)
public static RemotePersistedValue of(java.lang.String stateName, TypeName typeName, Expiration expiration)
public byte[] get()
public void set(byte[] value)
public void clear()
public java.lang.String name()
public TypeName type()
public Expiration expiration()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.