| Package | Description |
|---|---|
| org.janusgraph.graphdb.grpc.types |
| Modifier and Type | Method and Description |
|---|---|
VertexProperty |
VertexProperty.Builder.build() |
VertexProperty |
VertexProperty.Builder.buildPartial() |
static VertexProperty |
VertexProperty.getDefaultInstance() |
VertexProperty |
VertexProperty.getDefaultInstanceForType() |
VertexProperty |
VertexProperty.Builder.getDefaultInstanceForType() |
VertexProperty |
VertexCompositeGraphIndex.getKeys(int index)
The vertex property keys.
|
VertexProperty |
VertexCompositeGraphIndex.Builder.getKeys(int index)
The vertex property keys.
|
VertexProperty |
VertexCompositeGraphIndexOrBuilder.getKeys(int index)
The vertex property keys.
|
VertexProperty |
VertexLabelOrBuilder.getProperties(int index)
Contains all constrained properties at the moment.
|
VertexProperty |
VertexLabel.getProperties(int index)
Contains all constrained properties at the moment.
|
VertexProperty |
VertexLabel.Builder.getProperties(int index)
Contains all constrained properties at the moment.
|
static VertexProperty |
VertexProperty.parseDelimitedFrom(InputStream input) |
static VertexProperty |
VertexProperty.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static VertexProperty |
VertexProperty.parseFrom(byte[] data) |
static VertexProperty |
VertexProperty.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static VertexProperty |
VertexProperty.parseFrom(ByteBuffer data) |
static VertexProperty |
VertexProperty.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static VertexProperty |
VertexProperty.parseFrom(com.google.protobuf.ByteString data) |
static VertexProperty |
VertexProperty.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static VertexProperty |
VertexProperty.parseFrom(com.google.protobuf.CodedInputStream input) |
static VertexProperty |
VertexProperty.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static VertexProperty |
VertexProperty.parseFrom(InputStream input) |
static VertexProperty |
VertexProperty.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<VertexProperty> |
VertexCompositeGraphIndex.getKeysList()
The vertex property keys.
|
List<VertexProperty> |
VertexCompositeGraphIndex.Builder.getKeysList()
The vertex property keys.
|
List<VertexProperty> |
VertexCompositeGraphIndexOrBuilder.getKeysList()
The vertex property keys.
|
com.google.protobuf.Parser<VertexProperty> |
VertexProperty.getParserForType() |
List<VertexProperty> |
VertexLabelOrBuilder.getPropertiesList()
Contains all constrained properties at the moment.
|
List<VertexProperty> |
VertexLabel.getPropertiesList()
Contains all constrained properties at the moment.
|
List<VertexProperty> |
VertexLabel.Builder.getPropertiesList()
Contains all constrained properties at the moment.
|
static com.google.protobuf.Parser<VertexProperty> |
VertexProperty.parser() |
| Modifier and Type | Method and Description |
|---|---|
VertexCompositeGraphIndex.Builder |
VertexCompositeGraphIndex.Builder.addKeys(int index,
VertexProperty value)
The vertex property keys.
|
VertexCompositeGraphIndex.Builder |
VertexCompositeGraphIndex.Builder.addKeys(VertexProperty value)
The vertex property keys.
|
VertexLabel.Builder |
VertexLabel.Builder.addProperties(int index,
VertexProperty value)
Contains all constrained properties at the moment.
|
VertexLabel.Builder |
VertexLabel.Builder.addProperties(VertexProperty value)
Contains all constrained properties at the moment.
|
VertexProperty.Builder |
VertexProperty.Builder.mergeFrom(VertexProperty other) |
static VertexProperty.Builder |
VertexProperty.newBuilder(VertexProperty prototype) |
VertexCompositeGraphIndex.Builder |
VertexCompositeGraphIndex.Builder.setKeys(int index,
VertexProperty value)
The vertex property keys.
|
VertexLabel.Builder |
VertexLabel.Builder.setProperties(int index,
VertexProperty value)
Contains all constrained properties at the moment.
|
| Modifier and Type | Method and Description |
|---|---|
VertexCompositeGraphIndex.Builder |
VertexCompositeGraphIndex.Builder.addAllKeys(Iterable<? extends VertexProperty> values)
The vertex property keys.
|
VertexLabel.Builder |
VertexLabel.Builder.addAllProperties(Iterable<? extends VertexProperty> values)
Contains all constrained properties at the moment.
|
Copyright © 2012–2024. All rights reserved.