| Package | Description |
|---|---|
| com.thinkaurelius.titan.hadoop |
| Modifier and Type | Field and Description |
|---|---|
static FaunusPropertyKey<Long> |
FaunusPropertyKey._ID |
static FaunusPropertyKey<Long> |
FaunusPropertyKey.COUNT |
static FaunusPropertyKey<Object> |
FaunusPropertyKey.ID |
static FaunusPropertyKey<String> |
FaunusPropertyKey.LABEL |
static FaunusPropertyKey |
FaunusPropertyKey.VALUE |
| Modifier and Type | Method and Description |
|---|---|
FaunusPropertyKey |
FaunusSchemaManager.getOrCreatePropertyKey(String name) |
FaunusPropertyKey |
FaunusSchemaManager.getPropertyKey(String name) |
| Constructor and Description |
|---|
SimpleFaunusProperty(FaunusPropertyKey key,
Object value) |
StandardFaunusProperty(Configuration config,
long id,
long vertex,
FaunusPropertyKey type,
Object value) |
StandardFaunusProperty(FaunusVertex vertex,
FaunusPropertyKey type,
Object value) |
StandardFaunusProperty(long id,
FaunusVertex vertex,
FaunusPropertyKey type,
Object value) |
Copyright © 2012–2016. All rights reserved.