| Package | Description |
|---|---|
| org.janusgraph.graphdb.grpc.schema | |
| org.janusgraph.graphdb.grpc.types |
| Modifier and Type | Method and Description |
|---|---|
VertexCompositeGraphIndex |
GetVertexCompositeGraphIndexByNameResponse.getIndex()
.janusgraph.types.v1.VertexCompositeGraphIndex index = 1; |
VertexCompositeGraphIndex |
GetVertexCompositeGraphIndexByNameResponse.Builder.getIndex()
.janusgraph.types.v1.VertexCompositeGraphIndex index = 1; |
VertexCompositeGraphIndex |
GetVertexCompositeGraphIndexByNameResponseOrBuilder.getIndex()
.janusgraph.types.v1.VertexCompositeGraphIndex index = 1; |
VertexCompositeGraphIndex |
GetVertexCompositeGraphIndicesResponseOrBuilder.getIndices(int index)
repeated .janusgraph.types.v1.VertexCompositeGraphIndex indices = 1; |
VertexCompositeGraphIndex |
GetVertexCompositeGraphIndicesResponse.getIndices(int index)
repeated .janusgraph.types.v1.VertexCompositeGraphIndex indices = 1; |
VertexCompositeGraphIndex |
GetVertexCompositeGraphIndicesResponse.Builder.getIndices(int index)
repeated .janusgraph.types.v1.VertexCompositeGraphIndex indices = 1; |
VertexCompositeGraphIndex |
SchemaManagerClient.getVertexCompositeGraphIndexByName(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<VertexCompositeGraphIndex> |
GetVertexCompositeGraphIndicesResponseOrBuilder.getIndicesList()
repeated .janusgraph.types.v1.VertexCompositeGraphIndex indices = 1; |
List<VertexCompositeGraphIndex> |
GetVertexCompositeGraphIndicesResponse.getIndicesList()
repeated .janusgraph.types.v1.VertexCompositeGraphIndex indices = 1; |
List<VertexCompositeGraphIndex> |
GetVertexCompositeGraphIndicesResponse.Builder.getIndicesList()
repeated .janusgraph.types.v1.VertexCompositeGraphIndex indices = 1; |
List<VertexCompositeGraphIndex> |
SchemaManagerClient.getVertexCompositeGraphIndices() |
| Modifier and Type | Method and Description |
|---|---|
GetVertexCompositeGraphIndicesResponse.Builder |
GetVertexCompositeGraphIndicesResponse.Builder.addIndices(int index,
VertexCompositeGraphIndex value)
repeated .janusgraph.types.v1.VertexCompositeGraphIndex indices = 1; |
GetVertexCompositeGraphIndicesResponse.Builder |
GetVertexCompositeGraphIndicesResponse.Builder.addIndices(VertexCompositeGraphIndex value)
repeated .janusgraph.types.v1.VertexCompositeGraphIndex indices = 1; |
GetVertexCompositeGraphIndexByNameResponse.Builder |
GetVertexCompositeGraphIndexByNameResponse.Builder.mergeIndex(VertexCompositeGraphIndex value)
.janusgraph.types.v1.VertexCompositeGraphIndex index = 1; |
GetVertexCompositeGraphIndexByNameResponse.Builder |
GetVertexCompositeGraphIndexByNameResponse.Builder.setIndex(VertexCompositeGraphIndex value)
.janusgraph.types.v1.VertexCompositeGraphIndex index = 1; |
GetVertexCompositeGraphIndicesResponse.Builder |
GetVertexCompositeGraphIndicesResponse.Builder.setIndices(int index,
VertexCompositeGraphIndex value)
repeated .janusgraph.types.v1.VertexCompositeGraphIndex indices = 1; |
| Modifier and Type | Method and Description |
|---|---|
GetVertexCompositeGraphIndicesResponse.Builder |
GetVertexCompositeGraphIndicesResponse.Builder.addAllIndices(Iterable<? extends VertexCompositeGraphIndex> values)
repeated .janusgraph.types.v1.VertexCompositeGraphIndex indices = 1; |
| Modifier and Type | Method and Description |
|---|---|
VertexCompositeGraphIndex |
VertexCompositeGraphIndex.Builder.build() |
VertexCompositeGraphIndex |
VertexCompositeGraphIndex.Builder.buildPartial() |
static VertexCompositeGraphIndex |
VertexCompositeGraphIndex.getDefaultInstance() |
VertexCompositeGraphIndex |
VertexCompositeGraphIndex.getDefaultInstanceForType() |
VertexCompositeGraphIndex |
VertexCompositeGraphIndex.Builder.getDefaultInstanceForType() |
static VertexCompositeGraphIndex |
VertexCompositeGraphIndex.parseDelimitedFrom(InputStream input) |
static VertexCompositeGraphIndex |
VertexCompositeGraphIndex.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static VertexCompositeGraphIndex |
VertexCompositeGraphIndex.parseFrom(byte[] data) |
static VertexCompositeGraphIndex |
VertexCompositeGraphIndex.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static VertexCompositeGraphIndex |
VertexCompositeGraphIndex.parseFrom(ByteBuffer data) |
static VertexCompositeGraphIndex |
VertexCompositeGraphIndex.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static VertexCompositeGraphIndex |
VertexCompositeGraphIndex.parseFrom(com.google.protobuf.ByteString data) |
static VertexCompositeGraphIndex |
VertexCompositeGraphIndex.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static VertexCompositeGraphIndex |
VertexCompositeGraphIndex.parseFrom(com.google.protobuf.CodedInputStream input) |
static VertexCompositeGraphIndex |
VertexCompositeGraphIndex.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static VertexCompositeGraphIndex |
VertexCompositeGraphIndex.parseFrom(InputStream input) |
static VertexCompositeGraphIndex |
VertexCompositeGraphIndex.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<VertexCompositeGraphIndex> |
VertexCompositeGraphIndex.getParserForType() |
static com.google.protobuf.Parser<VertexCompositeGraphIndex> |
VertexCompositeGraphIndex.parser() |
| Modifier and Type | Method and Description |
|---|---|
VertexCompositeGraphIndex.Builder |
VertexCompositeGraphIndex.Builder.mergeFrom(VertexCompositeGraphIndex other) |
static VertexCompositeGraphIndex.Builder |
VertexCompositeGraphIndex.newBuilder(VertexCompositeGraphIndex prototype) |
Copyright © 2012–2024. All rights reserved.