public static final class DatabaseUpdate.Builder extends Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
DatabaseUpdate |
build() |
DatabaseUpdate.Builder |
withCurrentValue(byte[] value) |
DatabaseUpdate.Builder |
withCurrentVersion(long version) |
DatabaseUpdate.Builder |
withKey(String key) |
DatabaseUpdate.Builder |
withMapName(String mapName) |
DatabaseUpdate.Builder |
withType(DatabaseUpdate.Type type) |
DatabaseUpdate.Builder |
withValue(byte[] value) |
public DatabaseUpdate build()
public DatabaseUpdate.Builder withType(DatabaseUpdate.Type type)
public DatabaseUpdate.Builder withMapName(String mapName)
public DatabaseUpdate.Builder withKey(String key)
public DatabaseUpdate.Builder withCurrentValue(byte[] value)
public DatabaseUpdate.Builder withValue(byte[] value)
public DatabaseUpdate.Builder withCurrentVersion(long version)
Copyright © 2015. All rights reserved.