@clickup/ent-framework
Version:
A PostgreSQL graph-database-alike library with microsharding and row-level security
21 lines (12 loc) • 572 B
Markdown
[**@clickup/ent-framework**](../README.md)
***
[@clickup/ent-framework](../globals.md) / ClusterIslands
# Type Alias: ClusterIslands\<TNode\>
> **ClusterIslands**\<`TNode`\>: `ReadonlyArray`\<\{ `no`: `number`; `nodes`: readonly `TNode`[]; \}\>
Defined in: [src/abstract/Cluster.ts:97](https://github.com/clickup/ent-framework/blob/master/src/abstract/Cluster.ts#L97)
A type of `ClusterOptions#islands` property. Represents the full list of
Islands and their corresponding Nodes (masters and replicas).
## Type Parameters
| Type Parameter |
| ------ |
| `TNode` |