Skip to content

Instantly share code, notes, and snippets.

@spmallette
Created May 11, 2012 20:28
Show Gist options
  • Save spmallette/2662216 to your computer and use it in GitHub Desktop.
Save spmallette/2662216 to your computer and use it in GitHub Desktop.
graph resource with features
{
"version": "0.8",
"name": "tinkergraph",
"graph": "mocktinkertransactionalgraph[vertices:6 edges:6 directory:data/graph-example-1]",
"features": {
"allowBooleanProperty": true,
"ignoresSuppliedIds": false,
"supportsTransactions": false,
"allowSelfLoops": true,
"allowFloatProperty": true,
"supportsEdgeKeyIndex": true,
"allowSerializableObjectProperty": true,
"allowMapProperty": true,
"allowLongProperty": true,
"allowMixedListProperty": true,
"allowIntegerProperty": true,
"isPersistent": true,
"supportsVertexIndex": true,
"isWrapper": false,
"allowPrimitiveArrayProperty": true,
"allowUniformListProperty": true,
"supportsVertexKeyIndex": true,
"isRDFModel": false,
"supportsVertexIteration": true,
"allowDoubleProperty": true,
"allowDuplicateEdges": true,
"supportsKeyIndices": true,
"supportsEdgeIteration": true,
"allowStringProperty": true,
"supportsIndices": true,
"supportsEdgeIndex": true
},
"readOnly": false,
"type": "com.tinkerpop.rexster.util.MockTinkerTransactionalGraph",
"queryTime": 4.970744,
"upTime": "0[d]:00[h]:00[m]:14[s]"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment