schemaIndexDescriptor = schemaCache.indexDescriptor(forLabel(1,1)) | iterator = schemaCache.indexesForSchema(forLabel(1,1)) | schemaCache.indexDescriptor(forLabel(1,1)) | schemaCache.indexesForSchema(forLabel(1,1)) | neo4j | e6d0585406fb3300ba8ede78bed4ac97b11ffd32 | org.neo4j.internal.recordstorage.SchemaCacheTest | | _1 | schemaIndexDescriptor |
---|
_2 | iterator |
---|
| v0 | schemaCache |
---|
v1 | forLabel(1,1) |
---|
| | v0 | schemaCache |
---|
v1 | forLabel(1,1) |
---|
| AssignedTo | True |
IndexDescriptor schemaIndexDescriptor=schemaCache.indexDescriptor(forLabel(1,1)); | Iterator<IndexDescriptor> iterator=schemaCache.indexesForSchema(forLabel(1,1)); | schemaCache.indexDescriptor(forLabel(1,1)) | schemaCache.indexesForSchema(forLabel(1,1)) | neo4j | e6d0585406fb3300ba8ede78bed4ac97b11ffd32 | org.neo4j.internal.recordstorage.SchemaCacheTest | | _1 | schemaIndexDescriptor |
---|
_2 | iterator |
---|
| v0 | schemaCache |
---|
v1 | forLabel(1,1) |
---|
| | v0 | schemaCache |
---|
v1 | forLabel(1,1) |
---|
| AssignedTo | True |
return schemaCacheState.indexDescriptor(descriptor); | return schemaCacheState.indexesForSchema(descriptor); | schemaCacheState.indexDescriptor(descriptor) | schemaCacheState.indexesForSchema(descriptor) | neo4j | e6d0585406fb3300ba8ede78bed4ac97b11ffd32 | org.neo4j.internal.recordstorage.SchemaCache | | _1 | indexDescriptor |
---|
_2 | indexesForSchema |
---|
| v0 | schemaCacheState |
---|
v1 | descriptor |
---|
| | v0 | schemaCacheState |
---|
v1 | descriptor |
---|
| Returns | True |