| Package | Description |
|---|---|
| com.arangodb | |
| com.arangodb.async | |
| com.arangodb.async.internal | |
| com.arangodb.entity | |
| com.arangodb.entity.arangosearch | |
| com.arangodb.internal.velocypack | |
| com.arangodb.model |
| Modifier and Type | Method and Description |
|---|---|
ViewEntity |
ArangoDatabase.createView(String name,
ViewType type)
Creates a view of the given
type, then returns view information from the server. |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<ViewEntity> |
ArangoDatabaseAsync.createView(String name,
ViewType type)
Creates a view of the given
type, then returns view information from the server. |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<ViewEntity> |
ArangoDatabaseAsyncImpl.createView(String name,
ViewType type) |
| Modifier and Type | Method and Description |
|---|---|
ViewType |
ViewEntity.getType() |
static ViewType |
ViewType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ViewType[] |
ViewType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ViewEntity(String id,
String name,
ViewType type) |
| Constructor and Description |
|---|
ArangoSearchPropertiesEntity(String id,
String name,
ViewType type,
ArangoSearchProperties properties) |
SearchAliasPropertiesEntity(String id,
String name,
ViewType type,
SearchAliasProperties properties) |
| Modifier and Type | Field and Description |
|---|---|
static com.arangodb.velocypack.VPackDeserializer<ViewType> |
VPackDeserializers.VIEW_TYPE |
static com.arangodb.velocypack.VPackSerializer<ViewType> |
VPackSerializers.VIEW_TYPE |
| Modifier and Type | Method and Description |
|---|---|
static ViewCreateOptions |
OptionsBuilder.build(ViewCreateOptions options,
String name,
ViewType type) |
protected ViewCreateOptions |
ViewCreateOptions.type(ViewType type) |
Copyright © 2016–2023 ArangoDB GmbH. All rights reserved.